summaryrefslogtreecommitdiffstats
path: root/.github (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-13Merge a handful of topics from the 'master' frontJunio C Hamano2-1/+32
2022-08-30Git 2.37.3v2.37.3Junio C Hamano2-4/+4
2022-08-26A handful more topics from the 'master' front for 2.37.3Junio C Hamano2-1/+47
2022-08-24ci: update 'static-analysis' to Ubuntu 22.04Derrick Stolee1-1/+1
2022-08-24merge: only apply autostash when appropriateElijah Newren2-1/+13
2022-08-24promisor-remote: fix xcalloc() argument orderSZEDER Gábor1-1/+1
2022-08-23preload-index: fix memleakAnthony Delannoy1-0/+6
2022-08-17pipe_command(): mark stdin descriptor as non-blockingJeff King2-0/+23
2022-08-17pipe_command(): handle ENOSPC when writing to a pipeJeff King1-1/+2
2022-08-17pipe_command(): avoid xwrite() for writing to pipeJeff King1-5/+17
2022-08-17git-compat-util: make MAX_IO_SIZE define globally availableJeff King2-22/+22
2022-08-17nonblock: support WindowsRené Scharfe1-0/+27
2022-08-17compat: add function to enable nonblocking pipesJeff King3-0/+33
2022-08-15is_promisor_object(): fix use-after-free of tree bufferJeff King2-2/+20
2022-08-11Git 2.37.2v2.37.2Junio C Hamano2-1/+25
2022-08-10fsck: downgrade tree badFilemode to "info"Jeff King2-1/+18
2022-08-10fsck: actually detect bad file modes in treesJeff King2-1/+15
2022-08-10tree-walk: add a mechanism for getting non-canonicalized modesJeff King4-9/+19
2022-08-10mergetools: vimdiff: simplify tabfirstFelipe Contreras1-25/+19
2022-08-10mergetools: vimdiff: fix single window layoutsFelipe Contreras1-12/+8
2022-08-10mergetools: vimdiff: rework tab logicFelipe Contreras1-28/+22
2022-08-10mergetools: vimdiff: fix for diffoptFelipe Contreras1-18/+18
2022-08-10mergetools: vimdiff: silence annoying messagesFelipe Contreras1-2/+2
2022-08-10mergetools: vimdiff: make vimdiff3 actually workFelipe Contreras1-18/+18
2022-08-10mergetools: vimdiff: fix commentFelipe Contreras1-2/+2
2022-08-10doc add: renormalize is not idempotent for CRCRLFPhilip Oakley1-1/+3
2022-08-08unpack-trees: unpack new trees as sparse directoriesVictoria Dye2-10/+113
2022-08-08cache.h: create 'index_name_pos_sparse()'Victoria Dye2-0/+14
2022-08-08oneway_diff: handle removed sparse directoriesVictoria Dye1-0/+5
2022-08-08checkout: fix nested sparse directory diff in sparse indexVictoria Dye2-0/+9
2022-08-08mingw: handle a file owned by the Administrators group correctlyJohannes Schindelin1-0/+10
2022-08-08mingw: be more informative when ownership check fails on FAT32Johannes Schindelin1-1/+24
2022-08-08mingw: provide details about unsafe directories' ownershipJohannes Schindelin1-0/+24
2022-08-08setup: prepare for more detailed "dubious ownership" messagesJohannes Schindelin4-13/+21
2022-08-08setup: fix some formattingJohannes Schindelin1-4/+5
2022-08-06Downmerge a bit more for 2.37.xJunio C Hamano1-0/+17
2022-08-05hook API: don't segfault on strbuf_addf() to NULL "out"Ævar Arnfjörð Bjarmason2-7/+26
2022-08-04tests: cache glibc version checkPhillip Wood1-3/+8
2022-08-01Documentation/git-reflog: remove unneeded \ from \{Glen Choo1-1/+1
2022-08-01merge-ort: do leave trace2 region even if checkout failsJohannes Schindelin1-0/+3
2022-08-01merge-ort: clean up after failed mergeJohannes Schindelin1-0/+2
2022-07-31config.mak.dev: squelch -Wno-missing-braces for older gccJeff King1-0/+4
2022-07-29lstat(mingw): correctly detect ENOTDIR scenariosJohannes Schindelin1-2/+2
2022-07-29mingw: remove unneeded `NO_CURL` directiveJohannes Schindelin1-1/+0
2022-07-29mingw: remove unneeded `NO_GETTEXT` directiveJohannes Schindelin1-1/+0
2022-07-29windows: include the Python bits when building Git for WindowsJohannes Schindelin1-1/+2
2022-07-27Downmerge a handful of fixes for 2.37.x maintenance trackJunio C Hamano2-1/+48
2022-07-27cmake: support local installations of gitCarlo Marcelo Arenas Belón1-1/+1
2022-07-22read-cache: make `do_read_index()` always set up `istate->repo`Martin Ågren2-1/+9
2022-07-22pkt-line.h: move comment closer to the associated codeMatheus Tavares1-8/+8