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-13
rev-list: handle %x00 NUL in user format
Jeff King
3
-4
/
+12
2010-10-13
submodule sync: Update "submodule.<name>.url" for empty directories
Andreas Köhler
1
-1
/
+11
2010-10-13
apply: Recognize epoch timestamps with : in the timezone
Anders Kaseorg
1
-0
/
+2
2010-10-13
fast-import: Allow filemodify to set the root
David Barr
1
-0
/
+21
2010-10-13
do not overwrite files in leading path
Clemens Buchacher
1
-1
/
+1
2010-10-13
t7607: add leading-path tests
Clemens Buchacher
1
-0
/
+51
2010-10-13
t7607: use test-lib functions and check MERGE_HEAD
Clemens Buchacher
1
-23
/
+15
2010-10-13
shell portability: no "export VAR=VAL"
Junio C Hamano
3
-20
/
+20
2010-10-13
gitweb: Fix test of highlighting support in t9500
Jakub Narebski
1
-5
/
+6
2010-10-08
t5503: fix typo
Michael J Gruber
1
-1
/
+1
2010-10-06
Merge branch 'maint'
Junio C Hamano
1
-3
/
+3
2010-10-06
t/t3415: use && where applicable.
Yann Dirson
1
-3
/
+3
2010-10-06
Introduce sane_unset and use it to ensure proper && chaining
Elijah Newren
5
-29
/
+37
2010-10-06
t7800 (difftool): add missing &&
Elijah Newren
1
-6
/
+6
2010-10-06
t7601 (merge-pull-config): add missing &&
Elijah Newren
1
-6
/
+6
2010-10-06
t7001 (mv): add missing &&
Elijah Newren
1
-1
/
+1
2010-10-06
t6016 (rev-list-graph-simplify-history): add missing &&
Elijah Newren
1
-19
/
+10
2010-10-06
t5602 (clone-remote-exec): add missing &&
Elijah Newren
1
-7
/
+15
2010-10-06
t4026 (color): remove unneeded and unchained command
Elijah Newren
1
-1
/
+0
2010-10-06
t4019 (diff-wserror): add lots of missing &&
Elijah Newren
1
-26
/
+27
2010-10-06
t4202 (log): Replace '<git-command> || :' with test_might_fail
Elijah Newren
1
-1
/
+1
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
[prev]
[next]