Age | Commit message (Expand) | Author | Files | Lines |
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-18 | submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb' | Shourya Shukla | 1 | -4/+4 |
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-11 | i18n: unmark a message in rebase.c | Jiang Xin | 1 | -1/+1 |
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 | 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 |
2020-03-05 | Merge branch 'ag/rebase-remove-redundant-code' | Junio C Hamano | 1 | -9/+1 |
2020-03-05 | Merge branch 'es/recursive-single-branch-clone' | Junio C Hamano | 2 | -6/+30 |
2020-03-05 | Merge branch 'jk/nth-packed-object-id' | Junio C Hamano | 2 | -24/+26 |
2020-03-05 | Merge branch 'es/do-not-let-rebase-switch-to-protected-branch' | Junio C Hamano | 1 | -2/+3 |
2020-03-05 | Merge branch 'hv/receive-denycurrent-everywhere' | Junio C Hamano | 1 | -17/+19 |
2020-03-05 | Merge branch 'es/worktree-avoid-duplication-fix' | Junio C Hamano | 1 | -8/+1 |
2020-03-05 | Merge branch 'mr/bisect-in-c-1' | Junio C Hamano | 1 | -56/+67 |
2020-03-05 | Merge branch 'ds/sparse-add' | Junio C Hamano | 1 | -32/+109 |
2020-03-05 | tag: use new advice API to check visibility | Heba Waly | 1 | -2/+3 |
2020-03-02 | Merge branch 'rs/micro-cleanups' | Junio C Hamano | 1 | -1/+1 |
2020-03-02 | Merge branch 'ds/partial-clone-fixes' | Junio C Hamano | 1 | -5/+5 |
2020-03-02 | Merge branch 'en/rebase-backend' | Junio C Hamano | 1 | -78/+179 |
2020-03-02 | Merge branch 'en/check-ignore' | Junio C Hamano | 1 | -0/+3 |
2020-03-02 | Merge branch 'jk/object-filter-with-bitmap' | Junio C Hamano | 2 | -27/+100 |
2020-02-28 | Revert "gpg-interface: prefer check_signature() for GPG verification" | Junio C Hamano | 1 | -7/+4 |
2020-02-26 | describe: don't abort too early when searching tags | Benno Evers | 1 | -4/+18 |
2020-02-26 | builtin/rebase: remove a call to get_oid() on `options.switch_to' | Alban Gruin | 1 | -9/+1 |
2020-02-25 | Merge branch 'bw/remote-rename-update-config' | Junio C Hamano | 2 | -81/+137 |
2020-02-25 | clone: pass --single-branch during --recurse-submodules | Emily Shaffer | 2 | -2/+23 |
2020-02-25 | submodule--helper: use C99 named initializer | Emily Shaffer | 1 | -4/+7 |
2020-02-24 | worktree: don't allow "add" validation to be fooled by suffix matching | Eric Sunshine | 1 | -8/+1 |
2020-02-24 | packed_object_info(): use object_id for returning delta base | Jeff King | 1 | -1/+1 |
2020-02-24 | pack-objects: use object_id struct in pack-reuse code | Jeff King | 1 | -4/+5 |
2020-02-24 | pack-objects: convert oe_set_delta_ext() to use object_id | Jeff King | 1 | -1/+1 |
2020-02-24 | pack-objects: read delta base oid into object_id struct | Jeff King | 1 | -17/+18 |
2020-02-24 | nth_packed_object_oid(): use customary integer return | Jeff King | 1 | -2/+2 |
2020-02-24 | rebase: refuse to switch to branch already checked out elsewhere | Eric Sunshine | 1 | -2/+3 |
2020-02-24 | receive.denyCurrentBranch: respect all worktrees | Hariom Verma | 1 | -17/+19 |
2020-02-24 | commit: use expected signature header for SHA-256 | brian m. carlson | 1 | -1/+1 |
2020-02-24 | init-db: move writing repo version into a function | brian m. carlson | 1 | -18/+24 |
2020-02-24 | builtin/init-db: add environment variable for new repo hash | brian m. carlson | 1 | -0/+9 |
2020-02-24 | builtin/init-db: allow specifying hash algorithm on command line | brian m. carlson | 2 | -7/+47 |
2020-02-24 | setup: allow check_repository_format to read repository format | brian m. carlson | 1 | -1/+1 |