86 Commits (05bab3ea283d687d7981583aa87e03279f3b1484)

Author SHA1 Message Date
Jonathan Nieder 418c9b176c do not let git_path clobber errno when reporting errors 14 years ago
Jay Soffian 66f4b98ad9 Teach merge the '[-e|--edit]' option 14 years ago
Nguyễn Thái Ngọc Duy baf18fc261 Accept tags in HEAD or MERGE_HEAD 14 years ago
Nguyễn Thái Ngọc Duy 894642f68d merge: remove global variable head[] 14 years ago
Nguyễn Thái Ngọc Duy 10b98fa5b3 merge: use return value of resolve_ref() to determine if HEAD is invalid 14 years ago
Junio C Hamano 6099835c19 Allow git merge ":/<pattern>" 14 years ago
Nguyễn Thái Ngọc Duy b4fd94064d merge: keep stash[] a local variable 14 years ago
Jeff King c9bfb95348 want_color: automatically fallback to color.ui 14 years ago
Jeff King f1c9626105 diff: refactor COLOR_DIFF from a flag into an int 14 years ago
Jeff King 6bf139440c clean up calling conventions for pretty.c functions 14 years ago
Junio C Hamano f23101bf9f merge: reword the final message 14 years ago
Jeff King 161807349a cherry-pick: handle root commits with external strategies 14 years ago
Junio C Hamano f23e8decd5 merge: introduce merge.ff configuration variable 14 years ago
Ævar Arnfjörð Bjarmason f68f180172 i18n: mark merge CHERRY_PICK_HEAD messages for translation 14 years ago
Ævar Arnfjörð Bjarmason c7f426d4bc i18n: mark merge "upstream" messages for translation 14 years ago
Ævar Arnfjörð Bjarmason 650ed9db74 i18n: mark merge "Could not read from" message for translation 14 years ago
Junio C Hamano 4e8115fff1 merge: allow "-" as a short-hand for "previous branch" 14 years ago
Jeff King 97b1b4f3a6 merge: merge unborn index before setting ref 14 years ago
Junio C Hamano 93e535a5b7 merge: merge with the default upstream branch without argument 14 years ago
Jared Hance c395c25b86 merge: match the help text with the documentation 14 years ago
Ævar Arnfjörð Bjarmason 157efde10f i18n: git-merge "Wonderful" message 14 years ago
Ævar Arnfjörð Bjarmason 2ceb61e0a0 i18n: git-merge "Updating %s..%s" message 14 years ago
Ævar Arnfjörð Bjarmason bacec47845 i18n: git-merge basic messages 14 years ago
Jay Soffian d7e5c0cbfb Introduce CHERRY_PICK_HEAD 14 years ago
Jeff King 99bfc6691d merge: enable progress reporting for rename detection 14 years ago
Jay Soffian 65969d43d1 merge: honor prepare-commit-msg hook 14 years ago
Michael J Gruber 23c6a803d3 Make <identifier> lowercase as per CodingGuidelines 14 years ago
Michael J Gruber 3f40617566 commit,merge,tag: describe -m likewise 14 years ago
Jonathan Nieder 67ac1e1d57 cherry-pick/revert: add support for -X/--strategy-option 14 years ago
Johan Herland 35d2fffdb8 Provide 'git merge --abort' as a synonym to 'git reset --merge' 15 years ago
Johan Herland 2a22c1b35d cmd_merge(): Parse options before checking MERGE_HEAD 15 years ago
Clemens Buchacher 172b6428d0 do not overwrite untracked during merge from unborn branch 15 years ago
Matthieu Moy 13931236b9 Change incorrect "remote branch" to "remote tracking branch" in C code 15 years ago
Nguyễn Thái Ngọc Duy da53eec688 merge -h: show usage even with corrupt index 15 years ago
Ramkumar Ramachandra bda3b8ff17 merge: Make 'merge.log' an integer or boolean option 15 years ago
Ramkumar Ramachandra 96e9420cd3 merge: Make '--log' an integer option for number of shortlog entries 15 years ago
Ramkumar Ramachandra 1876166aaa fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_len 15 years ago
Matthieu Moy 5e65ee35dd Move "show_all_errors = 1" to setup_unpack_trees_porcelain() 15 years ago
Matthieu Moy e294030fe8 setup_unpack_trees_porcelain: take the whole options struct as parameter 15 years ago
Matthieu Moy dc1166e685 Move set_porcelain_error_msgs to unpack-trees.c and rename it 15 years ago
Jonathan Nieder 635a7bb1d8 merge-recursive: expose merge options for builtin merge 15 years ago
Jonathan Nieder b81f925f70 merge: do not mistake (ancestor of) tag for branch 15 years ago
Jonathan Nieder 52b48ef1e4 merge: let custom strategies intervene in trivial merges 15 years ago
Matthieu Moy e6c111b4c0 unpack_trees: group error messages by type 15 years ago
Diane Gasselin 23cbf11b5c merge-recursive: porcelain messages for checkout 15 years ago
Matthieu Moy 08353ebbab Turn unpack_trees_options.msgs into an array + enum 15 years ago
Greg Brockman ad9ac6db5d split_cmdline: Allow caller to access error string 15 years ago
Jonathan Nieder 7610fa57e6 merge-recursive --renormalize 15 years ago
Eyvind Bernhardsen f217f0e86d Avoid conflicts when merging branches with mixed normalization 15 years ago
Tay Ray Chuan f0ecac2b70 merge: --log appends shortlog to message if specified 15 years ago