summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-12doc: move git-cherry to plumbingDaniels Umanovskis
2018-10-12doc: move git-get-tar-commit-id to plumbingDaniels Umanovskis
2018-10-12split-index: BUG() when cache entry refers to non-existing shared entrySZEDER Gábor
2018-10-12split-index: smudge and add racily clean cache entries to split indexSZEDER Gábor
2018-10-12split-index: don't compare cached data of entries already marked for split indexSZEDER Gábor
2018-10-12split-index: count the number of deleted entriesSZEDER Gábor
2018-10-12t1700-split-index: date back files to avoid racy situationsSZEDER Gábor
2018-10-12split-index: add tests to demonstrate the racy split index problemSZEDER Gábor
2018-10-11doc: move git-rev-parse from porcelain to plumbingDaniels Umanovskis
2018-10-11doc: fix a typo and clarify a sentenceMihir Mehta
2018-10-07docs: typo: s/isimilar/similar/Michael Witten
2018-10-07docs: graph: remove unnecessary `graph_update()' callMichael Witten
2018-10-07docs: typo: s/go/to/Michael Witten
2018-10-04fetch-pack: exclude blobs when lazy-fetching treesJonathan Tan
2018-10-04fetch-pack: avoid object flags if no_dependentsJonathan Tan
2018-10-03sequencer: use return value of oidset_insert()René Scharfe
2018-09-29config.txt: correct the note about uploadpack.packObjectsHookNguyễn Thái Ngọc Duy
2018-09-29git doc: direct bug reporters to mailing list archiveJonathan Nieder
2018-09-29strbuf.h: format according to coding guidelinesStefan Beller
2018-09-29CodingGuidelines: document the API in *.h filesJunio C Hamano
2018-09-28t7005-editor: quote filename to fix whitespace-issueAlexander Pyhalov
2018-09-28rev-parse: --show-superproject-working-tree should work during a mergeSam McKelvie
2018-09-28t1400: drop debug `echo` to actually execute `test`Martin Ågren
2018-09-28t1700-split-index: document why FSMONITOR is disabled in this test scriptSZEDER Gábor
2018-09-27Doc: refer to the "commit-graph file" with dashMartin Ågren
2018-09-27git-commit-graph.txt: refer to "*commit*-graph file"Martin Ågren
2018-09-27git-commit-graph.txt: typeset more in monospaceMartin Ågren
2018-09-27git-commit-graph.txt: fix bullet listsMartin Ågren
2018-09-27doc: clarify gitcredentials path component matchingDavid Zych
2018-09-27commit: fix erroneous BUG, 'multiple renames on the same target? how?'Elijah Newren
2018-09-27Git 2.19.1v2.19.1Junio C Hamano
2018-09-27Sync with 2.18.1Junio C Hamano
2018-09-27Git 2.18.1v2.18.1Junio C Hamano
2018-09-27Sync with 2.17.2Junio C Hamano
2018-09-27Git 2.17.2v2.17.2Junio C Hamano
2018-09-27fsck: detect submodule paths starting with dashJeff King
2018-09-27fsck: detect submodule urls starting with dashJeff King
2018-09-27Sync with 2.16.5Junio C Hamano
2018-09-27Git 2.16.5v2.16.5Junio C Hamano
2018-09-27Sync with 2.15.3Junio C Hamano
2018-09-27Git 2.15.3v2.15.3Junio C Hamano
2018-09-27Sync with Git 2.14.4Junio C Hamano
2018-09-27Git 2.14.5v2.14.5Junio C Hamano
2018-09-27submodule-config: ban submodule paths that start with a dashJeff King
2018-09-27submodule-config: ban submodule urls that start with dashJeff King
2018-09-27submodule--helper: use "--" to signal end of clone optionsJeff King
2018-09-25mailmap: consistently normalize brian m. carlson's nameJonathan Nieder
2018-09-25receive-pack: update comment with check_everything_connectedJeff King
2018-09-24t5551: compare sorted cookies filesThomas Gummerer
2018-09-24t5551: move setup code inside test_expect blocksThomas Gummerer