summaryrefslogtreecommitdiffstats
path: root/git-rebase.sh
AgeCommit message (Expand)AuthorLines
2016-06-17i18n: git-sh-setup.sh: mark strings for translationVasco Almeida-1/+0
2016-06-17i18n: rebase: mark placeholder for translationVasco Almeida-1/+1
2016-06-17i18n: rebase: fix marked string to use eval_gettext variantVasco Almeida-1/+1
2016-05-13Merge branch 'jc/commit-tree-ignore-commit-gpgsign'Junio C Hamano-1/+4
2016-05-03commit-tree: do not pay attention to commit.gpgsignJunio C Hamano-1/+4
2016-03-18rebase: decouple --exec from --interactiveStefan Beller-6/+1
2016-01-26Merge branch 'jk/ok-to-fail-gc-auto-in-rebase'Junio C Hamano-1/+1
2016-01-13rebase: ignore failures from "gc --auto"Jeff King-1/+1
2015-10-05Merge branch 'jk/rebase-no-autostash'Junio C Hamano-1/+4
2015-09-10rebase: support --no-autostashJohn Keeping-1/+4
2015-05-26Merge branch 'jk/rebase-quiet-noop' into maintJunio C Hamano-1/+1
2015-05-11Merge branch 'jk/rebase-quiet-noop'Junio C Hamano-1/+1
2015-04-28rebase: silence "git checkout" for noop rebaseJeff King-1/+1
2014-12-01*.sh: avoid hardcoding $GIT_DIR/hooks/...Nguyễn Thái Ngọc Duy-2/+2
2014-07-16rebase: omit patch-identical commits with --fork-pointJohn Keeping-3/+4
2014-06-25Merge branch 'rr/rebase-autostash-fix' into maintJunio C Hamano-1/+10
2014-06-16Merge branch 'rr/rebase-autostash-fix'Junio C Hamano-1/+10
2014-06-03Merge branch 'ep/shell-command-substitution'Junio C Hamano-4/+4
2014-05-19rebase -i: handle "Nothing to do" case with autostashRamkumar Ramachandra-1/+10
2014-04-23git-rebase.sh: use the $( ... ) construct for command substitutionElia Pinto-4/+4
2014-04-21Merge branch 'km/avoid-non-function-return-in-rebase'Junio C Hamano-10/+1
2014-04-17Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD"Kyle J. McKay-10/+1
2014-03-28Merge branch 'bg/rebase-off-of-previous-branch'Junio C Hamano-0/+4
2014-03-19rebase: allow "-" short-hand for the previous branchBrian Gesiak-0/+4
2014-02-11rebase: add the --gpg-sign optionNicolas Vigier-0/+11
2014-02-11rebase: parse options in stuck-long modeNicolas Vigier-28/+22
2014-02-03rebase: don't try to match -M optionNicolas Vigier-1/+1
2014-02-03rebase: remove useless arguments checkNicolas Vigier-2/+0
2014-02-03git-sh-setup.sh: add variable to use the stuck-long modeNicolas Vigier-0/+1
2014-01-09rebase: fix fork-point with zero argumentsJohn Keeping-1/+2
2013-12-10rebase: use reflog to find common base with upstreamJohn Keeping-0/+19
2013-09-20Merge branch 'mm/rebase-continue-freebsd-WB'Junio C Hamano-1/+10
2013-09-09rebase: fix run_specific_rebase's use of "return" on FreeBSDMatthieu Moy-1/+10
2013-07-31Merge branch 'rr/rebase-autostash'Junio C Hamano-1/+1
2013-07-29git-rebase: fix typoRalf Thielow-1/+1
2013-07-18Merge branch 'rr/rebase-reflog-message-reword'Junio C Hamano-2/+6
2013-06-27Merge branch 'rr/rebase-stash-store'Junio C Hamano-5/+2
2013-06-24Merge branch 'rr/rebase-sha1-by-string-query'Junio C Hamano-2/+2
2013-06-23rebase: use a better reflog messageRamkumar Ramachandra-2/+6
2013-06-17rebase: use 'git stash store' to simplify logicRamkumar Ramachandra-5/+2
2013-06-14rebase: use peel_committish() where appropriateRamkumar Ramachandra-2/+2
2013-06-13rebase: finish_rebase() in noop rebaseRamkumar Ramachandra-0/+1
2013-06-13rebase: finish_rebase() in fast-forward rebaseRamkumar Ramachandra-0/+1
2013-06-13rebase: guard against missing files in read_basic_state()Ramkumar Ramachandra-0/+2
2013-05-29rebase: implement --[no-]autostash and rebase.autostashRamkumar Ramachandra-3/+42
2013-05-12rebase: prepare to do generic housekeepingRamkumar Ramachandra-0/+7
2013-04-26Merge branch 'ph/rebase-original'Junio C Hamano-1/+1
2013-04-23rebase: find orig_head unambiguouslyPhil Hord-1/+1
2012-09-17rebase -i: Teach "--edit-todo" actionAndrew Wong-2/+11
2012-09-17rebase usage: subcommands can not be combined with -iMartin von Zweigbergk-1/+1