100 Commits (31ccd35df4b7599c83fe46669ca36ca2c4fb3caa)

Author SHA1 Message Date
John Keeping 180bad3d10 rebase -i: respect core.commentchar 12 years ago
Martin von Zweigbergk 5d77298d08 tests: move test_cmp_rev to test-lib-functions 12 years ago
Johannes Sixt ecfe1ea96f rebase -i: fix misleading error message after 'exec no-such' instruction 13 years ago
Andrew Wong 9f4981bac6 rebase -i: Add tests for "--edit-todo" 13 years ago
Jiang Xin 465d6a00e9 i18n: Rewrite gettext messages start with dash 13 years ago
Chris Webb 2147f844ed rebase -i: handle fixup of root commit correctly 13 years ago
Michael J Gruber 994fd91d1f t3404: make test 57 work with dash and others 13 years ago
Chris Webb b64b7feb73 Add tests for rebase -i --root without --onto 13 years ago
Lucien Kong c214538416 rebase -i: teach "--exec <cmd>" 13 years ago
Johannes Sixt 27ccd8d1a3 t3404: begin "exchange commits with -p" test with correct preconditions 13 years ago
Zbigniew Jędrzejewski-Szmek dc801e71a7 diff --stat: use less columns for change counts 13 years ago
John Keeping a6754cda43 rebase -i continue: don't skip commits that only change submodules 13 years ago
Matthieu Moy ffaaed88ae rebase -i: clean error message for --continue after failed exec 14 years ago
Andrew Wong 12bf828348 rebase -i -p: include non-first-parent commits in todo list 14 years ago
Jeff King 53f2ffa80c rebase: write a reflog entry when finishing 14 years ago
Robin H. Johnson 5cd3e10737 Fix false positives in t3404 due to SHELL=/bin/false 14 years ago
Johan Herland d4990c4b2f notes.c: Use two newlines (instead of one) when concatenating notes 14 years ago
Junio C Hamano 56641f199c t3404: do not use 'describe' to implement test_cmp_rev 14 years ago
Jonathan Nieder 5c947e2c38 t3404 (rebase -i): introduce helper to check position of HEAD 14 years ago
Jonathan Nieder 99b028e558 t3404 (rebase -i): move comment to description 14 years ago
Jonathan Nieder 391a825f5b t3404 (rebase -i): unroll test_commit loops 14 years ago
Jonathan Nieder 2dec68cf8f tests: add missing &&, batch 2 14 years ago
Jens Lehmann c2e0940b44 t3404 & t7508: cd inside subshell instead of around 15 years ago
Matthieu Moy e6c111b4c0 unpack_trees: group error messages by type 15 years ago
Matthieu Moy 2caf20c52b test-lib: user-friendly alternatives to test [-d|-f|-e] 15 years ago
Matthieu Moy cd035b1cef rebase -i: add exec command to launch a shell command 15 years ago
Brandon Casey 938791cd01 git-rebase--interactive.sh: use printf instead of echo to print commit message 15 years ago
Junio C Hamano 57f2b6b258 rebase-i: do not get fooled by a log message ending with backslash 15 years ago
Ian Ward Comfort b096374f4a rebase -i: Abort cleanly if new base cannot be checked out 15 years ago
Jonathan Nieder cddb42d2c5 rebase -i -p: document shortcomings 15 years ago
Marc Branchaud b499549401 Teach rebase the --no-ff option. 15 years ago
Dave Olszewski 2ec33cdd19 rebase--interactive: don't require what's rebased to be a branch 15 years ago
Thomas Rast eb2151bb89 rebase: support automatic notes copying 15 years ago
Michael Haggerty 6bdcd0d2fc rebase -i: Retain user-edited commit messages after squash/fixup conflicts 15 years ago
Michael Haggerty 6c4c44c458 t3404: Set up more of the test repo in the "setup" step 15 years ago
Michael Haggerty a25eb13909 rebase -i: For fixup commands without squashes, do not start editor 15 years ago
Michael Haggerty 5065ed296a rebase -i: Improve consistency of commit count in generated commit messages 15 years ago
Michael Haggerty 959c0d06ea t3404: Test the commit count in commit messages generated by "rebase -i" 15 years ago
Michael Haggerty 234b3dae2f rebase-i: Ignore comments and blank lines in peek_next_command 15 years ago
Michael Haggerty 0205e72f08 Add a command "fixup" to rebase --interactive 15 years ago
Michael Haggerty 163f392590 t3404: Use test_commit to set up test repository 15 years ago
Björn Gustavsson 6741aa6c39 Teach 'rebase -i' the command "reword" 16 years ago
Jeff King eaf0551d56 tests: use "$TEST_DIRECTORY" instead of ".." 16 years ago
Martin Renold 606475f317 Remove filename from conflict markers 16 years ago
Johannes Schindelin 0e757e30c7 rebase -i: avoid 'git reset' when possible 16 years ago
Johannes Schindelin 29a03348a3 t3404 & t3411: undo copy&paste 16 years ago
Johannes Schindelin 94c88edef7 Fix submodule squashing into unrelated commit 16 years ago
Junio C Hamano 9674769665 rebase -i squashes submodule changes into unrelated commit 16 years ago
Stephan Beyer f8aa1b6902 t3404: Add test case for auto-amending only edited commits after "edit" 16 years ago
Stephan Beyer dc7f55cbe9 t3404: Add test case for aborted --continue after "edit" 16 years ago