summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Merge branch 'ra/t3600-test-path-funcs'Libravatar Junio C Hamano2-171/+187
2019-04-10Merge branch 'nd/rewritten-ref-is-per-worktree'Libravatar Junio C Hamano3-22/+66
2019-04-10Merge branch 'jh/resize-convert-scratch-buffer'Libravatar Junio C Hamano1-1/+1
2019-04-10Merge branch 'dl/ignore-docs'Libravatar Junio C Hamano3-15/+13
2019-04-10Merge branch 'ja/dir-rename-doc-markup-fix'Libravatar Junio C Hamano1-2/+2
2019-04-10Merge branch 'dl/reset-doc-no-wrt-abbrev'Libravatar Junio C Hamano1-2/+2
2019-04-05ci: fix AsciiDoc/Asciidoctor stderr check in the documentation build jobLibravatar SZEDER Gábor1-7/+16
2019-04-05ci: stick with Asciidoctor v1.5.8 for nowLibravatar SZEDER Gábor1-1/+1
2019-04-02read-tree.txt: clarify --reset and worktree changesLibravatar Nguyễn Thái Ngọc Duy1-2/+3
2019-04-02tests (pack-objects): use the full, unabbreviated `--revs` optionLibravatar Johannes Schindelin1-22/+22
2019-04-02tests (status): spell out the `--find-renames` option in fullLibravatar Johannes Schindelin1-4/+4
2019-04-02tests (push): do not abbreviate the `--follow-tags` optionLibravatar Johannes Schindelin1-2/+2
2019-04-02t5531: avoid using an abbreviated optionLibravatar Johannes Schindelin1-1/+1
2019-04-02t7810: do not abbreviate `--no-exclude-standard` nor `--invert-match`Libravatar Johannes Schindelin1-8/+8
2019-04-02tests (rebase): spell out the `--force-rebase` optionLibravatar Johannes Schindelin2-3/+3
2019-04-02tests (rebase): spell out the `--keep-empty` optionLibravatar Johannes Schindelin1-2/+2
2019-04-01Documentation/git-status: fix titles in porcelain v2 sectionLibravatar Todd Zullinger1-4/+8
2019-04-01Documentation/rev-list-options: wrap --date=<format> block with "--"Libravatar Todd Zullinger1-11/+11
2019-04-01interpret-trailers.txt: start the desc line with a capital letterLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2019-04-01ci: install Asciidoctor in 'ci/install-dependencies.sh'Libravatar SZEDER Gábor2-3/+3
2019-04-01Documentation/technical/protocol-v2.txt: fix formattingLibravatar SZEDER Gábor1-26/+26
2019-04-01Documentation/technical/api-config.txt: fix formattingLibravatar SZEDER Gábor1-1/+1
2019-04-01Documentation/git-diff-tree.txt: fix formattingLibravatar SZEDER Gábor1-0/+1
2019-04-01config: correct '**' matching in includeIf patternsLibravatar Nguyễn Thái Ngọc Duy2-1/+14
2019-04-01check-docs: fix for setups where executables have an extensionLibravatar Johannes Schindelin1-2/+2
2019-04-01check-docs: do not expect guide pages to correspond to commandsLibravatar Johannes Schindelin1-0/+1
2019-04-01check-docs: really look at the documented commands againLibravatar Johannes Schindelin1-1/+1
2019-04-01docs: do not document the `git remote-testgit` commandLibravatar Johannes Schindelin2-32/+0
2019-04-01docs: move gitremote-helpers into section 7Libravatar Johannes Schindelin7-7/+7
2019-03-24t5318-commit-graph: remove unused variableLibravatar SZEDER Gábor1-1/+1
2019-03-24t5551: mark half-auth no-op fetch test as v0-onlyLibravatar Jonathan Tan1-1/+11
2019-03-24http: use normalize_curl_result() instead of manual conversionLibravatar Jeff King1-11/+2
2019-03-24http: normalize curl results for dumb loose and alternates fetchesLibravatar Jeff King2-0/+24
2019-03-24http: factor out curl result code normalizationLibravatar Jeff King2-6/+21
2019-03-22refs/files-backend: don't look at an aborted transactionLibravatar Jeff King1-1/+5
2019-03-22refs/files-backend: handle packed transaction prepare failureLibravatar Jeff King2-0/+26
2019-03-22unicode: update the width tables to Unicode 12Libravatar Beat Bolli1-13/+25
2019-03-22midx: during verify group objects by packfile to speed verificationLibravatar Jeff Hostetler3-4/+49
2019-03-22midx: add progress indicators in multi-pack-index verifyLibravatar Jeff Hostetler1-2/+24
2019-03-22trace2:data: add trace2 data to midxLibravatar Jeff Hostetler2-0/+7
2019-03-22progress: add sparse mode to force 100% complete messageLibravatar Jeff Hostetler2-3/+38
2019-03-21checkout.txt: note about losing staged changes with --mergeLibravatar Nguyễn Thái Ngọc Duy2-0/+11
2019-03-21unpack-trees: fix oneway_merge accidentally carry over stage indexLibravatar Nguyễn Thái Ngọc Duy2-1/+25
2019-03-21completion: use __git when calling --list-cmdsLibravatar Todd Zullinger1-4/+4
2019-03-21completion: fix multiple command removalsLibravatar Jeff King2-3/+3
2019-03-21t9902: test multiple removals via completion.commandsLibravatar Todd Zullinger1-0/+6
2019-03-21git: read local config in --list-cmdsLibravatar Jeff King2-7/+7
2019-03-21stash: setup default diff output format if necessaryLibravatar Thomas Gummerer2-0/+22
2019-03-20The third batchLibravatar Junio C Hamano1-0/+49
2019-03-20Merge branch 'br/commit-tree-parseopt'Libravatar Junio C Hamano3-74/+104