summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-07diff: use hashmap_entry_init on moved_entry.entEric Wong1-1/+2
2019-10-07tests: remove "cat foo" before "test_i18ngrep bar foo"René Scharfe4-32/+0
2019-10-06git-p4: auto-delete named temporary filePhilip.McGraw1-7/+6
2019-10-06Fifth batchJunio C Hamano1-0/+16
2019-10-06Merge branch 'cb/skip-utf8-check-with-pcre1'Junio C Hamano2-1/+4
2019-10-06Merge branch 'ma/user-manual-markup-update'Junio C Hamano2-247/+137
2019-10-06Merge branch 'bc/doc-use-docbook-5'Junio C Hamano5-3/+10
2019-10-06Merge branch 'ma/asciidoctor-more-fixes'Junio C Hamano11-172/+211
2019-10-06Merge branch 'ma/asciidoctor-refmiscinfo'Junio C Hamano4-13/+30
2019-10-06Merge branch 'am/mailmap-andrey-mazo'Junio C Hamano1-0/+1
2019-10-06Merge branch 'jc/git-gui-has-maintainer'Junio C Hamano1-2/+2
2019-10-06t/oid-info: add empty tree and empty blob valuesbrian m. carlson1-0/+6
2019-10-06t/oid-info: allow looking up hash algorithm namebrian m. carlson1-0/+3
2019-10-06git-rev-list.txt: prune options in synopsisDenton Liu1-53/+1
2019-10-06Documentation: update the location of the git-gui repoPratyush Yadav1-8/+2
2019-10-06convert: fix handling of dashless UTF prefix in validate_encoding()René Scharfe1-4/+4
2019-10-06ci: also build and test with MS Visual Studio on Azure PipelinesJohannes Schindelin2-0/+163
2019-10-06ci: really use shallow clones on Azure PipelinesJohannes Schindelin1-3/+2
2019-10-06tests: let --immediate and --write-junit-xml play well togetherJohannes Schindelin1-16/+22
2019-10-06test-tool run-command: learn to run (parts of) the testsuiteJohannes Schindelin1-0/+153
2019-10-06vcxproj: include more generated filesJohannes Schindelin1-3/+6
2019-10-06vcxproj: only copy `git-remote-http.exe` once it was builtJohannes Schindelin2-3/+10
2019-10-06msvc: work around a bug in GetEnvironmentVariable()Johannes Schindelin1-0/+2
2019-10-06msvc: handle DEVELOPER=1Johannes Schindelin1-0/+46
2019-10-06msvc: ignore some libraries when linkingJohannes Schindelin1-1/+1
2019-10-06compat/win32/path-utils.h: add #include guardsJohannes Schindelin1-0/+5
2019-10-06winansi: use FLEX_ARRAY to avoid compiler warningJohannes Schindelin1-1/+1
2019-10-06msvc: avoid using minus operator on unsigned typesJohannes Schindelin3-4/+17
2019-10-06stash apply: report status correctly even in a worktree's subdirectoryJohannes Schindelin2-0/+31
2019-10-06fetch: let --jobs=<n> parallelize --multiple, tooJohannes Schindelin4-21/+137
2019-10-05trace2: write discard message to sentinel filesJosh Steadmon7-33/+70
2019-10-05trace2: discard new traces if target directory has too many filesJosh Steadmon5-0/+112
2019-10-04t4214: demonstrate octopus graph coloring failureDenton Liu1-1/+281
2019-10-04t4214: explicitly list tags in logDenton Liu1-4/+4
2019-10-04t4214: generate expect in their own test casesDenton Liu1-21/+21
2019-10-04t4214: use test_mergeDenton Liu1-2/+1
2019-10-04test-lib: let test_merge() perform octopus mergesDenton Liu1-2/+4
2019-10-04docs: clarify trace2 version invariantsJosh Steadmon1-1/+7
2019-10-04docs: mention trace2 target-dir mode in git-configJosh Steadmon2-5/+6
2019-10-04treewide: remove duplicate #include directivesRené Scharfe10-12/+0
2019-10-04push: do not pretend to return `int` from `die_push_simple()`Johannes Schindelin1-2/+2
2019-10-04fast-export: handle nested tagsElijah Newren2-13/+19
2019-10-04t9350: add tests for tags of things other than a commitElijah Newren1-0/+31
2019-10-04fast-export: allow user to request tags be marked with --mark-tagsElijah Newren3-4/+34
2019-10-04fast-export: add support for --import-marks-if-existsElijah Newren2-10/+23
2019-10-04fast-import: add support for new 'alias' commandElijah Newren3-10/+79
2019-10-04fast-import: allow tags to be identified by mark labelsElijah Newren3-1/+22
2019-10-04fast-import: fix handling of deleted tagsElijah Newren2-0/+40
2019-10-04add -i: show progress counter in the promptKunal Tyagi2-2/+2
2019-10-04Merge branch 'bw/diff3-conflict-style'Pratyush Yadav2-15/+21