summaryrefslogtreecommitdiffstats
path: root/decorate.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-09Seventh batchJunio C Hamano1-0/+20
2019-10-08merge-recursive: fix the fix to the diff3 common ancestor labelElijah Newren1-1/+2
2019-10-07Sixth batchJunio C Hamano1-0/+61
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-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-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-04add -i: show progress counter in the promptKunal Tyagi2-2/+2
2019-10-03range-diff: internally force `diff.noprefix=true`Johannes Schindelin2-1/+6
2019-10-03ci: run `hdr-check` as part of the `Static Analysis` jobJohannes Schindelin3-2/+6
2019-10-03git_mkstemps_mode(): replace magic numbers with computed valueJeff King1-5/+7
2019-10-02commit-graph: emit trace2 cmd_mode for each sub-commandGarima Singh1-0/+6
2019-10-02t0061: fix test for argv[0] with spaces (MINGW only)Alexandr Miloslavskiy1-4/+17
2019-10-02wrapper: use a loop instead of repetitive statementsAlex Henrie1-6/+5
2019-10-02diffcore-break: use a goto instead of a redundant if statementAlex Henrie1-6/+6
2019-10-02commit-graph: remove a duplicate assignmentAlex Henrie1-2/+3
2019-10-02shallow.c: don't free unallocated slabsAli Utku Selen1-0/+2
2019-10-02merge-recursive: fix the diff3 common ancestor label for virtual commitsElijah Newren2-1/+19
2019-10-02promisor-remote: skip move_to_tail when no-opEmily Shaffer2-0/+16
2019-10-02diffcore_rename(): use a stable sortJohannes Schindelin1-1/+1
2019-10-02Move git_sort(), a stable sort, into into libgit.aJohannes Schindelin4-15/+13
2019-10-02dir: special case check for the possibility that pathspec is NULLElijah Newren2-3/+25
2019-09-30Fourth batchJunio C Hamano1-2/+69
2019-09-29builtin/submodule--helper: fix usage string for 'update-clone'Bert Wesarg1-1/+1
2019-09-28user-manual.txt: render ASCII art correctly under AsciidoctorMartin Ågren1-9/+11
2019-09-28asciidoctor-extensions.rb: handle "book" doctype in linkgitMartin Ågren1-2/+5
2019-09-28user-manual.txt: change header notationMartin Ågren1-236/+120
2019-09-28user-manual.txt: add missing section labelMartin Ågren1-0/+1
2019-09-28Makefile: emulate compile in $(HCO) target betterDenton Liu2-3/+10
2019-09-28pack-bitmap.h: remove magic numberDenton Liu1-3/+3
2019-09-28promisor-remote.h: include missing headerDenton Liu1-0/+2
2019-09-28apply.h: include missing headerDenton Liu1-0/+1