summaryrefslogtreecommitdiffstats
path: root/Documentation/git-instaweb.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-25stateless-connect: send response end packetDenton Liu10-5/+60
2020-05-25pkt-line: define PACKET_READ_RESPONSE_ENDDenton Liu6-0/+23
2020-05-25remote-curl: error on incomplete packetDenton Liu6-3/+106
2020-05-20pkt-line: extern packet_length()Denton Liu2-3/+12
2020-05-20transport: extract common fetch_pack() callDenton Liu1-17/+8
2020-05-18remote-curl: remove label indentationDenton Liu1-1/+1
2020-05-18remote-curl: fix typoDenton Liu1-1/+1
2020-05-14Git 2.27-rc0v2.27.0-rc0Junio C Hamano2-1/+28
2020-05-13The ninth batchJunio C Hamano1-0/+24
2020-05-13trace2: log progress time and throughputEmily Shaffer2-0/+43
2020-05-11completion: offer '--(no-)patch' among 'git log' optionsSZEDER Gábor1-0/+1
2020-05-11bloom: use num_changes not nr for limit detectionDerrick Stolee2-2/+2
2020-05-11bloom: de-duplicate directory entriesDerrick Stolee2-11/+28
2020-05-11Documentation: changed-path Bloom filters use byte wordsDerrick Stolee1-4/+4
2020-05-11bloom: parse commit before computing filtersDerrick Stolee1-0/+3
2020-05-11fsck: report non-consecutive duplicate names in treesRené Scharfe2-2/+86
2020-05-10git-p4: recover from inconsistent perforce historyAndrew Oakley2-2/+111
2020-05-10multi-pack-index: respect repack.packKeptObjects=falseDerrick Stolee3-5/+51
2020-05-10midx: teach "git multi-pack-index repack" honor "git repack" configurationsSon Luong Ngoc1-0/+16
2020-05-09rebase --autosquash: fix a potential segfaultJohannes Schindelin2-2/+21
2020-05-08The eighth batchJunio C Hamano1-0/+49
2020-05-08CodingGuidelines: do not ==/!= compare with 0 or '\0' or NULLJunio C Hamano1-0/+12
2020-05-08upload-pack: clear filter_options for each v2 fetch commandChristian Couder2-16/+25
2020-05-08unpack-trees: avoid array out-of-bounds errorDerrick Stolee1-5/+5
2020-05-08bisect: allow CRLF line endings in "git bisect replay" inputChristopher Warrington2-0/+9
2020-05-08submodule: port subcommand 'set-url' from shell to CShourya Shukla2-21/+33
2020-05-08bugreport: collect list of populated hooksEmily Shaffer3-0/+68
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-07t5500: count objects through stderr, not traceJonathan Tan1-6/+6
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