index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
notes.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-11-22
notes: correct 'git notes prune' options to '[-n] [-v]'
Robert P. J. Day
1
-1
/
+1
2017-11-15
notes: send "Automatic notes merge failed" messages to stderr
Todd Zullinger
1
-4
/
+4
2017-11-06
refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
Michael Haggerty
1
-1
/
+1
2017-10-16
refs: convert resolve_refdup and refs_resolve_refdup to struct object_id
brian m. carlson
1
-1
/
+1
2017-10-16
refs: convert update_ref and refs_update_ref to use struct object_id
brian m. carlson
1
-5
/
+5
2017-09-07
notes: release strbuf after use in notes_copy_from_stdin()
Rene Scharfe
1
-0
/
+1
2017-08-11
Merge branch 'bw/object-id'
Junio C Hamano
1
-1
/
+1
2017-07-17
notes: don't access hash of NULL object_id pointer
René Scharfe
1
-1
/
+1
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-19
Merge branch 'bw/object-id'
Junio C Hamano
1
-68
/
+68
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-05
notes-merge: convert notes_merge* to struct object_id
Brandon Williams
1
-3
/
+3
2017-06-04
Merge branch 'ab/c-translators-comment-style'
Junio C Hamano
1
-2
/
+4
2017-06-02
notes: convert some accessor functions to struct object_id
brian m. carlson
1
-10
/
+10
2017-06-02
builtin/notes: convert to struct object_id
brian m. carlson
1
-55
/
+55
2017-06-02
notes: make get_note return pointer to struct object_id
brian m. carlson
1
-11
/
+11
2017-06-02
notes: convert for_each_note to struct object_id
brian m. carlson
1
-3
/
+3
2017-05-31
C style: use standard style for "TRANSLATORS" comments
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-1
/
+1
2017-03-30
replace unchecked snprintf calls with heap buffers
Jeff King
1
-5
/
+4
2017-03-17
Merge branch 'bc/object-id'
Junio C Hamano
1
-9
/
+9
2017-02-22
Convert remaining callers of resolve_refdup to object_id
brian m. carlson
1
-9
/
+9
2017-02-20
delete_ref: accept a reflog message argument
Kyle Meyer
1
-2
/
+2
2016-09-15
notes: spell first word of error messages in lowercase
Vasco Almeida
1
-32
/
+32
[next]