summaryrefslogtreecommitdiff
path: root/git-rebase.sh
AgeCommit message (Expand)Author
2006-07-31rebase: Make the fast-fowarding message more user-friendly by using branch na...Robert Shearman
2006-07-31rebase: Fix the detection of fast-forwarding of the current branch to upstream.Robert Shearman
2006-07-14Record rebase changes as 'rebase' in the reflog.Shawn Pearce
2006-07-08Using 'perl' in *.shMichal Rokos
2006-06-28rebase: check for errors from git-commitEric Wong
2006-06-28rebase: get rid of outdated MRESOLVEMSGEric Wong
2006-06-27Fix expr usage for FreeBSDDennis Stosberg
2006-06-25rebase: allow --skip to work with --mergeEric Wong
2006-06-25rebase: cleanup rebasing with --mergeEric Wong
2006-06-25rebase: allow --merge option to handle patches merged upstreamEric Wong
2006-06-22rebase --merge: fix for rebasing more than 7 commits.Junio C Hamano
2006-06-21rebase: error out for NO_PYTHON if they use recursive mergeEric Wong
2006-06-21rebase: Allow merge strategies to be used when rebasingEric Wong
2006-05-21git-rebase: use canonical A..B syntax to format-patchJunio C Hamano
2006-05-14Make git rebase interactive help match documentation.Sean
2006-04-27Add --continue and --abort options to git-rebase.sean
2006-04-26rebase: typofix.Junio C Hamano
2006-04-13Shell utilities: Guard against expr' magic tokens.Mark Wooding
2006-02-22Fix typo in git-rebase.sh.Jason Riedy
2006-02-22git-rebase: Clarify usage statement and copy it into the actual documentation.Carl Worth
2006-02-18Merge branch 'jc/rebase-limit'Junio C Hamano
2006-02-15rebase: allow rebasing onto different base.Junio C Hamano
2006-02-13rebase: allow a hook to refuse rebasing.Junio C Hamano
2005-12-15Bugfixes for git-rebaseLukas Sandström
2005-12-14rebase: do not get confused in fast-forward situation.Junio C Hamano
2005-12-14git-rebase: Usage string clean-up, emit usage string at incorrect invocationfreku045@student.liu.se
2005-11-28rebase: one safety net, one bugfix and one optimization.Junio C Hamano
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano
2005-11-18Rewrite rebase to use git-format-patch piped to git-am.Junio C Hamano
2005-09-28Use git-update-ref in scripts.Junio C Hamano
2005-09-08Big tool rename.Junio C Hamano