Age | Commit message (Expand) | Author | Files | Lines |
2019-03-07 | Merge branch 'jh/trace2' | Junio C Hamano | 1 | -0/+2 |
2019-03-07 | Merge branch 'wh/author-committer-ident-config' | Junio C Hamano | 1 | -3/+2 |
2019-02-22 | trace2:data: add trace2 hook classification | Jeff Hostetler | 1 | -0/+2 |
2019-02-13 | Merge branch 'rj/sequencer-sign-off-header-static' | Junio C Hamano | 1 | -1/+1 |
2019-02-11 | sequencer: make sign_off_header a file local symbol | Ramsay Jones | 1 | -1/+1 |
2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -20/+21 |
2019-02-06 | Merge branch 'en/rebase-merge-on-sequencer' | Junio C Hamano | 1 | -10/+13 |
2019-02-04 | config: allow giving separate author and committer idents | William Hubbs | 1 | -3/+2 |
2019-01-29 | Merge branch 'js/rebase-i-redo-exec' | Junio C Hamano | 1 | -3/+10 |
2019-01-18 | Merge branch 'so/cherry-pick-always-allow-m1' | Junio C Hamano | 1 | -3/+7 |
2019-01-18 | Merge branch 'nd/style-opening-brace' | Junio C Hamano | 1 | -2/+4 |
2019-01-14 | merge-recursive.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2019-01-14 | read-cache.c: kill read_index() | Nguyễn Thái Ngọc Duy | 1 | -10/+10 |
2019-01-14 | repository.c: replace hold_locked_index() with repo_hold_locked_index() | Nguyễn Thái Ngọc Duy | 1 | -5/+5 |
2019-01-14 | notes-utils.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -3/+4 |
2019-01-04 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -203/+250 |
2018-12-28 | git-rebase, sequencer: extend --quiet option for the interactive machinery | Elijah Newren | 1 | -10/+13 |
2018-12-26 | cherry-pick: do not error on non-merge commits when '-m 1' is specified | Sergey Organov | 1 | -3/+7 |
2018-12-11 | rebase: introduce --reschedule-failed-exec | Johannes Schindelin | 1 | -3/+10 |
2018-12-10 | style: the opening '{' of a function is in a separate line | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
2018-11-18 | Merge branch 'js/rebase-r-and-merge-head' | Junio C Hamano | 1 | -4/+6 |
2018-11-13 | Merge branch 'bp/refresh-index-using-preload' | Junio C Hamano | 1 | -1/+1 |
2018-11-13 | Merge branch 'ag/rebase-i-in-c' | Junio C Hamano | 1 | -1/+1 |
2018-11-13 | Merge branch 'pw/am-rebase-read-author-script' | Junio C Hamano | 1 | -71/+121 |
2018-11-13 | Merge branch 'ma/sequencer-do-reset-saner-loop-termination' | Junio C Hamano | 1 | -2/+5 |
2018-11-13 | rebase -i: include MERGE_HEAD into files to clean up | Johannes Schindelin | 1 | -0/+2 |
2018-11-13 | rebase -r: do not write MERGE_HEAD unless needed | Johannes Schindelin | 1 | -4/+4 |
2018-11-12 | diff-lib.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2018-11-12 | cache-tree.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-11-12 | sequencer.c: remove implicit dependency on the_repository | Nguyễn Thái Ngọc Duy | 1 | -63/+71 |
2018-11-12 | sequencer.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -141/+180 |
2018-11-12 | wt-status.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -4/+4 |
2018-11-06 | refresh_index: remove unnecessary calls to preload_index() | Ben Peart | 1 | -1/+1 |
2018-11-05 | sequencer.c: remove a stray semicolon | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-11-02 | Merge branch 'js/rebase-i-shortopt' | Junio C Hamano | 1 | -1/+2 |
2018-11-02 | Merge branch 'js/rebase-i-break' | Junio C Hamano | 1 | -1/+24 |
2018-11-02 | Merge branch 'cb/printf-empty-format' | Junio C Hamano | 1 | -1/+1 |
2018-11-02 | Merge branch 'ag/rebase-i-in-c' | Junio C Hamano | 1 | -59/+261 |
2018-11-01 | sequencer: use read_author_script() | Phillip Wood | 1 | -76/+21 |
2018-11-01 | add read_author_script() to libgit | Phillip Wood | 1 | -0/+105 |
2018-10-31 | sequencer: break out of loop explicitly | Martin Ågren | 1 | -2/+5 |
2018-10-27 | sequencer: cleanup for gcc warning in non developer mode | Carlo Marcelo Arenas Belón | 1 | -1/+1 |
2018-10-26 | rebase -i: recognize short commands without arguments | Johannes Sixt | 1 | -1/+2 |
2018-10-19 | Merge branch 'nd/status-refresh-progress' | Junio C Hamano | 1 | -1/+1 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -9/+9 |
2018-10-16 | Merge branch 'rs/sequencer-oidset-insert-avoids-dups' | Junio C Hamano | 1 | -3/+1 |
2018-10-12 | rebase -i: introduce the 'break' command | Johannes Schindelin | 1 | -1/+23 |
2018-10-03 | sequencer: use return value of oidset_insert() | René Scharfe | 1 | -3/+1 |
2018-09-24 | Merge branch 'en/sequencer-empty-edit-result-aborts' | Junio C Hamano | 1 | -2/+2 |
2018-09-24 | Merge branch 'js/rebase-i-autosquash-fix' | Junio C Hamano | 1 | -3/+14 |