summaryrefslogtreecommitdiffstats
path: root/wt-status.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-11Eighth batchJunio C Hamano1-0/+30
2019-10-09Seventh batchJunio C Hamano1-0/+20
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-06stash apply: report status correctly even in a worktree's subdirectoryJohannes Schindelin2-0/+31
2019-10-04treewide: remove duplicate #include directivesRené Scharfe10-12/+0
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-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-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
2019-09-28git-svn: trim leading and trailing whitespaces in author nameTobias Klauser1-0/+4
2019-09-28contrib/buildsystems: fix Visual Studio Debug configurationAlexandr Miloslavskiy1-7/+8
2019-09-28name-rev: avoid cutoff timestamp underflowSZEDER Gábor3-3/+28
2019-09-28promisor-remote.h: drop extern from function declarationDenton Liu1-7/+7
2019-09-28t4038: Remove non-portable '-a' option passed to test_cmpCB Bailey1-1/+1
2019-09-28doc: MyFirstContribution: fix cmd placement instructionsPedro Sousa1-5/+5
2019-09-28travis-ci: do not skip successfully tested trees in debug modeSZEDER Gábor1-0/+5
2019-09-21.mailmap: update email address of Andrey MazoAndrey Mazo1-0/+1
2019-09-20t/helper: ignore only executable filesSZEDER Gábor1-5/+4
2019-09-20git: use COPY_ARRAY and MOVE_ARRAY in handle_alias()René Scharfe1-3/+2
2019-09-20merge-recursive: symlink's descendants not in wayJonathan Tan2-1/+30
2019-09-20stash: make sure to write refreshed cacheThomas Gummerer2-4/+23
2019-09-20merge: use refresh_and_write_cacheThomas Gummerer1-10/+3
2019-09-20factor out refresh_and_write_cache functionThomas Gummerer3-14/+41
2019-09-18commit-graph: add --[no-]progress to write and verifyGarima Singh5-10/+60
2019-09-18test_date.c: remove reference to GIT_TEST_DATE_NOWStephen P. Smith1-1/+0