summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-01t/t9NNN: allow local submodulesTaylor Blau
2022-10-01t/t7NNN: allow local submodulesTaylor Blau
2022-10-01t/t6NNN: allow local submodulesTaylor Blau
2022-10-01t/t5NNN: allow local submodulesTaylor Blau
2022-10-01t/t4NNN: allow local submodulesTaylor Blau
2022-10-01t/t3NNN: allow local submodulesTaylor Blau
2022-10-01t/2NNNN: allow local submodulesTaylor Blau
2022-10-01t/t1NNN: allow local submodulesTaylor Blau
2022-10-01t/lib-submodule-update.sh: allow local submodulesTaylor Blau
2022-10-01builtin/clone.c: disallow `--local` clones with symlinksTaylor Blau
2022-06-23Git 2.33.4v2.33.4Johannes Schindelin
2022-06-23Sync with 2.32.3Johannes Schindelin
2022-06-23Git 2.32.3v2.32.3Johannes Schindelin
2022-06-23Sync with 2.31.4Johannes Schindelin
2022-06-23Git 2.31.4v2.31.4Johannes Schindelin
2022-06-23Sync with 2.30.5Johannes Schindelin
2022-06-23Git 2.30.5v2.30.5Johannes Schindelin
2022-06-23setup: tighten ownership checks post CVE-2022-24765Carlo Marcelo Arenas Belón
2022-06-23Merge branch 'cb/path-owner-check-with-sudo'Junio C Hamano
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.33.3v2.33.3Junio C Hamano
2022-04-13Git 2.32.2v2.32.2Junio C Hamano
2022-04-13Git 2.31.3v2.31.3Junio C Hamano
2022-04-13Git 2.30.4v2.30.4Junio 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-24Git 2.33.2v2.33.2Johannes Schindelin
2022-03-24Sync with 2.32.1Johannes Schindelin
2022-03-24Git 2.32.1v2.32.1Johannes Schindelin
2022-03-24Sync with 2.31.2Johannes Schindelin
2022-03-24Git 2.31.2v2.31.2Johannes Schindelin
2022-03-24Sync with 2.30.3Johannes Schindelin
2022-03-24Git 2.30.3v2.30.3Johannes Schindelin
2022-03-24Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likesJohannes Schindelin
2022-03-21setup_git_directory(): add an owner check for the top-level directoryJohannes Schindelin
2022-03-21Add a function to determine whether a path is owned by the current userJohannes Schindelin
2022-03-17Merge branch 'cb/mingw-gmtime-r'Johannes Schindelin
2022-03-17mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón
2022-03-17GIT-VERSION-GEN: bump to v2.33.1Johannes Schindelin
2021-11-04Merge branch 'vd/pthread-setspecific-g11-fix' into maintJunio C Hamano
2021-11-04Merge branch 'ma/doc-git-version' into maintJunio C Hamano
2021-11-04Merge branch 'pw/rebase-r-fixes' into maintJunio C Hamano
2021-11-04Merge branch 'jk/log-warn-on-bogus-encoding' into maintJunio C Hamano
2021-11-03async_die_is_recursing: work around GCC v11.x issue on FedoraVictoria Dye
2021-11-03rebase -i: fix rewording with --committer-date-is-author-datePhillip Wood
2021-10-29log: document --encoding behavior on iconv() failureJeff King