1. 4a43d4f Merge branch 'rr/rebase-autostash-fix' by Junio C Hamano · 11 years ago
  2. e4244eb rebase -i: handle "Nothing to do" case with autostash by Ramkumar Ramachandra · 11 years ago
  3. 0b17b43 Merge branch 'km/avoid-non-function-return-in-rebase' by Junio C Hamano · 11 years ago
  4. 9f50d32 rebase: avoid non-function use of "return" on FreeBSD by Kyle J. McKay · 11 years ago
  5. cf30bfb Merge branch 'us/printf-not-echo' by Junio C Hamano · 11 years ago
  6. 47be066 rebase -i: do not "echo" random user-supplied strings by Uwe Storbeck · 11 years ago
  7. 3ee5e54 rebase: add the --gpg-sign option by Nicolas Vigier · 11 years ago
  8. 11d6214 remove #!interpreter line from shell libraries by Jonathan Nieder · 11 years ago
  9. 5689503 rebase -i: respect core.abbrev by Kirill A. Shutemov · 11 years ago
  10. 135be1e Merge branch 'es/rebase-i-no-abbrev' by Junio C Hamano · 12 years ago
  11. 8c731e9 Merge branch 'rt/rebase-p-no-merge-summary' by Junio C Hamano · 12 years ago
  12. 42e5fb2 Merge branch 'es/rebase-i-respect-core-commentchar' by Junio C Hamano · 12 years ago
  13. 75c6976 rebase -i: fix short SHA-1 collision by Junio C Hamano · 12 years ago
  14. a9f739c rebase --preserve-merges: ignore "merge.log" config by Ralf Thielow · 12 years ago
  15. 7bca7af rebase -i: fix cases ignoring core.commentchar by Eric Sunshine · 12 years ago
  16. afbfcaa Merge branch 'rr/rebase-reflog-message-reword' by Junio C Hamano · 12 years ago
  17. 5b6cd0f Merge branch 'af/rebase-i-merge-options' by Junio C Hamano · 12 years ago
  18. db2b3b8 Do not ignore merge options in interactive rebase by Arnaud Fontaine · 12 years ago
  19. 22c5b13 rebase -i: handle fixup! fixup! in --autosquash by Andrew Pimlott · 12 years ago
  20. 26cd160 rebase -i: use a better reflog message by Ramkumar Ramachandra · 12 years ago
  21. 15d4bf2 rebase -i: return control to caller, for housekeeping by Ramkumar Ramachandra · 12 years ago
  22. 1224f3d rebase -i: don't error out if $state_dir already exists by Ramkumar Ramachandra · 12 years ago
  23. b71dc3e bash-prompt.sh: show where rebase is at when stopped by Zoltan Klinger · 12 years ago
  24. 00abd71 Merge branch 'jk/rebase-i-comment-char' by Junio C Hamano · 12 years ago
  25. 180bad3 rebase -i: respect core.commentchar by John Keeping · 12 years ago
  26. 51c6de2 Merge branch 'ph/rebase-preserve-all-merges' by Junio C Hamano · 12 years ago
  27. 9869778 rebase --preserve-merges: keep all merge commits including empty ones by Phil Hord · 12 years ago
  28. 68a31b7 Merge branch 'aw/rebase-i-edit-todo' by Junio C Hamano · 12 years ago
  29. 9c8e101 rebase -i: suggest using --edit-todo to fix an unknown instruction by Johannes Sixt · 12 years ago
  30. ecfe1ea rebase -i: fix misleading error message after 'exec no-such' instruction by Johannes Sixt · 12 years ago
  31. eb9a7cb rebase -i: Teach "--edit-todo" action by Andrew Wong · 12 years ago
  32. fcc5ef1 rebase -i: Refactor help messages for todo file by Andrew Wong · 12 years ago
  33. e3f2675 Merge branch 'maint-1.7.11' into maint by Junio C Hamano · 13 years ago
  34. 73eb89e Merge branch 'mg/rebase-i-onto-reflog-in-full' into maint-1.7.11 by Junio C Hamano · 13 years ago
  35. 4514de7 Merge branch 'mg/rebase-i-onto-reflog-in-full' by Junio C Hamano · 13 years ago
  36. 1af221e rebase -i: use full onto sha1 in reflog by Michael J Gruber · 13 years ago
  37. 7b9f29c Merge branch 'cw/rebase-i-root' by Junio C Hamano · 13 years ago
  38. 2147f84 rebase -i: handle fixup of root commit correctly by Chris Webb · 13 years ago
  39. 0cd993a Merge branch 'cw/rebase-i-root' by Junio C Hamano · 13 years ago
  40. a1204bd Merge branch 'mz/rebase-no-mbox' by Junio C Hamano · 13 years ago
  41. df5df20 rebase -i: support --root without --onto by Chris Webb · 13 years ago
  42. 572a7c5 rebase: don't source git-sh-setup twice by Martin von Zweigbergk · 13 years ago
  43. c214538 rebase -i: teach "--exec <cmd>" by Lucien Kong · 13 years ago
  44. bb16e8f Merge branch 'nl/rebase-i-cheat-sheet' into maint by Junio C Hamano · 13 years ago
  45. 1692579 Merge branch 'nh/empty-rebase' by Junio C Hamano · 13 years ago
  46. 90e1818 git-rebase: add keep_empty flag by Neil Horman · 13 years ago
  47. 1f64344 Merge branch 'jk/rebase-i-submodule-conflict-only' by Junio C Hamano · 13 years ago
  48. a6754cd rebase -i continue: don't skip commits that only change submodules by John Keeping · 13 years ago
  49. 8a93f95 rebase -i: remind that the lines are top-to-bottom by Junio C Hamano · 13 years ago
  50. d9d73b3 Merge branch 'aw/rebase-i-stop-on-failure-to-amend' into maint by Junio C Hamano · 13 years ago
  51. e45c9b0 Merge branch 'aw/rebase-i-stop-on-failure-to-amend' by Junio C Hamano · 13 years ago
  52. 0becb3e rebase -i: interrupt rebase when "commit --amend" failed during "reword" by Andrew Wong · 13 years ago
  53. 821881d "rebase -i": support special-purpose editor to edit insn sheet by Peter Oberndorfer · 13 years ago
  54. 1686519 rebase -i: notice and warn if "exec $cmd" modifies the index or the working tree by Junio C Hamano · 14 years ago
  55. ffaaed8 rebase -i: clean error message for --continue after failed exec by Matthieu Moy · 14 years ago
  56. 12bf828 rebase -i -p: include non-first-parent commits in todo list by Andrew Wong · 14 years ago
  57. 53f2ffa rebase: write a reflog entry when finishing by Jeff King · 14 years ago
  58. 9fdc1cc Merge branch 'aw/maint-rebase-i-p-no-ff' by Junio C Hamano · 14 years ago
  59. c192f9c git-rebase--interactive.sh: preserve-merges fails on merges created with no-ff by Andrew Wong · 14 years ago
  60. fdb76c1 Makefile: do not install sourced rebase scripts by Martin von Zweigbergk · 14 years ago
  61. c71f8f3 rebase -i: remove unnecessary state rebase-root by Martin von Zweigbergk · 14 years ago
  62. c6f7de5 rebase -i: don't read unused variable preserve_merges by Martin von Zweigbergk · 14 years ago
  63. 80ff479 rebase: remember strategy and strategy options by Martin von Zweigbergk · 14 years ago
  64. 7b37a7c rebase: remember verbose option by Martin von Zweigbergk · 14 years ago
  65. 84df456 rebase: extract code for writing basic state by Martin von Zweigbergk · 14 years ago
  66. 2959c28 rebase: factor out sub command handling by Martin von Zweigbergk · 14 years ago
  67. 4974c2c rebase: make -v a tiny bit more verbose by Martin von Zweigbergk · 14 years ago
  68. 431b7e7 rebase -i: align variable names by Martin von Zweigbergk · 14 years ago
  69. 89c7ae9 rebase: show consistent conflict resolution hint by Martin von Zweigbergk · 14 years ago
  70. cc1453e rebase: factor out call to pre-rebase hook by Martin von Zweigbergk · 14 years ago
  71. caf038c rebase: factor out clean work tree check by Martin von Zweigbergk · 14 years ago
  72. 71786f5 rebase: factor out reference parsing by Martin von Zweigbergk · 14 years ago
  73. 8f9bfb6 rebase: reorder validation steps by Martin von Zweigbergk · 14 years ago
  74. f3889b8 rebase -i: remove now unnecessary directory checks by Martin von Zweigbergk · 14 years ago
  75. cf432ca rebase: factor out command line option processing by Martin von Zweigbergk · 14 years ago
  76. 9765b6a rebase: align variable content by Martin von Zweigbergk · 14 years ago
  77. 6bb4e48 rebase: align variable names by Martin von Zweigbergk · 14 years ago
  78. 3426232 rebase: act on command line outside parsing loop by Martin von Zweigbergk · 14 years ago
  79. 99e63ef Merge branch 'maint' by Junio C Hamano · 14 years ago
  80. 960ac5f rebase -i: clarify in-editor documentation of "exec" by Jonathan Nieder · 14 years ago
  81. 3b21a43 rebase: use explicit "--" with checkout by Jeff King · 14 years ago
  82. cd425a1 Merge branch 'mz/rebase-i-verify' by Junio C Hamano · 14 years ago
  83. e466355 Merge branch 'rr/needs-clean-work-tree' by Junio C Hamano · 14 years ago
  84. 7baf9c4 rebase: support --verify by Martin von Zweigbergk · 14 years ago
  85. 68d5d03 rebase: teach --autosquash to match on sha1 in addition to message by Kevin Ballard · 14 years ago
  86. d3d7a42 rebase: better rearranging of fixup!/squash! lines with --autosquash by Kevin Ballard · 14 years ago
  87. 92c62a3 Porcelain scripts: Rewrite cryptic "needs update" error message by Ramkumar Ramachandra · 14 years ago
  88. 14d8729 git-rebase--interactive.sh: replace cut with ${v%% *} by Chris Johnsen · 14 years ago
  89. ae76cb9 Merge branch 'jn/cherry-revert-message-clean-up' by Junio C Hamano · 15 years ago
  90. a621859 Merge branch 'hv/autosquash-config' by Junio C Hamano · 15 years ago
  91. 5cba122 Merge branch 'mm/rebase-i-exec' by Junio C Hamano · 15 years ago
  92. 314eeb6 cherry-pick/revert: Use advise() for hints by Jonathan Nieder · 15 years ago
  93. d1c3b10 git-rebase--interactive.sh: use printf instead of echo to print commit message by Brandon Casey · 15 years ago
  94. 2d6ca6e git-rebase--interactive.sh: rework skip_unnecessary_picks by Brandon Casey · 15 years ago
  95. cd035b1 rebase -i: add exec command to launch a shell command by Matthieu Moy · 15 years ago
  96. 938791c git-rebase--interactive.sh: use printf instead of echo to print commit message by Brandon Casey · 15 years ago
  97. dd1e5b3 add configuration variable for --autosquash option of interactive rebase by Heiko Voigt · 15 years ago
  98. 57f2b6b rebase-i: do not get fooled by a log message ending with backslash by Junio C Hamano · 15 years ago
  99. 41f556b rebase-i: style fix by Junio C Hamano · 15 years ago
  100. b096374 rebase -i: Abort cleanly if new base cannot be checked out by Ian Ward Comfort · 15 years ago