summaryrefslogtreecommitdiffstats
path: root/commit.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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.33.2v2.33.2Johannes Schindelin3-2/+17
2022-03-24Git 2.32.1v2.32.1Johannes Schindelin3-2/+8
2022-03-24Git 2.31.2v2.31.2Johannes Schindelin3-2/+8
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-17mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2-1/+5
2022-03-17GIT-VERSION-GEN: bump to v2.33.1Johannes Schindelin1-1/+1
2021-11-03async_die_is_recursing: work around GCC v11.x issue on FedoraVictoria Dye1-1/+1
2021-11-03rebase -i: fix rewording with --committer-date-is-author-datePhillip Wood2-1/+32
2021-10-29log: document --encoding behavior on iconv() failureJeff King1-1/+3
2021-10-29Revert "logmsg_reencode(): warn when iconv() fails"Junio C Hamano3-15/+2
2021-10-25git.txt: fix typoMartin Ågren1-1/+1
2021-10-12Git 2.33.1v2.33.1Junio C Hamano2-1/+139
2021-09-27connect: also update offset for features without valuesAndrzej Hunt2-0/+17
2021-09-23difftool: fix symlink-file writing in dir-diff modeDavid Aguilar2-2/+67
2021-09-22http: match headers case-insensitively when redactingJeff King2-15/+15
2021-09-22Makefile: clean .depend dirs under COMPUTE_HEADER_DEPENDENCIES != yesÆvar Arnfjörð Bjarmason1-1/+0
2021-09-20clone: handle unborn branch in bare reposJeff King2-16/+30
2021-09-20merge-ort: fix completely wrong commentElijah Newren1-1/+1
2021-09-20trace2.h: fix trivial comment typoElijah Newren1-1/+1
2021-09-17unicode: update the width tables to Unicode 14Carlo Marcelo Arenas Belón1-15/+29
2021-09-16Documentation: cleanup git-cvsserverCarlo Marcelo Arenas Belón1-8/+9
2021-09-16git-cvsserver: protect against NULL in crypt(3)Carlo Marcelo Arenas Belón2-3/+9
2021-09-16git-cvsserver: use crypt correctly to compare password hashesCarlo Marcelo Arenas Belón3-8/+8
2021-09-16t0000: avoid masking git exit value through pipesCarlo Marcelo Arenas Belón1-11/+12
2021-09-16tree-diff: fix leak when not HAVE_ALLOCA_HCarlo Marcelo Arenas Belón1-1/+3
2021-09-15pack-revindex.h: correct the time complexity descriptionsKyle Zhao1-2/+2
2021-09-15t1400: avoid SIGPIPE race condition on fifoJeff King1-3/+5
2021-09-14documentation: add documentation for 'git version'Matthias Aßhauer2-0/+32
2021-09-13doc: config, tell readers of `git help --config`Philip Oakley1-0/+3
2021-09-12strvec: use size_t to store nr and allocJeff King1-2/+2
2021-09-12compression: drop write-only core_compression_* variablesRené Scharfe3-5/+0
2021-09-10am: fix incorrect exit status on am fail to abortElijah Newren2-2/+3
2021-09-10t4151: add a few am --abort testsElijah Newren1-0/+39
2021-09-10git-am.txt: clarify --abort behaviorElijah Newren1-0/+2
2021-09-10stash: restore untracked files AFTER restoring tracked filesElijah Newren2-5/+5
2021-09-10stash: avoid feeding directories to update-indexElijah Newren2-1/+15
2021-09-10t3903: document a pair of directory/file bugsElijah Newren1-0/+58
2021-09-09pack-objects: rename .idx files into place after .bitmap filesÆvar Arnfjörð Bjarmason1-1/+2
2021-09-09pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason4-13/+39
2021-09-09builtin/index-pack.c: move `.idx` files into place lastTaylor Blau1-2/+2
2021-09-09index-pack: refactor renaming in final()Ævar Arnfjörð Bjarmason1-25/+23
2021-09-09builtin/repack.c: move `.idx` files into place lastTaylor Blau1-1/+1
2021-09-09pack-write.c: rename `.idx` files after `*.rev`Taylor Blau1-1/+1
2021-09-09pack-write: refactor renaming in finish_tmp_packfile()Ævar Arnfjörð Bjarmason3-24/+23