summaryrefslogtreecommitdiff
path: root/git-merge.sh
AgeCommit message (Expand)Author
2008-03-03git-merge.sh: better handling of combined --squash,--no-ff,--no-commit optionsGerrit Pape
2007-11-18Merge branch 'ph/parseopt-sh'Junio C Hamano
2007-11-14Merge branch 'jc/stash-create'Junio C Hamano
2007-11-06Migrate git-merge.sh to use git-rev-parse --parseoptPierre Habouzit
2007-11-01git-merge: no reason to use cpio anymoreJunio C Hamano
2007-10-03Merge branch 'lh/merge'Junio C Hamano
2007-10-03Merge branch 'jc/autogc'Junio C Hamano
2007-09-24Merge branch 'je/hooks'Junio C Hamano
2007-09-24git-merge: add --ff and --no-ff optionsLars Hjemli
2007-09-24git-merge: add support for --commit and --no-squashLars Hjemli
2007-09-24git-merge: add support for branch.<name>.mergeoptionsLars Hjemli
2007-09-24git-merge: refactor option parsingLars Hjemli
2007-09-24git-merge: fix faulty SQUASH_MSGLars Hjemli
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup
2007-09-19Add post-merge hook, related documentation, and tests.Josh England
2007-09-06Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano
2007-08-28git-merge: do up-to-date check also for all strategiesJunio C Hamano
2007-07-07Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-05-29Merge branch 'ar/mergestat'Junio C Hamano
2007-05-27Merge branch 'maint'Junio C Hamano
2007-05-26Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-26More echo "$user_message" fixes.Jeff King
2007-05-25Add a configuration option to control diffstat after mergeAlex Riesen
2007-05-10Add colour support in rebase and merge tree diff stats output.James Bowes
2007-04-07A new merge stragety 'subtree'.Junio C Hamano
2007-03-22git-merge: Put FETCH_HEAD data in merge commit messageMichael S. Tsirkin
2007-03-16git-merge: finish when git-read-tree failsSanti BĂ©jar
2007-03-12git-merge: warn when -m provided on a fast forwardJ. Bruce Fields
2007-03-03git-merge: fail correctly when we cannot fast forward.Junio C Hamano
2007-02-16git-merge: minor fix for no_trivial_merge_strategies.Junio C Hamano
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-26git-merge: leave sensible reflog message when used as the first level UI.Junio C Hamano
2007-01-14Merge branch 'sp/merge' (early part)Junio C Hamano
2007-01-13Allow whole-tree operations to be started from a subdirectoryJunio C Hamano
2007-01-10Improve merge performance by avoiding in-index merges.Shawn O. Pearce
2007-01-10Disallow working directory commands in a bare repository.Shawn O. Pearce
2007-01-01fail pull/merge early in the middle of conflicted mergeJunio C Hamano
2006-12-28Honor pull.{twohead,octopus} in git-merge.Shawn O. Pearce
2006-12-28Use GIT_REFLOG_ACTION environment variable instead.Shawn O. Pearce
2006-12-23Display 'theirs' branch name when possible in merge.Shawn O. Pearce
2006-12-22merge and reset: adjust for "reset --hard" messagesJunio C Hamano
2006-12-16merge: give a bit prettier merge message to "merge branch~$n"Junio C Hamano
2006-12-13Merge branch 'jc/read-tree-ignore'Junio C Hamano
2006-12-13git merge: reword failure message.Junio C Hamano
2006-12-06git-merge: fix "fix confusion between tag and branch" for realJunio C Hamano
2006-12-06git-merge: squelch needless error message.Junio C Hamano
2006-12-06Loosen "working file will be lost" check in Porcelain-ishJunio C Hamano
2006-12-03git-merge: fix confusion between tag and branchJunio C Hamano
2006-11-27git-merge: do not leak rev-parse output used for checking internally.Junio C Hamano