aboutsummaryrefslogtreecommitdiff
path: root/builtin/merge.c
Commit message (Expand)AuthorAge
* Merge branch 'jh/notes-merge'Junio C Hamano2010-12-08
|\
| * Provide 'git merge --abort' as a synonym to 'git reset --merge'Johan Herland2010-11-17
| * cmd_merge(): Parse options before checking MERGE_HEADJohan Herland2010-11-17
* | Merge branch 'cb/maint-orphan-merge-noclobber'Junio C Hamano2010-11-24
|\ \
| * | do not overwrite untracked during merge from unborn branchClemens Buchacher2010-11-15
| |/
* | Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy2010-11-03
* | Merge branch 'jf/merge-ignore-ws'Junio C Hamano2010-10-26
|\ \
| * | merge-recursive: expose merge options for builtin mergeJonathan Nieder2010-08-26
* | | Merge branch 'rr/fmt-merge-msg'Junio C Hamano2010-09-29
|\ \ \
| * | | merge: Make 'merge.log' an integer or boolean optionRamkumar Ramachandra2010-09-09
| * | | merge: Make '--log' an integer option for number of shortlog entriesRamkumar Ramachandra2010-09-09
| * | | fmt_merge_msg: Change fmt_merge_msg API to accept shortlog_lenRamkumar Ramachandra2010-09-09
* | | | Merge branch 'dg/local-mod-error-messages'Junio C Hamano2010-09-03
|\ \ \ \
| * | | | Move "show_all_errors = 1" to setup_unpack_trees_porcelain()Matthieu Moy2010-09-03
| * | | | setup_unpack_trees_porcelain: take the whole options struct as parameterMatthieu Moy2010-09-03
| * | | | Move set_porcelain_error_msgs to unpack-trees.c and rename itMatthieu Moy2010-09-03
* | | | | Merge branch 'jn/merge-custom-no-trivial'Junio C Hamano2010-09-03
|\ \ \ \ \
| * | | | | merge: let custom strategies intervene in trivial mergesJonathan Nieder2010-08-15
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jn/update-contrib-example-merge'Junio C Hamano2010-09-03
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | merge: do not mistake (ancestor of) tag for branchJonathan Nieder2010-08-18
| |/ / /
* | | | Merge branch 'jn/merge-renormalize'Junio C Hamano2010-09-03
|\ \ \ \ | | |_|/ | |/| |
| * | | merge-recursive --renormalizeJonathan Nieder2010-08-06
| * | | Avoid conflicts when merging branches with mixed normalizationEyvind Bernhardsen2010-07-02
| |/ /
* | | Merge branch 'gb/split-cmdline-errmsg'Junio C Hamano2010-08-21
|\ \ \ | |_|/ |/| |
| * | split_cmdline: Allow caller to access error stringGreg Brockman2010-08-11
| |/
* | unpack_trees: group error messages by typeMatthieu Moy2010-08-11
* | merge-recursive: porcelain messages for checkoutDiane Gasselin2010-08-11
* | Turn unpack_trees_options.msgs into an array + enumMatthieu Moy2010-08-11
|/
* Merge branch 'tc/merge-m-log'Junio C Hamano2010-06-18
|\
| * merge: --log appends shortlog to message if specifiedTay Ray Chuan2010-05-10
| * merge: rename variableTay Ray Chuan2010-05-10
| * merge: update commentTay Ray Chuan2010-05-10
* | Merge branch 'cc/revert-strategy'Junio C Hamano2010-05-08
|\ \ | |/ |/|
| * merge: make function try_merge_command non staticChristian Couder2010-04-01
| * merge: refactor code that calls "git merge-STRATEGY"Christian Couder2010-04-01
* | Merge branch 'cc/cherry-pick-ff'Junio C Hamano2010-03-28
|/
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22