| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-07-07 | Build in merge | Miklos Vajna | 1 | -554/+0 |
| 2008-06-19 | git-merge.sh: fix typo in usage message: sucesses --> succeeds | Brandon Casey | 1 | -1/+1 |
| 2008-05-21 | git-merge: exclude unnecessary options from OPTIONS_SPEC | Miklos Vajna | 1 | -3/+1 |
| 2008-04-12 | merge, pull: add '--(no-)log' command line option | SZEDER Gábor | 1 | -2/+6 |
| 2008-04-12 | add 'merge.stat' config variable | SZEDER Gábor | 1 | -0/+1 |
| 2008-04-12 | merge, pull: introduce '--(no-)stat' option | SZEDER Gábor | 1 | -4/+6 |
| 2008-03-05 | specify explicit "--pretty=medium" with `git log/show/whatchanged` | Denis Cheng | 1 | -1/+1 |
| 2008-03-03 | git-merge.sh: better handling of combined --squash,--no-ff,--no-commit options | Gerrit Pape | 1 | -6/+11 |
| 2007-11-17 | Merge branch 'ph/parseopt-sh' | Junio C Hamano | 1 | -72/+54 |
| 2007-11-14 | Merge branch 'jc/stash-create' | Junio C Hamano | 1 | -6/+5 |
| 2007-11-05 | Migrate git-merge.sh to use git-rev-parse --parseopt | Pierre Habouzit | 1 | -72/+54 |
| 2007-11-01 | git-merge: no reason to use cpio anymore | Junio C Hamano | 1 | -6/+5 |
| 2007-10-03 | Merge branch 'lh/merge' | Junio C Hamano | 1 | -11/+54 |
| 2007-10-03 | Merge branch 'jc/autogc' | Junio C Hamano | 1 | -0/+1 |
| 2007-09-23 | Merge branch 'je/hooks' | Junio C Hamano | 1 | -0/+13 |
| 2007-09-23 | git-merge: add --ff and --no-ff options | Lars Hjemli | 1 | -6/+16 |
| 2007-09-23 | git-merge: add support for --commit and --no-squash | Lars Hjemli | 1 | -2/+6 |
| 2007-09-23 | git-merge: add support for branch.<name>.mergeoptions | Lars Hjemli | 1 | -0/+21 |
| 2007-09-23 | git-merge: refactor option parsing | Lars Hjemli | 1 | -6/+14 |
| 2007-09-23 | git-merge: fix faulty SQUASH_MSG | Lars Hjemli | 1 | -1/+1 |
| 2007-09-23 | Supplant the "while case ... break ;; esac" idiom | David Kastrup | 1 | -1/+1 |
| 2007-09-18 | Add post-merge hook, related documentation, and tests. | Josh England | 1 | -0/+13 |
| 2007-09-06 | Invoke "git gc --auto" from commit, merge, am and rebase. | Junio C Hamano | 1 | -0/+1 |
| 2007-08-27 | git-merge: do up-to-date check also for all strategies | Junio C Hamano | 1 | -15/+20 |
| 2007-07-06 | Enable "git rerere" by the config variable rerere.enabled | Johannes Schindelin | 1 | -4/+1 |
| 2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -36/+36 |
| 2007-05-29 | Merge branch 'ar/mergestat' | Junio C Hamano | 1 | -6/+12 |
| 2007-05-26 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+3 |
| 2007-05-26 | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 1 | -3/+3 |
| 2007-05-26 | More echo "$user_message" fixes. | Jeff King | 1 | -3/+3 |
| 2007-05-24 | Add a configuration option to control diffstat after merge | Alex Riesen | 1 | -6/+12 |
| 2007-05-10 | Add colour support in rebase and merge tree diff stats output. | James Bowes | 1 | -1/+2 |
| 2007-04-07 | A new merge stragety 'subtree'. | Junio C Hamano | 1 | -2/+2 |
| 2007-03-22 | git-merge: Put FETCH_HEAD data in merge commit message | Michael S. Tsirkin | 1 | -0/+4 |
| 2007-03-16 | git-merge: finish when git-read-tree fails | Santi Béjar | 1 | -2/+2 |
| 2007-03-11 | git-merge: warn when -m provided on a fast forward | J. Bruce Fields | 1 | -1/+6 |
| 2007-03-03 | git-merge: fail correctly when we cannot fast forward. | Junio C Hamano | 1 | -1/+1 |
| 2007-02-16 | git-merge: minor fix for no_trivial_merge_strategies. | Junio C Hamano | 1 | -6/+9 |
| 2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -2/+2 |
| 2007-01-26 | git-merge: leave sensible reflog message when used as the first level UI. | Junio C Hamano | 1 | -1/+1 |
| 2007-01-14 | Merge branch 'sp/merge' (early part) | Junio C Hamano | 1 | -17/+23 |
| 2007-01-12 | Allow whole-tree operations to be started from a subdirectory | Junio C Hamano | 1 | -1/+3 |
| 2007-01-10 | Improve merge performance by avoiding in-index merges. | Shawn O. Pearce | 1 | -17/+23 |
| 2007-01-10 | Disallow working directory commands in a bare repository. | Shawn O. Pearce | 1 | -0/+1 |
| 2007-01-01 | fail pull/merge early in the middle of conflicted merge | Junio C Hamano | 1 | -0/+3 |
| 2006-12-28 | Honor pull.{twohead,octopus} in git-merge. | Shawn O. Pearce | 1 | -2/+14 |
| 2006-12-28 | Use GIT_REFLOG_ACTION environment variable instead. | Shawn O. Pearce | 1 | -8/+5 |
| 2006-12-23 | Display 'theirs' branch name when possible in merge. | Shawn O. Pearce | 1 | -0/+2 |
| 2006-12-22 | merge and reset: adjust for "reset --hard" messages | Junio C Hamano | 1 | -1/+1 |
| 2006-12-16 | merge: give a bit prettier merge message to "merge branch~$n" | Junio C Hamano | 1 | -9/+17 |
| 2006-12-13 | Merge branch 'jc/read-tree-ignore' | Junio C Hamano | 1 | -1/+1 |
| 2006-12-13 | git merge: reword failure message. | Junio C Hamano | 1 | -1/+8 |
| 2006-12-06 | git-merge: fix "fix confusion between tag and branch" for real | Junio C Hamano | 1 | -2/+3 |
| 2006-12-06 | git-merge: squelch needless error message. | Junio C Hamano | 1 | -1/+1 |
| 2006-12-05 | Loosen "working file will be lost" check in Porcelain-ish | Junio C Hamano | 1 | -1/+1 |
| 2006-12-02 | git-merge: fix confusion between tag and branch | Junio C Hamano | 1 | -5/+5 |
| 2006-11-26 | git-merge: do not leak rev-parse output used for checking internally. | Junio C Hamano | 1 | -1/+1 |
| 2006-11-26 | git-merge: tighten error checking. | Junio C Hamano | 1 | -3/+3 |
| 2006-11-21 | merge: allow merging into a yet-to-be-born branch. | Junio C Hamano | 1 | -0/+18 |
| 2006-11-21 | git-merge: make it usable as the first class UI | Junio C Hamano | 1 | -7/+54 |
| 2006-11-21 | remove merge-recursive-old | Junio C Hamano | 1 | -4/+1 |
| 2006-10-22 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+2 |
| 2006-10-22 | git-merge: show usage if run without arguments | Rene Scharfe | 1 | -0/+2 |
| 2006-09-30 | merge and resolve: Output short hashes and .. in "Updating ..." | Santi Béjar | 1 | -1/+1 |
| 2006-09-24 | Deprecate merge-recursive.py | Junio C Hamano | 1 | -13/+3 |
| 2006-07-30 | Merge branch 'js/read-tree' into js/c-merge-recursive | Junio C Hamano | 1 | -3/+14 |
| 2006-07-13 | recur vs recursive: help testing without touching too many stuff. | Junio C Hamano | 1 | -2/+11 |
| 2006-07-13 | Status update on merge-recursive in C | Johannes Schindelin | 1 | -3/+3 |
| 2006-07-11 | Log ref changes made by git-merge and git-pull. | Shawn Pearce | 1 | -3/+14 |
| 2006-06-27 | Fix expr usage for FreeBSD | Dennis Stosberg | 1 | -1/+1 |
| 2006-06-24 | git-merge --squash | Junio C Hamano | 1 | -19/+53 |
| 2006-06-23 | git-merge: Don't use -p when outputting summary | Timo Hirvonen | 1 | -1/+1 |
| 2006-05-14 | Convert some "apply --summary" users to "diff --summary". | Sean | 1 | -2/+1 |
| 2006-04-19 | git-merge: a bit more readable user guidance. | Junio C Hamano | 1 | -1/+1 |
| 2006-03-20 | git-merge knows some strategies want to skip trivial merges | Junio C Hamano | 1 | -27/+40 |
| 2006-03-09 | allow double click on current HEAD id after git-pull | Olaf Hering | 1 | -1/+1 |
| 2006-02-23 | Merge fixes early for next maint series. | Junio C Hamano | 1 | -2/+2 |
| 2006-02-22 | checkout - eye candy. | Junio C Hamano | 1 | -2/+2 |
| 2006-02-22 | Keep Porcelainish from failing by broken ident after making changes. | Junio C Hamano | 1 | -0/+5 |
| 2006-02-21 | Merge part of jc/portable branch | Junio C Hamano | 1 | -0/+4 |
| 2006-02-18 | Optionally work without python | Johannes Schindelin | 1 | -0/+4 |
| 2006-02-18 | Keep Porcelainish from failing by broken ident after making changes. | Junio C Hamano | 1 | -0/+5 |
| 2006-02-11 | Only call git-rerere if $GIT_DIR/rr-cache exists. | Junio C Hamano | 1 | -1/+4 |
| 2006-02-06 | git-rerere: reuse recorded resolve. | Junio C Hamano | 1 | -0/+1 |
| 2006-02-03 | git-merge: Properly quote $merge_msg variable. | Junio C Hamano | 1 | -1/+1 |
| 2006-01-27 | merge: seed the commit message with list of conflicted files. | Junio C Hamano | 1 | -0/+8 |
| 2005-12-23 | merge --no-commit: tweak message | Junio C Hamano | 1 | -1/+10 |
| 2005-12-14 | Trivial usage string clean-up | freku045@student.liu.se | 1 | -4/+2 |
| 2005-12-13 | [PATCH] allow merging any committish | Junio C Hamano | 1 | -1/+4 |
| 2005-12-03 | git-merge: Exit with code 2 if no strategy was able to handle the merge. | Fredrik Kuivinen | 1 | -1/+2 |
| 2005-11-25 | git-sh-setup: die if outside git repository. | Junio C Hamano | 1 | -1/+1 |
| 2005-11-23 | git-merge: make recursive the default strategy | Junio C Hamano | 1 | -8/+12 |
| 2005-11-09 | Use 'merge-base --all' where applicable. | Junio C Hamano | 1 | -2/+9 |
| 2005-11-03 | Add 'ours' merge strategy. | Junio C Hamano | 1 | -1/+1 |
| 2005-11-03 | Add --no-commit to git-merge/git-pull. | Junio C Hamano | 1 | -10/+18 |
| 2005-10-28 | Documentation changes to recursive option for git-diff-tree | Chris Shoemaker | 1 | -1/+1 |
| 2005-10-22 | Allow git-merge not to commit. | Junio C Hamano | 1 | -11/+17 |
| 2005-10-03 | [PATCH] Enable and fix support for base less merges. | Fredrik Kuivinen | 1 | -2/+2 |
| 2005-10-02 | Handle really trivial case inside git-merge. | Junio C Hamano | 1 | -1/+21 |
| 2005-09-28 | Use git-update-ref in scripts. | Junio C Hamano | 1 | -4/+5 |
| 2005-09-28 | Fastpath the normal case by not checking that index matches HEAD. | Junio C Hamano | 1 | -7/+4 |
| 2005-09-26 | Give default merge message after failed automerge. | Junio C Hamano | 1 | -4/+10 |
| 2005-09-26 | Fix overzealous cleanliness check in git-merge | Junio C Hamano | 1 | -18/+50 |
| 2005-09-25 | [PATCH] More descriptive messages for conflict cases in merges | Fredrik Kuivinen | 1 | -3/+4 |
| 2005-09-13 | [PATCH] Rename the 'fredrik' merge strategy to 'recursive'. | Fredrik Kuivinen | 1 | -2/+2 |
| 2005-09-12 | Fix off-by-one error in git-merge | Junio C Hamano | 1 | -1/+1 |
| 2005-09-10 | Add a new merge strategy by Fredrik Kuivinen. | Junio C Hamano | 1 | -1/+1 |
| 2005-09-10 | Use Daniel's read-tree in the merge strategy 'resolve'. | Junio C Hamano | 1 | -3/+3 |
| 2005-09-10 | Multi-backend merge driver. | Junio C Hamano | 1 | -0/+212 |