115 Commits (f24ecf5998a6c913ea6111dc0650c91165149264)

Author SHA1 Message Date
Junio C Hamano 75c6976655 rebase -i: fix short SHA-1 collision 12 years ago
Eric Sunshine 66ae9a57b8 t3404: rebase -i: demonstrate short SHA-1 collision 12 years ago
Eric Sunshine 31cd827525 t3404: make tests more self-contained 12 years ago
Matthieu Moy 89b0230a20 die_with_status: use "printf '%s\n'", not "echo" 12 years ago
Arnaud Fontaine db2b3b820e Do not ignore merge options in interactive rebase 12 years ago
Ramkumar Ramachandra 26cd160cb1 rebase -i: use a better reflog message 12 years ago
Ramkumar Ramachandra 2e6e276dec rebase: use peel_committish() where appropriate 12 years ago
Ramkumar Ramachandra 6567dc05a3 t/rebase: add failing tests for a peculiar revision 12 years ago
Martin von Zweigbergk 3f213981e4 add tests for rebasing merged history 12 years ago
Felipe Contreras 6f87f03897 test: rebase: fix --interactive test 12 years ago
Yann Droneaud aac6c2f4bc t4304: use test_config to set/unset git config variables 12 years ago
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