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
/
builtin
/
notes.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-21
Merge branch 'jc/strbuf-split'
Junio C Hamano
1
-11
/
+12
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-1
/
+2
2025-08-02
notes: do not use strbuf_split*()
Junio C Hamano
1
-11
/
+12
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
1
-1
/
+2
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-3
/
+3
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: split out functions relating to object store subsystem
Patrick Steinhardt
1
-0
/
+1
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-1
/
+6
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-1
/
+1
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
1
-13
/
+23
2024-10-21
notes: teach the -e option to edit messages in editor
Abraham Samuel Adekunle
1
-2
/
+6
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-3
/
+6
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-2
/
+2
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-12
environment: stop storing "core.notesRef" globally
Patrick Steinhardt
1
-8
/
+14
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2024-08-23
Merge branch 'ps/leakfixes-part-4'
Junio C Hamano
1
-5
/
+4
2024-08-14
builtin/notes: fix leaking `struct notes_tree` when merging notes
Patrick Steinhardt
1
-5
/
+4
2024-08-13
config: pass repo to `git_die_config()`
Patrick Steinhardt
1
-1
/
+1
2024-07-29
notes: do not trigger editor when adding an empty note
David Disseldorp
1
-12
/
+10
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-1
/
+1
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
1
-1
/
+1
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-11
/
+15
2024-03-12
strbuf: accept a comment string for strbuf_add_commented_lines()
Jeff King
1
-4
/
+4
2024-03-12
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
1
-2
/
+2
2024-02-14
Merge branch 'js/check-null-from-read-object-file'
Junio C Hamano
1
-2
/
+4
2024-02-06
Always check the return value of `repo_read_object_file()`
Johannes Schindelin
1
-2
/
+4
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-07-06
Merge branch 'tl/notes-separator'
Junio C Hamano
1
-33
/
+126
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
1
-7
/
+9
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-06-21
notes: introduce "--no-separator" option
Teng Long
1
-10
/
+27
2023-06-21
notes.c: introduce "--[no-]stripspace" option
Teng Long
1
-8
/
+22
2023-06-21
notes.c: append separator instead of insert by pos
Teng Long
1
-9
/
+12
2023-06-21
notes.c: introduce '--separator=<paragraph-break>' option
Teng Long
1
-24
/
+85
2023-06-21
notes.c: use designated initializers for clarity
Teng Long
1
-2
/
+2
2023-06-21
notes.c: cleanup 'strbuf_grow' call in 'append_edit'
Teng Long
1
-2
/
+0
2023-06-12
strbuf: remove global variable
Calvin Wan
1
-7
/
+9
2023-04-11
editor: move editor-related functions and declarations into common file
Elijah Newren
1
-0
/
+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
/
+2
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-16
/
+18
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-16
/
+18
2023-03-28
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-3
/
+4
[next]