Age | Commit message (Expand) | Author | Files | Lines |
2016-04-12 | t3404: use write_script | Junio C Hamano | 1 | -4/+3 |
2016-03-18 | t3404: cleanup double empty lines between tests | Stefan Beller | 1 | -6/+0 |
2016-03-18 | rebase: decouple --exec from --interactive | Stefan Beller | 1 | -7/+6 |
2015-12-11 | rebase -i: remember merge options beyond continue actions | Fabian Ruch | 1 | -0/+16 |
2015-12-11 | Merge branch 'cb/t3404-shellquote' into maint | Junio C Hamano | 1 | -1/+1 |
2015-12-04 | t3404: fix quoting of redirect for some versions of bash | Charles Bailey | 1 | -1/+1 |
2015-11-03 | Merge branch 'gr/rebase-i-drop-warn' into maint | Junio C Hamano | 1 | -0/+12 |
2015-10-28 | rebase-i: work around Windows CRLF line endings | Junio C Hamano | 1 | -1/+1 |
2015-10-28 | t3404: "rebase -i" gets broken when insn sheet uses CR/LF line endings | Johannes Schindelin | 1 | -0/+12 |
2015-10-16 | Merge branch 'gr/rebase-i-drop-warn' into maint | Junio C Hamano | 1 | -0/+15 |
2015-10-05 | rebase-i: loosen over-eager check_bad_cmd check | Matthieu Moy | 1 | -0/+15 |
2015-08-12 | Merge branch 'dt/reflog-tests' | Junio C Hamano | 1 | -5/+5 |
2015-08-03 | Merge branch 'gr/rebase-i-drop-warn' | Junio C Hamano | 1 | -0/+123 |
2015-07-28 | tests: remove some direct access to .git/logs | David Turner | 1 | -5/+5 |
2015-07-13 | Merge branch 'js/rebase-i-clean-up-upon-continue-to-skip' | Junio C Hamano | 1 | -0/+21 |
2015-06-30 | git rebase -i: add static check for commands and SHA-1 | Galan Rémi | 1 | -0/+39 |
2015-06-30 | git rebase -i: warn about removed commits | Galan Rémi | 1 | -0/+66 |
2015-06-30 | git-rebase -i: add command "drop" to remove a commit | Galan Rémi | 1 | -0/+18 |
2015-06-29 | rebase -i: do not leave a CHERRY_PICK_HEAD file behind | Johannes Schindelin | 1 | -1/+1 |
2015-06-29 | t3404: demonstrate CHERRY_PICK_HEAD bug | Johannes Schindelin | 1 | -0/+21 |
2015-06-05 | Merge branch 'ph/rebase-i-redo' into maint | Junio C Hamano | 1 | -0/+47 |
2015-05-19 | Merge branch 'ph/rebase-i-redo' | Junio C Hamano | 1 | -0/+47 |
2015-04-29 | rebase -i: redo tasks that die during cherry-pick | Phil Hord | 1 | -0/+47 |
2015-03-23 | Merge branch 'es/rebase-i-count-todo' into maint | Junio C Hamano | 1 | -0/+9 |
2015-03-20 | t: fix trivial &&-chain breakage | Jeff King | 1 | -1/+1 |
2015-03-20 | t: fix moderate &&-chain breakage | Jeff King | 1 | -1/+1 |
2015-03-17 | Merge branch 'es/rebase-i-count-todo' | Junio C Hamano | 1 | -0/+9 |
2015-03-06 | rebase-interactive: suppress whitespace preceding item count | Eric Sunshine | 1 | -0/+9 |
2015-01-22 | rebase -i: use full object name internally throughout the script | Kirill A. Shutemov | 1 | -0/+7 |
2014-06-06 | Merge branch 'mt/rebase-i-keep-empty-test' | Junio C Hamano | 1 | -0/+8 |
2014-05-19 | rebase --keep-empty -i: add test | Michael S. Tsirkin | 1 | -0/+8 |
2014-03-19 | tests: use "env" to run commands with temporary env-var settings | David Tran | 1 | -56/+13 |
2013-09-11 | Merge branch 'es/rebase-i-no-abbrev' | Junio C Hamano | 1 | -2/+87 |
2013-08-25 | rebase -i: fix short SHA-1 collision | Junio C Hamano | 1 | -1/+1 |
2013-08-25 | t3404: rebase -i: demonstrate short SHA-1 collision | Eric Sunshine | 1 | -0/+24 |
2013-08-25 | t3404: make tests more self-contained | Eric Sunshine | 1 | -2/+63 |
2013-08-07 | die_with_status: use "printf '%s\n'", not "echo" | Matthieu Moy | 1 | -0/+13 |
2013-07-18 | Merge branch 'rr/rebase-reflog-message-reword' | Junio C Hamano | 1 | -0/+15 |
2013-07-02 | Do not ignore merge options in interactive rebase | Arnaud Fontaine | 1 | -0/+11 |
2013-06-24 | Merge branch 'rr/rebase-sha1-by-string-query' | Junio C Hamano | 1 | -0/+11 |
2013-06-23 | rebase -i: use a better reflog message | Ramkumar Ramachandra | 1 | -0/+15 |
2013-06-23 | Merge branch 'mz/rebase-tests' | Junio C Hamano | 1 | -9/+1 |
2013-06-14 | rebase: use peel_committish() where appropriate | Ramkumar Ramachandra | 1 | -1/+1 |
2013-06-14 | t/rebase: add failing tests for a peculiar revision | Ramkumar Ramachandra | 1 | -0/+11 |
2013-06-07 | add tests for rebasing merged history | Martin von Zweigbergk | 1 | -9/+1 |
2013-05-28 | test: rebase: fix --interactive test | Felipe Contreras | 1 | -1/+1 |
2013-03-25 | t4304: use test_config to set/unset git config variables | Yann Droneaud | 1 | -2/+1 |
2013-02-17 | Merge branch 'jk/rebase-i-comment-char' | Junio C Hamano | 1 | -0/+14 |
2013-02-12 | rebase -i: respect core.commentchar | John Keeping | 1 | -0/+14 |
2012-12-22 | tests: move test_cmp_rev to test-lib-functions | Martin von Zweigbergk | 1 | -6/+0 |