summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-08gitweb/Makefile: conditionally include ../GIT-VERSION-FILERamsay Jones1-0/+2
2020-12-08Documentation/Makefile: conditionally include ../GIT-VERSION-FILERamsay Jones1-0/+2
2020-12-08Documentation/Makefile: conditionally include doc.depRamsay Jones1-0/+2
2020-12-08Eleventh batchJunio C Hamano1-0/+45
2020-12-08Merge branch 'fc/zsh-completion'Junio C Hamano2-1/+2
2020-12-08Merge branch 'sn/config-doc-typofix'Junio C Hamano1-1/+1
2020-12-08Merge branch 'fc/random-cleanup'Junio C Hamano4-18/+16
2020-12-08Merge branch 'nm/imap-send-use-default-config'Junio C Hamano1-22/+30
2020-12-08Merge branch 'jk/banned'Junio C Hamano1-0/+13
2020-12-08Merge branch 'tb/bugreport-no-localtime'Junio C Hamano1-1/+2
2020-12-08Merge branch 'rs/maintenance-run-outside-repo'Junio C Hamano3-8/+9
2020-12-08Merge branch 'rs/fetch-pack-invalid-lockfile'Junio C Hamano1-2/+3
2020-12-08Merge branch 'nk/perf-fsmonitor-cleanup'Junio C Hamano1-2/+1
2020-12-08Merge branch 'ma/grep-init-default'Junio C Hamano6-100/+36
2020-12-08Merge branch 'js/trace2-session-id'Junio C Hamano12-3/+198
2020-12-08Merge branch 'mt/do-not-use-scld-in-working-tree'Junio C Hamano5-6/+47
2020-12-08Merge branch 'ds/maintenance-part-3'Junio C Hamano2-2/+15
2020-12-08Merge branch 'ds/maintenance-part-2'Junio C Hamano1-2/+4
2020-12-08Merge branch 'ds/config-literal-value'Junio C Hamano7-76/+312
2020-12-08Merge branch 'ds/maintenance-part-1'Junio C Hamano1-0/+1
2020-12-08Merge branch 'tb/idx-midx-race-fix'Junio C Hamano3-20/+31
2020-12-08Merge branch 'ps/update-ref-multi-transaction'Junio C Hamano4-50/+126
2020-12-08Merge branch 'js/add-i-color-fix'Junio C Hamano4-32/+127
2020-12-08Merge branch 'jt/trace-error-on-warning'Junio C Hamano2-1/+7
2020-12-08pack-bitmap-write: better reuse bitmapsDerrick Stolee1-2/+38
2020-12-08pack-bitmap-write: relax unique revwalk conditionDerrick Stolee2-25/+22
2020-12-08pack-bitmap-write: use existing bitmapsDerrick Stolee1-4/+36
2020-12-08pack-bitmap: factor out 'add_commit_to_bitmap()'Taylor Blau1-15/+21
2020-12-08pack-bitmap: factor out 'bitmap_for_commit()'Taylor Blau2-14/+21
2020-12-08pack-bitmap-write: ignore BITMAP_FLAG_REUSEJeff King4-87/+16
2020-12-08pack-bitmap-write: build fewer intermediate bitmapsDerrick Stolee2-9/+148
2020-12-08pack-bitmap.c: check reads more aggressively when loadingTaylor Blau1-1/+6
2020-12-08pack-bitmap-write: rename children to reverse_edgesDerrick Stolee1-3/+3
2020-12-08t5310: add branch-based checksDerrick Stolee1-27/+34
2020-12-08commit: implement commit_list_contains()Derrick Stolee2-0/+13
2020-12-08bitmap: implement bitmap_is_subset()Derrick Stolee2-1/+22
2020-12-08pack-bitmap-write: fill bitmap with commit historyDerrick Stolee1-7/+23
2020-12-08pack-bitmap-write: pass ownership of intermediate bitmapsJeff King1-2/+8
2020-12-08pack-bitmap-write: reimplement bitmap writingJeff King1-123/+161
2020-12-08ewah: add bitmap_dup() functionJeff King2-0/+8
2020-12-08ewah: implement bitmap_or()Jeff King1-0/+9
2020-12-08ewah: make bitmap growth less aggressiveJeff King1-7/+4
2020-12-08ewah: factor out bitmap growthJeff King1-5/+9
2020-12-08rev-list: die when --test-bitmap detects a mismatchJeff King1-1/+1
2020-12-08t5310: drop size of truncated ewah bitmapJeff King1-7/+8
2020-12-08pack-bitmap: bounds-check size of cache extensionJeff King2-4/+21
2020-12-08pack-bitmap: fix header size checkJeff King1-3/+4
2020-12-08ewah/ewah_bitmap.c: avoid open-coding ALLOC_GROW()Taylor Blau1-11/+4
2020-12-08t7064: avoid relying on a specific default branch nameJohannes Schindelin1-51/+52
2020-12-08diff: do not show submodule with untracked files as "-dirty"Sangeeta Jain9-19/+42