summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-17clean: avoid removing untracked files in a nested git repositoryLibravatar Elijah Newren5-9/+22
2019-09-17clean: disambiguate the definition of -dLibravatar Elijah Newren3-4/+16
2019-09-17git-clean.txt: do not claim we will delete files with -n/--dry-runLibravatar Elijah Newren1-1/+1
2019-09-17dir: add commentary explaining match_pathspec_item's return valueLibravatar Elijah Newren1-8/+19
2019-09-17dir: if our pathspec might match files under a dir, recurse into itLibravatar Elijah Newren3-8/+11
2019-09-17dir: make the DO_MATCH_SUBMODULE code reusable for a non-submodule caseLibravatar Elijah Newren1-3/+3
2019-09-17dir: also check directories for matching pathspecsLibravatar Elijah Newren2-2/+7
2019-09-17dir: fix off-by-one error in match_pathspec_itemLibravatar Elijah Newren1-1/+2
2019-09-17dir: fix typo in commentLibravatar Elijah Newren1-1/+1
2019-09-17t7300: add testcases showing failure to clean specified pathspecsLibravatar Elijah Newren1-0/+32
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
2019-09-16list-objects-filter: use empty string instead of NULL for sparse "base"Libravatar Jeff King1-1/+1
2019-09-16list-objects-filter: give a more specific error sparse parsing errorLibravatar Jon Simons2-3/+4
2019-09-16list-objects-filter: delay parsing of sparse oidLibravatar Jeff King5-21/+14
2019-09-16t5616: test cloning/fetching with sparse:oid=<oid> filterLibravatar Jon Simons1-0/+36
2019-09-16doc-diff: replace --cut-header-footer with --cut-footerLibravatar Martin Ågren1-9/+8
2019-09-16asciidoctor-extensions: provide `<refmiscinfo/>`Libravatar Martin Ågren1-0/+17
2019-09-16Doc/Makefile: give mansource/-version/-manual attributesLibravatar Martin Ågren2-4/+5
2019-09-16git-submodule.txt: fix AsciiDoc formatting errorLibravatar Denton Liu1-1/+2
2019-09-16Documentation: fix build with Asciidoctor 2Libravatar brian m. carlson5-3/+10
2019-09-16Merge branch 'master' of git://ozlabs.org/~paulus/gitkLibravatar Junio C Hamano2-4/+1427
2019-09-14Merge branch 'bp/amend-toggle-bind'Libravatar Pratyush Yadav1-0/+9
2019-09-14git-gui: add hotkey to toggle "Amend Last Commit"Libravatar Birger Skogeng Pedersen1-0/+9
2019-09-14gitk: Do not mistake unchanged lines for submodule changesLibravatar Gabriele Mazzotta1-2/+2
2019-09-14gitk: Use right colour for remote refs in the "Tags and heads" dialogLibravatar Paul Wise1-1/+8
2019-09-14gitk: Add Chinese (zh_CN) translationLibravatar YanKe1-0/+1367
2019-09-14Merge branch 'bw/commit-scrollbuffer'Libravatar Pratyush Yadav1-0/+6
2019-09-14Merge branch 'bw/amend-checkbutton'Libravatar Pratyush Yadav4-36/+18
2019-09-14git-gui: add horizontal scrollbar to commit bufferLibravatar Bert Wesarg1-0/+6
2019-09-14git-gui: convert new/amend commit radiobutton to checkbuttonLibravatar Bert Wesarg4-36/+18
2019-09-12completion: teach archive to use __gitcomp_builtinLibravatar Denton Liu1-4/+1
2019-09-12completion: teach rebase to use __gitcomp_builtinLibravatar Denton Liu1-15/+7
2019-09-12completion: add missing completions for log, diff, showLibravatar Max Rothman1-4/+14
2019-09-12upload-pack: disable commit graph more gently for shallow traversalLibravatar Jeff King5-1/+60
2019-09-12commit-graph: bump DIE_ON_LOAD check to actual load-timeLibravatar Jeff King1-4/+4
2019-09-12list-objects: don't queue root trees unless revs->tree_objects is setLibravatar Jeff King1-1/+3
2019-09-12doc: minor formatting fixLibravatar Cameron Steffen1-1/+1
2019-09-12Quit passing 'now' to date codeLibravatar Stephen P. Smith3-34/+24
2019-09-12Merge branch 'py/revert-hunks-lines'Libravatar Pratyush Yadav2-18/+135
2019-09-12Merge branch 'bp/widget-focus-hotkeys'Libravatar Pratyush Yadav1-1/+31
2019-09-11git-gui: add hotkeys to set widget focusLibravatar Birger Skogeng Pedersen1-1/+31
2019-09-09cache-tree: do not lazy-fetch tentative treeLibravatar Jonathan Tan2-1/+15