index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-23
Merge branch 'jc/cat-file-batch-default-format-optim'
Junio C Hamano
1
-6
/
+23
2022-03-23
Merge branch 'ps/repack-with-server-info'
Junio C Hamano
1
-4
/
+8
2022-03-23
Merge branch 'ep/remove-duplicated-includes'
Junio C Hamano
3
-3
/
+0
2022-03-23
Merge branch 'jk/name-rev-w-genno'
Junio C Hamano
1
-14
/
+57
2022-03-23
Merge branch 'gc/submodule-update-part1'
Junio C Hamano
1
-107
/
+141
2022-03-21
Merge branch 'ds/partial-bundles'
Junio C Hamano
3
-26
/
+25
2022-03-16
Merge branch 'ab/string-list-count-in-size-t'
Junio C Hamano
4
-11
/
+12
2022-03-16
Merge branch 'ab/racy-hooks'
Junio C Hamano
3
-21
/
+33
2022-03-16
Merge branch 'jc/stash-drop'
Junio C Hamano
2
-465
/
+8
2022-03-16
Merge branch 'tb/rename-remote-progress'
Junio C Hamano
1
-8
/
+31
2022-03-16
Merge branch 'vd/sparse-read-tree'
Junio C Hamano
1
-2
/
+12
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
15
-37
/
+37
2022-03-16
Merge branch 'mf/fix-type-in-config-h'
Junio C Hamano
1
-1
/
+1
2022-03-16
Merge branch 'ps/fetch-mirror-optim'
Junio C Hamano
2
-18
/
+32
2022-03-15
cat-file: skip expanding default format
John Cai
1
-6
/
+23
2022-03-14
repack: add config to skip updating server info
Patrick Steinhardt
1
-1
/
+5
2022-03-14
repack: refactor to avoid double-negation of update-server-info
Patrick Steinhardt
1
-4
/
+4
2022-03-13
Merge branch 'ab/plug-random-leaks'
Junio C Hamano
7
-8
/
+19
2022-03-13
Merge branch 'gc/parse-tree-indirect-errors'
Junio C Hamano
2
-3
/
+12
2022-03-13
Merge branch 'ps/fetch-atomic'
Junio C Hamano
1
-61
/
+129
2022-03-13
builtin/stash.c: delete duplicate include
Elia Pinto
1
-1
/
+0
2022-03-13
builtin/sparse-checkout.c: delete duplicate include
Elia Pinto
1
-1
/
+0
2022-03-13
builtin/gc.c: delete duplicate include
Elia Pinto
1
-1
/
+0
2022-03-13
name-rev: use generation numbers if available
Jacob Keller
1
-14
/
+57
2022-03-09
Merge branch 'ab/help-fixes'
Junio C Hamano
1
-10
/
+53
2022-03-09
Merge branch 'jc/cat-file-batch-commands'
Junio C Hamano
1
-12
/
+166
2022-03-09
clone: fail gracefully when cloning filtered bundle
Derrick Stolee
1
-0
/
+13
2022-03-09
rev-list: move --filter parsing into revision.c
Derrick Stolee
1
-11
/
+0
2022-03-09
list-objects: consolidate traverse_commit_list[_filtered]
Derrick Stolee
2
-4
/
+4
2022-03-09
pack-bitmap: drop filter in prepare_bitmap_walk()
Derrick Stolee
2
-6
/
+4
2022-03-09
pack-objects: use rev.filter when possible
Derrick Stolee
1
-2
/
+3
2022-03-09
revision: put object filter into struct rev_info
Derrick Stolee
1
-14
/
+12
2022-03-07
hooks: fix an obscure TOCTOU "did we just run a hook?" race
Ævar Arnfjörð Bjarmason
3
-14
/
+23
2022-03-07
merge: don't run post-hook logic on --no-verify
Ævar Arnfjörð Bjarmason
1
-9
/
+12
2022-03-07
string-list API: change "nr" and "alloc" to "size_t"
Ævar Arnfjörð Bjarmason
2
-9
/
+10
2022-03-07
gettext API users: don't explicitly cast ngettext()'s "n"
Ævar Arnfjörð Bjarmason
2
-2
/
+2
2022-03-06
Merge branch 'jt/ls-files-stage-recurse'
Junio C Hamano
1
-2
/
+2
2022-03-06
Merge branch 'gc/stash-on-branch-with-multi-level-name'
Junio C Hamano
1
-1
/
+1
2022-03-06
Merge branch 'ah/advice-switch-requires-detach-to-detach'
Junio C Hamano
1
-11
/
+19
2022-03-06
Merge branch 'ab/c99-designated-initializers'
Junio C Hamano
1
-4
/
+10
2022-03-06
Merge branch 'mc/index-pack-report-max-size'
Junio C Hamano
1
-2
/
+6
2022-03-06
Merge branch 'ac/usage-string-fixups'
Junio C Hamano
3
-5
/
+5
2022-03-06
Merge branch 'ds/worktree-docs'
Junio C Hamano
1
-63
/
+75
2022-03-06
Merge branch 'rs/bisect-executable-not-found'
Junio C Hamano
1
-13
/
+74
2022-03-06
Merge branch 'en/sparse-checkout-fixes'
Junio C Hamano
1
-5
/
+73
2022-03-04
submodule--helper update-clone: check for --filter and --init
Glen Choo
1
-1
/
+19
2022-03-04
submodule--helper: remove ensure-core-worktree
Glen Choo
1
-10
/
+2
2022-03-04
submodule--helper update-clone: learn --init
Glen Choo
1
-0
/
+26
2022-03-04
submodule--helper: allow setting superprefix for init_submodule()
Atharva Raykar
1
-3
/
+7
2022-03-04
submodule--helper: refactor get_submodule_displaypath()
Atharva Raykar
1
-4
/
+10
[next]