summaryrefslogtreecommitdiffstats
path: root/oidtree.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-08t7814: show lack of alternate ODB-addingJonathan Tan1-0/+3
2021-09-08submodule-config: pass repo upon blob config readJonathan Tan3-9/+19
2021-09-08grep: add repository to OID grep sourcesJonathan Tan3-12/+27
2021-09-08grep: allocate subrepos on heapJonathan Tan1-9/+30
2021-09-08grep: read submodule entry with explicit repoJonathan Tan1-5/+5
2021-09-08grep: typesafe versions of grep_source_initJonathan Tan3-23/+34
2021-09-08grep: use submodule-ODB-as-alternate lazy-additionJonathan Tan3-1/+7
2021-09-08submodule: lazily add submodule ODBs as alternatesJonathan Tan4-1/+41
2021-08-06Git 2.33-rc1v2.33.0-rc1Junio C Hamano1-1/+1
2021-08-06test: fix for COLUMNS and bash 5Felipe Contreras1-0/+6
2021-08-04The eighth batchJunio C Hamano1-1/+16
2021-08-04diff: --pickaxe-all typofixBagas Sanjaya1-1/+1
2021-08-03mingw: align symlinks-related rmdir() behavior with LinuxThomas Bétous3-0/+37
2021-08-03t7508: avoid non POSIX BRECarlo Marcelo Arenas Belón1-1/+1
2021-08-02Git 2.33-rc0v2.33.0-rc0Junio C Hamano2-1/+18
2021-07-30use fspathhash() everywhereRené Scharfe3-26/+8
2021-07-30t0001: fix broken not-quite getcwd(3) test in bed67874e2Ævar Arnfjörð Bjarmason5-1/+33
2021-07-30Documentation: render special characters correctlyAndrei Rybak2-2/+2
2021-07-28The seventh batchJunio C Hamano1-0/+43
2021-07-27ci/install-dependencies: handle "sparse" job package installsJeff King2-4/+7
2021-07-27ci: run "apt-get update" before "apt-get install"Jeff King1-0/+1
2021-07-26reset: clear_unpack_trees_porcelain to plug leakAndrzej Hunt1-2/+2
2021-07-26builtin/rebase: fix options.strategy memory lifecycleAndrzej Hunt1-1/+2
2021-07-26builtin/merge: free found_ref when doneAndrzej Hunt1-1/+2
2021-07-26builtin/mv: free or UNLEAK multiple pointers at end of cmd_mvAndrzej Hunt1-0/+5
2021-07-26convert: release strbuf to avoid leakAndrzej Hunt1-0/+2
2021-07-26read-cache: call diff_setup_done to avoid leakAndrzej Hunt1-0/+1
2021-07-26ref-filter: also free head for ATOM_HEAD to avoid leakAndrzej Hunt1-2/+6
2021-07-26diffcore-rename: move old_dir/new_dir definition to plug leakAndrzej Hunt1-3/+7
2021-07-26builtin/for-each-repo: remove unnecessary argv copy to plug leakAndrzej Hunt1-10/+4
2021-07-26builtin/submodule--helper: release unused strbuf to avoid leakAndrzej Hunt1-2/+4
2021-07-26environment: move strbuf into block to plug leakAndrzej Hunt1-4/+3
2021-07-26fmt-merge-msg: free newly allocated temporary strings when doneAndrzej Hunt1-2/+4
2021-07-26submodule: drop unused sm_name parameter from show_fetch_remotes()Jeff King1-3/+2
2021-07-24merge: apply autostash if merge strategy failsPhilippe Blain2-0/+9
2021-07-24merge: apply autostash if fast-forward failsPhilippe Blain2-0/+12
2021-07-24Documentation: define 'MERGE_AUTOSTASH'Philippe Blain1-1/+2
2021-07-24merge: add missing word "strategy" to a messagePhilippe Blain1-1/+1
2021-07-23cache-tree: prefetch in partial clone read-treeJonathan Tan2-2/+42
2021-07-23unpack-trees: refactor prefetching codeJonathan Tan3-19/+40
2021-07-23pack-bitmap: check pack validity when opening bitmapJeff King1-0/+5
2021-07-22bundle tests: use test_cmp instead of grepÆvar Arnfjörð Bjarmason1-13/+53
2021-07-22bundle tests: use ">file" not ": >file"Ævar Arnfjörð Bjarmason1-3/+3
2021-07-22The sixth batchJunio C Hamano1-0/+10
2021-07-22SubmittingPatches: replace discussion of Travis with GitHub ActionsÆvar Arnfjörð Bjarmason1-32/+17
2021-07-22SubmittingPatches: move discussion of Signed-off-by above "send"Ævar Arnfjörð Bjarmason1-79/+79
2021-07-22doc: pull: fix rebase=false documentationFelipe Contreras1-1/+1
2021-07-21pack-bitmap: clarify comment in filter_bitmap_exclude_type()Taylor Blau1-5/+6
2021-07-20unpack-trees: resolve sparse-directory/file conflictsDerrick Stolee2-12/+23
2021-07-20t1092: document bad 'git checkout' behaviorDerrick Stolee1-2/+140