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-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
2022-01-07
t7508: add tests capturing racy timestamp handling
Marc Strapetz
1
-0
/
+22
2022-01-07
t7508: fix bogus mtime verification
Marc Strapetz
1
-5
/
+3
2022-01-07
test-lib: introduce API for verifying file mtime
Marc Strapetz
1
-0
/
+33
2022-01-07
apply: use strsets to track symlinks
René Scharfe
2
-49
/
+19
2022-01-06
git-p4: fix instantiation of CalledProcessError
Joel Holdsworth
1
-3
/
+3
2022-01-06
git-p4: don't print shell commands as python lists
Joel Holdsworth
1
-8
/
+9
2022-01-06
git-p4: pass command arguments as lists instead of using shell
Joel Holdsworth
1
-62
/
+43
2022-01-06
git-p4: don't select shell mode using the type of the command argument
Joel Holdsworth
1
-63
/
+63
2022-01-06
grep: use grep_and_expr() in compile_pattern_and()
Taylor Blau
1
-6
/
+7
2022-01-06
receive-pack.c: consolidate find header logic
John Cai
3
-25
/
+29
2022-01-06
grep: extract grep_binexp() from grep_or_expr()
Taylor Blau
1
-2
/
+9
2022-01-06
grep: use grep_not_expr() in compile_pattern_not()
René Scharfe
1
-13
/
+11
2022-01-06
grep: use grep_or_expr() in compile_pattern_or()
René Scharfe
1
-15
/
+11
2022-01-05
The seventh batch
Junio C Hamano
1
-0
/
+49
2022-01-05
Merge branch 'rs/daemon-plug-leak'
Junio C Hamano
1
-1
/
+1
2022-01-05
Merge branch 'rs/pcre2-utf'
Junio C Hamano
2
-2
/
+8
2022-01-05
Merge branch 'jc/t4204-do-not-write-git-on-upstream-of-pipe'
Junio C Hamano
1
-12
/
+17
2022-01-05
Merge branch 'rs/log-invert-grep-with-headers'
Junio C Hamano
5
-7
/
+42
2022-01-05
Merge branch 'gh/gpg-doc-markup-fix'
Junio C Hamano
1
-1
/
+1
2022-01-05
Merge branch 'rs/t4202-invert-grep-test-fix'
Junio C Hamano
1
-1
/
+1
2022-01-05
Merge branch 'ds/repack-fixlets'
Junio C Hamano
4
-5
/
+55
2022-01-05
Merge branch 'jc/merge-detached-head-name'
Junio C Hamano
7
-5
/
+67
2022-01-05
Merge branch 'km/help-prompt-fix'
Junio C Hamano
1
-1
/
+1
2022-01-05
Merge branch 'jv/use-larger-buffer-in-upload-pack'
Junio C Hamano
1
-5
/
+12
2022-01-05
Merge branch 'jk/ssh-signing-doc-markup-fix'
Junio C Hamano
1
-1
/
+1
2022-01-05
Merge branch 'pw/diff-color-moved-fix'
Junio C Hamano
3
-256
/
+437
2022-01-05
Merge branch 'xw/am-empty'
Junio C Hamano
6
-16
/
+211
2022-01-05
Merge branch 'en/keep-cwd'
Junio C Hamano
13
-22
/
+442
[prev]
[next]