summaryrefslogtreecommitdiffstats
path: root/sequencer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-16fsck: downgrade gitmodulesParse default to "info"Jeff King2-2/+2
2018-07-16fsck: split ".gitmodules too large" error from parse failureJeff King1-1/+2
2018-07-16coccinelle: update commit.cocciDerrick Stolee1-1/+1
2018-07-12t3404: fix use of "VAR=VAL cmd" with a shell functionJunio C Hamano1-1/+8
2018-07-12handle lower case drive letters on WindowsBen Peart1-2/+2
2018-07-12sha1-name.c: for ":/", find detached HEAD commitsWilliam Chargin3-1/+29
2018-07-12t6036: fix broken && chain in sub-shellRamsay Jones1-1/+1
2018-07-12t/lib-httpd: avoid occasional failures when checking access.logSZEDER Gábor4-8/+16
2018-07-12t/lib-httpd: add the strip_access_log() helper functionSZEDER Gábor4-24/+13
2018-07-12t5541: clean up truncating access logSZEDER Gábor1-8/+4
2018-07-11has_uncommitted_changes(): fall back to empty treeJeff King3-0/+25
2018-07-11gpg-interface: make parse_gpg_output static and remove from interface headerHenning Schild2-3/+1
2018-07-11builtin/receive-pack: use check_signature from gpg-interfaceHenning Schild1-15/+2
2018-07-11unpack-trees: do not fail reset because of unmerged skipped entryMax Kirillov2-1/+60
2018-07-11sequencer: don't say BUG on bogus inputJeff King1-2/+4
2018-07-11sequencer: handle empty-set cases consistentlyJeff King2-3/+10
2018-07-10convert log_ref_write_fd() to use strbufBen Peart3-31/+17
2018-07-09utf8.c: avoid char overflowBeat Bolli1-4/+4
2018-07-09string-list.c: avoid conversion from void * to function pointerBeat Bolli1-4/+14
2018-07-09sequencer.c: avoid empty statements at top levelBeat Bolli2-3/+3
2018-07-09convert.c: replace "\e" escapes with "\033".Beat Bolli1-1/+1
2018-07-09fixup! refs/refs-internal.h: avoid forward declaration of an enumJunio C Hamano1-1/+1
2018-07-09refs/refs-internal.h: avoid forward declaration of an enumBeat Bolli1-0/+2
2018-07-09fixup! connect.h: avoid forward declaration of an enumJunio C Hamano1-1/+1
2018-07-09connect.h: avoid forward declaration of an enumBeat Bolli1-0/+2
2018-07-09unicode: update the width tables to Unicode 11Beat Bolli1-13/+28
2018-07-09clone: check connectivity even if clone is partialJonathan Tan2-1/+49
2018-07-09upload-pack: send refs' objects despite "filter"Jonathan Tan7-6/+42
2018-07-09docs: correct RFC specifying email line lengthbrian m. carlson1-1/+1
2018-07-09send-email: automatically determine transfer-encodingbrian m. carlson3-14/+28
2018-07-09send-email: accept long lines with suitable transfer encodingbrian m. carlson3-9/+29
2018-07-09send-email: add an auto option for transfer encodingbrian m. carlson3-9/+37
2018-07-06userdiff: support new keywords in PHP hunk headerKana Natsuno5-1/+20
2018-07-06t4018: add missing test cases for PHPKana Natsuno3-0/+15
2018-07-06t6036: add lots of detail for directory/file conflicts in recursive caseElijah Newren1-55/+201
2018-07-06builtin/config: work around an unsized array forward declarationBeat Bolli1-12/+15
2018-07-06git-rebase--preserve-merges: fix formatting of todo help messageTobias Klauser1-2/+2
2018-07-06t5500: prettify non-commit tag testsJeff King1-6/+13
2018-07-06fast-import: do not call diff_delta() with empty bufferMike Hommey1-1/+1
2018-07-03fetch-pack: write shallow, then check connectivityJonathan Tan8-7/+122
2018-07-03ref-filter: avoid backend filtering with --ignore-caseJeff King2-1/+10
2018-07-03for-each-ref: consistently pass WM_IGNORECASE flagAleksandr Makarov1-1/+1
2018-07-03t6300: add a test for --ignore-caseJeff King1-0/+11
2018-07-03t7201: drop pointless "exit 0" at end of subshellEric Sunshine1-1/+0
2018-07-03t6036: fix broken "merge fails but has appropriate contents" testsEric Sunshine1-4/+4
2018-07-03t5505: modernize and simplify hard-to-digest testEric Sunshine1-6/+2
2018-07-03t5406: use write_script() instead of birthing shell script manuallyEric Sunshine1-2/+3
2018-07-03t5405: use test_must_fail() instead of checking exit code manuallyEric Sunshine1-2/+1
2018-07-03t/lib-submodule-update: fix "absorbing" testEric Sunshine1-3/+2
2018-07-03t: drop unnecessary terminating semicolon in subshellEric Sunshine3-4/+4