summaryrefslogtreecommitdiffstats
path: root/run-command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-17rebase --apply: make reflog messages match rebase --mergePhillip Wood2-5/+6
2022-10-17rebase --apply: respect GIT_REFLOG_ACTIONPhillip Wood2-4/+5
2022-10-17rebase --merge: fix reflog message after skippingPhillip Wood2-2/+24
2022-10-17rebase --merge: fix reflog when continuingPhillip Wood3-4/+12
2022-10-17t3406: rework rebase reflog testsPhillip Wood1-39/+76
2022-10-17rebase --apply: remove duplicated codePhillip Wood1-10/+1
2022-10-17rebase --keep-base: imply --no-fork-pointPhillip Wood3-5/+11
2022-10-17rebase --keep-base: imply --reapply-cherry-picksPhillip Wood3-11/+52
2022-10-17rebase: factor out branch_base calculationPhillip Wood1-13/+20
2022-10-17rebase: rename merge_base to branch_basePhillip Wood1-15/+15
2022-10-17rebase: store orig_head as a commitPhillip Wood1-35/+31
2022-10-17rebase: be stricter when reading state files containing oidsPhillip Wood3-4/+25
2022-10-17t3416: set $EDITOR in subshellPhillip Wood1-10/+21
2022-10-17t3416: tighten two testsPhillip Wood1-4/+6
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