summaryrefslogtreecommitdiff
path: root/notes-merge.c
AgeCommit message (Expand)Author
2012-01-06Merge branch 'jc/show-sig'Junio C Hamano
2011-12-22Merge branch 'nd/war-on-nul-in-commit'Junio C Hamano
2011-12-15Convert commit_tree() to take strbuf as messageNguyễn Thái Ngọc Duy
2011-12-09Merge branch 'nd/resolve-ref'Junio C Hamano
2011-11-18Sync with 1.7.7.4Junio C Hamano
2011-11-18Merge branch 'jn/maint-notes-avoid-va-args' into maintJunio C Hamano
2011-11-18notes merge: eliminate OUTPUT macroJonathan Nieder
2011-11-13Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy
2011-11-13commit: teach --gpg-sign optionJunio C Hamano
2011-10-10Merge branch 'mh/maint-notes-merge-pathbuf-fix'Junio C Hamano
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty
2011-09-27notes_merge_commit(): do not pass temporary buffer to other functionMichael Haggerty
2011-05-09index_fd(): turn write_object and format_check arguments into one flagJunio C Hamano
2011-03-22Fix sparse warningsStephen Boyd
2011-02-14correct type of EMPTY_TREE_SHA1_BINJonathan Nieder
2010-11-17git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"Johan Herland
2010-11-17git notes merge: List conflicting notes in notes merge commit messageJohan Herland
2010-11-17git notes merge: Manual conflict resolution, part 2/2Johan Herland
2010-11-17git notes merge: Manual conflict resolution, part 1/2Johan Herland
2010-11-17git notes merge: Add automatic conflict resolvers (ours, theirs, union)Johan Herland
2010-11-17git notes merge: Handle real, non-conflicting notes mergesJohan Herland
2010-11-17builtin/notes.c: Refactor creation of notes commits.Johan Herland
2010-11-17git notes merge: Initial implementation handling trivial merges onlyJohan Herland