summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-28user-manual.txt: add missing section labelLibravatar Martin Ågren1-0/+1
2019-09-28Makefile: emulate compile in $(HCO) target betterLibravatar Denton Liu2-3/+10
2019-09-28pack-bitmap.h: remove magic numberLibravatar Denton Liu1-3/+3
2019-09-28promisor-remote.h: include missing headerLibravatar Denton Liu1-0/+2
2019-09-28apply.h: include missing headerLibravatar Denton Liu1-0/+1
2019-09-28contrib/buildsystems: fix Visual Studio Debug configurationLibravatar Alexandr Miloslavskiy1-7/+8
2019-09-28name-rev: avoid cutoff timestamp underflowLibravatar SZEDER Gábor3-3/+28
2019-09-28promisor-remote.h: drop extern from function declarationLibravatar Denton Liu1-7/+7
2019-09-28t4038: Remove non-portable '-a' option passed to test_cmpLibravatar CB Bailey1-1/+1
2019-09-28doc: MyFirstContribution: fix cmd placement instructionsLibravatar Pedro Sousa1-5/+5
2019-09-28travis-ci: do not skip successfully tested trees in debug modeLibravatar SZEDER Gábor1-0/+5
2019-09-20.mailmap: update email address of Andrey MazoLibravatar Andrey Mazo1-0/+1
2019-09-20t/helper: ignore only executable filesLibravatar SZEDER Gábor1-5/+4
2019-09-20git: use COPY_ARRAY and MOVE_ARRAY in handle_alias()Libravatar René Scharfe1-3/+2
2019-09-20merge-recursive: symlink's descendants not in wayLibravatar Jonathan Tan2-1/+30
2019-09-20stash: make sure to write refreshed cacheLibravatar Thomas Gummerer2-4/+23
2019-09-20merge: use refresh_and_write_cacheLibravatar Thomas Gummerer1-10/+3
2019-09-20factor out refresh_and_write_cache functionLibravatar Thomas Gummerer3-14/+41
2019-09-18commit-graph: add --[no-]progress to write and verifyLibravatar Garima Singh5-10/+60
2019-09-18test_date.c: remove reference to GIT_TEST_DATE_NOWLibravatar Stephen P. Smith1-1/+0
2019-09-18SubmittingPatches: git-gui has a new maintainerLibravatar Junio C Hamano1-2/+2
2019-09-18hg-to-git: make it compatible with both python3 and python2Libravatar Hervé Beraud1-25/+25
2019-09-18Third batchLibravatar Junio C Hamano1-0/+36
2019-09-18Merge branch 'jt/avoid-ls-refs-with-http'Libravatar Junio C Hamano5-24/+62
2019-09-18Merge branch 'md/list-objects-filter-combo'Libravatar Junio C Hamano22-242/+889
2019-09-18Merge branch 'cc/multi-promisor'Libravatar Junio C Hamano27-172/+523
2019-09-18Merge branch 'sg/line-log-tree-diff-optim'Libravatar Junio C Hamano2-19/+134
2019-09-18Merge branch 'sg/complete-configuration-variables'Libravatar Junio C Hamano2-64/+243
2019-09-18Merge branch 'js/pre-merge-commit-hook'Libravatar Junio C Hamano7-143/+336
2019-09-18Merge branch 'cb/curl-use-xmalloc'Libravatar Junio C Hamano1-0/+4
2019-09-18Merge branch 'jk/drop-release-pack-memory'Libravatar Junio C Hamano6-90/+15
2019-09-18Merge branch 'js/rebase-r-strategy'Libravatar Junio C Hamano9-117/+139
2019-09-18Merge branch 'master' of https://github.com/prati0100/git-guiLibravatar Junio C Hamano5-55/+199
2019-09-18sha1_name: simplify strbuf handling in interpret_nth_prior_checkout()Libravatar René Scharfe1-7/+4
2019-09-18doc: fix reference to --ignore-submodulesLibravatar Alex Henrie1-1/+1
2019-09-18contrib/svn-fe: fix shebang for svnrdump_sim.pyLibravatar Clément Chigot1-1/+1
2019-09-17Merge gitk to pick up emergency build fixLibravatar Junio C Hamano1-0/+0
2019-09-17gitk: rename zh_CN.po to zh_cn.poLibravatar Denton Liu1-0/+0
2019-09-17Makefile: run coccicheck on more source filesLibravatar Denton Liu1-6/+2
2019-09-17Makefile: strip leading ./ in $(FIND_SOURCE_FILES)Libravatar Denton Liu1-0/+1
2019-09-17Makefile: define THIRD_PARTY_SOURCESLibravatar Denton Liu1-0/+15
2019-09-17diff, log doc: small grammer, format, and language fixesLibravatar Johannes Sixt1-6/+6
2019-09-17diff, log doc: say "patch text" instead of "patches"Libravatar Johannes Sixt1-8/+12
2019-09-17Test the progress displayLibravatar SZEDER Gábor6-2/+400
2019-09-17Revert "progress: use term_clear_line()"Libravatar SZEDER Gábor2-14/+21
2019-09-17Makefile: strip leading ./ in $(LIB_H)Libravatar Denton Liu1-3/+3
2019-09-16fetch: use oidset to keep the want OIDs for faster lookupLibravatar Masaya Suzuki1-8/+10
2019-09-16commit-graph: use commit_list_count()Libravatar René Scharfe1-11/+6
2019-09-16sha1-name: check for overflow of N in "foo^N" and "foo~N"Libravatar René Scharfe2-5/+14
2019-09-16rev-parse: demonstrate overflow of N for "foo^N" and "foo~N"Libravatar René Scharfe1-0/+8