summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-18doc: fix reference to --ignore-submodulesAlex Henrie1-1/+1
2019-09-18contrib/svn-fe: fix shebang for svnrdump_sim.pyClément Chigot1-1/+1
2019-09-17Merge gitk to pick up emergency build fixJunio C Hamano1-0/+0
2019-09-17gitk: rename zh_CN.po to zh_cn.poDenton Liu1-0/+0
2019-09-17Makefile: run coccicheck on more source filesDenton Liu1-6/+2
2019-09-17Makefile: strip leading ./ in $(FIND_SOURCE_FILES)Denton Liu1-0/+1
2019-09-17Makefile: define THIRD_PARTY_SOURCESDenton Liu1-0/+15
2019-09-17clean: fix theoretical path corruptionElijah Newren1-1/+1
2019-09-17clean: rewrap overly long lineElijah Newren1-1/+2
2019-09-17clean: avoid removing untracked files in a nested git repositoryElijah Newren5-9/+22
2019-09-17clean: disambiguate the definition of -dElijah Newren3-4/+16
2019-09-17git-clean.txt: do not claim we will delete files with -n/--dry-runElijah Newren1-1/+1
2019-09-17dir: add commentary explaining match_pathspec_item's return valueElijah Newren1-8/+19
2019-09-17dir: if our pathspec might match files under a dir, recurse into itElijah Newren3-8/+11
2019-09-17dir: make the DO_MATCH_SUBMODULE code reusable for a non-submodule caseElijah Newren1-3/+3
2019-09-17dir: also check directories for matching pathspecsElijah Newren2-2/+7
2019-09-17dir: fix off-by-one error in match_pathspec_itemElijah Newren1-1/+2
2019-09-17dir: fix typo in commentElijah Newren1-1/+1
2019-09-17t7300: add testcases showing failure to clean specified pathspecsElijah Newren1-0/+32
2019-09-17diff, log doc: small grammer, format, and language fixesJohannes Sixt1-6/+6
2019-09-17diff, log doc: say "patch text" instead of "patches"Johannes Sixt1-7/+11
2019-09-17Test the progress displaySZEDER Gábor6-2/+400
2019-09-17Revert "progress: use term_clear_line()"SZEDER Gábor2-14/+21
2019-09-17Makefile: strip leading ./ in $(LIB_H)Denton Liu1-3/+3
2019-09-16fetch: use oidset to keep the want OIDs for faster lookupMasaya Suzuki1-8/+10
2019-09-16commit-graph: use commit_list_count()René Scharfe1-11/+6
2019-09-16sha1-name: check for overflow of N in "foo^N" and "foo~N"René Scharfe2-5/+14
2019-09-16rev-parse: demonstrate overflow of N for "foo^N" and "foo~N"René Scharfe1-0/+8
2019-09-16list-objects-filter: use empty string instead of NULL for sparse "base"Jeff King1-1/+1
2019-09-16list-objects-filter: give a more specific error sparse parsing errorJon Simons2-3/+4
2019-09-16list-objects-filter: delay parsing of sparse oidJeff King5-21/+14
2019-09-16t5616: test cloning/fetching with sparse:oid=<oid> filterJon Simons1-0/+36
2019-09-16doc-diff: replace --cut-header-footer with --cut-footerMartin Ågren1-9/+8
2019-09-16asciidoctor-extensions: provide `<refmiscinfo/>`Martin Ågren1-0/+17
2019-09-16Doc/Makefile: give mansource/-version/-manual attributesMartin Ågren2-4/+5
2019-09-16git-submodule.txt: fix AsciiDoc formatting errorDenton Liu1-1/+2
2019-09-16Documentation: fix build with Asciidoctor 2brian m. carlson5-3/+10
2019-09-16Merge branch 'master' of git://ozlabs.org/~paulus/gitkJunio C Hamano2-4/+1427
2019-09-14Merge branch 'bp/amend-toggle-bind'Pratyush Yadav1-0/+9
2019-09-14git-gui: add hotkey to toggle "Amend Last Commit"Birger Skogeng Pedersen1-0/+9
2019-09-14gitk: Do not mistake unchanged lines for submodule changesGabriele Mazzotta1-2/+2
2019-09-14gitk: Use right colour for remote refs in the "Tags and heads" dialogPaul Wise1-1/+8
2019-09-14gitk: Add Chinese (zh_CN) translationYanKe1-0/+1367
2019-09-13packfile: expose get_delta_base()Jeff King2-5/+8
2019-09-13builtin/pack-objects: report reused packfile objectsJeff King1-2/+4
2019-09-14Merge branch 'bw/commit-scrollbuffer'Pratyush Yadav1-0/+6
2019-09-14Merge branch 'bw/amend-checkbutton'Pratyush Yadav4-36/+18
2019-09-14git-gui: add horizontal scrollbar to commit bufferBert Wesarg1-0/+6
2019-09-14git-gui: convert new/amend commit radiobutton to checkbuttonBert Wesarg4-36/+18
2019-09-12completion: teach archive to use __gitcomp_builtinDenton Liu1-4/+1