summaryrefslogtreecommitdiff
path: root/git-merge.sh
Commit message (Expand)AuthorAgeFilesLines
* Build in mergeMiklos Vajna2008-07-071-554/+0
* git-merge.sh: fix typo in usage message: sucesses --> succeedsBrandon Casey2008-06-191-1/+1
* git-merge: exclude unnecessary options from OPTIONS_SPECMiklos Vajna2008-05-211-3/+1
* merge, pull: add '--(no-)log' command line optionSZEDER Gábor2008-04-121-2/+6
* add 'merge.stat' config variableSZEDER Gábor2008-04-121-0/+1
* merge, pull: introduce '--(no-)stat' optionSZEDER Gábor2008-04-121-4/+6
* specify explicit "--pretty=medium" with `git log/show/whatchanged`Denis Cheng2008-03-051-1/+1
* git-merge.sh: better handling of combined --squash,--no-ff,--no-commit optionsGerrit Pape2008-03-031-6/+11
* Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-171-72/+54
|\
| * Migrate git-merge.sh to use git-rev-parse --parseoptPierre Habouzit2007-11-051-72/+54
* | Merge branch 'jc/stash-create'Junio C Hamano2007-11-141-6/+5
|\ \ | |/ |/|
| * git-merge: no reason to use cpio anymoreJunio C Hamano2007-11-011-6/+5
* | Merge branch 'lh/merge'Junio C Hamano2007-10-031-11/+54
|\ \
| * | git-merge: add --ff and --no-ff optionsLars Hjemli2007-09-231-6/+16
| * | git-merge: add support for --commit and --no-squashLars Hjemli2007-09-231-2/+6
| * | git-merge: add support for branch.<name>.mergeoptionsLars Hjemli2007-09-231-0/+21
| * | git-merge: refactor option parsingLars Hjemli2007-09-231-6/+14
| * | git-merge: fix faulty SQUASH_MSGLars Hjemli2007-09-231-1/+1
* | | Merge branch 'jc/autogc'Junio C Hamano2007-10-031-0/+1
|\ \ \
| * | | Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano2007-09-061-0/+1
| | |/ | |/|
* | | Merge branch 'je/hooks'Junio C Hamano2007-09-231-0/+13
|\ \ \ | |_|/ |/| |
| * | Add post-merge hook, related documentation, and tests.Josh England2007-09-181-0/+13
| |/
* | Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-231-1/+1
|/
* git-merge: do up-to-date check also for all strategiesJunio C Hamano2007-08-271-15/+20
* Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin2007-07-061-4/+1
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-36/+36
* Merge branch 'ar/mergestat'Junio C Hamano2007-05-291-6/+12
|\
| * Add a configuration option to control diffstat after mergeAlex Riesen2007-05-241-6/+12
* | Merge branch 'maint'Junio C Hamano2007-05-261-3/+3
|\ \ | |/ |/|
| * Merge branch 'maint-1.5.1' into maintJunio C Hamano2007-05-261-3/+3
| |\
| | * More echo "$user_message" fixes.Jeff King2007-05-261-3/+3
* | | Add colour support in rebase and merge tree diff stats output.James Bowes2007-05-101-1/+2
|/ /
* | A new merge stragety 'subtree'.Junio C Hamano2007-04-071-2/+2
|/
* git-merge: Put FETCH_HEAD data in merge commit messageMichael S. Tsirkin2007-03-221-0/+4
* git-merge: finish when git-read-tree failsSanti Béjar2007-03-161-2/+2
* git-merge: warn when -m provided on a fast forwardJ. Bruce Fields2007-03-111-1/+6
* git-merge: fail correctly when we cannot fast forward.Junio C Hamano2007-03-031-1/+1
* git-merge: minor fix for no_trivial_merge_strategies.Junio C Hamano2007-02-161-6/+9
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-2/+2
* git-merge: leave sensible reflog message when used as the first level UI.Junio C Hamano2007-01-261-1/+1
* Merge branch 'sp/merge' (early part)Junio C Hamano2007-01-141-17/+23
|\
| * Improve merge performance by avoiding in-index merges.Shawn O. Pearce2007-01-101-17/+23
* | Allow whole-tree operations to be started from a subdirectoryJunio C Hamano2007-01-121-1/+3
* | Disallow working directory commands in a bare repository.Shawn O. Pearce2007-01-101-0/+1
|/
* fail pull/merge early in the middle of conflicted mergeJunio C Hamano2007-01-011-0/+3
* Honor pull.{twohead,octopus} in git-merge.Shawn O. Pearce2006-12-281-2/+14
* Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce2006-12-281-8/+5
* Display 'theirs' branch name when possible in merge.Shawn O. Pearce2006-12-231-0/+2
* merge and reset: adjust for "reset --hard" messagesJunio C Hamano2006-12-221-1/+1
* merge: give a bit prettier merge message to "merge branch~$n"Junio C Hamano2006-12-161-9/+17