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
2022-03-23
Merge branch 'bc/block-sha1-without-gcc-asm-extension'
Junio C Hamano
1
-17
/
+0
2022-03-23
Merge branch 'gc/submodule-update-part1'
Junio C Hamano
4
-159
/
+183
2022-03-23
bundle: output hash information in 'verify'
Derrick Stolee
2
-7
/
+19
2022-03-23
bundle: move capabilities to end of 'verify'
Derrick Stolee
3
-11
/
+10
2022-03-23
pack-objects: parse --filter directly into revs.filter
Derrick Stolee
1
-6
/
+2
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
3
-8
/
+5
2022-03-23
git-prompt: put upstream comments together
Justin Donnelly
1
-5
/
+5
2022-03-23
git-prompt: make long upstream state indicator consistent
Justin Donnelly
1
-5
/
+5
2022-03-23
git-prompt: make upstream state indicator location consistent
Justin Donnelly
1
-12
/
+13
2022-03-23
git-prompt: rename `upstream` to `upstream_type`
Justin Donnelly
1
-13
/
+13
2022-03-23
hooks: fix "invoked hook" regression in a8cc5943338
Ævar Arnfjörð Bjarmason
1
-0
/
+1
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
2
-7
/
+19
2022-03-23
ls-tree: support --object-only option for "git-ls-tree"
Teng Long
4
-4
/
+36
2022-03-23
ls-tree: introduce "--format" option
Ævar Arnfjörð Bjarmason
3
-7
/
+272
2022-03-23
cocci: allow padding with `strbuf_addf()`
Johannes Schindelin
1
-3
/
+3
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
2
-6
/
+15
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-23
ls-tree tests: add tests for --name-status
Ævar Arnfjörð Bjarmason
1
-26
/
+29
2022-03-21
The thirteenth batch
Junio C Hamano
1
-0
/
+15
2022-03-21
Merge branch 'jy/gitweb-no-need-for-meta'
Junio C Hamano
2
-4
/
+15
2022-03-21
Merge branch 'pw/single-key-interactive'
Junio C Hamano
3
-6
/
+33
2022-03-21
Merge branch 'ds/partial-bundles'
Junio C Hamano
20
-133
/
+317
2022-03-21
Merge branch 'ep/test-malloc-check-with-glibc-2.34'
Junio C Hamano
1
-0
/
+18
2022-03-21
Merge branch 'sm/no-git-in-upstream-of-pipe-in-tests'
Junio C Hamano
7
-45
/
+72
2022-03-21
Makefile: use ' ', not non-existing $(wspfx_SQ)
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-03-18
rebase: set REF_HEAD_DETACH in checkout_up_to_date()
John Cai
2
-0
/
+11
2022-03-18
rebase: use test_commit helper in setup
John Cai
1
-7
/
+2
2022-03-17
reflog exists: use parse_options() API
Ævar Arnfjörð Bjarmason
2
-22
/
+21
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 tests: add missing "git reflog exists" tests
Ævar Arnfjörð Bjarmason
2
-5
/
+32
2022-03-17
reflog: refactor cmd_reflog() to "if" branches
Ævar Arnfjörð Bjarmason
1
-6
/
+3
2022-03-17
reflog.c: indent argument lists
Ævar Arnfjörð Bjarmason
1
-10
/
+10
2022-03-17
shallow: reset commit grafts when shallow is reset
Jonathan Tan
5
-0
/
+22
2022-03-17
http tests: use "test_hook" for "smart" and "dumb" http tests
Ævar Arnfjörð Bjarmason
2
-21
/
+14
2022-03-17
proc-receive hook tests: use "test_hook" instead of "write_script"
Ævar Arnfjörð Bjarmason
26
-67
/
+67
2022-03-17
tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"
Ævar Arnfjörð Bjarmason
8
-163
/
+165
2022-03-17
refs debug: add a wrapper for "read_symbolic_ref"
Ævar Arnfjörð Bjarmason
2
-13
/
+27
2022-03-17
packed-backend: remove stub BUG(...) functions
Ævar Arnfjörð Bjarmason
1
-79
/
+9
2022-03-17
misc *.c: use designated initializers for struct assignments
Ævar Arnfjörð Bjarmason
3
-5
/
+7
2022-03-17
refs: use designated initializers for "struct ref_iterator_vtable"
Ævar Arnfjörð Bjarmason
5
-23
/
+24
[prev]
[next]