summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2022-06-23Sync with 2.30.5Johannes Schindelin
2022-06-17git-compat-util: allow root to access both SUDO_UID and root ownedCarlo Marcelo Arenas Belón
2022-05-12t0034: add negative tests and allow git init to mostly work under sudoCarlo Marcelo Arenas Belón
2022-05-12git-compat-util: avoid failing dir ownership checks if running privilegedCarlo Marcelo Arenas Belón
2022-05-12t: regression git needs safe.directory when using sudoCarlo Marcelo Arenas Belón
2022-04-13Git 2.31.3v2.31.3Junio C Hamano
2022-04-13setup: opt-out of check with safe.directory=*Derrick Stolee
2022-04-13setup: fix safe.directory key not being checkedMatheus Valadares
2022-04-13t0033: add tests for safe.directoryDerrick Stolee
2022-03-24Sync with 2.30.3Johannes Schindelin
2022-03-24Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likesJohannes Schindelin
2021-03-19Merge branch 'jt/clone-unborn-head'Junio C Hamano
2021-03-19Merge branch 'jk/bisect-peel-tag-fix'Junio C Hamano
2021-03-19Merge branch 'jc/calloc-fix'Junio C Hamano
2021-03-17bisect: peel annotated tags to commitsJeff King
2021-03-17t5606: run clone branch name test with protocol v2Jonathan Tan
2021-03-15xcalloc: use CALLOC_ARRAY() when applicableJunio C Hamano
2021-03-08Sync with Git 2.30.2 for CVE-2021-21300Junio C Hamano
2021-03-08Merge branch 'jt/transfer-fsck-across-packs-fix'Junio C Hamano
2021-03-05fetch-pack: do not mix --pack_header and packfile uriJonathan Tan
2021-03-01Merge branch 'hv/trailer-formatting'Junio C Hamano
2021-03-01Merge branch 'sv/t7001-modernize'Junio C Hamano
2021-03-01Merge branch 'jt/transfer-fsck-across-packs'Junio C Hamano
2021-03-01Merge branch 'ds/chunked-file-api'Junio C Hamano
2021-03-01Merge branch 'en/diffcore-rename'Junio C Hamano
2021-03-01Merge branch 'jh/fsmonitor-prework'Junio C Hamano
2021-02-25Merge branch 'jc/push-delete-nothing'Junio C Hamano
2021-02-25Merge branch 'js/params-vs-args'Junio C Hamano
2021-02-25Merge branch 'es/maintenance-of-bare-repositories'Junio C Hamano
2021-02-25Merge branch 'mt/add-chmod-fixes'Junio C Hamano
2021-02-25Merge branch 'ah/rebase-no-fork-point-config'Junio C Hamano
2021-02-25Merge branch 'mt/grep-sparse-checkout'Junio C Hamano
2021-02-25Merge branch 'zh/difftool-skip-to'Junio C Hamano
2021-02-25Merge branch 'jc/diffcore-rotate'Junio C Hamano
2021-02-25Merge branch 'mt/checkout-index-corner-cases'Junio C Hamano
2021-02-25Merge branch 'ab/detox-gettext-tests'Junio C Hamano
2021-02-25Merge branch 'jk/rev-list-disk-usage'Junio C Hamano
2021-02-24add: propagate --chmod errors to exit statusMatheus Tavares
2021-02-24add: mark --chmod error string for translationMatheus Tavares
2021-02-24add --chmod: don't update index when --dry-run is usedMatheus Tavares
2021-02-24rebase: add a config option for --no-fork-pointAlex Henrie
2021-02-23push: do not turn --delete '' into a matching pushJunio C Hamano
2021-02-23replace "parameters" by "arguments" in error messagesJohannes Sixt
2021-02-23maintenance: fix incorrect `maintenance.repo` path with bare repositoryEric Sunshine
2021-02-22Merge branch 'ab/test-lib'Junio C Hamano
2021-02-22Merge branch 'ab/pager-exit-log'Junio C Hamano
2021-02-22Merge branch 'ta/hash-function-transition-doc'Junio C Hamano
2021-02-22Merge branch 'bc/signed-objects-with-both-hashes'Junio C Hamano
2021-02-22Merge branch 'dl/stash-cleanup'Junio C Hamano
2021-02-22difftool.c: learn a new way start at specified fileZheNing Hu