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
2009-03-22
format-patch: --numbered-files and --stdout aren't mutually exclusive
Stephen Boyd
2
-1
/
+171
2009-03-22
format-patch: --attach/inline uses filename instead of SHA1
Stephen Boyd
10
-32
/
+94
2009-03-22
diff --cached: do not borrow from a work tree when a path is marked as assume...
Junio C Hamano
1
-0
/
+8
2009-03-22
Smudge the files fed to external diff and textconv
Johannes Schindelin
1
-0
/
+16
2009-03-22
t5503: GIT_DEBUG_SEND_PACK is not supported on MinGW
Johannes Sixt
1
-0
/
+7
2009-03-22
t7004: Use prerequisite tags to skip tests that need gpg
Johannes Sixt
1
-49
/
+48
2009-03-22
Use prerequisites to skip tests that need unzip
Johannes Sixt
2
-11
/
+11
2009-03-22
t3700: Skip a test with backslashes in pathspec
Johannes Sixt
2
-1
/
+3
2009-03-22
Skip tests that require a filesystem that obeys POSIX permissions
Johannes Sixt
6
-19
/
+23
2009-03-22
t0060: Fix tests on Windows
Johannes Sixt
1
-33
/
+83
2009-03-22
Use prerequisite tags to skip tests that depend on symbolic links
Johannes Sixt
32
-76
/
+211
2009-03-22
t9100, t9129: Use prerequisite tags for UTF-8 tests
Johannes Sixt
2
-31
/
+28
2009-03-22
t5302: Use prerequisite tags to skip 64-bit offset tests
Johannes Sixt
1
-10
/
+5
2009-03-22
Skip tests that fail if the executable bit is not handled by the filesystem
Johannes Sixt
5
-20
/
+42
2009-03-22
t3600: Use test prerequisite tags
Johannes Sixt
1
-28
/
+30
2009-03-21
Merge branch 'mg/test-installed'
Junio C Hamano
1
-3
/
+11
2009-03-21
Merge branch 'tr/maint-1.6.0-send-email-irt' into maint
Junio C Hamano
1
-0
/
+11
2009-03-21
Merge branch 'mg/maint-submodule-normalize-path' into maint
Junio C Hamano
1
-0
/
+49
2009-03-21
Merge branch 'js/rsync-local' into maint
Junio C Hamano
1
-19
/
+20
2009-03-21
Merge branch 'jc/maint-1.6.0-read-tree-overlay' into maint
Junio C Hamano
1
-0
/
+31
2009-03-21
Merge branch 'js/maint-1.6.0-path-normalize' into maint-1.6.1
Junio C Hamano
2
-19
/
+20
2009-03-21
Merge branch 'jc/maint-1.6.0-pack-directory' into maint-1.6.1
Junio C Hamano
1
-0
/
+17
2009-03-21
pack-objects: don't loosen objects available in alternate or kept packs
Brandon Casey
1
-1
/
+1
2009-03-21
t7700: demonstrate repack flaw which may loosen objects unnecessarily
Brandon Casey
1
-0
/
+17
2009-03-21
git-branch: display "was sha1" on branch deletion rather than just "sha1"
Brandon Casey
1
-1
/
+1
2009-03-21
test-lib: Infrastructure to test and check for prerequisites
Johannes Sixt
2
-5
/
+54
2009-03-20
http tests: Darwin is not that special
Junio C Hamano
1
-6
/
+1
2009-03-20
Merge branch 'mv/parseopt-ls-files'
Junio C Hamano
1
-1
/
+13
2009-03-20
Merge branch 'xx/db-refspec-vs-js-remote'
Junio C Hamano
1
-0
/
+12
2009-03-20
Merge branch 'jc/clone-branch-rebase'
Junio C Hamano
1
-0
/
+15
2009-03-20
Merge branch 'js/rebase-i-opt'
Junio C Hamano
1
-0
/
+11
2009-03-20
Merge branch 'fc/parseopt-config'
Junio C Hamano
1
-1
/
+8
2009-03-20
pack-objects: only repack or loosen objects residing in "local" packs
Brandon Casey
1
-1
/
+1
2009-03-20
git-repack.sh: don't use --kept-pack-only option to pack-objects
Brandon Casey
1
-1
/
+1
2009-03-20
t7700-repack: add two new tests demonstrating repacking flaws
Brandon Casey
1
-0
/
+44
2009-03-20
Add a test for checking whether gitattributes is honored by checkout.
Kristian Amlie
1
-0
/
+31
2009-03-20
make oneline reflog dates more consistent with multiline format
Jeff King
1
-0
/
+67
2009-03-19
t0050: Check whether git init detected symbolic link support correctly
Johannes Sixt
1
-2
/
+26
2009-03-19
Tests on Windows: $(pwd) must return Windows-style paths
Johannes Sixt
3
-3
/
+7
2009-03-19
test-lib: Work around missing sum on Windows
Johannes Sixt
1
-0
/
+3
2009-03-19
test-lib: Work around incompatible sort and find on Windows
Johannes Sixt
1
-0
/
+13
2009-03-19
t5602: Work around path mangling on MSYS
Johannes Sixt
1
-2
/
+2
2009-03-19
t5300, t5302, t5303: Do not use /dev/zero
Johannes Sixt
3
-15
/
+16
2009-03-19
t2200, t7004: Avoid glob pattern that also matches files
Johannes Sixt
2
-3
/
+4
2009-03-19
t7300: fix clean up on Windows
Johannes Schindelin
1
-3
/
+3
2009-03-19
test-lib: Introduce test_chmod and use it instead of update-index --chmod
Johannes Sixt
7
-43
/
+24
2009-03-19
test-lib: Simplify test counting.
Johannes Sixt
3
-11
/
+5
2009-03-19
test-lib: Replace uses of $(expr ...) by POSIX shell features.
Johannes Sixt
1
-12
/
+11
2009-03-19
Call 'say' outside test_expect_success
Johannes Sixt
3
-19
/
+22
2009-03-19
test suite: Use 'say' to say something instead of 'test_expect_success'
Johannes Sixt
10
-15
/
+15
[prev]
[next]