Sign in
googlers
/
jrn
/
git
/
fc32293502e86be2cabbe5e8e5863a2b657207b8
/
builtin
/
notes.c
755b49a
delete_ref: accept a reflog message argument
by Kyle Meyer
· 8 years ago
8d79589
notes: spell first word of error messages in lowercase
by Vasco Almeida
· 8 years ago
2d1252d
i18n: notes: mark error messages for translation
by Vasco Almeida
· 8 years ago
996ee6d
i18n: notes: mark comment for translation
by Vasco Almeida
· 9 years ago
b34c77e
i18n: notes: mark options for translation
by Vasco Almeida
· 9 years ago
5313827
i18n: notes: mark strings for translation
by Vasco Almeida
· 9 years ago
d3b9ac0
worktree.c: make find_shared_symref() return struct worktree *
by Nguyễn Thái Ngọc Duy
· 9 years ago
fc452ae
Merge branch 'sb/misc-cleanups'
by Junio C Hamano
· 9 years ago
344b548
notes: don't leak memory in git_config_get_notes_strategy
by Stefan Beller
· 9 years ago
1cb3ed3
Merge branch 'jk/notes-merge-from-anywhere'
by Junio C Hamano
· 9 years ago
b62624b
Merge branch 'jc/strbuf-getline'
by Junio C Hamano
· 9 years ago
b3715b7
notes: allow merging from arbitrary references
by Jacob Keller
· 9 years ago
8f309ae
strbuf: introduce strbuf_getline_{lf,nul}()
by Junio C Hamano
· 9 years ago
ee76f92
notes: allow treeish expressions as notes ref
by Mike Hommey
· 9 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
· 9 years ago
7999b2c
Add several uses of get_object_hash.
by brian m. carlson
· 9 years ago
1ad7c0f
Merge branch 'tk/stripspace'
by Junio C Hamano
· 9 years ago
63af4a8
strbuf: make stripspace() part of strbuf
by Tobias Klauser
· 9 years ago
ac6c561
worktree: add top-level worktree.c
by Michael Rappazzo
· 9 years ago
5b6211a
Merge branch 'jk/notes-merge-config'
by Junio C Hamano
· 9 years ago
32561f5
Merge branch 'dt/notes-multiple'
by Junio C Hamano
· 9 years ago
4f655e2
notes: teach git-notes about notes.<name>.mergeStrategy option
by Jacob Keller
· 9 years ago
d2d68d9
notes: add notes.mergeStrategy option to select default strategy
by Jacob Keller
· 9 years ago
93efcad
notes: extract parse_notes_merge_strategy to notes-utils
by Jacob Keller
· 9 years ago
b02e859
notes: handle multiple worktrees
by David Turner
· 9 years ago
9c9b4f2
standardize usage info string format
by Alex Henrie
· 10 years ago
d73a5b9
builtin/notes: add --allow-empty, to allow storing empty notes
by Johan Herland
· 10 years ago
52694cd
builtin/notes: split create_note() to clarify add vs. remove logic
by Johan Herland
· 10 years ago
b0de56c
builtin/notes: simplify early exit code in add()
by Johan Herland
· 10 years ago
4282af0
builtin/notes: refactor note file path into struct note_data
by Johan Herland
· 10 years ago
bebf5c0
builtin/notes: improve naming
by Johan Herland
· 10 years ago
511726e
builtin/notes: fix premature failure when trying to add the empty blob
by Johan Herland
· 10 years ago
7695d11
refs.c: change resolve_ref_unsafe reading argument to be a flags field
by Ronnie Sahlberg
· 11 years ago
296b4c4
Merge branch 'ah/grammofix'
by Junio C Hamano
· 10 years ago
ad5fe37
grammofix in user-facing messages
by Alex Henrie
· 10 years ago
d318027
run-command: introduce CHILD_PROCESS_INIT
by René Scharfe
· 10 years ago
2cc70ce
Merge branch 'mh/ref-transaction'
by Junio C Hamano
· 11 years ago
f412411
refs.h: rename the action_on_err constants
by Michael Haggerty
· 11 years ago
e703d71
parse-options: multi-word argh should use dash to separate words
by Junio C Hamano
· 11 years ago
b37f81b
Merge branch 'jh/note-trees-record-blobs'
by Junio C Hamano
· 11 years ago
ce8daa1
notes: disallow reusing non-blob as a note object
by Johan Herland
· 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
d5d09d4
Replace deprecated OPT_BOOLEAN by OPT_BOOL
by Stefan Beller
· 12 years ago
4741edd
Remove deprecated OPTION_BOOLEAN for parsing arguments
by Stefan Beller
· 12 years ago
2ddc898
Merge branch 'ph/builtin-srcs-are-in-subdir-these-days'
by Junio C Hamano
· 12 years ago
09b7e22
fix "builtin-*" references to be "builtin/*"
by Phil Hord
· 12 years ago
49c2470
Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.c
by Johan Herland
· 12 years ago
80a1466
finish_copy_notes_for_rewrite(): Let caller provide commit message
by Johan Herland
· 12 years ago
eff80a9
Allow custom "comment char"
by Junio C Hamano
· 12 years ago
f50fee4
builtin/notes.c: mark file-scope private symbols as static
by Junio C Hamano
· 12 years ago
b0ff965
Reduce translations by using same terminologies
by Nguyễn Thái Ngọc Duy
· 12 years ago
e6b895e
i18n: notes: mark parseopt strings for translation
by Nguyễn Thái Ngọc Duy
· 12 years ago
f35ccd9
Merge branch 'nd/war-on-nul-in-commit'
by Junio C Hamano
· 13 years ago
13f8b72
Convert commit_tree() to take strbuf as message
by Nguyễn Thái Ngọc Duy
· 13 years ago
96ec7b1
Convert resolve_ref+xstrdup to new resolve_refdup function
by Nguyễn Thái Ngọc Duy
· 13 years ago
d5a35c1
Copy resolve_ref() return value for longer use
by Nguyễn Thái Ngọc Duy
· 13 years ago
4653801
notes remove: --stdin reads from the standard input
by Junio C Hamano
· 14 years ago
2d370d2
notes remove: --ignore-missing
by Junio C Hamano
· 14 years ago
c3ab1a8
notes remove: allow removing more than one
by Junio C Hamano
· 14 years ago
23f536c
Merge branch 'jk/notes-ui-updates'
by Junio C Hamano
· 14 years ago
2d23c64
Merge branch 'jh/notes-add-ui'
by Junio C Hamano
· 14 years ago
6c80cd2
Merge branch 'ab/i18n-st'
by Junio C Hamano
· 14 years ago
84a7e35
Make "git notes add" more user-friendly when there are existing notes
by Johan Herland
· 14 years ago
03bb578
notes: make expand_notes_ref globally accessible
by Jeff King
· 14 years ago
c2e86ad
Fix sparse warnings
by Stephen Boyd
· 14 years ago
e3bd758
i18n: git-notes GIT_NOTES_REWRITE_MODE error message
by Ævar Arnfjörð Bjarmason
· 14 years ago
caeba0e
i18n: git-notes basic commands
by Ævar Arnfjörð Bjarmason
· 14 years ago
23c6a80
Make <identifier> lowercase as per CodingGuidelines
by Michael J Gruber
· 14 years ago
657072f
Merge branch 'jh/notes-merge'
by Junio C Hamano
· 14 years ago
618cd75
Provide 'git notes get-ref' to easily retrieve current notes ref
by Johan Herland
· 14 years ago
a6a0909
git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"
by Johan Herland
· 14 years ago
6cfd6a9
git notes merge: --commit should fail if underlying notes ref has moved
by Johan Herland
· 14 years ago
443259c
git notes merge: List conflicting notes in notes merge commit message
by Johan Herland
· 14 years ago
6abb365
git notes merge: Manual conflict resolution, part 2/2
by Johan Herland
· 14 years ago
809f38c
git notes merge: Manual conflict resolution, part 1/2
by Johan Herland
· 14 years ago
3228e67
git notes merge: Add automatic conflict resolvers (ours, theirs, union)
by Johan Herland
· 14 years ago
2085b16
git notes merge: Handle real, non-conflicting notes merges
by Johan Herland
· 14 years ago
5688184
builtin/notes.c: Refactor creation of notes commits.
by Johan Herland
· 14 years ago
75ef3f4
git notes merge: Initial implementation handling trivial merges only
by Johan Herland
· 14 years ago
8ef313e
builtin/notes.c: Split notes ref DWIMmery into a separate function
by Johan Herland
· 14 years ago
180619a
notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond
by Johan Herland
· 14 years ago
76946b7
add OPT__FORCE
by René Scharfe
· 14 years ago
e21adb8
add description parameter to OPT__DRY_RUN
by René Scharfe
· 14 years ago
fd03881
add description parameter to OPT__VERBOSE
by René Scharfe
· 14 years ago
1ee1e43
notes: Don't create (empty) commit when removing non-existing notes
by Johan Herland
· 14 years ago
e93487d
notes: allow --dry-run for -n and --verbose for -v
by René Scharfe
· 14 years ago
1ba5c53
Merge branch 'maint'
by Junio C Hamano
· 15 years ago
bbb1b8a
notes: check number of parameters to "git notes copy"
by Jeff King
· 15 years ago
f526d12
Merge branch 'maint'
by Junio C Hamano
· 15 years ago
4e0d7a8
msvc: Fix some "expr evaluates to function" compiler warnings
by Ramsay Jones
· 15 years ago
3c0ae1b
Merge 'maint' updates in
by Junio C Hamano
· 15 years ago
ef7a8e3
notes: Initialize variable to appease Sun Studio
by Ævar Arnfjörð Bjarmason
· 15 years ago
a9f2adf
notes: dry-run and verbose options for prune
by Michael J Gruber
· 15 years ago
3b37d9c
Merge branch 'sb/notes-parse-opt'
by Junio C Hamano
· 15 years ago
a86ed83
Merge branch 'tr/notes-display'
by Junio C Hamano
· 15 years ago
2949151
Merge branch 'jh/notes'
by Junio C Hamano
· 15 years ago