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
2021-12-22
reflog delete: narrow scope of "cmd" passed to count_reflog_ent()
Ævar Arnfjörð Bjarmason
1
-11
/
+11
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-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-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
2021-12-01
repack.c: LLP64 compatibility, upcast unity for left shift
Philip Oakley
1
-1
/
+1
2021-12-01
update documentation for new zdiff3 conflictStyle
Elijah Newren
1
-1
/
+1
2021-12-01
xdiff: implement a zealous diff3, or "zdiff3"
Phillip Wood
1
-0
/
+2
2021-11-29
Merge branch 'tb/plug-pack-bitmap-leaks'
Junio C Hamano
3
-5
/
+14
2021-11-29
Merge branch 'jc/fix-ref-sorting-parse'
Junio C Hamano
4
-23
/
+24
2021-11-29
Merge branch 'so/stash-staged'
Junio C Hamano
1
-9
/
+71
2021-11-29
Merge branch 'vd/sparse-reset' into ld/sparse-diff-blame
Junio C Hamano
1
-6
/
+107
2021-11-29
reset: make --mixed sparse-aware
Victoria Dye
1
-2
/
+85
2021-11-29
reset: integrate with sparse index
Victoria Dye
1
-3
/
+7
2021-11-25
run-command API: remove "env" member, always use "env_array"
Ævar Arnfjörð Bjarmason
2
-8
/
+9
2021-11-25
difftool: use "env_array" to simplify memory management
Ævar Arnfjörð Bjarmason
1
-10
/
+4
2021-11-25
run-command API users: use strvec_push(), not argv construction
Ævar Arnfjörð Bjarmason
1
-19
/
+12
2021-11-25
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
7
-47
/
+24
2021-11-25
upload-archive: use regular "struct child_process" pattern
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2021-11-25
worktree: stop being overly intimate with run_command() internals
Eric Sunshine
1
-4
/
+3
[next]