summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-07sideband: mark "remote error:" prefix for translationJeff King
2020-08-07compat-util: type-check parameters of no-op replacement functionsJunio C Hamano
2020-08-06t4104: modernize and simplify quotingMartin Ågren
2020-08-06t: don't spuriously close and reopen quotesMartin Ågren
2020-08-06blame-options.txt: document --first-parent optionRaymond E. Pasco
2020-08-06apply: allow "new file" patches on i-t-a entriesRaymond E. Pasco
2020-08-06fsck: do not lazy fetch known non-promisor objectJonathan Tan
2020-08-06pack-objects: no fetch when allow-{any,promisor}Jonathan Tan
2020-08-06apply: do not lazy fetch when applying binaryJonathan Tan
2020-08-06sha1-file: introduce no-lazy-fetch has_object()Jonathan Tan
2020-08-06git-cvsexportcommit: support Perl before 5.10.1brian m. carlson
2020-08-05t5616: use test_i18ngrep for upload-pack errorsJeff King
2020-08-05git.txt: add list of guidesPhilippe Blain
2020-08-05Documentation: don't hardcode command categories twiceJunio C Hamano
2020-08-05help: drop usage of 'common' and 'useful' for guidesPhilippe Blain
2020-08-05command-list.txt: add missing 'gitcredentials' and 'gitremote-helpers'Philippe Blain
2020-08-05revision: fix die() message for "--unpacked="Sergey Organov
2020-08-04Fourth batchJunio C Hamano
2020-08-04Merge branch 'jt/pretend-object-never-come-from-elsewhere'Junio C Hamano
2020-08-04Merge branch 'jt/pack-objects-prefetch-in-batch'Junio C Hamano
2020-08-04Merge branch 'mp/complete-show-color-moved'Junio C Hamano
2020-08-04revision: avoid leak when preparing bloom filter for "/"Jeff King
2020-08-04revision: avoid out-of-bounds read/write on empty pathspecJeff King
2020-08-04config: work around gcc-10 -Wstringop-overflow warningJeff King
2020-08-04git-worktree.txt: link to man pages when citing other Git commandsEric Sunshine
2020-08-04git-worktree.txt: make start of new sentence more obviousEric Sunshine
2020-08-04git-worktree.txt: fix minor grammatical issuesEric Sunshine
2020-08-04git-worktree.txt: consistently use term "working tree"Eric Sunshine
2020-08-04git-worktree.txt: employ fixed-width typeface consistentlyEric Sunshine
2020-08-04upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth'Taylor Blau
2020-08-04upload-pack.c: allow banning certain object filter(s)Taylor Blau
2020-08-04list_objects_filter_options: introduce 'list_object_filter_config_name'Taylor Blau
2020-08-03Revert "contrib: subtree: adjust test to change in fmt-merge-msg"Emily Shaffer
2020-08-03docs: improve the example that illustrates git-notes path namesNoam Yorav-Raphael
2020-08-03checkout: support renormalization with checkout -m <paths>Elijah Newren
2020-08-03merge: make merge.renormalize work for all uses of merge machineryElijah Newren
2020-08-03t6038: remove problematic testElijah Newren
2020-08-03t6038: make tests fail for the right reasonElijah Newren
2020-08-02bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex()René Scharfe
2020-08-02merge-recursive: fix unclear and outright wrong commentsElijah Newren
2020-08-02t1450: fix quoting of NUL byte when corrupting packMartin Ågren
2020-08-01Third batchJunio C Hamano
2020-08-01Merge branch 'cc/pretty-contents-size' into masterJunio C Hamano
2020-08-01Merge branch 'hn/reftable' into masterJunio C Hamano
2020-08-01Merge branch 'jc/fmt-merge-msg-suppress-destination' into masterJunio C Hamano
2020-08-01worktree: retire special-case normalization of main worktree pathEric Sunshine
2020-08-01worktree: drop bogus and unnecessary path mungingEric Sunshine
2020-08-01worktree: drop unused code from get_linked_worktree()Eric Sunshine
2020-08-01worktree: drop pointless strbuf_release()Eric Sunshine
2020-07-31t6300: fix issues related to %(contents:size)Alban Gruin