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
2010-10-06
t4002 (diff-basic): use test_might_fail for commands that might fail
Elijah Newren
1
-6
/
+6
2010-10-06
t100[12] (read-tree-m-2way, read_tree_m_u_2way): add missing &&
Elijah Newren
2
-14
/
+14
2010-10-06
t4017 (diff-retval): replace manual exit code check with test_expect_code
Elijah Newren
1
-49
/
+20
2010-10-06
test-lib: make test_expect_code a test command
Ævar Arnfjörð Bjarmason
5
-38
/
+82
2010-10-06
Make test script t9157 executable
Junio C Hamano
1
-0
/
+0
2010-10-06
Merge branch 'bc/fix-cherry-pick-root'
Junio C Hamano
1
-0
/
+10
2010-10-06
Merge branch 'maint'
Junio C Hamano
2
-1
/
+50
2010-10-05
Merge early part of git-svn into maint
Junio C Hamano
1
-0
/
+50
2010-10-04
send-email: Don't leak To: headers between patches
Stephen Boyd
1
-0
/
+15
2010-10-03
t3020 (ls-files-error-unmatch): remove stray '1' from end of file
Elijah Newren
1
-1
/
+0
2010-10-03
Side-step MSYS-specific path "corruption" leading to t5560 failure.
Eric Sunshine
1
-2
/
+1
2010-10-03
Side-step sed line-ending "corruption" leading to t6038 failure.
Eric Sunshine
1
-1
/
+3
2010-10-01
Skip 'git archive --remote' test on msysGit
Pat Thoyts
1
-1
/
+1
2010-10-01
Do not strip CR when grepping HTTP headers.
Pat Thoyts
2
-0
/
+3
2010-10-01
Skip t1300.70 and 71 on msysGit.
Pat Thoyts
3
-10
/
+6
2010-09-30
Merge branch 'maint'
Junio C Hamano
1
-38
/
+14
2010-09-30
send-email: use Perl idioms in while loop
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2010-09-30
gitweb/Makefile: Add 'test' and 'test-installed' targets
Jakub Narebski
1
-0
/
+4
2010-09-30
t/gitweb-lib.sh: Add support for GITWEB_TEST_INSTALLED
Jakub Narebski
1
-2
/
+19
2010-09-30
t0004 (unwritable files): simplify error handling
Jonathan Nieder
1
-38
/
+14
2010-09-29
merge-recursive: Make room for directories in D/F conflicts
Elijah Newren
1
-1
/
+1
2010-09-29
handle_delete_modify(): Check whether D/F conflicts are still present
Elijah Newren
1
-1
/
+1
2010-09-29
merge_content(): Check whether D/F conflicts are still present
Elijah Newren
1
-4
/
+4
2010-09-29
conflict_rename_rename_1to2(): Fix checks for presence of D/F conflicts
Elijah Newren
1
-1
/
+1
2010-09-29
conflict_rename_delete(): Check whether D/F conflicts are still present
Elijah Newren
1
-2
/
+2
2010-09-29
merge-recursive: Delay content merging for renames
Elijah Newren
1
-1
/
+1
2010-09-29
merge-recursive: Move handling of double rename of one file to two
Elijah Newren
1
-1
/
+1
2010-09-29
merge-recursive: Avoid doubly merging rename/add conflict contents
Elijah Newren
1
-2
/
+2
2010-09-29
t6036: Add testcase for undetected conflict
Elijah Newren
1
-0
/
+85
2010-09-29
t6036: Add a second testcase similar to the first but with content changes
Elijah Newren
1
-0
/
+76
2010-09-29
t6036: Test index and worktree state, not just that merge fails
Elijah Newren
1
-3
/
+21
2010-09-29
t6020: Add a testcase for modify/delete + directory/file conflict
Elijah Newren
1
-0
/
+47
2010-09-29
t6020: Modernize style a bit
Elijah Newren
1
-15
/
+20
2010-09-29
t6022: Add tests for rename/rename combined with D/F conflicts
Elijah Newren
1
-0
/
+79
2010-09-29
t6022: Add paired rename+D/F conflict: (two/file, one/file) -> (one, two)
Elijah Newren
1
-0
/
+63
2010-09-29
t6022: Add tests with both rename source & dest involved in D/F conflicts
Elijah Newren
1
-0
/
+38
2010-09-29
t6022: Add tests for reversing order of merges when D/F conflicts present
Elijah Newren
1
-0
/
+58
2010-09-29
t6022: Add test combinations of {content conflict?, D/F conflict remains?}
Elijah Newren
1
-0
/
+128
2010-09-29
t6032: Add a test checking for excessive output from merge
Elijah Newren
1
-0
/
+30
2010-09-29
t3030: Add a testcase for resolvable rename/add conflict with symlinks
Schalk, Ken
1
-1
/
+36
2010-09-29
Merge branch 'en/rename-d-f' into en/merge-recursive
Junio C Hamano
1
-0
/
+66
2010-09-29
blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664''
Kirill Smelkov
2
-8
/
+4
2010-09-29
blame,cat-file: Demonstrate --textconv is wrongly running converter on symlinks
Kirill Smelkov
2
-0
/
+78
2010-09-29
blame,cat-file: Prepare --textconv tests for correctly-failing conversion pro...
Kirill Smelkov
2
-12
/
+14
2010-09-29
Merge branch 'tr/send-email-refuse-sending-unedited-cover-letter'
Junio C Hamano
1
-0
/
+36
2010-09-29
Merge branch 'jc/grep-header-all-match-fix'
Junio C Hamano
1
-1
/
+28
2010-09-29
Merge branch 'jn/gitweb-test-lib'
Junio C Hamano
1
-6
/
+6
2010-09-29
Merge branch 'bc/fortran-userdiff'
Junio C Hamano
1
-1
/
+1
2010-09-29
Merge branch 'rr/format-patch-count-without-merges'
Junio C Hamano
1
-0
/
+21
2010-09-29
Merge branch 'jc/pickaxe-grep'
Junio C Hamano
4
-0
/
+55
[prev]
[next]