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-01-03
Merge branch 'en/sparse-checkout-set'
Junio C Hamano
2
-48
/
+158
2022-01-03
Merge branch 'ns/tmp-objdir'
Junio C Hamano
2
-5
/
+17
2022-01-03
Merge branch 'jc/unleak-log'
Junio C Hamano
1
-0
/
+1
2021-12-23
sparse-checkout: remove stray trailing space
Elijah Newren
1
-1
/
+1
2021-12-22
Merge branch 'ab/fetch-set-upstream-while-detached'
Junio C Hamano
1
-0
/
+10
2021-12-21
Merge branch 'ld/sparse-diff-blame'
Junio C Hamano
2
-0
/
+8
2021-12-21
Merge branch 'en/name-rev-shorter-output'
Junio C Hamano
1
-4
/
+13
2021-12-21
Merge branch 'ak/protect-any-current-branch'
Junio C Hamano
4
-100
/
+124
2021-12-21
Merge branch 'fs/ssh-signing-key-lifetime'
Junio C Hamano
1
-2
/
+4
2021-12-21
Merge branch 'jk/log-decorate-opts-with-implicit-decorate'
Junio C Hamano
1
-4
/
+19
2021-12-16
format-patch: mark rev_info with UNLEAK
Junio C Hamano
1
-0
/
+1
2021-12-15
clone: avoid using deprecated `sparse-checkout init`
Elijah Newren
1
-1
/
+1
2021-12-15
sparse-checkout: enable reapply to take --[no-]{cone,sparse-index}
Elijah Newren
1
-1
/
+17
2021-12-15
sparse-checkout: enable `set` to initialize sparse-checkout mode
Elijah Newren
1
-1
/
+26
2021-12-15
sparse-checkout: split out code for tweaking settings config
Elijah Newren
1
-19
/
+37
2021-12-15
sparse-checkout: disallow --no-stdin as an argument to set
Elijah Newren
1
-2
/
+3
2021-12-15
sparse-checkout: add sanity-checks on initial sparsity state
Elijah Newren
1
-0
/
+20
2021-12-15
sparse-checkout: break apart functions for sparse_checkout_(set|add)
Elijah Newren
1
-14
/
+40
2021-12-15
sparse-checkout: pass use_stdin as a parameter instead of as a global
Elijah Newren
1
-12
/
+16
2021-12-15
Merge branch 'ab/die-with-bug'
Junio C Hamano
1
-1
/
+1
2021-12-15
Merge branch 'es/worktree-chatty-to-stderr'
Junio C Hamano
1
-7
/
+7
2021-12-15
Merge branch 'hn/reflog-tests'
Junio C Hamano
1
-5
/
+7
2021-12-15
Merge branch 'rj/receive-pack-avoid-sigpipe-during-status-reporting'
Junio C Hamano
1
-0
/
+2
2021-12-15
Merge branch 'ab/run-command'
Junio C Hamano
10
-90
/
+55
2021-12-15
Merge branch 'en/zdiff3'
Junio C Hamano
2
-1
/
+3
2021-12-10
Merge branch 'mp/absorb-submodule-git-dir-upon-deinit'
Junio C Hamano
1
-10
/
+11
2021-12-10
Merge branch 'hn/create-reflog-simplify'
Junio C Hamano
1
-1
/
+1
2021-12-10
Merge branch 'vd/sparse-reset'
Junio C Hamano
1
-6
/
+107
2021-12-10
Merge branch 'po/size-t-for-vs'
Junio C Hamano
1
-1
/
+1
2021-12-10
Merge branch 'ah/advice-pull-has-no-preference-between-rebase-and-merge'
Junio C Hamano
1
-1
/
+1
2021-12-10
Merge branch 'ab/checkout-branch-info-leakfix'
Junio C Hamano
1
-31
/
+55
2021-12-10
Merge branch 'tw/var-default-branch'
Junio C Hamano
1
-0
/
+7
2021-12-10
Merge branch 'ja/doc-cleanup'
Junio C Hamano
1
-1
/
+1
2021-12-09
ssh signing: use sigc struct to pass payload
Fabian Stelzer
1
-2
/
+4
2021-12-08
tmp-objdir: new API for creating temporary writable databases
Neeraj Singh
2
-5
/
+17
2021-12-07
pull, fetch: fix segfault in --set-upstream option
Ævar Arnfjörð Bjarmason
1
-0
/
+10
2021-12-07
pack-objects: use BUG(...) not die("BUG: ...")
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-12-06
blame: enable and test the sparse index
Lessley Dennington
1
-0
/
+3
2021-12-06
diff: enable and test the sparse index
Lessley Dennington
1
-0
/
+5
2021-12-04
name-rev: prefer shorter names over following merges
Elijah Newren
1
-4
/
+13
2021-12-04
worktree: send "chatty" messages to stderr
Eric Sunshine
1
-7
/
+7
2021-12-02
show-branch: show reflog message
Han-Wen Nienhuys
1
-5
/
+7
2021-12-01
log: load decorations with --simplify-by-decoration
Jeff King
1
-2
/
+3
2021-12-01
log: handle --decorate-refs with userformat "%d"
Jeff King
1
-2
/
+16
2021-12-01
receive-pack: protect current branch for bare repository worktree
Anders Kaseorg
1
-5
/
+3
2021-12-01
receive-pack: clean dead code from update_worktree()
Anders Kaseorg
1
-16
/
+7
2021-12-01
fetch: protect branches checked out in all worktrees
Anders Kaseorg
1
-35
/
+40
2021-12-01
worktree: simplify find_shared_symref() memory ownership model
Anders Kaseorg
3
-24
/
+52
2021-12-01
receive-pack: lowercase error messages
Anders Kaseorg
1
-5
/
+5
2021-12-01
fetch: lowercase error messages
Anders Kaseorg
1
-24
/
+26
[next]