summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-04-13Git 2.31.3v2.31.3Junio C Hamano7-5/+92
2022-04-13Git 2.30.4v2.30.4Junio C Hamano3-2/+23
2022-04-13setup: opt-out of check with safe.directory=*Derrick Stolee3-2/+21
2022-04-13setup: fix safe.directory key not being checkedMatheus Valadares2-0/+8
2022-04-13t0033: add tests for safe.directoryDerrick Stolee2-1/+36
2022-03-24Git 2.31.2v2.31.2Johannes Schindelin3-2/+8
2022-03-24Sync with 2.30.3Johannes Schindelin9-13/+237
2022-03-24Git 2.30.3v2.30.3Johannes Schindelin3-2/+26
2022-03-24Fix `GIT_CEILING_DIRECTORIES` with `C:\` and the likesJohannes Schindelin2-11/+23
2022-03-21setup_git_directory(): add an owner check for the top-level directoryJohannes Schindelin3-1/+79
2022-03-21Add a function to determine whether a path is owned by the current userJohannes Schindelin3-0/+106
2022-03-17Merge branch 'cb/mingw-gmtime-r'Johannes Schindelin2-1/+5
2022-03-17mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2-1/+5
2021-03-26Git 2.31.1v2.31.1Junio C Hamano3-2/+29
2021-03-19Merge branch 'tb/git-mv-icase-fix'Junio C Hamano1-1/+1
2021-03-19Merge branch 'rs/xcalloc-takes-nelem-first'Junio C Hamano4-6/+17
2021-03-19Merge branch 'ah/make-fuzz-all-doc-update'Junio C Hamano1-3/+3
2021-03-19Merge branch 'jk/slimmed-down'Junio C Hamano5-102/+0
2021-03-19Merge branch 'rs/calloc-array'Junio C Hamano89-189/+191
2021-03-19Merge branch 'rs/avoid-null-statement-after-macro-call'Junio C Hamano2-2/+2
2021-03-19Merge branch 'km/config-doc-typofix'Junio C Hamano1-1/+1
2021-03-19Merge branch 'jt/clone-unborn-head'Junio C Hamano1-1/+1
2021-03-19Merge branch 'js/fsmonitor-unpack-fix'Junio C Hamano2-2/+3
2021-03-19Merge branch 'jk/bisect-peel-tag-fix'Junio C Hamano2-1/+20
2021-03-19Merge branch 'jh/fsmonitor-prework'Junio C Hamano1-3/+3
2021-03-19Merge branch 'jc/calloc-fix'Junio C Hamano2-6/+4
2021-03-17fsmonitor: do not forget to release the token in `discard_index()`Johannes Schindelin1-0/+1
2021-03-17fsmonitor: fix memory corruption in some corner casesJohannes Schindelin1-2/+2
2021-03-17config.txt: add missing periodKyle Meyer1-1/+1
2021-03-17bisect: peel annotated tags to commitsJeff King2-1/+20
2021-03-17t5606: run clone branch name test with protocol v2Jonathan Tan1-1/+1
2021-03-17mem-pool: drop trailing semicolon from macro definitionRené Scharfe1-1/+1
2021-03-17block-sha1: drop trailing semicolon from macro definitionRené Scharfe1-1/+1
2021-03-17fsmonitor: avoid global-buffer-overflow READ when checking trivial responseAndrzej Hunt1-3/+3
2021-03-15cocci: allow xcalloc(1, size)Junio C Hamano1-1/+1
2021-03-15xcalloc: use CALLOC_ARRAY() when applicableJunio C Hamano2-6/+4
2021-03-15Git 2.31v2.31.0Junio C Hamano1-1/+1
2021-03-14Merge branch 'jn/mergetool-hideresolved-is-optional'Junio C Hamano3-8/+7
2021-03-14Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano1-1/+2
2021-03-14Merge tag 'l10n-2.31.0-rnd2' of git://github.com/git-l10n/git-poJunio C Hamano16-43702/+75702
2021-03-14vcs-svn: remove header files as wellRené Scharfe5-102/+0
2021-03-15l10n: zh_CN: for git v2.31.0 l10n round 1 and 2Jiang Xin1-2985/+3337
2021-03-15Merge branch 'master' of github.com:vnwildman/gitJiang Xin1-3051/+3508
2021-03-14Merge branch 'l10n/zh_TW/210301' of github.com:l10n-tw/git-poJiang Xin1-3072/+3535
2021-03-14Merge branch 'po-id' of github.com:bagasme/git-poJiang Xin2-0/+24362
2021-03-14Merge branch 'master' of github.com:Softcatala/git-poJiang Xin1-13/+12
2021-03-14Merge branch 'russian-l10n' of github.com:DJm00n/git-po-ruJiang Xin1-5661/+7873
2021-03-14Merge branch 'pt-PT' of github.com:git-l10n-pt-PT/git-poJiang Xin1-2902/+3226
2021-03-13use CALLOC_ARRAYRené Scharfe88-188/+190
2021-03-13git-compat-util.h: drop trailing semicolon from macro definitionRené Scharfe1-1/+1