aboutsummaryrefslogtreecommitdiffstats
path: root/git-rebase--interactive.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-30git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick.Björn Steinbrink1-2/+2
2007-10-30Fix --strategy parsing in git-rebase--interactive.shBjörn Steinbrink1-1/+0
2007-10-16git-rebase--interactive.sh: Quote arguments to testMichael W. Olson1-1/+1
2007-10-15Merge branch 'maint'Shawn O. Pearce1-2/+2
2007-10-15rebase -i: use diff plumbing instead of porcelainJohannes Schindelin1-2/+2
2007-10-03Merge branch 'js/rebase-i'Junio C Hamano1-8/+15
2007-10-03Merge branch 'jc/autogc'Junio C Hamano1-0/+2
2007-09-29Merge branch 'maint'Junio C Hamano1-1/+1
2007-09-29rebase -i: squash should retain the authorship of the _first_ commitJohannes Schindelin1-1/+1
2007-09-29rebase -i: support single-letter abbreviations for the actionsJohannes Schindelin1-4/+4
2007-09-26rebase -i: work on a detached HEADJohannes Schindelin1-8/+15
2007-09-26Merge branch 'jc/autogc' into js/rebase-iJunio C Hamano1-0/+2
2007-09-26rebase -i: create .dotest-merge after validating options.Matt Kraai1-4/+4
2007-09-25rebase -i: avoid exporting GIT_AUTHOR_* variablesJohannes Schindelin1-2/+8
2007-09-25rebase -i: Fix numbers in progress reportJohannes Schindelin1-2/+2
2007-09-25rebase -i: style fixes and minor cleanupsJohannes Schindelin1-18/+30
2007-09-25rebase -i: commit when continuing after "edit"Johannes Schindelin1-6/+11
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup1-1/+1
2007-09-06Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano1-0/+2
2007-09-01Avoid one-or-more (\+) non BRE in sed scripts.Junio C Hamano1-1/+1
2007-08-23rebase -i: fix squashing corner caseJohannes Schindelin1-2/+3
2007-08-01rebase -i: fix for optional [branch] parameterJohannes Schindelin1-1/+1
2007-08-01rebase -i: ignore patches that are already in the upstreamJohannes Schindelin1-2/+3
2007-07-28Rename git-rebase interactive buffer: todo => git-rebase-todoSeth Falcon1-1/+1
2007-07-27rebase -i: fix interrupted squashingJohannes Schindelin1-1/+1
2007-07-25rebase -i: fix overzealous output redirectionJohannes Schindelin1-1/+3
2007-07-23rebase -i: exchange all "if [ .. ]" by "if test .."Johannes Schindelin1-7/+7
2007-07-23Shut "git rebase -i" up when no --verbose was givenJohannes Schindelin1-16/+34
2007-07-21rebase -i: call editor just once for a multi-squashJohannes Schindelin1-10/+46
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben1-1/+1
2007-07-13Fix git-rebase -i to allow squashing of fast-forwardable commitsAlex Riesen1-2/+3
2007-07-08rebase -i: put a nice warning into the todo listJohannes Schindelin1-0/+3
2007-07-08rebase -i: remember the settings of -v, -s and -p when interruptedJohannes Schindelin1-0/+4
2007-07-08rebase -i: actually show the diffstat when being verboseJohannes Schindelin1-4/+4
2007-07-08rebase -i: handle --continue more like non-interactive rebaseJohannes Schindelin1-9/+17
2007-06-26rebase -i: provide reasonable reflog for the rebased branchJohannes Schindelin1-2/+8
2007-06-26Teach rebase -i about --preserve-mergesJohannes Schindelin1-3/+107
2007-06-26rebase -i: several cleanupsJohannes Schindelin1-4/+15
2007-06-24Teach rebase an interactive modeJohannes Schindelin1-0/+289