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
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-12
add: check return value of launch_editor
Jeff King
1
-0
/
+7
2015-05-12
completion: simplify query for config variables
SZEDER Gábor
1
-0
/
+12
2015-05-12
completion: add a helper function to get config variables
SZEDER Gábor
1
-0
/
+22
2015-05-11
Merge branch 'mm/usage-log-l-can-take-regex' into maint-2.3
Junio C Hamano
1
-4
/
+4
2015-05-11
Merge branch 'jc/diff-no-index-d-f' into maint-2.3
Junio C Hamano
1
-0
/
+34
2015-05-11
Merge branch 'jc/hash-object'
Junio C Hamano
1
-0
/
+11
2015-05-11
Merge branch 'jk/filter-branch-use-of-sed-on-incomplete-line'
Junio C Hamano
1
-0
/
+10
2015-05-11
Merge branch 'tb/blame-resurrect-convert-to-git'
Junio C Hamano
1
-3
/
+15
2015-05-11
Merge branch 'va/fix-git-p4-tests'
Junio C Hamano
1
-8
/
+3
2015-05-11
Merge branch 'ld/p4-case-fold'
Junio C Hamano
2
-1
/
+55
2015-05-11
Merge branch 'va/p4-client-path'
Junio C Hamano
1
-0
/
+106
2015-05-11
Merge branch 'mm/add-p-split-error'
Junio C Hamano
2
-11
/
+59
2015-05-11
Merge branch 'tb/t0027-crlf'
Junio C Hamano
1
-109
/
+134
2015-05-11
Merge branch 'ls/p4-changes-block-size'
Junio C Hamano
1
-0
/
+64
2015-05-11
Merge branch 'jk/reading-packed-refs'
Junio C Hamano
1
-0
/
+8
2015-05-11
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
6
-0
/
+389
2015-05-11
Merge branch 'pt/credential-xdg'
Junio C Hamano
1
-0
/
+114
2015-05-11
ref_transaction_commit(): delete extra "the" from error message
Michael Haggerty
1
-7
/
+7
2015-05-11
lock_ref_sha1_basic(): improve diagnostics for ref D/F conflicts
Michael Haggerty
1
-4
/
+4
2015-05-11
refs: check for D/F conflicts among refs created in a transaction
Michael Haggerty
1
-1
/
+1
2015-05-11
t1404: new tests of ref D/F conflicts within transactions
Michael Haggerty
1
-0
/
+107
2015-05-07
tests: skip dav http-push tests under NO_EXPAT=NoThanks
Junio C Hamano
1
-0
/
+6
2015-05-07
t/lib-httpd.sh: skip tests if NO_CURL is defined
Jeff King
7
-35
/
+6
2015-05-06
t1006: add tests for git cat-file --allow-unknown-type
Karthik Nayak
1
-0
/
+45
2015-05-05
Merge branch 'mm/usage-log-l-can-take-regex'
Junio C Hamano
1
-4
/
+4
2015-05-05
Merge branch 'ep/fix-test-lib-functions-report'
Junio C Hamano
1
-2
/
+2
2015-05-05
Merge branch 'cn/bom-in-gitignore'
Junio C Hamano
1
-0
/
+9
2015-05-05
Merge branch 'nd/t1509-chroot-test'
Junio C Hamano
1
-9
/
+29
2015-05-05
Merge branch 'jk/type-from-string-gently'
Junio C Hamano
1
-0
/
+8
2015-05-05
Merge branch 'ld/p4-filetype-detection'
Junio C Hamano
1
-5
/
+5
2015-05-05
Merge branch 'jc/diff-no-index-d-f'
Junio C Hamano
1
-0
/
+34
2015-05-05
t1007: add hash-object --literally tests
Eric Sunshine
1
-0
/
+11
2015-05-03
blame: CRLF in the working tree and LF in the repo
Torsten Bögershausen
1
-3
/
+15
2015-04-29
merge: deprecate 'git merge <message> HEAD <commit>' syntax
Junio C Hamano
4
-6
/
+6
2015-04-29
merge: handle FETCH_HEAD internally
Junio C Hamano
1
-5
/
+5
2015-04-29
t5520: test pulling an octopus into an unborn branch
Junio C Hamano
1
-0
/
+9
2015-04-29
t5520: style fixes
Junio C Hamano
1
-16
/
+6
2015-04-29
merge: test the top-level merge driver
Junio C Hamano
1
-0
/
+136
2015-04-29
filter-branch: avoid passing commit message through sed
Jeff King
1
-0
/
+10
2015-04-29
rebase -i: redo tasks that die during cherry-pick
Phil Hord
1
-0
/
+47
2015-04-28
test-lib: turn on GIT_TEST_CHAIN_LINT by default
Jeff King
1
-1
/
+1
2015-04-28
t7502-commit.sh: fix a broken and-chain
Ramsay Jones
1
-1
/
+1
2015-04-28
connect: improve check for plink to reduce false positives
brian m. carlson
1
-0
/
+33
2015-04-28
t5601: fix quotation error leading to skipped tests
brian m. carlson
1
-1
/
+1
2015-04-28
test: validate prerequistes syntax
Junio C Hamano
1
-0
/
+9
2015-04-28
git-p4: add failing tests for case-folding p4d
Luke Diamand
2
-1
/
+55
2015-04-28
git-p4: t9814: prevent --chain-lint failure
Luke Diamand
1
-8
/
+3
2015-04-27
Merge branch 'tb/connect-ipv6-parse-fix' into maint
Junio C Hamano
2
-16
/
+22
2015-04-25
t0027: Add repoMIX and LF_nul
Torsten Bögershausen
1
-72
/
+85
2015-04-23
git-p4: improve client path detection when branches are used
Vitor Antunes
1
-1
/
+1
[prev]
[next]