Age | Commit message (Expand) | Author | Files | Lines |
2020-04-01 | clone: use "quick" lookup while following tags | Jeff King | 1 | -1/+3 |
2020-03-30 | oid_array: rename source file from sha1-array | Jeff King | 8 | -8/+8 |
2020-03-29 | connected: always use partial clone optimization | Jonathan Tan | 2 | -12/+2 |
2020-03-29 | Merge branch 'ds/default-pack-use-sparse-to-true' | Junio C Hamano | 1 | -2/+2 |
2020-03-28 | pull: pass documented fetch options on | René Scharfe | 1 | -0/+18 |
2020-03-27 | pull: avoid running both merge and rebase | Elijah Newren | 1 | -1/+4 |
2020-03-27 | sparse-checkout: provide a new reapply subcommand | Elijah Newren | 1 | -1/+9 |
2020-03-27 | sparse-checkout: use improved unpack_trees porcelain messages | Elijah Newren | 1 | -0/+2 |
2020-03-27 | sparse-checkout: use new update_sparsity() function | Elijah Newren | 1 | -30/+10 |
2020-03-27 | unpack-trees: simplify pattern_list freeing | Elijah Newren | 1 | -1/+0 |
2020-03-26 | Merge branch 'ah/force-pull-rebase-configuration' | Junio C Hamano | 1 | -0/+16 |
2020-03-26 | Merge branch 'tg/retire-scripted-stash' | Junio C Hamano | 1 | -39/+11 |
2020-03-26 | Merge branch 'jc/describe-misnamed-annotated-tag' | Junio C Hamano | 1 | -6/+9 |
2020-03-26 | Merge branch 'at/rebase-fork-point-regression-fix' | Junio C Hamano | 1 | -11/+1 |
2020-03-26 | Merge branch 'bc/filter-process' | Junio C Hamano | 5 | -25/+66 |
2020-03-26 | Merge branch 'hi/gpg-prefer-check-signature' | Junio C Hamano | 1 | -4/+7 |
2020-03-26 | Merge branch 'bc/sha-256-part-1-of-4' | Junio C Hamano | 4 | -13/+68 |
2020-03-25 | Merge branch 'ss/submodule-foreach-cb' | Junio C Hamano | 1 | -4/+4 |
2020-03-25 | Merge branch 'pw/advise-rebase-skip' | Junio C Hamano | 1 | -16/+24 |
2020-03-25 | Merge branch 'am/real-path-fix' | Junio C Hamano | 5 | -11/+25 |
2020-03-25 | Merge branch 'hw/advise-ng' | Junio C Hamano | 1 | -2/+3 |
2020-03-24 | Lib-ify prune-packed | Denton Liu | 3 | -43/+3 |
2020-03-24 | Lib-ify fmt-merge-msg | Denton Liu | 1 | -654/+1 |
2020-03-20 | pack-objects: flip the use of GIT_TEST_PACK_SPARSE | Derrick Stolee | 1 | -2/+2 |
2020-03-18 | submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb' | Shourya Shukla | 1 | -4/+4 |
2020-03-17 | Merge branch 'hi/gpg-use-check-signature' into maint | Junio C Hamano | 1 | -7/+4 |
2020-03-17 | Merge branch 'ds/partial-clone-fixes' into maint | Junio C Hamano | 1 | -5/+5 |
2020-03-17 | Merge branch 'en/check-ignore' into maint | Junio C Hamano | 1 | -0/+3 |
2020-03-17 | Merge branch 'jk/index-pack-dupfix' into maint | Junio C Hamano | 1 | -1/+3 |
2020-03-16 | log: give --[no-]use-mailmap a more sensible synonym --[no-]mailmap | Junio C Hamano | 1 | -0/+1 |
2020-03-16 | clone: reorder --recursive/--recurse-submodules | Junio C Hamano | 1 | -1/+1 |
2020-03-16 | builtin/reset: compute checkout metadata for reset | brian m. carlson | 1 | -3/+13 |
2020-03-16 | builtin/rebase: compute checkout metadata for rebases | brian m. carlson | 1 | -0/+1 |
2020-03-16 | builtin/clone: compute checkout metadata for clones | brian m. carlson | 1 | -1/+4 |
2020-03-16 | builtin/checkout: compute checkout metadata for checkouts | brian m. carlson | 1 | -4/+14 |
2020-03-16 | convert: provide additional metadata to filters | brian m. carlson | 2 | -1/+17 |
2020-03-16 | convert: permit passing additional metadata to filter processes | brian m. carlson | 1 | -1/+1 |
2020-03-15 | gpg-interface: prefer check_signature() for GPG verification | Hans Jerry Illikainen | 1 | -4/+7 |
2020-03-12 | Merge branch 'en/rebase-backend' | Junio C Hamano | 1 | -1/+1 |
2020-03-12 | builtin/checkout: pass branch info down to checkout_worktree | brian m. carlson | 1 | -16/+17 |
2020-03-11 | i18n: unmark a message in rebase.c | Jiang Xin | 1 | -1/+1 |
2020-03-10 | pull: warn if the user didn't say whether to rebase or to merge | Alex Henrie | 1 | -0/+16 |
2020-03-10 | get_superproject_working_tree(): return strbuf | Alexandr Miloslavskiy | 1 | -3/+4 |
2020-03-10 | real_path: remove unsafe API | Alexandr Miloslavskiy | 4 | -6/+19 |
2020-03-09 | Merge branch 'pb/am-show-current-patch' | Junio C Hamano | 1 | -20/+76 |
2020-03-09 | Merge branch 'am/pathspec-f-f-more' | Junio C Hamano | 2 | -44/+63 |
2020-03-06 | set_git_dir: fix crash when used with real_path() | Alexandr Miloslavskiy | 1 | -2/+2 |
2020-03-05 | stash: remove the stash.useBuiltin setting | Thomas Gummerer | 1 | -37/+10 |
2020-03-05 | Merge branch 'hi/gpg-use-check-signature' | Junio C Hamano | 1 | -7/+4 |
2020-03-05 | Merge branch 'be/describe-multiroot' | Junio C Hamano | 1 | -4/+18 |