44 Commits (c1921c184c464e313308e4ef58e28ca78a5b2127)

Author SHA1 Message Date
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
Johan Herland 35d2fffdb8 Provide 'git merge --abort' as a synonym to 'git reset --merge' 14 years ago
Johan Herland 2a22c1b35d cmd_merge(): Parse options before checking MERGE_HEAD 14 years ago
Clemens Buchacher 172b6428d0 do not overwrite untracked during merge from unborn branch 14 years ago
Matthieu Moy 13931236b9 Change incorrect "remote branch" to "remote tracking branch" in C code 14 years ago
Nguyễn Thái Ngọc Duy da53eec688 merge -h: show usage even with corrupt index 14 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
Tay Ray Chuan 97d45bcb2f merge: rename variable 15 years ago
Tay Ray Chuan 7558922028 merge: update comment 15 years ago
Christian Couder c674d05273 merge: make function try_merge_command non static 15 years ago
Christian Couder 3f9083cde3 merge: refactor code that calls "git merge-STRATEGY" 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Junio C Hamano 85e51b783c Make "subtree" part more orthogonal to the rest of merge-recursive. 15 years ago
Avery Pennarun 8cc5b29065 git merge -X<option> 15 years ago
Matthieu Moy d38a30df7d Be more user-friendly when refusing to do something because of conflict. 15 years ago
Junio C Hamano cfc5789ada resolve-undo: record resolved conflicts in a new index extension section 15 years ago
Junio C Hamano be6ff8196d builtin-merge.c: use standard active_cache macros 15 years ago
Junio C Hamano 77c29b4aca Revert recent "git merge <msg> HEAD <commit>..." deprecation 15 years ago
Junio C Hamano cb6020bb01 Teach --[no-]rerere-autoupdate option to merge, revert and friends 15 years ago
Junio C Hamano ce9d823b91 merge: do not add standard message when message is given with -m option 15 years ago
Junio C Hamano 76bf488e61 Do not misidentify "git merge foo HEAD" as an old-style invocation 15 years ago
Junio C Hamano b81e00a965 git-merge: a deprecation notice of the ancient command line syntax 15 years ago
Matthieu Moy e2ced7de19 builtin-merge: show user-friendly error messages for fast-forward too. 15 years ago
Avery Pennarun ed87465658 builtin-merge.c: call exclude_cmds() correctly. 15 years ago
Jonathan Nieder d629c40b0b merge: do not setup worktree twice 15 years ago
Björn Gustavsson 134748353b Teach 'git merge' and 'git pull' the option --ff-only 15 years ago
Felipe Contreras a75d7b5409 Use 'fast-forward' all over the place 15 years ago
Thomas Rast dd2e794a21 Refactor pretty_print_commit arguments into a struct 15 years ago
Jeff King 69a8b7c741 merge: indicate remote tracking branches in merge message 16 years ago
Jeff King 751c59746c merge: fix incorrect merge message for ambiguous tag/branch 16 years ago
Johannes Sixt 5709e0363a run_command: return exit code as positive value 16 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago