aboutsummaryrefslogtreecommitdiffstats
path: root/git-merge.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-07Build in mergeMiklos Vajna1-554/+0
2008-06-19git-merge.sh: fix typo in usage message: sucesses --> succeedsBrandon Casey1-1/+1
2008-05-21git-merge: exclude unnecessary options from OPTIONS_SPECMiklos Vajna1-3/+1
2008-04-12merge, pull: add '--(no-)log' command line optionSZEDER Gábor1-2/+6
2008-04-12add 'merge.stat' config variableSZEDER Gábor1-0/+1
2008-04-12merge, pull: introduce '--(no-)stat' optionSZEDER Gábor1-4/+6
2008-03-05specify explicit "--pretty=medium" with `git log/show/whatchanged`Denis Cheng1-1/+1
2008-03-03git-merge.sh: better handling of combined --squash,--no-ff,--no-commit optionsGerrit Pape1-6/+11
2007-11-17Merge branch 'ph/parseopt-sh'Junio C Hamano1-72/+54
2007-11-14Merge branch 'jc/stash-create'Junio C Hamano1-6/+5
2007-11-05Migrate git-merge.sh to use git-rev-parse --parseoptPierre Habouzit1-72/+54
2007-11-01git-merge: no reason to use cpio anymoreJunio C Hamano1-6/+5
2007-10-03Merge branch 'lh/merge'Junio C Hamano1-11/+54
2007-10-03Merge branch 'jc/autogc'Junio C Hamano1-0/+1
2007-09-23Merge branch 'je/hooks'Junio C Hamano1-0/+13
2007-09-23git-merge: add --ff and --no-ff optionsLars Hjemli1-6/+16
2007-09-23git-merge: add support for --commit and --no-squashLars Hjemli1-2/+6
2007-09-23git-merge: add support for branch.<name>.mergeoptionsLars Hjemli1-0/+21
2007-09-23git-merge: refactor option parsingLars Hjemli1-6/+14
2007-09-23git-merge: fix faulty SQUASH_MSGLars Hjemli1-1/+1
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup1-1/+1
2007-09-18Add post-merge hook, related documentation, and tests.Josh England1-0/+13
2007-09-06Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano1-0/+1
2007-08-27git-merge: do up-to-date check also for all strategiesJunio C Hamano1-15/+20
2007-07-06Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin1-4/+1
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-36/+36
2007-05-29Merge branch 'ar/mergestat'Junio C Hamano1-6/+12
2007-05-26Merge branch 'maint'Junio C Hamano1-3/+3
2007-05-26Merge branch 'maint-1.5.1' into maintJunio C Hamano1-3/+3
2007-05-26More echo "$user_message" fixes.Jeff King1-3/+3
2007-05-24Add a configuration option to control diffstat after mergeAlex Riesen1-6/+12
2007-05-10Add colour support in rebase and merge tree diff stats output.James Bowes1-1/+2
2007-04-07A new merge stragety 'subtree'.Junio C Hamano1-2/+2
2007-03-22git-merge: Put FETCH_HEAD data in merge commit messageMichael S. Tsirkin1-0/+4
2007-03-16git-merge: finish when git-read-tree failsSanti Béjar1-2/+2
2007-03-11git-merge: warn when -m provided on a fast forwardJ. Bruce Fields1-1/+6
2007-03-03git-merge: fail correctly when we cannot fast forward.Junio C Hamano1-1/+1
2007-02-16git-merge: minor fix for no_trivial_merge_strategies.Junio C Hamano1-6/+9
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-2/+2
2007-01-26git-merge: leave sensible reflog message when used as the first level UI.Junio C Hamano1-1/+1
2007-01-14Merge branch 'sp/merge' (early part)Junio C Hamano1-17/+23
2007-01-12Allow whole-tree operations to be started from a subdirectoryJunio C Hamano1-1/+3
2007-01-10Improve merge performance by avoiding in-index merges.Shawn O. Pearce1-17/+23
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce1-0/+1
2007-01-01fail pull/merge early in the middle of conflicted mergeJunio C Hamano1-0/+3
2006-12-28Honor pull.{twohead,octopus} in git-merge.Shawn O. Pearce1-2/+14
2006-12-28Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce1-8/+5
2006-12-23Display 'theirs' branch name when possible in merge.Shawn O. Pearce1-0/+2
2006-12-22merge and reset: adjust for "reset --hard" messagesJunio C Hamano1-1/+1
2006-12-16merge: give a bit prettier merge message to "merge branch~$n"Junio C Hamano1-9/+17