summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Git 2.23-rc2v2.23.0-rc2Junio C Hamano2019-08-091-1/+1
* Merge branch 'bc/hash-independent-tests-part-4'Junio C Hamano2019-08-092-9/+8
|\
| * t0000: reword comments for "local" testJeff King2019-08-081-8/+6
| * t: decrease nesting in test_oid_to_pathJonathan Nieder2019-08-081-1/+2
* | Merge branch 'rs/plug-strbuf-reak-in-read-alt-refs'Junio C Hamano2019-08-091-0/+1
|\ \
| * | sha1-file: release strbuf after useRené Scharfe2019-08-071-0/+1
* | | Merge branch 'mt/dir-iterator-updates'Junio C Hamano2019-08-092-4/+4
|\ \ \
| * | | test-dir-iterator: use path argument directlyRené Scharfe2019-08-071-3/+1
| * | | dir-iterator: release strbuf after useRené Scharfe2019-08-071-1/+3
* | | | Merge branch 'ds/commit-graph-incremental'Junio C Hamano2019-08-091-5/+7
|\ \ \ \
| * | | | commit-graph: release strbufs after useRené Scharfe2019-08-071-5/+7
* | | | | Merge branch 'ja/l10n-fixes'Junio C Hamano2019-08-082-5/+12
|\ \ \ \ \
| * | | | | l10n: reformat some localized strings for v2.23.0Jean-Noël Avila2019-08-062-5/+12
| | |_|/ / | |/| | |
* | | | | Merge branch 'en/disable-dir-rename-in-recursive-merge'Junio C Hamano2019-08-082-1/+113
|\ \ \ \ \
| * | | | | merge-recursive: avoid directory rename detection in recursive caseElijah Newren2019-08-062-1/+113
* | | | | | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-08-081-1/+1
|\ \ \ \ \ \
| * | | | | | restore: fix typo in docsWilliam Chargin2019-08-051-1/+1
* | | | | | | Merge branch 'mr/doc-can-not-to-cannot'Junio C Hamano2019-08-086-7/+7
|\ \ \ \ \ \ \
| * | | | | | | doc: typo: s/can not/cannot/ and s/is does/does/Mark Rushakoff2019-08-056-7/+7
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'ds/commit-graph-octopus-fix'Junio C Hamano2019-08-082-2/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | commit-graph: fix bug around octopus mergesDerrick Stolee2019-08-052-2/+4
|/ / / / / /
* | | | | | Git 2.23-rc1v2.23.0-rc1Junio C Hamano2019-08-022-1/+2
* | | | | | Merge branch 'sg/fsck-config-in-doc'Junio C Hamano2019-08-021-0/+5
|\ \ \ \ \ \
| * | | | | | Documentation/git-fsck.txt: include fsck.* config variablesSZEDER Gábor2019-07-291-0/+5
* | | | | | | Merge branch 'js/visual-studio'Junio C Hamano2019-08-029-100/+576
|\ \ \ \ \ \ \
| * | | | | | | git: avoid calling aliased builtins via their dashed formJohannes Schindelin2019-07-291-3/+0
| * | | | | | | bin-wrappers: append `.exe` to target paths if necessaryJohannes Schindelin2019-07-291-1/+1
| * | | | | | | .gitignore: ignore Visual Studio's temporary/generated filesJohannes Schindelin2019-07-291-0/+3
| * | | | | | | .gitignore: touch up the entries regarding Visual StudioPhilip Oakley2019-07-291-2/+3
| * | | | | | | vcxproj: also link-or-copy builtinsJohannes Schindelin2019-07-292-0/+18
| * | | | | | | msvc: add a Makefile target to pre-generate the Visual Studio solutionJohannes Schindelin2019-07-293-1/+86
| * | | | | | | contrib/buildsystems: add a backend for modern Visual Studio versionsJohannes Schindelin2019-07-291-0/+385
| * | | | | | | contrib/buildsystems: handle options starting with a slashJohannes Schindelin2019-07-291-1/+1
| * | | | | | | contrib/buildsystems: also handle -lexpatJohannes Schindelin2019-07-291-0/+2
| * | | | | | | contrib/buildsystems: handle libiconv, tooJohannes Schindelin2019-07-291-0/+2
| * | | | | | | contrib/buildsystems: handle the curl library optionPhilip Oakley2019-07-291-1/+3
| * | | | | | | contrib/buildsystems: error out on unknown optionJohannes Schindelin2019-07-291-0/+2
| * | | | | | | contrib/buildsystems: optionally capture the dry-run in a filePhilip Oakley2019-07-291-0/+10
| * | | | | | | contrib/buildsystems: redirect errors of the dry run into a log filePhilip Oakley2019-07-291-1/+6
| * | | | | | | contrib/buildsystems: ignore gettext stuffPhilip Oakley2019-07-291-0/+6
| * | | | | | | contrib/buildsystems: handle quoted spaces in filenamesPhilip Oakley2019-07-291-3/+4
| * | | | | | | contrib/buildsystems: fix misleading error messagePhilip Oakley2019-07-291-1/+1
| * | | | | | | contrib/buildsystems: ignore irrelevant files in Generators/Johannes Schindelin2019-07-291-1/+1
| * | | | | | | contrib/buildsystems: ignore invalidcontinue.objPhilip Oakley2019-07-291-3/+7
| * | | | | | | Vcproj.pm: urlencode '<' and '>' when generating VC projectsJohannes Schindelin2019-07-291-0/+8
| * | | | | | | Vcproj.pm: do not configure VCWebServiceProxyGeneratorToolJohannes Schindelin2019-07-291-12/+0
| * | | | | | | Vcproj.pm: list git.exe first to be startup projectPhilip Oakley2019-07-291-14/+19
| * | | | | | | Vcproj.pm: auto-generate GUIDsJohannes Schindelin2019-07-291-57/+9
* | | | | | | | Merge branch 'jc/log-mailmap-flip-defaults'Junio C Hamano2019-08-025-27/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | log: really flip the --mailmap defaultJunio C Hamano2019-08-023-6/+36