summaryrefslogtreecommitdiffstats
path: root/remote.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-31push tests: add more testing for forced tag pushingÆvar Arnfjörð Bjarmason1-2/+20
2018-07-31push tests: fix logic error in "push" test assertionÆvar Arnfjörð Bjarmason1-2/+2
2018-07-31push tests: remove redundant 'git push' invocationÆvar Arnfjörð Bjarmason1-1/+0
2018-07-31fetch tests: change "Tag" test tag to "testTag"Ævar Arnfjörð Bjarmason1-9/+9
2018-07-24Fourth batch for 2.19 cycleJunio C Hamano1-0/+80
2018-07-18Third batch for 2.19 cycleJunio C Hamano1-1/+59
2018-07-16t/check-non-portable-shell: detect "FOO=bar shell_func"Eric Sunshine1-0/+19
2018-07-16t/check-non-portable-shell: make error messages more compactEric Sunshine1-0/+2
2018-07-16t/check-non-portable-shell: stop being so politeEric Sunshine1-5/+5
2018-07-16t6046/t9833: fix use of "VAR=VAL cmd" with a shell functionEric Sunshine2-2/+6
2018-07-16vcbuild/README: update to accommodate for missing common-cmds.hJohannes Schindelin1-2/+2
2018-07-16blame: prefer xsnprintf to strcpy for colorsJeff King1-1/+3
2018-07-16sequencer: use configured comment characterAaron Schrab1-1/+1
2018-07-12t3404: fix use of "VAR=VAL cmd" with a shell functionJunio C Hamano1-1/+8
2018-07-12sha1-name.c: for ":/", find detached HEAD commitsWilliam Chargin3-1/+29
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-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-03fsck: check skiplist for object in fsck_blob()Ramsay Jones1-2/+11
2018-06-29.mailmap: merge different spellings of namesStefan Beller1-1/+10
2018-06-29Makefile: fix the "built from commit" codeJohannes Schindelin1-2/+3
2018-06-28t5407: fix test to cover intended argumentsElijah Newren1-1/+1