index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
notes.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ab/usage-die-message'
Junio C Hamano
2022-01-10
1
-4
/
+5
|
\
|
*
usage.c API users: use die_message() for error() + exit 128
Ævar Arnfjörð Bjarmason
2021-12-07
1
-4
/
+5
*
|
Merge branch 'ak/protect-any-current-branch'
Junio C Hamano
2021-12-22
1
-1
/
+5
|
\
\
|
*
|
worktree: simplify find_shared_symref() memory ownership model
Anders Kaseorg
2021-12-02
1
-1
/
+5
|
|
/
*
/
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
2021-11-26
1
-3
/
+2
|
/
*
use xopen() to handle fatal open(2) failures
René Scharfe
2021-08-25
1
-3
/
+1
*
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
*
replace "parameters" by "arguments" in error messages
Johannes Sixt
2021-02-23
1
-10
/
+10
*
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2020-04-28
1
-16
/
+16
*
strbuf: add and use strbuf_insertstr()
René Scharfe
2020-02-10
1
-2
/
+2
*
notes: fix minimum number of parameters to "copy" subcommand
Doan Tran Cong Danh
2019-10-18
1
-1
/
+1
*
notes-utils.c: remove the_repository references
Nguyễn Thái Ngọc Duy
2019-01-14
1
-8
/
+13
*
Merge branch 'nd/the-index'
Junio C Hamano
2019-01-04
1
-1
/
+1
|
\
|
*
notes-merge.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-11-12
1
-1
/
+1
*
|
Merge branch 'cb/notes-freeing-always-null-fix'
Junio C Hamano
2018-11-18
1
-3
/
+1
|
\
\
|
*
|
builtin/notes: remove unnecessary free
Carlo Marcelo Arenas Belón
2018-11-13
1
-3
/
+1
|
|
/
*
/
assert NOARG/NONEG behavior of parse-options callbacks
Jeff King
2018-11-06
1
-0
/
+7
|
/
*
commit: add repository argument to lookup_commit_reference
Stefan Beller
2018-06-29
1
-1
/
+2
*
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-0
/
+1
|
\
|
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
Merge branch 'nd/use-opt-int-set-f'
Junio C Hamano
2018-06-01
1
-6
/
+6
|
\
\
|
*
|
Use OPT_SET_INT_F() for cmdline option specification
Nguyễn Thái Ngọc Duy
2018-05-24
1
-6
/
+6
*
|
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-4
/
+4
|
/
/
*
/
exec_cmd: rename to use dash in file name
Stefan Beller
2018-04-11
1
-1
/
+1
|
/
*
Merge branch 'bc/object-id'
Junio C Hamano
2018-04-10
1
-7
/
+7
|
\
|
*
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
2018-03-14
1
-3
/
+3
|
*
builtin/notes: convert static functions to object_id
brian m. carlson
2018-03-14
1
-5
/
+5
*
|
Merge branch 'nd/parseopt-completion'
Junio C Hamano
2018-03-14
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
completion: use __gitcomp_builtin in _git_notes
Nguyễn Thái Ngọc Duy
2018-02-09
1
-2
/
+2
|
*
parse-options: let OPT__FORCE take optional flags argument
Nguyễn Thái Ngọc Duy
2018-02-09
1
-2
/
+2
*
|
sha1_file: convert write_sha1_file to object_id
Patryk Obara
2018-01-30
1
-4
/
+4
|
/
*
Merge branch 'ot/pretty'
Junio C Hamano
2017-12-27
1
-1
/
+1
|
\
|
*
format: create pretty.h file
Olga Telezhnaya
2017-12-12
1
-1
/
+1
|
*
Merge branch 'tz/notes-error-to-stderr' into maint
Junio C Hamano
2017-12-06
1
-4
/
+4
|
|
\
*
|
\
Merge branch 'rd/doc-notes-prune-fix'
Junio C Hamano
2017-12-06
1
-1
/
+1
|
\
\
\
|
*
|
|
notes: correct 'git notes prune' options to '[-n] [-v]'
Robert P. J. Day
2017-11-22
1
-1
/
+1
*
|
|
|
Merge branch 'tz/notes-error-to-stderr'
Junio C Hamano
2017-11-27
1
-4
/
+4
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
notes: send "Automatic notes merge failed" messages to stderr
Todd Zullinger
2017-11-15
1
-4
/
+4
|
|
/
/
*
|
|
refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
Michael Haggerty
2017-11-06
1
-1
/
+1
*
|
|
refs: convert resolve_refdup and refs_resolve_refdup to struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
*
|
|
refs: convert update_ref and refs_update_ref to use struct object_id
brian m. carlson
2017-10-16
1
-5
/
+5
|
|
/
|
/
|
*
|
notes: release strbuf after use in notes_copy_from_stdin()
Rene Scharfe
2017-09-07
1
-0
/
+1
*
|
Merge branch 'bw/object-id'
Junio C Hamano
2017-08-11
1
-1
/
+1
|
\
\
|
*
|
notes: don't access hash of NULL object_id pointer
René Scharfe
2017-07-17
1
-1
/
+1
*
|
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
\
|
*
|
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
|
|
Merge branch 'bw/object-id'
Junio C Hamano
2017-06-19
1
-68
/
+68
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
notes-merge: convert notes_merge* to struct object_id
Brandon Williams
2017-06-05
1
-3
/
+3
|
*
|
|
notes: convert some accessor functions to struct object_id
brian m. carlson
2017-06-02
1
-10
/
+10
|
*
|
|
builtin/notes: convert to struct object_id
brian m. carlson
2017-06-02
1
-55
/
+55
[next]