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
pack-objects: move revs out of get_object_list()
Derrick Stolee
1
-15
/
+18
2022-03-23
list-objects-filter: remove CL_ARG__FILTER
Derrick Stolee
1
-2
/
+2
2022-03-23
ls-tree: split up "fast path" callbacks
Ævar Arnfjörð Bjarmason
1
-74
/
+125
2022-03-23
ls-tree: detect and error on --name-only --name-status
Ævar Arnfjörð Bjarmason
1
-1
/
+10
2022-03-23
ls-tree: support --object-only option for "git-ls-tree"
Teng Long
1
-1
/
+12
2022-03-23
ls-tree: introduce "--format" option
Ævar Arnfjörð Bjarmason
1
-3
/
+150
2022-03-23
ls-tree: introduce struct "show_tree_data"
Ævar Arnfjörð Bjarmason
1
-15
/
+27
2022-03-23
ls-tree: slightly refactor `show_tree()`
Teng Long
1
-37
/
+61
2022-03-23
ls-tree: fix "--name-only" and "--long" combined use bug
Teng Long
1
-6
/
+6
2022-03-23
ls-tree: simplify nesting if/else logic in "show_tree()"
Teng Long
1
-12
/
+9
2022-03-23
ls-tree: rename "retval" to "recurse" in "show_tree()"
Teng Long
1
-4
/
+4
2022-03-23
ls-tree: use "size_t", not "int" for "struct strbuf"'s "len"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-03-23
ls-tree: use "enum object_type", not {blob,tree,commit}_type
Ævar Arnfjörð Bjarmason
1
-6
/
+6
2022-03-23
ls-tree: add missing braces to "else" arms
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2022-03-23
ls-tree: remove commented-out code
Ævar Arnfjörð Bjarmason
1
-9
/
+0
2022-03-21
Merge branch 'ds/partial-bundles'
Junio C Hamano
3
-26
/
+25
2022-03-18
rebase: set REF_HEAD_DETACH in checkout_up_to_date()
John Cai
1
-0
/
+2
2022-03-17
reflog exists: use parse_options() API
Ævar Arnfjörð Bjarmason
1
-22
/
+16
2022-03-17
git reflog [expire|delete]: make -h output consistent with SYNOPSIS
Ævar Arnfjörð Bjarmason
1
-6
/
+5
2022-03-17
reflog: move "usage" variables and use macros
Ævar Arnfjörð Bjarmason
1
-15
/
+24
2022-03-17
reflog: refactor cmd_reflog() to "if" branches
Ævar Arnfjörð Bjarmason
1
-6
/
+3
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-16
fetch: fetch unpopulated, changed submodules
Glen Choo
1
-7
/
+7
2022-03-16
submodule--helper: remove forward declaration
Glen Choo
1
-197
/
+196
2022-03-16
submodule: move core cmd_update() logic to C
Atharva Raykar
1
-105
/
+124
2022-03-16
submodule--helper: reduce logic in run_update_procedure()
Glen Choo
1
-13
/
+17
2022-03-16
submodule--helper: teach update_data more options
Glen Choo
1
-75
/
+75
2022-03-16
builtin/submodule--helper.c: rename option struct to "opt"
Ævar Arnfjörð Bjarmason
1
-26
/
+26
2022-03-16
submodule update: use die_message()
Glen Choo
1
-19
/
+14
2022-03-16
submodule--helper: run update using child process struct
Atharva Raykar
1
-18
/
+16
2022-03-16
Merge branch 'gc/submodule-update-part1' into gc/submodule-update-part2
Junio C Hamano
1
-107
/
+141
2022-03-15
cat-file: skip expanding default format
John Cai
1
-6
/
+23
2022-03-14
stash: make internal resets quiet and refresh index
Victoria Dye
1
-2
/
+3
2022-03-14
reset: suppress '--no-refresh' advice if logging is silenced
Victoria Dye
1
-1
/
+1
2022-03-14
reset: replace '--quiet' with '--no-refresh' in performance advice
Victoria Dye
1
-4
/
+4
2022-03-14
reset: introduce --[no-]refresh option to --mixed
Victoria Dye
1
-1
/
+12
2022-03-14
reset: revise index refresh advice
Victoria Dye
1
-2
/
+2
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
[prev]
[next]