summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.21-rc0v2.21.0-rc0Junio C Hamano2019-02-062-8/+105
* Merge branch 'jk/add-ignore-errors-bit-assignment-fix'Junio C Hamano2019-02-061-1/+1
|\
| * add_to_index(): convert forgotten HASH_RENORMALIZE checkJeff King2019-02-061-1/+1
* | Merge branch 'rj/sparse-flags'Junio C Hamano2019-02-062-6/+9
|\ \
| * | Makefile: improve SPARSE_FLAGS customisationRamsay Jones2019-02-051-5/+9
| * | config.mak.uname: remove obsolete SPARSE_FLAGS settingRamsay Jones2019-02-051-1/+0
* | | Merge branch 'bc/fetch-pack-clear-alternate-shallow'Junio C Hamano2019-02-061-0/+5
|\ \ \
| * | | fetch-pack: clear alternate shallow in one more placebrian m. carlson2019-02-061-0/+2
| * | | fetch-pack: clear alternate shallow when completebrian m. carlson2019-02-041-0/+3
* | | | Merge branch 'ma/doc-diff-usage-fix'Junio C Hamano2019-02-061-3/+2
|\ \ \ \
| * | | | doc-diff: don't `cd_to_toplevel`Martin Ågren2019-02-041-3/+2
* | | | | Merge branch 'ab/diff-tree-doc-fix'Junio C Hamano2019-02-061-50/+1
|\ \ \ \ \
| * | | | | diff-tree doc: correct & remove wrong documentationÆvar Arnfjörð Bjarmason2019-02-041-50/+1
* | | | | | Merge branch 'ss/describe-dirty-in-the-right-directory'Junio C Hamano2019-02-062-0/+40
|\ \ \ \ \ \
| * | | | | | t6120: test for describe with a bare repositorySebastian Staudt2019-02-041-0/+6
| * | | | | | describe: setup working tree for --dirtySebastian Staudt2019-02-042-0/+34
* | | | | | | Merge branch 'sg/travis-osx-brew-breakage-workaround'Junio C Hamano2019-02-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | travis-ci: make the OSX build jobs' 'brew update' more quietSZEDER Gábor2019-02-041-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'nd/commit-doc'Junio C Hamano2019-02-061-7/+11
|\ \ \ \ \ \ \
| * | | | | | | git-commit.txt: better description what it doesNguyễn Thái Ngọc Duy2019-02-041-7/+11
| |/ / / / / /
* | | | | | | Merge branch 'sl/const'Junio C Hamano2019-02-064-15/+15
|\ \ \ \ \ \ \
| * | | | | | | various: tighten constness of some local variablesShahzad Lone2019-02-044-15/+15
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'sh/submodule-summary-abbrev-fix'Junio C Hamano2019-02-061-2/+5
|\ \ \ \ \ \ \
| * | | | | | | git-submodule.sh: shorten submodule SHA-1s using rev-parseSven van Haastregt2019-02-041-2/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'nd/help-align-command-desc'Junio C Hamano2019-02-061-1/+2
|\ \ \ \ \ \ \
| * | | | | | | help: align the longest command in the command listingNguyễn Thái Ngọc Duy2019-01-311-1/+2
| |/ / / / / /
* | | | | | | Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-0622-183/+159
|\ \ \ \ \ \ \
| * | | | | | | prefer "hash mismatch" to "sha1 mismatch"Jeff King2019-01-084-8/+8
| * | | | | | | sha1-file: avoid "sha1 file" for generic use in messagesJeff King2019-01-081-2/+2
| * | | | | | | sha1-file: prefer "loose object file" to "sha1 file" in messagesJeff King2019-01-081-3/+3
| * | | | | | | sha1-file: drop has_sha1_file()Jeff King2019-01-083-54/+6
| * | | | | | | convert has_sha1_file() callers to has_object_file()Jeff King2019-01-0812-16/+47
| * | | | | | | sha1-file: convert pass-through functions to object_idJeff King2019-01-081-13/+7
| * | | | | | | sha1-file: modernize loose header/stream functionsJeff King2019-01-083-49/+51
| * | | | | | | sha1-file: modernize loose object file functionsJeff King2019-01-085-48/+51
| * | | | | | | http: use struct object_id instead of bare sha1Jeff King2019-01-084-14/+14
| * | | | | | | update comment references to sha1_object_info()Jeff King2019-01-083-6/+6
| * | | | | | | sha1-file: fix outdated sha1 comment referencesJeff King2019-01-081-3/+3
* | | | | | | | Merge branch 'pw/rebase-x-sanity-check'Junio C Hamano2019-02-062-0/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase -x: sanity check commandPhillip Wood2019-01-292-0/+36
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'js/vsts-ci'Junio C Hamano2019-02-0629-49/+862
|\ \ \ \ \ \ \ \
| * | | | | | | | test-date: drop unused parameter to getnanos()Jeff King2019-02-061-2/+2
| * | | | | | | | ci: parallelize testing on WindowsJohannes Schindelin2019-01-295-8/+141
| * | | | | | | | ci: speed up Windows phaseJohannes Schindelin2019-01-291-0/+2
| * | | | | | | | tests: optionally skip bin-wrappers/Johannes Schindelin2019-01-292-6/+22
| * | | | | | | | t0061: workaround issues with --with-dashes and RUNTIME_PREFIXJohannes Schindelin2019-01-291-1/+2
| * | | | | | | | tests: add t/helper/ to the PATH with --with-dashesJohannes Schindelin2019-01-291-1/+1
| * | | | | | | | mingw: try to work around issues with the test cleanupJohannes Schindelin2019-01-291-1/+5
| * | | | | | | | tests: include detailed trace logs with --write-junit-xml upon failureJohannes Schindelin2019-01-292-1/+42
| * | | | | | | | tests: avoid calling Perl just to determine file sizesJohannes Schindelin2019-01-295-4/+16