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
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
2016-09-15
i18n: notes: mark error messages for translation
Vasco Almeida
1
-9
/
+11
2016-07-28
i18n: notes: mark comment for translation
Vasco Almeida
1
-2
/
+3
2016-06-17
i18n: notes: mark options for translation
Vasco Almeida
1
-2
/
+2
2016-06-17
i18n: notes: mark strings for translation
Vasco Almeida
1
-10
/
+10
2016-04-22
worktree.c: make find_shared_symref() return struct worktree *
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2016-04-13
Merge branch 'sb/misc-cleanups'
Junio C Hamano
1
-2
/
+3
2016-04-01
notes: don't leak memory in git_config_get_notes_strategy
Stefan Beller
1
-2
/
+3
2016-02-03
Merge branch 'jk/notes-merge-from-anywhere'
Junio C Hamano
1
-1
/
+1
2016-01-28
Merge branch 'jc/strbuf-getline'
Junio C Hamano
1
-1
/
+1
2016-01-17
notes: allow merging from arbitrary references
Jacob Keller
1
-1
/
+1
2016-01-15
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
1
-1
/
+1
2016-01-12
notes: allow treeish expressions as notes ref
Mike Hommey
1
-13
/
+16
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-1
/
+1
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-1
/
+1
2015-10-26
Merge branch 'tk/stripspace'
Junio C Hamano
1
-3
/
+3
2015-10-16
strbuf: make stripspace() part of strbuf
Tobias Klauser
1
-3
/
+3
2015-10-02
worktree: add top-level worktree.c
Michael Rappazzo
1
-1
/
+1
2015-08-31
Merge branch 'jk/notes-merge-config'
Junio C Hamano
1
-13
/
+30
2015-08-25
Merge branch 'dt/notes-multiple'
Junio C Hamano
1
-0
/
+6
2015-08-17
notes: teach git-notes about notes.<name>.mergeStrategy option
Jacob Keller
1
-1
/
+13
2015-08-17
notes: add notes.mergeStrategy option to select default strategy
Jacob Keller
1
-2
/
+17
2015-08-17
notes: extract parse_notes_merge_strategy to notes-utils
Jacob Keller
1
-11
/
+1
2015-08-11
notes: handle multiple worktrees
David Turner
1
-0
/
+6
2015-01-14
standardize usage info string format
Alex Henrie
1
-12
/
+12
2014-11-12
builtin/notes: add --allow-empty, to allow storing empty notes
Johan Herland
1
-6
/
+11
2014-11-12
builtin/notes: split create_note() to clarify add vs. remove logic
Johan Herland
1
-49
/
+54
2014-11-12
builtin/notes: simplify early exit code in add()
Johan Herland
1
-18
/
+17
2014-11-10
builtin/notes: refactor note file path into struct note_data
Johan Herland
1
-17
/
+21
2014-11-10
builtin/notes: improve naming
Johan Herland
1
-55
/
+54
2014-11-10
builtin/notes: fix premature failure when trying to add the empty blob
Johan Herland
1
-1
/
+1
2014-10-15
refs.c: change resolve_ref_unsafe reading argument to be a flags field
Ronnie Sahlberg
1
-1
/
+1
[next]