Age | Commit message (Expand) | Author | Files | Lines |
2021-01-25 | Merge branch 'ps/config-env-pairs' | Junio C Hamano | 1 | -0/+1 |
2021-01-15 | Merge branch 'bc/rev-parse-path-format' | Junio C Hamano | 1 | -0/+2 |
2021-01-15 | config: allow specifying config entries via envvar pairs | Patrick Steinhardt | 1 | -0/+1 |
2020-12-17 | Merge branch 'jk/oid-array-cleanup' | Junio C Hamano | 1 | -94/+0 |
2020-12-12 | abspath: add a function to resolve paths with missing components | brian m. carlson | 1 | -0/+2 |
2020-12-08 | Merge branch 'mt/do-not-use-scld-in-working-tree' | Junio C Hamano | 1 | -1/+6 |
2020-12-04 | cache.h: move hash/oid functions to hash.h | Jeff King | 1 | -94/+0 |
2020-12-02 | apply: don't use core.sharedRepository to create working tree files | Matheus Tavares | 1 | -1/+6 |
2020-11-24 | move sleep_millisec to git-compat-util.h | Han-Wen Nienhuys | 1 | -1/+0 |
2020-09-22 | builtin/clone: avoid failure with GIT_DEFAULT_HASH | brian m. carlson | 1 | -1/+1 |
2020-09-09 | Merge branch 'jt/interpret-branch-name-fallback' | Junio C Hamano | 1 | -8/+19 |
2020-09-02 | wt-status: tolerate dangling marks | Jonathan Tan | 1 | -0/+7 |
2020-09-02 | sha1-name: replace unsigned int with option struct | Jonathan Tan | 1 | -8/+12 |
2020-08-27 | Merge branch 'jk/leakfix' | Junio C Hamano | 1 | -2/+2 |
2020-08-17 | config: drop git_config_get_string_const() | Jeff King | 1 | -2/+2 |
2020-07-30 | Merge branch 'jk/reject-newer-extensions-in-v0' into master | Junio C Hamano | 1 | -0/+2 |
2020-07-16 | Merge branch 'jn/v0-with-extensions-fix' into master | Junio C Hamano | 1 | -1/+0 |
2020-07-16 | verify_repository_format(): complain about new extensions in v0 repo | Jeff King | 1 | -0/+2 |
2020-07-16 | repository: allow repository format upgrade with extensions | Jonathan Nieder | 1 | -1/+0 |
2020-07-06 | Merge branch 'js/default-branch-name' | Junio C Hamano | 1 | -1/+1 |
2020-06-24 | init: allow specifying the initial branch name for the new repository | Johannes Schindelin | 1 | -1/+1 |
2020-06-05 | repository: add a helper function to perform repository format upgrade | Xin Li | 1 | -0/+1 |
2020-04-22 | Merge branch 'jk/oid-array-cleanups' | Junio C Hamano | 1 | -1/+1 |
2020-03-30 | oid_array: rename source file from sha1-array | Jeff King | 1 | -1/+1 |
2020-03-26 | Merge branch 'bc/filter-process' | Junio C Hamano | 1 | -0/+1 |
2020-03-26 | Merge branch 'bc/sha-256-part-1-of-4' | Junio C Hamano | 1 | -2/+23 |
2020-03-16 | convert: provide additional metadata to filters | brian m. carlson | 1 | -0/+1 |
2020-03-10 | real_path_if_valid(): remove unsafe API | Alexandr Miloslavskiy | 1 | -1/+0 |
2020-03-10 | real_path: remove unsafe API | Alexandr Miloslavskiy | 1 | -1/+0 |
2020-03-06 | set_git_dir: fix crash when used with real_path() | Alexandr Miloslavskiy | 1 | -1/+1 |
2020-02-24 | init-db: move writing repo version into a function | brian m. carlson | 1 | -0/+1 |
2020-02-24 | builtin/init-db: allow specifying hash algorithm on command line | brian m. carlson | 1 | -1/+2 |
2020-02-24 | setup: allow check_repository_format to read repository format | brian m. carlson | 1 | -1/+3 |
2020-02-24 | hex: add functions to parse hex object IDs in any algorithm | brian m. carlson | 1 | -0/+10 |
2020-02-24 | hex: introduce parsing variants taking hash algorithms | brian m. carlson | 1 | -0/+7 |
2020-02-14 | Merge branch 'mt/use-passed-repo-more-in-funcs' | Junio C Hamano | 1 | -1/+2 |
2020-01-31 | sha1-file: allow check_object_signature() to handle any repo | Matheus Tavares | 1 | -1/+2 |
2020-01-13 | fsmonitor: change last update timestamp on the index_state to opaque token | Kevin Willford | 1 | -1/+1 |
2020-01-06 | Merge branch 'ds/sparse-cone' | Junio C Hamano | 1 | -2/+2 |
2020-01-02 | sparse-checkout: use extern for global variables | Derrick Stolee | 1 | -2/+2 |
2019-12-25 | Merge branch 'ds/sparse-cone' | Junio C Hamano | 1 | -1/+5 |
2019-12-16 | Merge branch 'hw/doc-in-header' | Junio C Hamano | 1 | -4/+37 |
2019-11-22 | unpack-trees: add progress to clear_ce_flags() | Derrick Stolee | 1 | -0/+2 |
2019-11-22 | sparse-checkout: add 'cone' mode | Derrick Stolee | 1 | -1/+3 |
2019-11-18 | cache: move doc to cache.h | Heba Waly | 1 | -4/+37 |
2019-11-13 | hex: drop sha1_to_hex() | Jeff King | 1 | -3/+4 |
2019-11-11 | hex: drop sha1_to_hex_r() | Jeff King | 1 | -1/+0 |
2019-10-15 | Merge branch 'js/azure-pipelines-msvc' | Junio C Hamano | 1 | -0/+13 |
2019-10-11 | Merge branch 'bc/object-id-part17' | Junio C Hamano | 1 | -7/+1 |
2019-10-07 | Merge branch 'ss/get-time-cleanup' | Junio C Hamano | 1 | -3/+2 |