summaryrefslogtreecommitdiffstats
path: root/.gitattributes (unfollow)
Commit message (Expand)AuthorFilesLines
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-23http: 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-18unicode: update the width tables to Unicode 14Carlo Marcelo Arenas Belón1-15/+29
2021-09-17Documentation: cleanup git-cvsserverCarlo Marcelo Arenas Belón1-8/+9
2021-09-17git-cvsserver: protect against NULL in crypt(3)Carlo Marcelo Arenas Belón2-3/+9
2021-09-17git-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-16pack-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-13strvec: use size_t to store nr and allocJeff King1-2/+2
2021-09-13compression: drop write-only core_compression_* variablesRené Scharfe3-5/+0
2021-09-11am: fix incorrect exit status on am fail to abortElijah Newren2-2/+3
2021-09-11t4151: add a few am --abort testsElijah Newren1-0/+39
2021-09-11git-am.txt: clarify --abort behaviorElijah Newren1-0/+2
2021-09-11stash: restore untracked files AFTER restoring tracked filesElijah Newren2-5/+5
2021-09-11stash: avoid feeding directories to update-indexElijah Newren2-1/+15
2021-09-11t3903: document a pair of directory/file bugsElijah Newren1-0/+58
2021-09-10pack-objects: rename .idx files into place after .bitmap filesÆvar Arnfjörð Bjarmason1-1/+2
2021-09-10pack-write: split up finish_tmp_packfile() functionÆvar Arnfjörð Bjarmason4-13/+39
2021-09-10builtin/index-pack.c: move `.idx` files into place lastTaylor Blau1-2/+2
2021-09-10index-pack: refactor renaming in final()Ævar Arnfjörð Bjarmason1-25/+23
2021-09-10builtin/repack.c: move `.idx` files into place lastTaylor Blau1-1/+1
2021-09-10pack-write.c: rename `.idx` files after `*.rev`Taylor Blau1-1/+1
2021-09-10pack-write: refactor renaming in finish_tmp_packfile()Ævar Arnfjörð Bjarmason3-24/+23
2021-09-10bulk-checkin.c: store checksum directlyTaylor Blau1-6/+6
2021-09-10t5562: use alarm() to interrupt timed child-waitJeff King1-8/+8
2021-09-10refs/files-backend: remove unused open mode parameterRené Scharfe1-1/+1
2021-09-10setup: use xopen and xdup in sanitize_stdfdsRené Scharfe1-5/+3
2021-09-09pack.h: line-wrap the definition of finish_tmp_packfile()Ævar Arnfjörð Bjarmason1-1/+6
2021-09-08pack-write: skip *.rev work when not writing *.revÆvar Arnfjörð Bjarmason1-0/+3
2021-09-08hash-object: prefix_filename() returns allocated memory these daysJunio C Hamano1-1/+1
2021-09-07Documentation: fix default directory of git bugreport -oBagas Sanjaya1-2/+2
2021-09-07Makefile: remove the check_bindir scriptÆvar Arnfjörð Bjarmason2-15/+1
2021-09-07send-email: fix a "first config key wins" regression in v2.33.0Ævar Arnfjörð Bjarmason2-1/+16
2021-09-07range-diff: avoid segfault with -IRené Scharfe1-0/+3
2021-09-07diff-index: restore -c/--cc options handlingSergey Organov3-14/+8
2021-09-06apply: resolve trivial merge without hitting ll-merge with "--3way"Junio C Hamano2-0/+66
2021-09-03update-ref: fix streaming of status updatesPatrick Steinhardt2-4/+42
2021-09-02remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUGCarlo Marcelo Arenas Belón1-3/+3
2021-09-02gc: remove trailing dot from "gc.log" lineÆvar Arnfjörð Bjarmason1-1/+1
2021-09-01docs: clarify the interaction of transfer.hideRefs and namespacesKim Altintop1-5/+9