summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-08Merge branch 'dl/switch-c-option-in-error-message'Libravatar Junio C Hamano1-4/+10
2020-05-08CodingGuidelines: do not ==/!= compare with 0 or '\0' or NULLLibravatar Junio C Hamano1-0/+12
2020-05-08upload-pack: clear filter_options for each v2 fetch commandLibravatar Christian Couder2-16/+25
2020-05-08unpack-trees: avoid array out-of-bounds errorLibravatar Derrick Stolee1-5/+5
2020-05-08bisect: allow CRLF line endings in "git bisect replay" inputLibravatar Christopher Warrington2-0/+9
2020-05-08submodule: port subcommand 'set-url' from shell to CLibravatar Shourya Shukla2-21/+33
2020-05-07bugreport: collect list of populated hooksLibravatar Emily Shaffer3-0/+68
2020-05-07bloom: fix `make sparse` warningLibravatar Đoàn Trần Công Danh5-6/+6
2020-05-07credential: document protocol updatesLibravatar Carlo Marcelo Arenas Belón1-13/+21
2020-05-07credential: update gitcredentials documentationLibravatar Carlo Marcelo Arenas Belón1-8/+18
2020-05-07t/test_lib: avoid naked bash arrays in file_linenoLibravatar Carlo Marcelo Arenas Belón1-8/+10
2020-05-07t/t0000-basic: make sure subtests also use TEST_SHELL_PATHLibravatar Carlo Marcelo Arenas Belón1-5/+2
2020-05-07ci: allow per-branch config for GitHub ActionsLibravatar Jeff King2-0/+68
2020-05-07auto-gc: pass --quiet down from am, commit, merge and rebaseLibravatar Junio C Hamano4-8/+4
2020-05-07auto-gc: extract a reusable helper from "git fetch"Libravatar Junio C Hamano3-8/+20
2020-05-06t5500: count objects through stderr, not traceLibravatar Jonathan Tan1-6/+6
2020-05-06gitfaq: fetching and pulling a repositoryLibravatar Shourya Shukla1-0/+8
2020-05-06docs: document credential.helper allowed valuesLibravatar brian m. carlson1-3/+7
2020-05-06gitfaq: files in .gitignore are trackedLibravatar Shourya Shukla1-0/+10
2020-05-05Doc: reference the "stash list" in autostash docsLibravatar Denton Liu2-3/+3
2020-05-05The seventh batchLibravatar Junio C Hamano1-0/+18
2020-05-05Merge branch 'js/partial-urlmatch'Libravatar Junio C Hamano3-3/+29
2020-05-05Merge branch 'js/partial-urlmatch-2.17'Libravatar Junio C Hamano2-6/+84
2020-05-05Merge branch 'tb/commit-graph-perm-bits'Libravatar Junio C Hamano8-19/+100
2020-05-05Merge branch 'dl/push-recurse-submodules-fix'Libravatar Junio C Hamano1-6/+3
2020-05-05Merge branch 'dl/opt-callback-cleanup'Libravatar Junio C Hamano31-181/+173
2020-05-05Merge branch 'jk/test-fail-prereqs-fix'Libravatar Junio C Hamano1-0/+1
2020-05-05Merge branch 'dd/iso-8601-updates'Libravatar Junio C Hamano3-16/+62
2020-05-05Merge branch 'bc/wildcard-credential'Libravatar Junio C Hamano4-6/+58
2020-05-05restore: default to HEAD when combining --staged and --worktreeLibravatar Eric Sunshine3-10/+18
2020-05-05builtin/receive-pack: avoid generic function name hmac()Libravatar Carlo Marcelo Arenas Belón1-3/+3
2020-05-04credential: correct order of parameters for credential_matchLibravatar Carlo Marcelo Arenas Belón1-2/+2
2020-05-04credential: update description for credential_from_url_gentlyLibravatar Carlo Marcelo Arenas Belón1-2/+2
2020-05-04pack-bitmap: pass object filter to fill-in traversalLibravatar Jeff King2-5/+14
2020-05-04pack-bitmap.c: support 'tree:0' filteringLibravatar Taylor Blau3-1/+50
2020-05-04pack-bitmap.c: make object filtering functions genericLibravatar Taylor Blau1-11/+24
2020-05-04list-objects-filter: treat NULL filter_options as "disabled"Libravatar Jeff King1-0/+3
2020-05-04commit-graph: avoid memory leaksLibravatar Jonathan Tan1-11/+11
2020-05-04ref-filter: apply fallback refname sort only after all user sortsLibravatar Jeff King2-8/+53
2020-05-04ref-filter: apply --ignore-case to all sorting keysLibravatar Jeff King6-3/+51
2020-05-04sparse-checkout: stop blocking empty workdirsLibravatar Derrick Stolee3-41/+13
2020-05-04CodingGuidelines: drop arithmetic expansion advice to use "$x"Libravatar Jeff King1-4/+0
2020-05-02credential-store: ignore bogus lines from store fileLibravatar Carlo Marcelo Arenas Belón2-3/+92
2020-05-02userdiff: support MarkdownLibravatar Ash Holland5-0/+29
2020-05-01The sixth batchLibravatar Junio C Hamano1-0/+52
2020-05-01Merge branch 'jt/v2-fetch-nego-fix'Libravatar Junio C Hamano2-12/+86
2020-05-01Merge branch 'js/anonymise-push-url-in-errors'Libravatar Junio C Hamano1-2/+4
2020-05-01Merge branch 'es/bugreport'Libravatar Junio C Hamano16-131/+458
2020-05-01Merge branch 'en/rebase-root-and-fork-point-are-incompatible'Libravatar Junio C Hamano2-2/+8
2020-05-01Merge branch 'ds/build-homebrew-gettext-fix'Libravatar Junio C Hamano1-2/+11