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
2018-03-05
Makefile: add NO_PERL_CPAN_FALLBACKS knob
Todd Zullinger
1
-0
/
+8
2018-03-05
perl: move the perl/Git/FromCPAN tree to perl/FromCPAN
Ævar Arnfjörð Bjarmason
5
-3
/
+5
2018-03-05
perl: generalize the Git::LoadCPAN facility
Ævar Arnfjörð Bjarmason
3
-58
/
+82
2018-03-05
perl: move CPAN loader wrappers to another namespace
Ævar Arnfjörð Bjarmason
5
-10
/
+10
2018-03-05
perl: update our copy of Mail::Address
Ævar Arnfjörð Bjarmason
1
-2
/
+6
2018-03-05
perl: update our ancient copy of Error.pm
Ævar Arnfjörð Bjarmason
2
-41
/
+255
2018-03-05
git-send-email: unconditionally use Net::{SMTP,Domain}
Ævar Arnfjörð Bjarmason
1
-13
/
+11
2018-03-05
Git.pm: hard-depend on the File::{Temp,Spec} modules
Ævar Arnfjörð Bjarmason
1
-8
/
+2
2018-03-05
gitweb: hard-depend on the Digest::MD5 5.8 module
Ævar Arnfjörð Bjarmason
2
-15
/
+5
2018-03-05
add -p: don't rely on apply's '--recount' option
Phillip Wood
1
-1
/
+1
2018-03-05
add -p: fix counting when splitting and coalescing
Phillip Wood
2
-8
/
+34
2018-03-05
add -p: calculate offset delta for edited patches
Phillip Wood
2
-10
/
+51
2018-03-01
userdiff: add built-in pattern for golang
Alban Gruin
8
-0
/
+37
2018-03-01
write_locked_index(): add flag to avoid writing unchanged index
Martin Ågren
10
-40
/
+37
2018-03-01
add -p: adjust offsets of subsequent hunks when one is skipped
Phillip Wood
2
-3
/
+14
2018-03-01
t3701: add failing test for pathological context lines
Phillip Wood
1
-0
/
+30
2018-03-01
t3701: don't hard code sha1 hash values
Phillip Wood
1
-10
/
+23
2018-03-01
commit: run git gc --auto just before the post-commit hook
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2018-02-28
hooks/pre-auto-gc-battery: allow gc to run on non-laptops
Adam Borowski
1
-1
/
+1
2018-02-28
Sixth batch for 2.17
Junio C Hamano
1
-5
/
+25
2018-02-28
Merge branch 'jk/push-options-via-transport-fix'
Junio C Hamano
2
-12
/
+39
2018-02-28
Merge branch 'tz/do-not-clean-spec-file'
Junio C Hamano
1
-1
/
+1
2018-02-28
Merge branch 'tg/worktree-create-tracking'
Junio C Hamano
1
-2
/
+3
2018-02-28
Merge branch 'gs/test-unset-xdg-cache-home'
Junio C Hamano
1
-0
/
+1
2018-02-28
Merge branch 'tk/apply-dev-null-verify-name-fix'
Junio C Hamano
2
-1
/
+18
2018-02-28
Merge branch 'sb/status-doc-fix'
Junio C Hamano
1
-2
/
+2
2018-02-28
Merge branch 'es/worktree-add-post-checkout-hook'
Junio C Hamano
2
-12
/
+62
2018-02-28
Merge branch 'nd/am-quit'
Junio C Hamano
4
-4
/
+28
2018-02-28
untracked cache: use git_env_bool() not getenv() for customization
Junio C Hamano
2
-4
/
+14
2018-02-28
travis-ci: run tests with '-x' tracing
SZEDER Gábor
1
-1
/
+1
2018-02-28
t/README: add a note about don't saving stderr of compound commands
SZEDER Gábor
1
-3
/
+17
2018-02-28
t1510-repo-setup: mark as untraceable with '-x'
SZEDER Gábor
1
-0
/
+4
2018-02-28
t9903-bash-prompt: don't check the stderr of __git_ps1()
SZEDER Gábor
1
-12
/
+2
2018-02-28
t5570-git-daemon: don't check the stderr of a subshell
SZEDER Gábor
1
-1
/
+1
2018-02-28
t5526: use $TRASH_DIRECTORY to specify the path of GIT_TRACE log file
SZEDER Gábor
1
-1
/
+1
2018-02-28
t5500-fetch-pack: don't check the stderr of a subshell
SZEDER Gábor
1
-6
/
+6
2018-02-28
t3030-merge-recursive: don't check the stderr of a subshell
SZEDER Gábor
1
-16
/
+20
2018-02-28
sequencer: do not roll back lockfile unnecessarily
Martin Ågren
1
-12
/
+6
2018-02-28
merge: always roll back lock in `checkout_fast_forward()`
Martin Ågren
1
-3
/
+9
2018-02-28
merge-recursive: always roll back lock in `merge_recursive_generic()`
Martin Ågren
1
-1
/
+4
2018-02-28
t5536: simplify checking of messages output to stderr
SZEDER Gábor
1
-18
/
+4
2018-02-27
diff: add --compact-summary
Nguyễn Thái Ngọc Duy
8
-0
/
+83
2018-02-27
revision.c: reduce object database queries
Derrick Stolee
1
-1
/
+2
2018-02-27
perf: use GIT_PERF_REPEAT_COUNT=3 by default even without config file
René Scharfe
1
-5
/
+3
2018-02-27
Git.pm: add the "use warnings" pragma
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2018-02-27
Git.pm: remove redundant "use strict" from sub-package
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2018-02-27
perl: *.pm files should not have the executable bit
Ævar Arnfjörð Bjarmason
1
-0
/
+0
2018-02-27
sequencer: always roll back lock in `do_recursive_merge()`
Martin Ågren
1
-1
/
+3
2018-02-27
sequencer: make lockfiles non-static
Martin Ågren
1
-5
/
+5
2018-02-27
sha1_name: fix uninitialized memory errors
Derrick Stolee
1
-7
/
+7
[prev]
[next]