Age | Commit message (Expand) | Author | Files | Lines |
2018-08-17 | Merge branch 'es/rebase-i-author-script-fix' | Junio C Hamano | 1 | -15/+24 |
2018-08-15 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -13/+15 |
2018-08-02 | Merge branch 'bc/sequencer-export-work-tree-as-well' | Junio C Hamano | 1 | -0/+2 |
2018-08-02 | Merge branch 'js/rebase-merge-octopus' | Junio C Hamano | 1 | -43/+125 |
2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -7/+7 |
2018-07-31 | sequencer: don't die() on bogus user-edited timestamp | Eric Sunshine | 1 | -0/+9 |
2018-07-31 | sequencer: fix "rebase -i --root" corrupting author header timestamp | Eric Sunshine | 1 | -14/+9 |
2018-07-31 | sequencer: fix "rebase -i --root" corrupting author header timezone | Eric Sunshine | 1 | -1/+6 |
2018-07-31 | sequencer: fix "rebase -i --root" corrupting author header | Eric Sunshine | 1 | -1/+1 |
2018-07-24 | Merge branch 'as/sequencer-customizable-comment-char' | Junio C Hamano | 1 | -1/+1 |
2018-07-24 | Merge branch 'jk/empty-pick-fix' | Junio C Hamano | 1 | -4/+8 |
2018-07-24 | Merge branch 'bb/pedantic' | Junio C Hamano | 1 | -2/+2 |
2018-07-23 | sequencer.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 1 | -12/+14 |
2018-07-23 | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
2018-07-18 | Merge branch 'en/rebase-i-microfixes' | Junio C Hamano | 1 | -1/+6 |
2018-07-18 | Merge branch 'pw/rebase-i-keep-reword-after-conflict' | Junio C Hamano | 1 | -3/+20 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -25/+27 |
2018-07-16 | sequencer: pass absolute GIT_WORK_TREE to exec commands | brian m. carlson | 1 | -0/+2 |
2018-07-16 | sequencer: use configured comment character | Aaron Schrab | 1 | -1/+1 |
2018-07-11 | rebase --rebase-merges: add support for octopus merges | Johannes Schindelin | 1 | -43/+125 |
2018-07-11 | sequencer: don't say BUG on bogus input | Jeff King | 1 | -2/+4 |
2018-07-11 | sequencer: handle empty-set cases consistently | Jeff King | 1 | -2/+4 |
2018-07-09 | sequencer.c: avoid empty statements at top level | Beat Bolli | 1 | -2/+2 |
2018-06-29 | commit: add repository argument to lookup_commit | Stefan Beller | 1 | -2/+2 |
2018-06-29 | commit: add repository argument to lookup_commit_reference | Stefan Beller | 1 | -3/+3 |
2018-06-29 | commit: add repository argument to lookup_commit_reference_gently | Stefan Beller | 1 | -1/+1 |
2018-06-29 | tree: add repository argument to lookup_tree | Stefan Beller | 1 | -1/+1 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -25/+27 |
2018-06-27 | Fix use of strategy options with interactive rebases | Elijah Newren | 1 | -1/+6 |
2018-06-25 | Merge branch 'sb/plug-misc-leaks' | Junio C Hamano | 1 | -1/+3 |
2018-06-25 | Merge branch 'nd/commit-util-to-slab' | Junio C Hamano | 1 | -6/+18 |
2018-06-25 | sequencer.c: plug mem leak in git_sequencer_config | Stefan Beller | 1 | -0/+1 |
2018-06-19 | sequencer: do not squash 'reword' commits when we hit conflicts | Phillip Wood | 1 | -3/+20 |
2018-06-18 | Merge branch 'js/rebase-i-root-fix' | Junio C Hamano | 1 | -1/+1 |
2018-06-18 | rebase --root: fix amending root commit messages | Johannes Schindelin | 1 | -1/+1 |
2018-06-04 | sequencer.c: plug leaks in do_pick_commit | Stefan Beller | 1 | -1/+2 |
2018-06-01 | Merge branch 'js/rebase-recreate-merge' | Junio C Hamano | 1 | -1/+1 |
2018-06-01 | Merge branch 'nd/command-list' | Junio C Hamano | 1 | -0/+1 |
2018-05-30 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
2018-05-30 | Merge branch 'js/sequencer-and-root-commits' | Junio C Hamano | 1 | -25/+181 |
2018-05-30 | sequencer: ensure labels that are object IDs are rewritten | brian m. carlson | 1 | -1/+1 |
2018-05-23 | Merge branch 'js/rebase-recreate-merge' | Junio C Hamano | 1 | -37/+855 |
2018-05-23 | Merge branch 'js/rebase-i-clean-msg-after-fixup-continue' | Junio C Hamano | 1 | -47/+146 |
2018-05-23 | Merge branch 'sb/oid-object-info' | Junio C Hamano | 1 | -1/+2 |
2018-05-23 | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 1 | -6/+6 |
2018-05-21 | sequencer.c: use commit-slab to associate todo items to commits | Nguyễn Thái Ngọc Duy | 1 | -3/+9 |
2018-05-21 | sequencer.c: use commit-slab to mark seen commits | Nguyễn Thái Ngọc Duy | 1 | -3/+9 |
2018-05-21 | Move declaration for alias.c to alias.h | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2018-05-18 | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 1 | -18/+19 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |