summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.31.4v2.31.4Johannes Schindelin2022-06-233-2/+8
* Sync with 2.30.5Johannes Schindelin2022-06-236-12/+251
|\
| * 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.31.3v2.31.3Junio C Hamano2022-04-137-5/+92
|\ \ | |/
| * 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.31.2v2.31.2Johannes Schindelin2022-03-243-2/+8
* | Sync with 2.30.3Johannes Schindelin2022-03-249-13/+237
|\ \ | |/
| * 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.31.1v2.31.1Junio C Hamano2021-03-263-2/+29
* | Merge branch 'tb/git-mv-icase-fix'Junio C Hamano2021-03-191-1/+1
|\ \
| * | git mv foo FOO ; git mv foo bar gave an assertTorsten Bögershausen2021-03-031-1/+1
* | | Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano2021-03-194-6/+17
|\ \ \
| * | | fix xcalloc() argument orderRené Scharfe2021-03-086-17/+28
* | | | Merge branch 'ah/make-fuzz-all-doc-update'Junio C Hamano2021-03-191-3/+3
|\ \ \ \
| * | | | Makefile: update 'make fuzz-all' docs to reflect modern clangAndrzej Hunt2021-03-081-3/+3
* | | | | Merge branch 'jk/slimmed-down'Junio C Hamano2021-03-195-102/+0
|\ \ \ \ \
| * | | | | vcs-svn: remove header files as wellRené Scharfe2021-03-145-102/+0
* | | | | | Merge branch 'rs/calloc-array'Junio C Hamano2021-03-1989-189/+191
|\ \ \ \ \ \
| * | | | | | cocci: allow xcalloc(1, size)Junio C Hamano2021-03-151-1/+1
| * | | | | | use CALLOC_ARRAYRené Scharfe2021-03-1388-188/+190
| * | | | | | git-compat-util.h: drop trailing semicolon from macro definitionRené Scharfe2021-03-131-1/+1
* | | | | | | Merge branch 'rs/avoid-null-statement-after-macro-call'Junio C Hamano2021-03-192-2/+2
|\ \ \ \ \ \ \
| * | | | | | | mem-pool: drop trailing semicolon from macro definitionRené Scharfe2021-03-171-1/+1
| * | | | | | | block-sha1: drop trailing semicolon from macro definitionRené Scharfe2021-03-171-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'km/config-doc-typofix'Junio C Hamano2021-03-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | config.txt: add missing periodKyle Meyer2021-03-171-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'jt/clone-unborn-head'Junio C Hamano2021-03-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | t5606: run clone branch name test with protocol v2Jonathan Tan2021-03-171-1/+1
* | | | | | | | Merge branch 'js/fsmonitor-unpack-fix'Junio C Hamano2021-03-192-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | fsmonitor: do not forget to release the token in `discard_index()`Johannes Schindelin2021-03-171-0/+1
| * | | | | | | | fsmonitor: fix memory corruption in some corner casesJohannes Schindelin2021-03-171-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/bisect-peel-tag-fix'Junio C Hamano2021-03-192-1/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | bisect: peel annotated tags to commitsJeff King2021-03-172-1/+20
| |/ / / / / / /
* | | | | | | | Merge branch 'jh/fsmonitor-prework'Junio C Hamano2021-03-191-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | fsmonitor: avoid global-buffer-overflow READ when checking trivial responseAndrzej Hunt2021-03-171-3/+3
* | | | | | | | | Merge branch 'jc/calloc-fix'Junio C Hamano2021-03-192-6/+4
|\ \ \ \ \ \ \ \ \