summaryrefslogtreecommitdiffstats
path: root/t/t9500-gitweb-standalone-no-errors.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-08unpack-trees: avoid array out-of-bounds errorDerrick Stolee1-5/+5
2020-05-08submodule: port subcommand 'set-url' from shell to CShourya Shukla2-21/+33
2020-05-08bloom: fix `make sparse` warningĐoàn Trần Công Danh5-6/+6
2020-05-07credential: document protocol updatesCarlo Marcelo Arenas Belón1-13/+21
2020-05-07credential: update gitcredentials documentationCarlo Marcelo Arenas Belón1-8/+18
2020-05-07t/test_lib: avoid naked bash arrays in file_linenoCarlo Marcelo Arenas Belón1-8/+10
2020-05-07t/t0000-basic: make sure subtests also use TEST_SHELL_PATHCarlo Marcelo Arenas Belón1-5/+2
2020-05-07ci: allow per-branch config for GitHub ActionsJeff King2-0/+68
2020-05-07auto-gc: pass --quiet down from am, commit, merge and rebaseJunio C Hamano4-8/+4
2020-05-07auto-gc: extract a reusable helper from "git fetch"Junio C Hamano3-8/+20
2020-05-06gitfaq: fetching and pulling a repositoryShourya Shukla1-0/+8
2020-05-06docs: document credential.helper allowed valuesbrian m. carlson1-3/+7
2020-05-06gitfaq: files in .gitignore are trackedShourya Shukla1-0/+10
2020-05-06Doc: reference the "stash list" in autostash docsDenton Liu2-3/+3
2020-05-05The seventh batchJunio C Hamano1-0/+18
2020-05-05restore: default to HEAD when combining --staged and --worktreeEric Sunshine3-10/+18
2020-05-05builtin/receive-pack: avoid generic function name hmac()Carlo Marcelo Arenas Belón1-3/+3
2020-05-05credential: correct order of parameters for credential_matchCarlo Marcelo Arenas Belón1-2/+2
2020-05-05credential: update description for credential_from_url_gentlyCarlo Marcelo Arenas Belón1-2/+2
2020-05-05pack-bitmap: pass object filter to fill-in traversalJeff King2-5/+14
2020-05-05pack-bitmap.c: support 'tree:0' filteringTaylor Blau3-1/+50
2020-05-05pack-bitmap.c: make object filtering functions genericTaylor Blau1-11/+24
2020-05-05list-objects-filter: treat NULL filter_options as "disabled"Jeff King1-0/+3
2020-05-04commit-graph: avoid memory leaksJonathan Tan1-11/+11
2020-05-04ref-filter: apply fallback refname sort only after all user sortsJeff King2-8/+53
2020-05-04ref-filter: apply --ignore-case to all sorting keysJeff King6-3/+51
2020-05-04sparse-checkout: stop blocking empty workdirsDerrick Stolee3-41/+13
2020-05-04CodingGuidelines: drop arithmetic expansion advice to use "$x"Jeff King1-4/+0
2020-05-03credential-store: ignore bogus lines from store fileCarlo Marcelo Arenas Belón2-3/+92
2020-05-03userdiff: support MarkdownAsh Holland5-0/+29
2020-05-01The sixth batchJunio C Hamano1-0/+52
2020-05-01gitcredentials(7): make shell-snippet example more realisticJeff King1-2/+3
2020-05-01gitcredentials(7): clarify quoting of helper examplesJeff King1-5/+10
2020-04-30shallow: use struct 'shallow_lock' for additional safetyTaylor Blau4-16/+31
2020-04-30shallow.h: document '{commit,rollback}_shallow_file'Taylor Blau1-0/+2
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau16-61/+91
2020-04-30commit: make 'commit_graft_pos' non-staticTaylor Blau2-1/+3
2020-04-30switch: fix errors and comments related to -c and -CDenton Liu1-4/+10
2020-04-30The fifth batchJunio C Hamano1-0/+19
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano4-42/+4
2020-04-29commit-graph.c: make 'commit-graph-chain's read-onlyTaylor Blau2-1/+4
2020-04-29commit-graph.c: ensure graph layers respect core.sharedRepositoryTaylor Blau2-0/+28
2020-04-29commit-graph.c: write non-split graphs as read-onlyTaylor Blau3-2/+18
2020-04-29credential: handle `credential.<partial-URL>.<key>` againJohannes Schindelin2-1/+55
2020-04-29credential-store: document the file format a bit moreJunio C Hamano1-0/+4
2020-04-29The fourth batchJunio C Hamano1-0/+95
2020-04-29push: anonymize URLs in error messages and warningsJohannes Schindelin1-2/+4
2020-04-28rebase: save autostash entry into stash reflog on --quitDenton Liu3-1/+23
2020-04-28push: unset PARSE_OPT_OPTARG for --recurse-submodulesDenton Liu1-6/+3
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu31-181/+173