summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.30.5v2.30.5Johannes Schindelin2022-06-233-2/+14
* setup: tighten ownership checks post CVE-2022-24765Carlo Marcelo Arenas Belón2022-06-231-11/+60
* Merge branch 'cb/path-owner-check-with-sudo'Junio C Hamano2022-06-234-1/+179
|\
| * git-compat-util: allow root to access both SUDO_UID and root ownedCarlo Marcelo Arenas Belón2022-06-173-18/+11
| * t0034: add negative tests and allow git init to mostly work under sudoCarlo Marcelo Arenas Belón2022-05-122-0/+77
| * git-compat-util: avoid failing dir ownership checks if running privilegedCarlo Marcelo Arenas Belón2022-05-123-2/+66
| * t: regression git needs safe.directory when using sudoCarlo Marcelo Arenas Belón2022-05-121-0/+44
|/
* Git 2.30.4v2.30.4Junio C Hamano2022-04-133-2/+23
* setup: opt-out of check with safe.directory=*Derrick Stolee2022-04-133-2/+21
* setup: fix safe.directory key not being checkedMatheus Valadares2022-04-132-0/+8
* t0033: add tests for safe.directoryDerrick Stolee2022-04-132-1/+36
* Git 2.30.3v2.30.3Johannes Schindelin2022-03-243-2/+26
* Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likesJohannes Schindelin2022-03-242-11/+23
* setup_git_directory(): add an owner check for the top-level directoryJohannes Schindelin2022-03-213-1/+79
* Add a function to determine whether a path is owned by the current userJohannes Schindelin2022-03-213-0/+106
* Merge branch 'cb/mingw-gmtime-r'Johannes Schindelin2022-03-172-1/+5
|\
| * mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2022-03-172-1/+5
|/
* Git 2.30.2v2.30.2Johannes Schindelin2021-02-123-2/+10
* Sync with 2.29.3Johannes Schindelin2021-02-1222-4/+284
|\
| * Git 2.29.3v2.29.3Johannes Schindelin2021-02-123-2/+10
| * Sync with 2.28.1Johannes Schindelin2021-02-1221-4/+277
| |\
| | * Git 2.28.1v2.28.1Johannes Schindelin2021-02-123-2/+9
| | * Sync with 2.27.1Johannes Schindelin2021-02-1220-4/+270
| | |\
| | | * Git 2.27.1v2.27.1Johannes Schindelin2021-02-123-2/+9
| | | * Sync with 2.26.3Johannes Schindelin2021-02-1219-4/+263
| | | |\
| | | | * Git 2.26.3v2.26.3Johannes Schindelin2021-02-123-2/+9
| | | | * Sync with 2.25.5Johannes Schindelin2021-02-1218-4/+256
| | | | |\
| | | | | * Git 2.25.5v2.25.5Johannes Schindelin2021-02-123-2/+9
| | | | | * Sync with 2.24.4Johannes Schindelin2021-02-1217-4/+249
| | | | | |\
| | | | | | * Git 2.24.4v2.24.4Johannes Schindelin2021-02-123-2/+9
| | | | | | * Sync with 2.23.4Johannes Schindelin2021-02-1216-4/+242
| | | | | | |\
| | | | | | | * Git 2.23.4v2.23.4Johannes Schindelin2021-02-123-2/+9
| | | | | | | * Sync with 2.22.5Johannes Schindelin2021-02-1215-4/+235
| | | | | | | |\
| | | | | | | | * Git 2.22.5v2.22.5Johannes Schindelin2021-02-123-2/+9
| | | | | | | | * Sync with 2.21.4Johannes Schindelin2021-02-1214-4/+228
| | | | | | | | |\
| | | | | | | | | * Git 2.21.4v2.21.4Johannes Schindelin2021-02-123-2/+8
| | | | | | | | | * Sync with 2.20.5Johannes Schindelin2021-02-1213-4/+222
| | | | | | | | | |\
| | | | | | | | | | * Git 2.20.5v2.20.5Johannes Schindelin2021-02-123-2/+8
| | | | | | | | | | * Sync with 2.19.6Johannes Schindelin2021-02-1212-4/+216
| | | | | | | | | | |\
| | | | | | | | | | | * Git 2.19.6v2.19.6Johannes Schindelin2021-02-123-2/+8
| | | | | | | | | | | * Sync with 2.18.5Johannes Schindelin2021-02-1211-4/+210
| | | | | | | | | | | |\
| | | | | | | | | | | | * Git 2.18.5v2.18.5Johannes Schindelin2021-02-123-2/+8
| | | | | | | | | | | | * Sync with 2.17.6Johannes Schindelin2021-02-1210-4/+204
| | | | | | | | | | | | |\
| | | | | | | | | | | | | * Git 2.17.6v2.17.6Johannes Schindelin2021-02-123-2/+18
| | | | | | | | | | | | | * unpack_trees(): start with a fresh lstat cacheMatheus Tavares2021-02-121-0/+3
| | | | | | | | | | | | | * run-command: invalidate lstat cache after a command finishedJohannes Schindelin2021-02-122-1/+44
| | | | | | | | | | | | | * checkout: fix bug that makes checkout follow symlinks in leading pathMatheus Tavares2021-02-127-3/+141
* | | | | | | | | | | | | | Merge branch 'tb/ci-run-cocci-with-18.04' into maintJunio C Hamano2021-02-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | .github/workflows/main.yml: run static-analysis on bionicTaylor Blau2021-02-081-1/+1
* | | | | | | | | | | | | | | Git 2.30.1v2.30.1Junio C Hamano2021-02-082-1/+9