Age | Commit message (Expand) | Author | Files | Lines |
2019-03-24 | am: avoid diff_opt_parse() | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2019-03-24 | diff --no-index: use parse_options() instead of diff_opt_parse() | Nguyễn Thái Ngọc Duy | 1 | -18/+3 |
2019-03-24 | range-diff: use parse_options() instead of diff_opt_parse() | Nguyễn Thái Ngọc Duy | 1 | -20/+6 |
2019-03-24 | checkout: prevent losing staged changes with --merge | Nguyễn Thái Ngọc Duy | 1 | -1/+10 |
2019-03-24 | read-tree: add --quiet | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2019-03-24 | unpack-trees: rename "gently" flag to "quiet" | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-03-22 | commit: improve error message in "-a <paths>" case | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2019-03-22 | trace2:data: add trace2 data to midx | Jeff Hostetler | 1 | -0/+3 |
2019-03-21 | checkout.txt: note about losing staged changes with --merge | Nguyễn Thái Ngọc Duy | 1 | -0/+9 |
2019-03-21 | parse_opt_ref_sorting: always use with NONEG flag | Jeff King | 4 | -8/+4 |
2019-03-21 | stash: setup default diff output format if necessary | Thomas Gummerer | 1 | -0/+4 |
2019-03-20 | fetch_pack(): drop unused parameters | Jeff King | 1 | -1/+1 |
2019-03-20 | report_path_error(): drop unused prefix parameter | Jeff King | 4 | -6/+6 |
2019-03-20 | update-index: drop unused prefix_length parameter from do_reupdate() | Jeff King | 1 | -3/+2 |
2019-03-20 | log: drop unused "len" from show_tagger() | Jeff King | 1 | -4/+4 |
2019-03-20 | log: drop unused rev_info from early output | Jeff King | 1 | -5/+5 |
2019-03-20 | Merge branch 'br/commit-tree-parseopt' | Junio C Hamano | 1 | -72/+86 |
2019-03-20 | Merge branch 'ma/clear-repository-format' | Junio C Hamano | 1 | -1/+2 |
2019-03-20 | Merge branch 'jk/virtual-objects-do-exist' | Junio C Hamano | 1 | -1/+1 |
2019-03-20 | Merge branch 'jk/no-sigpipe-during-network-transport' | Junio C Hamano | 1 | -0/+2 |
2019-03-20 | Merge branch 'jk/fsck-doc' | Junio C Hamano | 1 | -0/+62 |
2019-03-20 | Merge branch 'js/rebase-orig-head-fix' | Junio C Hamano | 1 | -16/+22 |
2019-03-20 | rebase: remove the rebase.useBuiltin setting | Ævar Arnfjörð Bjarmason | 1 | -39/+11 |
2019-03-18 | gc: refactor a "call me once" pattern | Ævar Arnfjörð Bjarmason | 1 | -3/+9 |
2019-03-18 | gc: convert to using the_hash_algo | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
2019-03-18 | pack-objects: default to writing bitmap hash-cache | Jeff King | 1 | -1/+1 |
2019-03-18 | repack: enable bitmaps by default on bare repos | Eric Wong | 1 | -1/+4 |
2019-03-18 | difftool: allow running outside Git worktrees with --no-index | Johannes Schindelin | 1 | -3/+10 |
2019-03-18 | difftool: remove obsolete (and misleading) comment | Johannes Schindelin | 1 | -1/+0 |
2019-03-14 | gc: remove redundant check for gc_auto_threshold | Ævar Arnfjörð Bjarmason | 1 | -3/+0 |
2019-03-12 | mingw: respect core.hidedotfiles = false in git-init again | Johannes Schindelin | 1 | -0/+7 |
2019-03-12 | rebase: deprecate --preserve-merges | Johannes Schindelin | 1 | -2/+6 |
2019-03-12 | worktree: fix worktree add race | Michal Suchanek | 1 | -5/+7 |
2019-03-12 | stash: pass pathspec as pointer | Thomas Gummerer | 1 | -30/+38 |
2019-03-11 | stash: drop unused parameter | Thomas Gummerer | 1 | -4/+4 |
2019-03-08 | built-in stash: handle :(glob) pathspecs again | Johannes Schindelin | 1 | -2/+3 |
2019-03-08 | commit-tree: utilize parse-options api | Brandon Richardson | 1 | -72/+86 |
2019-03-07 | Merge branch 'jk/diff-no-index-initialize' | Junio C Hamano | 1 | -9/+11 |
2019-03-07 | Merge branch 'nd/completion-more-parameters' | Junio C Hamano | 6 | -0/+32 |
2019-03-07 | Merge branch 'ab/receive-pack-use-after-free-fix' | Junio C Hamano | 1 | -8/+15 |
2019-03-07 | Merge branch 'jk/prune-optim' | Junio C Hamano | 1 | -12/+32 |
2019-03-07 | Merge branch 'jh/trace2' | Junio C Hamano | 8 | -6/+55 |
2019-03-07 | Merge branch 'rj/prune-packed-excess-args' | Junio C Hamano | 1 | -0/+5 |
2019-03-07 | Merge branch 'en/combined-all-paths' | Junio C Hamano | 1 | -1/+5 |
2019-03-07 | Merge branch 'sc/pack-redundant' | Junio C Hamano | 1 | -140/+92 |
2019-03-07 | Merge branch 'du/branch-show-current' | Junio C Hamano | 1 | -2/+23 |
2019-03-07 | Merge branch 'wh/author-committer-ident-config' | Junio C Hamano | 2 | -1/+3 |
2019-03-07 | Merge branch 'nd/diff-parseopt' | Junio C Hamano | 3 | -19/+33 |
2019-03-07 | Merge branch 'tg/checkout-no-overlay' | Junio C Hamano | 1 | -35/+92 |
2019-03-07 | tests: add a special setup where stash.useBuiltin is off | Johannes Schindelin | 1 | -1/+4 |