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-01-10
Merge branch 'ja/i18n-similar-messages'
Junio C Hamano
51
-178
/
+189
2022-01-10
Merge branch 'en/merge-ort-renorm-with-rename-delete-conflict-fix'
Junio C Hamano
2
-3
/
+42
2022-01-10
Merge branch 'jc/doc-submitting-patches-choice-of-base'
Junio C Hamano
1
-14
/
+39
2022-01-10
Merge branch 'jl/subtree-check-parents-argument-passing-fix'
Junio C Hamano
1
-4
/
+3
2022-01-10
Merge branch 'lh/use-gnu-color-in-grep'
Junio C Hamano
1
-3
/
+3
2022-01-10
Merge branch 'js/branch-track-inherit'
Junio C Hamano
16
-67
/
+312
2022-01-10
Merge branch 'ab/usage-die-message'
Junio C Hamano
9
-34
/
+71
2022-01-10
Merge branch 'jz/apply-3-corner-cases'
Junio C Hamano
2
-1
/
+21
2022-01-10
Merge branch 'hn/reftable-fixes'
Junio C Hamano
8
-11
/
+101
2022-01-10
Merge branch 'ab/reflog-prep'
Junio C Hamano
3
-120
/
+150
2022-01-10
Merge branch 'ab/do-not-limit-stash-help-to-push'
Junio C Hamano
2
-0
/
+20
2022-01-10
Merge branch 'ab/makefile-hook-list-dependency-fix'
Junio C Hamano
1
-2
/
+2
2022-01-10
Merge branch 'ab/makefile-pager-env-is-used-only-by-pager.c'
Junio C Hamano
1
-5
/
+6
2022-01-10
Merge branch 'ab/makefile-msgfmt-wo-stats'
Junio C Hamano
1
-1
/
+1
2022-01-10
Merge branch 'hn/refs-debug-update'
Junio C Hamano
6
-20
/
+19
2022-01-10
Merge branch 'ds/fetch-pull-with-sparse-index'
Junio C Hamano
8
-82
/
+168
2022-01-10
Merge branch 'hn/ref-api-tests-update'
Junio C Hamano
3
-11
/
+24
2022-01-10
Merge branch 'jh/p4-remove-unused'
Junio C Hamano
1
-76
/
+0
2022-01-10
Merge branch 'ja/perf-use-specified-shell'
Junio C Hamano
1
-1
/
+1
2022-01-10
Merge branch 'hn/test-ref-store-show-hash-algo'
Junio C Hamano
1
-4
/
+5
2022-01-10
Merge branch 'ws/fast-export-with-revision-options'
Junio C Hamano
2
-36
/
+36
2022-01-10
Merge branch 'js/l10n-mention-ngettext-early-in-readme'
Junio C Hamano
1
-0
/
+4
2022-01-10
Merge branch 'jh/p4-human-unit-numbers'
Junio C Hamano
1
-6
/
+21
2022-01-10
Merge branch 'ds/sparse-checkout-malformed-pattern-fix'
Junio C Hamano
3
-6
/
+42
2022-01-10
cache.h: drop duplicate `ensure_full_index()` declaration
Martin Ågren
1
-2
/
+0
2022-01-10
name-rev.c: use strbuf_getline instead of limited size buffer
John Cai
1
-6
/
+5
2022-01-10
name-rev: deprecate --stdin in favor of --annotate-stdin
John Cai
8
-26
/
+67
2022-01-09
lazyload: use correct calling conventions
Matthias Aßhauer
5
-10
/
+15
2022-01-07
stable-qsort: avoid using potentially unaligned access
René Scharfe
1
-11
/
+5
2022-01-07
run-command: remove old run_hook_{le,ve}() hook API
Emily Shaffer
2
-49
/
+0
2022-01-07
receive-pack: convert push-to-checkout hook to hook.h
Emily Shaffer
1
-2
/
+5
2022-01-07
read-cache: convert post-index-change to use hook.h
Emily Shaffer
3
-3
/
+3
2022-01-07
commit: convert {pre-commit,prepare-commit-msg} hook to hook.h
Emily Shaffer
1
-7
/
+8
2022-01-07
git-p4: use 'git hook' to run hooks
Emily Shaffer
1
-64
/
+6
2022-01-07
send-email: use 'git hook run' for 'sendemail-validate'
Emily Shaffer
2
-10
/
+16
2022-01-07
git hook run: add an --ignore-missing flag
Ævar Arnfjörð Bjarmason
3
-3
/
+20
2022-01-07
hooks: convert worktree 'post-checkout' hook to hook library
Emily Shaffer
3
-15
/
+25
2022-01-07
hooks: convert non-worktree 'post-checkout' hook to hook library
Emily Shaffer
3
-3
/
+6
2022-01-07
merge: convert post-merge to use hook.h
Emily Shaffer
1
-1
/
+1
2022-01-07
am: convert applypatch-msg to use hook.h
Emily Shaffer
1
-1
/
+1
2022-01-07
rebase: convert pre-rebase to use hook.h
Emily Shaffer
1
-1
/
+2
2022-01-07
hook API: add a run_hooks_l() wrapper
Ævar Arnfjörð Bjarmason
2
-0
/
+24
2022-01-07
am: convert {pre,post}-applypatch to use hook.h
Emily Shaffer
1
-2
/
+2
2022-01-07
gc: use hook library for pre-auto-gc hook
Emily Shaffer
1
-1
/
+2
2022-01-07
hook API: add a run_hooks() wrapper
Ævar Arnfjörð Bjarmason
2
-0
/
+13
2022-01-07
hook: add 'run' subcommand
Emily Shaffer
11
-0
/
+392
2022-01-07
compat/qsort_s.c: avoid using potentially unaligned access
Junio C Hamano
1
-10
/
+4
2022-01-07
fetch: fix deadlock when cleaning up lockfiles in async signals
Patrick Steinhardt
4
-11
/
+33
2022-01-07
gpg-interface: trim CR from ssh-keygen
Fabian Stelzer
1
-10
/
+24
2022-01-07
update-index: refresh should rewrite index in case of racy timestamps
Marc Strapetz
4
-1
/
+77
[prev]
[next]