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
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-11
/
+11
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
1
-2
/
+3
2023-02-24
notes: mark unused callback parameters
Jeff King
1
-2
/
+3
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-11-16
notes: avoid empty line in template
Michael J Gruber
1
-1
/
+1
2022-09-07
notes, remote: show unknown subcommands between `'
SZEDER Gábor
1
-1
/
+1
2022-09-07
notes: simplify default operation mode arguments check
SZEDER Gábor
1
-4
/
+7
2022-08-19
builtin/notes.c: let parse-options parse subcommands
SZEDER Gábor
1
-26
/
+17
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
1
-1
/
+1
2022-02-25
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-04
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
1
-3
/
+3
2022-01-10
Merge branch 'ab/usage-die-message'
Junio C Hamano
1
-4
/
+5
2021-12-21
Merge branch 'ak/protect-any-current-branch'
Junio C Hamano
1
-1
/
+5
2021-12-07
usage.c API users: use die_message() for error() + exit 128
Ævar Arnfjörð Bjarmason
1
-4
/
+5
2021-12-01
worktree: simplify find_shared_symref() memory ownership model
Anders Kaseorg
1
-1
/
+5
2021-11-25
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
1
-3
/
+2
2021-08-25
use xopen() to handle fatal open(2) failures
René Scharfe
1
-3
/
+1
2021-03-13
use CALLOC_ARRAY
René Scharfe
1
-1
/
+1
2021-02-23
replace "parameters" by "arguments" in error messages
Johannes Sixt
1
-10
/
+10
2020-04-28
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
1
-16
/
+16
2020-02-10
strbuf: add and use strbuf_insertstr()
René Scharfe
1
-2
/
+2
2019-10-18
notes: fix minimum number of parameters to "copy" subcommand
Doan Tran Cong Danh
1
-1
/
+1
2019-01-14
notes-utils.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-8
/
+13
2019-01-04
Merge branch 'nd/the-index'
Junio C Hamano
1
-1
/
+1
2018-11-18
Merge branch 'cb/notes-freeing-always-null-fix'
Junio C Hamano
1
-3
/
+1
2018-11-13
builtin/notes: remove unnecessary free
Carlo Marcelo Arenas Belón
1
-3
/
+1
2018-11-12
notes-merge.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-11-06
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
1
-0
/
+7
2018-06-29
commit: add repository argument to lookup_commit_reference
Stefan Beller
1
-1
/
+2
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
1
-0
/
+1
2018-06-01
Merge branch 'nd/use-opt-int-set-f'
Junio C Hamano
1
-6
/
+6
2018-05-24
Use OPT_SET_INT_F() for cmdline option specification
Nguyễn Thái Ngọc Duy
1
-6
/
+6
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-4
/
+4
2018-04-11
exec_cmd: rename to use dash in file name
Stefan Beller
1
-1
/
+1
2018-04-10
Merge branch 'bc/object-id'
Junio C Hamano
1
-7
/
+7
2018-03-14
Merge branch 'nd/parseopt-completion'
Junio C Hamano
1
-2
/
+2
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-3
/
+3
2018-03-14
builtin/notes: convert static functions to object_id
brian m. carlson
1
-5
/
+5
2018-02-09
completion: use __gitcomp_builtin in _git_notes
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-02-09
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-01-30
sha1_file: convert write_sha1_file to object_id
Patryk Obara
1
-4
/
+4
2017-12-27
Merge branch 'ot/pretty'
Junio C Hamano
1
-1
/
+1
2017-12-12
format: create pretty.h file
Olga Telezhnaya
1
-1
/
+1
2017-12-06
Merge branch 'rd/doc-notes-prune-fix'
Junio C Hamano
1
-1
/
+1
2017-12-06
Merge branch 'tz/notes-error-to-stderr' into maint
Junio C Hamano
1
-4
/
+4
2017-11-27
Merge branch 'tz/notes-error-to-stderr'
Junio C Hamano
1
-4
/
+4
[prev]
[next]