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-04-04
Merge branch 'tl/ls-tree-oid-only'
Junio C Hamano
1
-61
/
+305
2022-04-04
Merge branch 'ab/reflog-parse-options'
Junio C Hamano
1
-51
/
+95
2022-03-30
Merge branch 'vd/stash-silence-reset'
Junio C Hamano
2
-8
/
+10
2022-03-29
Merge branch 'jc/rebase-detach-fix'
Junio C Hamano
1
-0
/
+2
2022-03-28
reflog: fix 'show' subcommand's argv
SZEDER Gábor
1
-2
/
+2
2022-03-25
Merge branch 'gc/recursive-fetch-with-unused-submodules'
Junio C Hamano
1
-7
/
+7
2022-03-25
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
3
-10
/
+20
2022-03-24
reset: show --no-refresh in the short-help
Junio C Hamano
1
-3
/
+3
2022-03-23
reflog [show]: display sensible -h output
Ævar Arnfjörð Bjarmason
1
-2
/
+23
2022-03-23
reflog: convert to parse_options() API
Ævar Arnfjörð Bjarmason
1
-8
/
+32
2022-03-23
reset: remove 'reset.refresh' config option
Victoria Dye
1
-3
/
+1
2022-03-23
reset: remove 'reset.quiet' config option
Victoria Dye
1
-1
/
+0
2022-03-23
reset: do not make '--quiet' disable index refresh
Victoria Dye
1
-8
/
+1
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-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-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
[next]