index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
notes.c
Age
Commit message (
Expand
)
Author
2024-03-12
strbuf: accept a comment string for strbuf_add_commented_lines()
Jeff King
2024-03-12
strbuf: accept a comment string for strbuf_stripspace()
Jeff King
2024-02-14
Merge branch 'js/check-null-from-read-object-file'
Junio C Hamano
2024-02-06
Always check the return value of `repo_read_object_file()`
Johannes Schindelin
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-07-06
Merge branch 'tl/notes-separator'
Junio C Hamano
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
notes: introduce "--no-separator" option
Teng Long
2023-06-21
notes.c: introduce "--[no-]stripspace" option
Teng Long
2023-06-21
notes.c: append separator instead of insert by pos
Teng Long
2023-06-21
notes.c: introduce '--separator=<paragraph-break>' option
Teng Long
2023-06-21
notes.c: use designated initializers for clarity
Teng Long
2023-06-21
notes.c: cleanup 'strbuf_grow' call in 'append_edit'
Teng Long
2023-06-12
strbuf: remove global variable
Calvin Wan
2023-04-11
editor: move editor-related functions and declarations into common file
Elijah Newren
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-02-24
notes: mark unused callback parameters
Jeff King
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2022-11-16
notes: avoid empty line in template
Michael J Gruber
2022-09-07
notes, remote: show unknown subcommands between `'
SZEDER Gábor
2022-09-07
notes: simplify default operation mode arguments check
SZEDER Gábor
2022-08-19
builtin/notes.c: let parse-options parse subcommands
SZEDER Gábor
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
2022-02-25
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-04
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
2022-01-10
Merge branch 'ab/usage-die-message'
Junio C Hamano
2021-12-21
Merge branch 'ak/protect-any-current-branch'
Junio C Hamano
2021-12-07
usage.c API users: use die_message() for error() + exit 128
Ævar Arnfjörð Bjarmason
2021-12-01
worktree: simplify find_shared_symref() memory ownership model
Anders Kaseorg
2021-11-25
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
2021-08-25
use xopen() to handle fatal open(2) failures
René Scharfe
2021-03-13
use CALLOC_ARRAY
René Scharfe
2021-02-23
replace "parameters" by "arguments" in error messages
Johannes Sixt
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2020-02-10
strbuf: add and use strbuf_insertstr()
René Scharfe
2019-10-18
notes: fix minimum number of parameters to "copy" subcommand
Doan Tran Cong Danh
2019-01-14
notes-utils.c: remove the_repository references
Nguyễn Thái Ngọc Duy
[next]