summaryrefslogtreecommitdiffstats
path: root/linear-assignment.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-16t3404: remove unnecessary subshellPhillip Wood1-4/+2
2019-08-20sequencer: simplify root commit creationPhillip Wood1-71/+4
2019-08-20rebase -i: check for updated todo after squash and rewordPhillip Wood2-16/+47
2019-08-20rebase -i: always update HEAD before rewordingPhillip Wood4-19/+27
2019-08-01RelNotes/2.21.1: typofixMartin Ågren1-1/+1
2019-07-29Merge fixes made on the 'master' frontJunio C Hamano1-1/+72
2019-07-25Flush fixes up to the third batch post 2.22.0Junio C Hamano2-1/+77
2019-07-19clean: show an error message when the path is too longJohannes Schindelin2-1/+14
2019-07-19CodingGuidelines: spell out post-C89 rulesJunio C Hamano1-3/+23
2019-07-18README: fix rendering of text in angle bracketsDoug Ilijev1-1/+1
2019-07-18rm: resolving by removal is not a warning-worthy eventJunio C Hamano2-1/+14
2019-07-16transport-helper: avoid var decl in for () loop controlJunio C Hamano1-1/+2
2019-07-16mingw: support spawning programs containing spaces in their namesJohannes Schindelin2-3/+11
2019-07-16gpg-interface: do not scan past the end of bufferSteven Roberts1-0/+3
2019-07-15read-cache.c: do not die if mmap failsVarun Naik1-1/+1
2019-07-12gpg(docs): use correct --verify syntaxRobert Morgan1-1/+1
2019-07-12transport-helper: enforce atomic in push_refs_with_pushEmily Shaffer3-0/+68
2019-07-11diff: munmap() file contents before running external diffJohannes Schindelin1-0/+2
2019-07-10trace2: correct trace2 field name documentationJosh Steadmon1-1/+1
2019-07-08ci/lib.sh: update a comment about installed P4 and Git-LFS versionsSZEDER Gábor1-2/+4
2019-07-03ci: disable Homebrew's auto cleanupSZEDER Gábor1-1/+1
2019-07-03ci: don't update HomebrewSZEDER Gábor1-1/+1
2019-07-02docs: git-clone: list short form of options firstQuentin Nerden1-9/+9
2019-07-02docs: git-clone: refer to long form of optionsQuentin Nerden1-8/+8
2019-07-01Document that 'git -C ""' works and doesn't change directorySZEDER Gábor1-1/+2
2019-07-01rebase --am: ignore rebase.rescheduleFailedExecJohannes Schindelin2-3/+15
2019-06-27progress: use term_clear_line()SZEDER Gábor2-20/+14
2019-06-27rebase: fix garbled progress display with '-x'SZEDER Gábor2-5/+16
2019-06-27t5551: test usage of chunked encoding explicitlyJonathan Tan1-3/+2
2019-06-25t5551: use 'test_i18ngrep' to check translated outputSZEDER Gábor1-2/+2
2019-06-25submodule foreach: fix recursion of optionsMorian Sonnet2-0/+8
2019-06-24pager: add a helper function to clear the last line in the terminalSZEDER Gábor3-3/+24
2019-06-24t3404: make the 'rebase.missingCommitsCheck=ignore' test more focusedSZEDER Gábor1-14/+1
2019-06-24t3404: modernize here doc styleSZEDER Gábor1-65/+58
2019-06-24doc: don't use git.kernel.org as example gitweb URLJakub Wilk1-2/+1
2019-06-24config: simplify parsing of unit factorsRené Scharfe1-18/+12
2019-06-24config: don't multiply in parse_unit_factor()René Scharfe1-7/+9
2019-06-24config: use unsigned_mult_overflows to check for overflowsRené Scharfe1-6/+7
2019-06-24t0001: fix on case-insensitive filesystemsJohannes Schindelin2-14/+23
2019-06-20delta-islands: respect progress flagJeff King3-4/+5
2019-06-19stash: fix show referencing stash indexThomas Gummerer2-4/+23
2019-06-19wrapper: avoid undefined behaviour in macOSCarlo Marcelo Arenas Belón1-1/+1
2019-06-19interpret-trailers: load default configJeff King2-27/+47
2019-06-18use COPY_ARRAY for copying arraysRené Scharfe4-7/+7
2019-06-18coccinelle: use COPY_ARRAY for copying arraysRené Scharfe1-15/+46
2019-06-18fsmonitor: avoid signed integer overflow / infinite loopCarlo Marcelo Arenas Belón1-4/+4
2019-06-14t3404: fix a typoJohannes Schindelin1-1/+1
2019-06-13cleanup: fix possible overflow errors in binary search, part 2René Scharfe6-7/+8
2019-06-13add -p: fix checkout -p with pathological contextPhillip Wood2-1/+13
2019-06-13config: avoid calling `labs()` on too-large data typeJohannes Schindelin1-2/+2