index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-08
pack-bitmap-write: use existing bitmaps
Derrick Stolee
1
-4
/
+36
2020-12-08
pack-bitmap: factor out 'add_commit_to_bitmap()'
Taylor Blau
1
-15
/
+21
2020-12-08
pack-bitmap: factor out 'bitmap_for_commit()'
Taylor Blau
2
-14
/
+21
2020-12-08
pack-bitmap-write: ignore BITMAP_FLAG_REUSE
Jeff King
4
-87
/
+16
2020-12-08
pack-bitmap-write: build fewer intermediate bitmaps
Derrick Stolee
2
-9
/
+148
2020-12-08
pack-bitmap.c: check reads more aggressively when loading
Taylor Blau
1
-1
/
+6
2020-12-08
pack-bitmap-write: rename children to reverse_edges
Derrick Stolee
1
-3
/
+3
2020-12-08
t5310: add branch-based checks
Derrick Stolee
1
-27
/
+34
2020-12-08
commit: implement commit_list_contains()
Derrick Stolee
2
-0
/
+13
2020-12-08
bitmap: implement bitmap_is_subset()
Derrick Stolee
2
-1
/
+22
2020-12-08
pack-bitmap-write: fill bitmap with commit history
Derrick Stolee
1
-7
/
+23
2020-12-08
pack-bitmap-write: pass ownership of intermediate bitmaps
Jeff King
1
-2
/
+8
2020-12-08
pack-bitmap-write: reimplement bitmap writing
Jeff King
1
-123
/
+161
2020-12-08
ewah: add bitmap_dup() function
Jeff King
2
-0
/
+8
2020-12-08
ewah: implement bitmap_or()
Jeff King
1
-0
/
+9
2020-12-08
ewah: make bitmap growth less aggressive
Jeff King
1
-7
/
+4
2020-12-08
ewah: factor out bitmap growth
Jeff King
1
-5
/
+9
2020-12-08
rev-list: die when --test-bitmap detects a mismatch
Jeff King
1
-1
/
+1
2020-12-08
t5310: drop size of truncated ewah bitmap
Jeff King
1
-7
/
+8
2020-12-08
pack-bitmap: bounds-check size of cache extension
Jeff King
2
-4
/
+21
2020-12-08
pack-bitmap: fix header size check
Jeff King
1
-3
/
+4
2020-12-08
ewah/ewah_bitmap.c: avoid open-coding ALLOC_GROW()
Taylor Blau
1
-11
/
+4
2020-11-11
Fifth batch
Junio C Hamano
1
-0
/
+22
2020-11-11
Merge branch 'jc/sequencer-stopped-sha-simplify'
Junio C Hamano
1
-1
/
+1
2020-11-11
Merge branch 'js/test-file-size'
Junio C Hamano
5
-42
/
+24
2020-11-11
Merge branch 'js/ci-github-set-env'
Junio C Hamano
1
-1
/
+1
2020-11-11
Merge branch 'js/p4-default-branch'
Junio C Hamano
1
-1
/
+1
2020-11-11
Merge branch 'js/test-whitespace-fixes'
Junio C Hamano
7
-112
/
+113
2020-11-11
Merge branch 'mc/typofix'
Junio C Hamano
4
-4
/
+4
2020-11-11
Merge branch 'jc/abbrev-doc'
Junio C Hamano
6
-11
/
+18
2020-11-11
Merge branch 'cw/ci-ghwf-check-ws-errors'
Junio C Hamano
1
-2
/
+4
2020-11-11
Merge branch 'rs/worktree-list-show-locked'
Junio C Hamano
1
-1
/
+1
2020-11-11
Merge branch 'rs/pack-write-hashwrite-simplify'
Junio C Hamano
1
-3
/
+1
2020-11-11
Merge branch 'sd/prompt-local-variable'
Junio C Hamano
1
-0
/
+1
2020-11-11
Merge branch 'rs/clear-commit-marks-in-repo'
Junio C Hamano
5
-8
/
+9
2020-11-11
Merge branch 'so/format-patch-doc-on-default-diff-format'
Junio C Hamano
1
-3
/
+6
2020-11-09
Fourth batch
Junio C Hamano
1
-0
/
+34
2020-11-09
Merge branch 'js/default-branch-name-adjust-t5411'
Junio C Hamano
32
-723
/
+726
2020-11-09
Merge branch 'fc/zsh-completion'
Junio C Hamano
4
-156
/
+112
2020-11-09
Merge branch 'jk/sideband-more-error-checking'
Junio C Hamano
4
-14
/
+47
2020-11-09
Merge branch 'jk/committer-date-is-author-date-fix-simplify'
Junio C Hamano
3
-44
/
+5
2020-11-09
Merge branch 'ab/git-remote-exit-code'
Junio C Hamano
3
-22
/
+47
2020-11-09
Merge branch 'pb/ref-filter-with-crlf'
Junio C Hamano
2
-14
/
+148
2020-11-09
Merge branch 'jk/checkout-index-errors'
Junio C Hamano
3
-3
/
+34
2020-11-09
Merge branch 'jk/perl-warning'
Junio C Hamano
22
-19
/
+30
2020-11-09
Merge branch 'nk/diff-files-vs-fsmonitor'
Junio C Hamano
6
-50
/
+81
2020-11-09
Merge branch 'as/tests-cleanup'
Junio C Hamano
2
-2
/
+4
2020-11-09
Merge branch 'en/dir-rename-tests'
Junio C Hamano
2
-54
/
+553
2020-11-09
Merge branch 'mr/bisect-in-c-3'
Junio C Hamano
2
-151
/
+117
2020-11-09
t9603: use tabs for indentation
Johannes Schindelin
1
-12
/
+12
[next]