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
*
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
replace unchecked snprintf calls with heap buffers
Jeff King
2017-03-30
1
-5
/
+4
*
Merge branch 'bc/object-id'
Junio C Hamano
2017-03-17
1
-9
/
+9
|
\
|
*
Convert remaining callers of resolve_refdup to object_id
brian m. carlson
2017-02-22
1
-9
/
+9
*
|
delete_ref: accept a reflog message argument
Kyle Meyer
2017-02-21
1
-2
/
+2
|
/
*
notes: spell first word of error messages in lowercase
Vasco Almeida
2016-09-15
1
-32
/
+32
*
i18n: notes: mark error messages for translation
Vasco Almeida
2016-09-15
1
-9
/
+11
*
i18n: notes: mark comment for translation
Vasco Almeida
2016-07-28
1
-2
/
+3
*
i18n: notes: mark options for translation
Vasco Almeida
2016-06-18
1
-2
/
+2
*
i18n: notes: mark strings for translation
Vasco Almeida
2016-06-18
1
-10
/
+10
*
worktree.c: make find_shared_symref() return struct worktree *
Nguyễn Thái Ngọc Duy
2016-04-22
1
-4
/
+4
*
Merge branch 'sb/misc-cleanups'
Junio C Hamano
2016-04-13
1
-2
/
+3
|
\
|
*
notes: don't leak memory in git_config_get_notes_strategy
Stefan Beller
2016-04-01
1
-2
/
+3
*
|
Merge branch 'jk/notes-merge-from-anywhere'
Junio C Hamano
2016-02-03
1
-1
/
+1
|
\
\
|
*
|
notes: allow merging from arbitrary references
Jacob Keller
2016-01-17
1
-1
/
+1
|
|
/
*
|
Merge branch 'jc/strbuf-getline'
Junio C Hamano
2016-01-29
1
-1
/
+1
|
\
\
|
*
|
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
1
-1
/
+1
|
|
/
*
/
notes: allow treeish expressions as notes ref
Mike Hommey
2016-01-13
1
-13
/
+16
|
/
*
Remove get_object_hash.
brian m. carlson
2015-11-20
1
-1
/
+1
*
Add several uses of get_object_hash.
brian m. carlson
2015-11-20
1
-1
/
+1
*
Merge branch 'tk/stripspace'
Junio C Hamano
2015-10-26
1
-3
/
+3
|
\
|
*
strbuf: make stripspace() part of strbuf
Tobias Klauser
2015-10-16
1
-3
/
+3
*
|
worktree: add top-level worktree.c
Michael Rappazzo
2015-10-02
1
-1
/
+1
|
/
*
Merge branch 'jk/notes-merge-config'
Junio C Hamano
2015-09-01
1
-13
/
+30
|
\
|
*
notes: teach git-notes about notes.<name>.mergeStrategy option
Jacob Keller
2015-08-18
1
-1
/
+13
|
*
notes: add notes.mergeStrategy option to select default strategy
Jacob Keller
2015-08-18
1
-2
/
+17
|
*
notes: extract parse_notes_merge_strategy to notes-utils
Jacob Keller
2015-08-18
1
-11
/
+1
*
|
Merge branch 'dt/notes-multiple'
Junio C Hamano
2015-08-25
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
notes: handle multiple worktrees
David Turner
2015-08-11
1
-0
/
+6
*
|
standardize usage info string format
Alex Henrie
2015-01-14
1
-12
/
+12
*
|
builtin/notes: add --allow-empty, to allow storing empty notes
Johan Herland
2014-11-12
1
-6
/
+11
*
|
builtin/notes: split create_note() to clarify add vs. remove logic
Johan Herland
2014-11-12
1
-49
/
+54
*
|
builtin/notes: simplify early exit code in add()
Johan Herland
2014-11-12
1
-18
/
+17
*
|
builtin/notes: refactor note file path into struct note_data
Johan Herland
2014-11-10
1
-17
/
+21
*
|
builtin/notes: improve naming
Johan Herland
2014-11-10
1
-55
/
+54
*
|
builtin/notes: fix premature failure when trying to add the empty blob
Johan Herland
2014-11-10
1
-1
/
+1
|
/
*
refs.c: change resolve_ref_unsafe reading argument to be a flags field
Ronnie Sahlberg
2014-10-15
1
-1
/
+1
*
Merge branch 'ah/grammofix'
Junio C Hamano
2014-09-19
1
-1
/
+1
|
\
|
*
grammofix in user-facing messages
Alex Henrie
2014-09-02
1
-1
/
+1
*
|
run-command: introduce CHILD_PROCESS_INIT
René Scharfe
2014-08-20
1
-2
/
+1
|
/
*
Merge branch 'mh/ref-transaction'
Junio C Hamano
2014-06-03
1
-3
/
+3
|
\
|
*
refs.h: rename the action_on_err constants
Michael Haggerty
2014-04-07
1
-3
/
+3
*
|
parse-options: multi-word argh should use dash to separate words
Junio C Hamano
2014-03-24
1
-1
/
+1
|
/
*
Merge branch 'jh/note-trees-record-blobs'
Junio C Hamano
2014-03-14
1
-1
/
+5
|
\
|
*
notes: disallow reusing non-blob as a note object
Johan Herland
2014-02-20
1
-1
/
+5
*
|
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
1
-1
/
+1
*
|
Replace deprecated OPT_BOOLEAN by OPT_BOOL
Stefan Beller
2013-08-05
1
-2
/
+2
*
|
Remove deprecated OPTION_BOOLEAN for parsing arguments
Stefan Beller
2013-08-05
1
-4
/
+4
|
/
*
Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'
Junio C Hamano
2013-06-27
1
-1
/
+1
|
\
|
*
fix "builtin-*" references to be "builtin/*"
Phil Hord
2013-06-18
1
-1
/
+1
[next]