Age | Commit message (Expand) | Author | Files | Lines |
2018-09-17 | Merge branch 'jk/trailer-fixes' | Junio C Hamano | 1 | -1/+8 |
2018-08-23 | append_signoff: use size_t for string offsets | Jeff King | 1 | -1/+8 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+5 |
2018-05-30 | Merge branch 'js/sequencer-and-root-commits' | Junio C Hamano | 1 | -0/+4 |
2018-05-23 | Merge branch 'js/rebase-recreate-merge' | Junio C Hamano | 1 | -0/+7 |
2018-05-06 | sequencer: learn about the special "fake root commit" handling | Johannes Schindelin | 1 | -0/+4 |
2018-05-02 | rebase -i: Handle "combination of <n> commits" with GETTEXT_POISON | Johannes Schindelin | 1 | -1/+5 |
2018-04-26 | rebase -i: introduce --rebase-merges=[no-]rebase-cousins | Johannes Schindelin | 1 | -0/+6 |
2018-04-26 | rebase-helper --make-script: introduce a flag to rebase merges | Johannes Schindelin | 1 | -0/+1 |
2018-02-13 | Merge branch 'pw/sequencer-in-process-commit' | Junio C Hamano | 1 | -0/+25 |
2018-01-24 | sequencer: run 'prepare-commit-msg' hook | Phillip Wood | 1 | -0/+1 |
2017-12-13 | sequencer: improve config handling | Phillip Wood | 1 | -9/+10 |
2017-12-05 | rebase -i: learn to abbreviate command names | Liam Beguin | 1 | -0/+1 |
2017-12-05 | rebase -i -x: add exec commands via the rebase--helper | Liam Beguin | 1 | -0/+1 |
2017-12-05 | rebase -i: update functions to use a flags parameter | Liam Beguin | 1 | -3/+5 |
2017-12-05 | rebase -i: refactor transform_todo_ids | Liam Beguin | 1 | -1/+1 |
2017-11-24 | sequencer: load commit related config | Phillip Wood | 1 | -0/+1 |
2017-11-24 | commit: move print_commit_summary() to libgit | Phillip Wood | 1 | -0/+5 |
2017-11-18 | commit: move post-rewrite code to libgit | Phillip Wood | 1 | -0/+2 |
2017-11-18 | Add a function to update HEAD after creating a commit | Phillip Wood | 1 | -0/+4 |
2017-11-11 | commit: move empty message checks to libgit | Phillip Wood | 1 | -0/+11 |
2017-07-27 | rebase -i: rearrange fixup/squash lines using the rebase--helper | Johannes Schindelin | 1 | -0/+1 |
2017-07-27 | rebase -i: skip unnecessary picks using the rebase--helper | Johannes Schindelin | 1 | -0/+1 |
2017-07-27 | rebase -i: check for missing commits in the rebase--helper | Johannes Schindelin | 1 | -0/+1 |
2017-07-27 | rebase -i: also expand/collapse the SHA-1s via the rebase--helper | Johannes Schindelin | 1 | -0/+2 |
2017-07-27 | rebase -i: generate the script via rebase--helper | Johannes Schindelin | 1 | -0/+3 |
2017-01-09 | sequencer (rebase -i): learn about the 'verbose' mode | Johannes Schindelin | 1 | -0/+1 |
2017-01-09 | sequencer: support a new action: 'interactive rebase' | Johannes Schindelin | 1 | -1/+2 |
2016-10-21 | sequencer: get rid of the subcommand field | Johannes Schindelin | 1 | -9/+4 |
2016-10-21 | sequencer: plug memory leaks for the option values | Johannes Schindelin | 1 | -3/+3 |
2016-10-17 | sequencer: use memoized sequencer directory path | Johannes Schindelin | 1 | -4/+1 |
2016-10-17 | sequencer: use static initializers for replay_opts | Johannes Schindelin | 1 | -0/+1 |
2014-11-10 | Merge branch 'jc/conflict-hint' into cc/interpret-trailers-more | Junio C Hamano | 1 | -0/+1 |
2014-10-24 | merge & sequencer: unify codepaths that write "Conflicts:" hint | Junio C Hamano | 1 | -0/+1 |
2014-01-27 | cherry-pick, revert: add the --gpg-sign option | Nicolas Vigier | 1 | -0/+2 |
2013-02-12 | sequencer.c: teach append_signoff how to detect duplicate s-o-b | Brandon Casey | 1 | -1/+3 |
2012-09-18 | Merge branch 'jc/make-static' | Junio C Hamano | 1 | -3/+0 |
2012-09-15 | sequencer.c: mark a private file-scope symbol as static | Junio C Hamano | 1 | -3/+0 |
2012-09-14 | cherry-pick: don't forget -s on failure | Miklos Vajna | 1 | -0/+4 |
2012-08-06 | cherry-pick: add --allow-empty-message option | Chris Webb | 1 | -0/+1 |
2012-04-24 | git-cherry-pick: Add keep-redundant-commits option | Neil Horman | 1 | -0/+1 |
2012-04-11 | git-cherry-pick: add allow-empty option | Neil Horman | 1 | -0/+1 |
2012-01-11 | sequencer: factor code out of revert builtin | Ramkumar Ramachandra | 1 | -0/+37 |
2011-12-12 | revert: stop creating and removing sequencer-old directory | Jonathan Nieder | 1 | -10/+2 |
2011-11-22 | revert: rename --reset option to --quit | Jonathan Nieder | 1 | -1/+1 |
2011-08-04 | revert: Introduce --reset to remove sequencer state | Ramkumar Ramachandra | 1 | -0/+20 |