Age | Commit message (Expand) | Author | Files | Lines |
2022-03-23 | Merge branch 'ab/plug-random-leaks' | Junio C Hamano | 1 | -2/+10 |
2022-03-23 | Merge branch 'jc/cat-file-batch-default-format-optim' | Junio C Hamano | 1 | -0/+12 |
2022-03-23 | Merge branch 'ac/test-lazy-fetch' | Junio C Hamano | 1 | -0/+19 |
2022-03-23 | Merge branch 'ps/repack-with-server-info' | Junio C Hamano | 1 | -0/+50 |
2022-03-23 | Merge branch 'ab/reflog-prep-fix' | Junio C Hamano | 1 | -0/+9 |
2022-03-23 | Merge branch 'ep/remove-duplicated-includes' | Junio C Hamano | 1 | -1/+0 |
2022-03-23 | Merge branch 'ep/t6423-modernize' | Junio C Hamano | 1 | -5/+5 |
2022-03-23 | Merge branch 'jk/name-rev-w-genno' | Junio C Hamano | 1 | -0/+118 |
2022-03-23 | Merge branch 'jd/userdiff-kotlin' | Junio C Hamano | 13 | -0/+153 |
2022-03-23 | Merge branch 'gc/submodule-update-part1' | Junio C Hamano | 2 | -3/+37 |
2022-03-21 | Merge branch 'jy/gitweb-no-need-for-meta' | Junio C Hamano | 1 | -1/+14 |
2022-03-21 | Merge branch 'ds/partial-bundles' | Junio C Hamano | 2 | -1/+77 |
2022-03-21 | Merge branch 'ep/test-malloc-check-with-glibc-2.34' | Junio C Hamano | 1 | -0/+18 |
2022-03-21 | Merge branch 'sm/no-git-in-upstream-of-pipe-in-tests' | Junio C Hamano | 7 | -45/+72 |
2022-03-17 | diff.c: fix a double-free regression in a18d66cefb | Ævar Arnfjörð Bjarmason | 1 | -2/+4 |
2022-03-17 | tests: demonstrate "show --word-diff --color-moved" regression | Michael J Gruber | 1 | -1/+7 |
2022-03-16 | Merge branch 'ab/string-list-count-in-size-t' | Junio C Hamano | 1 | -3/+4 |
2022-03-16 | Merge branch 'ab/keep-git-exit-codes-in-tests' | Junio C Hamano | 19 | -218/+245 |
2022-03-16 | Merge branch 'tk/t7063-chmtime-dirs-too' | Junio C Hamano | 1 | -12/+9 |
2022-03-16 | Merge branch 'ds/commit-graph-gen-v2-fixes' | Junio C Hamano | 6 | -50/+153 |
2022-03-16 | Merge branch 'jc/stash-drop' | Junio C Hamano | 1 | -1/+42 |
2022-03-16 | Merge branch 'tb/rename-remote-progress' | Junio C Hamano | 1 | -1/+3 |
2022-03-16 | Merge branch 'vd/sparse-read-tree' | Junio C Hamano | 3 | -0/+144 |
2022-03-16 | Merge branch 'tk/empty-untracked-cache' | Junio C Hamano | 1 | -0/+7 |
2022-03-16 | Merge branch 'ab/grep-patterntype' | Junio C Hamano | 1 | -1/+0 |
2022-03-16 | partial-clone: add a partial-clone test case | Abhradeep Chakraborty | 1 | -0/+19 |
2022-03-15 | cat-file: skip expanding default format | John Cai | 1 | -0/+12 |
2022-03-14 | repack: add config to skip updating server info | Patrick Steinhardt | 1 | -0/+18 |
2022-03-14 | repack: refactor to avoid double-negation of update-server-info | Patrick Steinhardt | 1 | -0/+32 |
2022-03-13 | Merge branch 'ps/fetch-atomic-fixup' | Junio C Hamano | 1 | -15/+5 |
2022-03-13 | Merge branch 'fs/gpgsm-update' | Junio C Hamano | 2 | -7/+7 |
2022-03-13 | Merge branch 'ab/make-optim-noop' | Junio C Hamano | 3 | -0/+9 |
2022-03-13 | Merge branch 'ps/fetch-atomic' | Junio C Hamano | 2 | -0/+103 |
2022-03-13 | t/helper/test-run-command.c: delete duplicate include | Elia Pinto | 1 | -1/+0 |
2022-03-13 | t6423-merge-rename-directories.sh: use the $(...) construct | Elia Pinto | 1 | -5/+5 |
2022-03-13 | name-rev: use generation numbers if available | Jacob Keller | 1 | -0/+118 |
2022-03-13 | reflog: don't be noisy on empty reflogs | Ævar Arnfjörð Bjarmason | 1 | -0/+9 |
2022-03-12 | userdiff: add builtin diff driver for kotlin language. | Jaydeep P Das | 13 | -0/+153 |
2022-03-12 | t0030-t0050: avoid pipes with Git on LHS | Shubham Mishra | 2 | -28/+50 |
2022-03-12 | t0001-t0028: avoid pipes with Git on LHS | Shubham Mishra | 4 | -14/+16 |
2022-03-09 | test-lib: declare local variables as local | Michael J Gruber | 1 | -0/+2 |
2022-03-09 | Merge branch 'ab/help-fixes' | Junio C Hamano | 1 | -0/+94 |
2022-03-09 | Merge branch 'jc/cat-file-batch-commands' | Junio C Hamano | 1 | -6/+129 |
2022-03-09 | Merge branch 'en/present-despite-skipped' | Junio C Hamano | 7 | -80/+83 |
2022-03-09 | clone: fail gracefully when cloning filtered bundle | Derrick Stolee | 1 | -0/+12 |
2022-03-09 | bundle: unbundle promisor packs | Derrick Stolee | 1 | -0/+2 |
2022-03-09 | bundle: create filtered bundles | Derrick Stolee | 1 | -0/+48 |
2022-03-09 | list-objects: handle NULL function pointers | Ævar Arnfjörð Bjarmason | 1 | -0/+12 |
2022-03-09 | index-pack: document and test the --promisor option | Derrick Stolee | 1 | -1/+3 |
2022-03-08 | gitweb: remove invalid http-equiv="content-type" | Jason Yundt | 1 | -0/+13 |