summaryrefslogtreecommitdiffstats
path: root/credential-cache.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-20commit-graph: test verify across alternatesDerrick Stolee1-0/+19
2019-06-20commit-graph: normalize commit-graph filenamesDerrick Stolee2-8/+29
2019-06-20commit-graph: test --split across alternate without --splitDerrick Stolee1-0/+15
2019-06-20commit-graph: test octopus merges with --splitDerrick Stolee1-0/+11
2019-06-20commit-graph: clean up chains after flattened writeDerrick Stolee2-3/+21
2019-06-20commit-graph: verify chains with --shallow modeDerrick Stolee5-14/+101
2019-06-20commit-graph: create options for split filesDerrick Stolee8-24/+128
2019-06-20commit-graph: expire commit-graph filesDerrick Stolee3-1/+85
2019-06-20commit-graph: allow cross-alternate chainsDerrick Stolee4-11/+123
2019-06-20commit-graph: merge commit-graph chainsDerrick Stolee3-33/+240
2019-06-20commit-graph: add --split option to builtinDerrick Stolee3-8/+138
2019-06-20commit-graph: write commit-graph chainsDerrick Stolee3-12/+278
2019-06-20commit-graph: rearrange chunk count logicDerrick Stolee1-14/+21
2019-06-20commit-graph: add base graphs chunkDerrick Stolee3-2/+32
2019-06-20commit-graph: load commit-graph chainsDerrick Stolee1-6/+106
2019-06-20commit-graph: rename commit_compare to oid_compareDerrick Stolee1-2/+2
2019-06-20commit-graph: prepare for commit-graph chainsDerrick Stolee2-11/+81
2019-06-20commit-graph: document commit-graph chainsDerrick Stolee1-0/+59
2019-06-12packfile: rename close_all_packs to close_object_storeDerrick Stolee11-12/+12
2019-06-12packfile: close commit-graph in close_all_packsDerrick Stolee1-0/+3
2019-06-12commit-graph: use raw_object_store when closingDerrick Stolee3-6/+6
2019-06-12commit-graph: extract write_commit_graph_file()Derrick Stolee1-75/+80
2019-06-12commit-graph: extract copy_oids_to_commits()Derrick Stolee1-25/+32
2019-06-12commit-graph: extract count_distinct_commits()Derrick Stolee1-13/+22
2019-06-12commit-graph: extract fill_oids_from_all_packs()Derrick Stolee1-11/+15
2019-06-12commit-graph: extract fill_oids_from_commit_hex()Derrick Stolee1-32/+40
2019-06-12commit-graph: extract fill_oids_from_packs()Derrick Stolee1-36/+47
2019-06-12commit-graph: create write_commit_graph_contextDerrick Stolee1-196/+194
2019-06-12commit-graph: remove Future Work sectionDerrick Stolee1-17/+0
2019-06-12commit-graph: collapse parameters into flagsDerrick Stolee5-13/+18
2019-06-12commit-graph: return with errors during writeDerrick Stolee6-39/+77
2019-05-13commit-graph: fix the_repository referenceDerrick Stolee1-1/+1
2019-04-01commit-graph: improve & i18n error messagesÆvar Arnfjörð Bjarmason1-19/+19
2019-04-01commit-graph write: don't die if the existing graph is corruptÆvar Arnfjörð Bjarmason4-5/+23
2019-04-01commit-graph verify: detect inability to read the graphÆvar Arnfjörð Bjarmason2-1/+9
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Ævar Arnfjörð Bjarmason3-8/+6
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason4-18/+51
2019-04-01commit-graph: fix segfault on e.g. "git status"Ævar Arnfjörð Bjarmason2-10/+36
2019-02-22commit-graph tests: test a graph that's too smallÆvar Arnfjörð Bjarmason1-0/+6
2019-02-22commit-graph tests: split up corrupt_graph_and_verify()Ævar Arnfjörð Bjarmason1-6/+16
2019-02-19Git 2.21-rc2v2.21.0-rc2Junio C Hamano1-1/+1
2019-02-19t5562: do not reuse output filesMax Kirillov1-4/+4
2019-02-19tests: teach the test-tool to generate NUL bytes and use itJohannes Schindelin5-7/+25
2019-02-19t5562: do not depend on /dev/zeroMax Kirillov1-1/+1
2019-02-19Revert "t5562: replace /dev/zero with a pipe from generate_zero_bytes"Junio C Hamano1-2/+2
2019-02-15mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin1-1/+1
2019-02-14git-rebase.txt: update to reflect merge now implemented on sequencerElijah Newren1-2/+0
2019-02-14t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through ApacheTodd Zullinger1-0/+1
2019-02-14t1404: do not rely on the exact phrasing of strerror()Junio C Hamano1-1/+1
2019-02-14docs/git-rebase: remove redundant entry in incompatible options listEmilio Cobos Álvarez1-1/+0