1. eb9a7cb rebase -i: Teach "--edit-todo" action by Andrew Wong · 12 years ago
  2. 6ef5931 rebase usage: subcommands can not be combined with -i by Martin von Zweigbergk · 12 years ago
  3. e39beac git-rebase.sh: fix typo in an error message by Ralf Thielow · 13 years ago
  4. c021fbf rebase: remove obsolete and unused LONG_USAGE which breaks xgettext by Jiang Xin · 13 years ago
  5. 465d6a0 i18n: Rewrite gettext messages start with dash by Jiang Xin · 13 years ago
  6. c7108bf i18n: rebase: mark messages for translation by Jiang Xin · 13 years ago
  7. 0cd993a Merge branch 'cw/rebase-i-root' by Junio C Hamano · 13 years ago
  8. a1204bd Merge branch 'mz/rebase-no-mbox' by Junio C Hamano · 13 years ago
  9. df5df20 rebase -i: support --root without --onto by Chris Webb · 13 years ago
  10. f2b6a19 rebase --root: print usage on too many args by Martin von Zweigbergk · 13 years ago
  11. c214538 rebase -i: teach "--exec <cmd>" by Lucien Kong · 13 years ago
  12. 3ba4663 Merge branch 'ef/maint-rebase-error-message' by Junio C Hamano · 13 years ago
  13. 9180fea rebase: report invalid commit correctly by Erik Faye-Lund · 13 years ago
  14. 8a6dae1 Do not autosquash in case of an implied interactive rebase by Vincent van Ravesteijn · 13 years ago
  15. 90e1818 git-rebase: add keep_empty flag by Neil Horman · 13 years ago
  16. 3c02396 Make git-{pull,rebase} message without tracking information friendlier by Carlos Martín Nieto · 13 years ago
  17. f2b5163 Merge branch 'jk/pull-rebase-with-work-tree' by Junio C Hamano · 13 years ago
  18. 035b5bf pull,rebase: handle GIT_WORK_TREE better by Jeff King · 13 years ago
  19. 285c6cb misc-sh: fix up whitespace in some other .sh files. by Jon Seymour · 14 years ago
  20. f424d7e Merge branch 'mz/doc-rebase-abort' by Junio C Hamano · 14 years ago
  21. 5960bc9 rebase: clarify "restore the original branch" by Martin von Zweigbergk · 14 years ago
  22. 5527257 Merge branch 'js/rebase-typo-branch-squelch-usage' by Junio C Hamano · 14 years ago
  23. 34840db rebase: do not print lots of usage hints after an obvious error message by Johannes Sixt · 14 years ago
  24. 53f2ffa rebase: write a reflog entry when finishing by Jeff King · 14 years ago
  25. ea69619 rebase: create HEAD reflog entry when aborting by Csaba Henk · 14 years ago
  26. 45e2acf rebase: define options in OPTIONS_SPEC by Martin von Zweigbergk · 14 years ago
  27. 15a147e rebase: use @{upstream} if no upstream specified by Martin von Zweigbergk · 14 years ago
  28. b3e4847 rebase -m: remember allow_rerere_autoupdate option by Martin von Zweigbergk · 14 years ago
  29. 80ff479 rebase: remember strategy and strategy options by Martin von Zweigbergk · 14 years ago
  30. 7b37a7c rebase: remember verbose option by Martin von Zweigbergk · 14 years ago
  31. 84df456 rebase: extract code for writing basic state by Martin von Zweigbergk · 14 years ago
  32. 2959c28 rebase: factor out sub command handling by Martin von Zweigbergk · 14 years ago
  33. 4974c2c rebase: make -v a tiny bit more verbose by Martin von Zweigbergk · 14 years ago
  34. 46df82d rebase: extract am code to new source file by Martin von Zweigbergk · 14 years ago
  35. fa99c1e rebase: extract merge code to new source file by Martin von Zweigbergk · 14 years ago
  36. cb82a05 rebase: remove $branch as synonym for $orig_head by Martin von Zweigbergk · 14 years ago
  37. 71786f5 rebase: factor out reference parsing by Martin von Zweigbergk · 14 years ago
  38. f4107d9 rebase -i: support --stat by Martin von Zweigbergk · 14 years ago
  39. 8f9bfb6 rebase: reorder validation steps by Martin von Zweigbergk · 14 years ago
  40. cc1453e rebase: factor out call to pre-rebase hook by Martin von Zweigbergk · 14 years ago
  41. caf038c rebase: factor out clean work tree check by Martin von Zweigbergk · 14 years ago
  42. cf432ca rebase: factor out command line option processing by Martin von Zweigbergk · 14 years ago
  43. 9765b6a rebase: align variable content by Martin von Zweigbergk · 14 years ago
  44. 6bb4e48 rebase: align variable names by Martin von Zweigbergk · 14 years ago
  45. 95135b0 rebase: stricter check of standalone sub command by Martin von Zweigbergk · 14 years ago
  46. 3426232 rebase: act on command line outside parsing loop by Martin von Zweigbergk · 14 years ago
  47. 99de064 rebase: improve detection of rebase in progress by Martin von Zweigbergk · 14 years ago
  48. dc4a4b7 rebase: remove unused rebase state 'prev_head' by Martin von Zweigbergk · 14 years ago
  49. 10ffca7 rebase: read state outside loop by Martin von Zweigbergk · 14 years ago
  50. 02ac45f rebase: refactor reading of state by Martin von Zweigbergk · 14 years ago
  51. 69a636a rebase: clearer names for directory variables by Martin von Zweigbergk · 14 years ago
  52. 99e63ef Merge branch 'maint' by Junio C Hamano · 14 years ago
  53. 4ac5356 rebase: give a better error message for bogus branch by Jeff King · 14 years ago
  54. 3b21a43 rebase: use explicit "--" with checkout by Jeff King · 14 years ago
  55. 37ad7ca Merge branch 'mz/rebase-abort-reflog-fix' into maint by Junio C Hamano · 14 years ago
  56. e0cbf12 Merge branch 'mz/maint-rebase-stat-config' into maint by Junio C Hamano · 14 years ago
  57. cd425a1 Merge branch 'mz/rebase-i-verify' by Junio C Hamano · 14 years ago
  58. 6b236bf Merge branch 'mz/rebase-abort-reflog-fix' by Junio C Hamano · 14 years ago
  59. 25756cf Merge branch 'mz/maint-rebase-stat-config' by Junio C Hamano · 14 years ago
  60. e466355 Merge branch 'rr/needs-clean-work-tree' by Junio C Hamano · 14 years ago
  61. 9474a02 rebase: only show stat if configured to true by Martin von Zweigbergk · 14 years ago
  62. 729ec9e rebase --abort: do not update branch ref by Martin von Zweigbergk · 14 years ago
  63. 7baf9c4 rebase: support --verify by Martin von Zweigbergk · 14 years ago
  64. f772c34 rebase -X: do not clobber strategy by Martin von Zweigbergk · 14 years ago
  65. 92c62a3 Porcelain scripts: Rewrite cryptic "needs update" error message by Ramkumar Ramachandra · 14 years ago
  66. 69ae92b shell portability: no "export VAR=VAL" by Junio C Hamano · 14 years ago
  67. 0c61c6d Merge branch 'os/fix-rebase-diff-no-prefix' by Junio C Hamano · 14 years ago
  68. 5b220a6 Add --src/dst-prefix to git-formt-patch in git-rebase.sh by Oded Shimon · 14 years ago
  69. 09c6a8e Merge branch 'jn/rebase-rename-am' into maint by Junio C Hamano · 15 years ago
  70. 06d11b2 Merge branch 'ml/rebase-x-strategy' by Junio C Hamano · 15 years ago
  71. 9c74b94 Merge branch 'jn/rebase-rename-am' by Junio C Hamano · 15 years ago
  72. 1bc6bf6 git-rebase: fix typo when parsing --force-rebase by Willy Tarreau · 15 years ago
  73. 93ce190 rebase: support -X to pass through strategy options by Mike Lundy · 15 years ago
  74. 25e9325 Fix git rebase --continue to work with touched files by David D. Kilzer · 15 years ago
  75. 840b3ca rebase: protect against diff.renames configuration by Junio C Hamano · 16 years ago
  76. bffd750 rebase: improve error message when upstream argument is missing by Jonathan Nieder · 15 years ago
  77. 9234b00 Merge branch 'mb/rebase-i-no-ff' by Junio C Hamano · 15 years ago
  78. a86ed83 Merge branch 'tr/notes-display' by Junio C Hamano · 15 years ago
  79. b499549 Teach rebase the --no-ff option. by Marc Branchaud · 15 years ago
  80. eb2151b rebase: support automatic notes copying by Thomas Rast · 15 years ago
  81. 96e1948 rebase: invoke post-rewrite hook by Thomas Rast · 15 years ago
  82. 31d8738 rebase: don't invoke the pager for each commit summary by Markus Heidelberg · 15 years ago
  83. 0aa958d rebase: replace antiquated sed invocation by Stephen Boyd · 15 years ago
  84. 4a88fb7 Merge branch 'jc/rerere' by Junio C Hamano · 15 years ago
  85. 1f73566 Merge branch 'jc/checkout-merge-base' by Junio C Hamano · 15 years ago
  86. 9f21e97 rebase: fix --onto A...B parsing and add tests by Nanako Shiraishi · 15 years ago
  87. cb6020b Teach --[no-]rerere-autoupdate option to merge, revert and friends by Junio C Hamano · 15 years ago
  88. ad7ace7 Merge branch 'rs/work-around-grep-opt-insanity' by Junio C Hamano · 15 years ago
  89. e1622bf Protect scripted Porcelains from GREP_OPTIONS insanity by Junio C Hamano · 15 years ago
  90. 61dfa1b "rebase --onto A...B" replays history on the merge base between A and B by Junio C Hamano · 15 years ago
  91. a75d7b5 Use 'fast-forward' all over the place by Felipe Contreras · 15 years ago
  92. 0c3d3ac rebase: use plumbing to show dirty state by Jeff King · 15 years ago
  93. 5e092b5 Merge branch 'gb/apply-ignore-whitespace' by Junio C Hamano · 16 years ago
  94. 4cfbe06 rebase: consistent error messages for staged and unstaged changes. by Matthieu Moy · 16 years ago
  95. 86c91f9 git apply: option to ignore whitespace differences by Giuseppe Bilotta · 16 years ago
  96. e6c7c2c Merge branch 'sb/quiet-porcelains' by Junio C Hamano · 16 years ago
  97. 0e987a1 am, rebase: teach quiet option by Stephen Boyd · 16 years ago
  98. bc2bbc4 pull, rebase: simplify to use die() by Stephen Boyd · 16 years ago
  99. 3f7d992 rebase: fix typo (force_rebas -> force-rebas) by Michele Ballabio · 16 years ago
  100. 570ccad rebase: add options passed to git-am by Michele Ballabio · 16 years ago