index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
notes.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-4
/
+8
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
1
-4
/
+8
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-6
/
+7
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
1
-1
/
+2
2025-04-15
object-file: split out functions relating to object store subsystem
Patrick Steinhardt
1
-1
/
+2
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-12
environment: stop storing "core.notesRef" globally
Patrick Steinhardt
1
-8
/
+13
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-1
/
+1
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-7
/
+14
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-14
global: ensure that object IDs are always padded
Patrick Steinhardt
1
-0
/
+2
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-4
/
+4
2024-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
1
-1
/
+1
2024-06-11
notes: fix memory leak when pruning notes
Patrick Steinhardt
1
-1
/
+6
2024-06-11
revision: fix leaking display notes
Patrick Steinhardt
1
-6
/
+8
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-2
/
+3
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-1
/
+3
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-1
/
+3
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-05-02
Merge branch 'tb/ban-strtok'
Junio C Hamano
1
-1
/
+1
2023-05-02
Merge branch 'jk/misc-null-check-fixes'
Junio C Hamano
1
-2
/
+2
2023-04-24
string-list: multi-delimiter `string_list_split_in_place()`
Taylor Blau
1
-1
/
+1
2023-04-24
notes: clean up confusing NULL checks in init_notes()
Jeff King
1
-2
/
+2
2023-04-11
treewide: remove cache.h inclusion due to object-name.h changes
Elijah Newren
1
-1
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+1
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-8
/
+10
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-8
/
+10
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-5
/
+7
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
1
-5
/
+6
2023-02-24
notes: mark unused callback parameters
Jeff King
1
-5
/
+6
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-2
/
+2
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-2
/
+3
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
1
-2
/
+3
2022-08-05
refs: add array of ref namespaces
Derrick Stolee
1
-0
/
+1
2022-02-25
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2021-04-27
hash: provide per-algorithm null OIDs
brian m. carlson
1
-1
/
+1
2021-04-27
hash: set, copy, and use algo field in struct object_id
brian m. carlson
1
-0
/
+3
2021-04-27
Always use oidread to read into struct object_id
brian m. carlson
1
-2
/
+2
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2020-11-30
Merge branch 'na/notes-displayref-is-not-boolean'
Junio C Hamano
1
-1
/
+1
[next]