Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'sg/index-pack-progress' | Junio C Hamano | 2019-04-25 | 1 | -1/+9 |
|\ | |||||
| * | index-pack: show progress while checking objects | SZEDER Gábor | 2019-04-01 | 1 | -1/+9 |
* | | Merge branch 'ab/commit-graph-fixes' | Junio C Hamano | 2019-04-25 | 1 | -4/+19 |
|\ \ | |||||
| * | | commit-graph verify: detect inability to read the graph | Ævar Arnfjörð Bjarmason | 2019-04-01 | 1 | -1/+3 |
| * | | commit-graph: don't pass filename to load_commit_graph_one_fd_st() | Ævar Arnfjörð Bjarmason | 2019-04-01 | 1 | -2/+2 |
| * | | commit-graph: don't early exit(1) on e.g. "git status" | Ævar Arnfjörð Bjarmason | 2019-04-01 | 1 | -4/+17 |
* | | | Merge branch 'ab/gc-reflog' | Junio C Hamano | 2019-04-25 | 1 | -8/+29 |
|\ \ \ | |||||
| * | | | gc: handle & check gc.reflogExpire config | Ævar Arnfjörð Bjarmason | 2019-04-01 | 1 | -0/+17 |
| * | | | gc: refactor a "call me once" pattern | Ævar Arnfjörð Bjarmason | 2019-03-18 | 1 | -3/+9 |
| * | | | gc: convert to using the_hash_algo | Ævar Arnfjörð Bjarmason | 2019-03-18 | 1 | -2/+3 |
| * | | | gc: remove redundant check for gc_auto_threshold | Ævar Arnfjörð Bjarmason | 2019-03-14 | 1 | -3/+0 |
* | | | | Merge branch 'nd/checkout-m' | Junio C Hamano | 2019-04-25 | 2 | -2/+10 |
|\ \ \ \ | |||||
| * | | | | checkout: prevent losing staged changes with --merge | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -1/+10 |
| * | | | | read-tree: add --quiet | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -0/+1 |
| * | | | | unpack-trees: rename "gently" flag to "quiet" | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'js/difftool-no-index' | Junio C Hamano | 2019-04-25 | 1 | -4/+10 |
|\ \ \ \ | |||||
| * | | | | difftool: allow running outside Git worktrees with --no-index | Johannes Schindelin | 2019-03-18 | 1 | -3/+10 |
| * | | | | difftool: remove obsolete (and misleading) comment | Johannes Schindelin | 2019-03-18 | 1 | -1/+0 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'nd/commit-a-with-paths-msg-update' | Junio C Hamano | 2019-04-25 | 1 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | commit: improve error message in "-a <paths>" case | Nguyễn Thái Ngọc Duy | 2019-03-22 | 1 | -1/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'nd/diff-parseopt-4' | Junio C Hamano | 2019-04-25 | 3 | -41/+11 |
|\ \ \ \ | |||||
| * | | | | am: avoid diff_opt_parse() | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -2/+2 |
| * | | | | diff --no-index: use parse_options() instead of diff_opt_parse() | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -18/+3 |
| * | | | | range-diff: use parse_options() instead of diff_opt_parse() | Nguyễn Thái Ngọc Duy | 2019-03-24 | 1 | -20/+6 |
* | | | | | Merge branch 'jk/unused-params-even-more' | Junio C Hamano | 2019-04-25 | 12 | -28/+23 |
|\ \ \ \ \ | |||||
| * | | | | | parse_opt_ref_sorting: always use with NONEG flag | Jeff King | 2019-03-21 | 4 | -8/+4 |
| * | | | | | fetch_pack(): drop unused parameters | Jeff King | 2019-03-20 | 1 | -1/+1 |
| * | | | | | report_path_error(): drop unused prefix parameter | Jeff King | 2019-03-20 | 4 | -6/+6 |
| * | | | | | update-index: drop unused prefix_length parameter from do_reupdate() | Jeff King | 2019-03-20 | 1 | -3/+2 |
| * | | | | | log: drop unused "len" from show_tagger() | Jeff King | 2019-03-20 | 1 | -4/+4 |
| * | | | | | log: drop unused rev_info from early output | Jeff King | 2019-03-20 | 1 | -5/+5 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'ag/sequencer-reduce-rewriting-todo' | Junio C Hamano | 2019-04-25 | 1 | -21/+123 |
|\ \ \ \ \ | |||||
| * | | | | | rebase--interactive: move transform_todo_file() | Alban Gruin | 2019-03-07 | 1 | -1/+25 |
| * | | | | | rebase-interactive: rewrite edit_todo_list() to handle the initial edit | Alban Gruin | 2019-03-07 | 1 | -1/+23 |
| * | | | | | rebase--interactive: move rearrange_squash_in_todo_file() | Alban Gruin | 2019-03-07 | 1 | -1/+27 |
| * | | | | | rebase--interactive: move sequencer_add_exec_commands() | Alban Gruin | 2019-03-07 | 1 | -1/+26 |
| * | | | | | sequencer: change complete_action() to use the refactored functions | Alban Gruin | 2019-03-07 | 1 | -14/+6 |
| * | | | | | sequencer: make sequencer_make_script() write its script to a strbuf | Alban Gruin | 2019-03-07 | 1 | -5/+8 |
| * | | | | | sequencer: refactor rearrange_squash() to work on a todo_list | Alban Gruin | 2019-03-07 | 1 | -1/+1 |
| * | | | | | sequencer: refactor sequencer_add_exec_commands() to work on a todo_list | Alban Gruin | 2019-03-07 | 1 | -4/+14 |
| * | | | | | sequencer: refactor check_todo_list() to work on a todo_list | Alban Gruin | 2019-01-29 | 1 | -1/+1 |
| * | | | | | sequencer: refactor transform_todos() to work on a todo_list | Alban Gruin | 2019-01-29 | 1 | -1/+1 |
* | | | | | | Merge branch 'bp/post-index-change-hook' | Junio C Hamano | 2019-04-25 | 2 | -0/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | read-cache: add post-index-change hook | Ben Peart | 2019-02-15 | 2 | -0/+3 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Merge branch 'tg/stash-in-c-show-default-to-p-fix' | Junio C Hamano | 2019-04-22 | 1 | -0/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | stash: setup default diff output format if necessary | Thomas Gummerer | 2019-03-21 | 1 | -0/+4 |
* | | | | | | | Merge branch 'js/stash-in-c-pathspec-fix' | Junio C Hamano | 2019-04-22 | 1 | -31/+40 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | stash: pass pathspec as pointer | Thomas Gummerer | 2019-03-12 | 1 | -30/+38 |
| * | | | | | | | built-in stash: handle :(glob) pathspecs again | Johannes Schindelin | 2019-03-08 | 1 | -2/+3 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'tb/stash-in-c-unused-param-fix' | Junio C Hamano | 2019-04-22 | 1 | -4/+4 |
|\ \ \ \ \ \ \ |