summaryrefslogtreecommitdiffstats
path: root/iterator.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-16The eleventh (aka "ort") batchJunio C Hamano1-0/+6
2021-04-16maintenance: respect remote.*.skipFetchAllDerrick Stolee2-1/+10
2021-04-16maintenance: use 'git fetch --prefetch'Derrick Stolee3-15/+12
2021-04-16fetch: add --prefetch optionDerrick Stolee3-1/+106
2021-04-16msvc: avoid calling `access("NUL", flags)`Johannes Schindelin1-0/+2
2021-04-16pkt-line: do not report packet write errors twiceMatheus Tavares1-7/+24
2021-04-15The tenth batchJunio C Hamano1-0/+12
2021-04-15transport: respect verbosity when setting upstreamØystein Walle2-5/+12
2021-04-15doc: clarify "do not capitalize the first word" ruleJunio C Hamano2-5/+13
2021-04-14name-hash: use expand_to_path()Derrick Stolee1-0/+4
2021-04-14sparse-index: expand_to_path()Derrick Stolee2-0/+86
2021-04-14name-hash: don't add directories to name_hashDerrick Stolee1-2/+5
2021-04-14revision: ensure full indexDerrick Stolee1-0/+2
2021-04-14resolve-undo: ensure full indexDerrick Stolee1-0/+4
2021-04-14read-cache: ensure full indexDerrick Stolee1-0/+4
2021-04-14pathspec: ensure full indexDerrick Stolee1-0/+2
2021-04-14merge-recursive: ensure full indexDerrick Stolee1-0/+2
2021-04-14entry: ensure full indexDerrick Stolee1-0/+2
2021-04-14dir: ensure full indexDerrick Stolee1-0/+2
2021-04-14update-index: ensure full indexDerrick Stolee1-0/+2
2021-04-14stash: ensure full indexDerrick Stolee1-0/+2
2021-04-14rm: ensure full indexDerrick Stolee1-0/+2
2021-04-14merge-index: ensure full indexDerrick Stolee1-0/+5
2021-04-14ls-files: ensure full indexDerrick Stolee1-0/+4
2021-04-14grep: ensure full indexDerrick Stolee1-0/+2
2021-04-14fsck: ensure full indexDerrick Stolee1-0/+2
2021-04-14difftool: ensure full indexDerrick Stolee1-0/+3
2021-04-14commit: ensure full indexDerrick Stolee1-0/+4
2021-04-14checkout: ensure full indexDerrick Stolee1-0/+5
2021-04-14checkout-index: ensure full indexDerrick Stolee1-0/+2
2021-04-14add: ensure full indexDerrick Stolee1-0/+2
2021-04-14cache: move ensure_full_index() to cache.hDerrick Stolee2-1/+1
2021-04-14read-cache: expand on query into sparse-directory entryDerrick Stolee1-0/+21
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee14-68/+68
2021-04-14sparse-index: API protection strategyDerrick Stolee1-2/+35
2021-04-14The ninth batchJunio C Hamano1-0/+25
2021-04-13api docs: document that BUG() emits a trace2 error eventÆvar Arnfjörð Bjarmason2-1/+4
2021-04-13api docs: document BUG() in api-error-handling.txtÆvar Arnfjörð Bjarmason1-2/+5
2021-04-13usage.c: don't copy/paste the same comment three timesÆvar Arnfjörð Bjarmason1-12/+5
2021-04-13tests: remove all uses of test_i18cmpÆvar Arnfjörð Bjarmason3-13/+6
2021-04-13revision: avoid parsing with --exclude-promisor-objectsJeff King2-1/+9
2021-04-13lookup_unknown_object(): take a repository argumentJeff King9-14/+13
2021-04-13is_promisor_object(): free tree buffer after parsingJeff King2-0/+5
2021-04-12reftable: document an alternate cleanup method on WindowsHan-Wen Nienhuys1-2/+7
2021-04-12pack-objects: update "nr_seen" progress based on pack-reused countJeff King2-1/+25
2021-04-12merge-ort: only do pointer arithmetic for non-empty listsAndrzej Hunt1-13/+5
2021-04-09fetch-pack: buffer object-format with other argsJonathan Tan1-1/+1
2021-04-09gitweb: add "e-mail privacy" feature to redact e-mail addressesGeorgios Kontaxis2-7/+38
2021-04-09Makefile: add missing dependencies of 'config-list.h'SZEDER Gábor1-2/+2
2021-04-08userdiff: add support for SchemeAtharva Raykar18-0/+101