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
2005-08-10
[PATCH] Fix git-rev-parse's parent handling
Johannes Schindelin
1
-0
/
+33
2005-07-29
Skip --merge-order test when built with NO_OPENSSL
Junio C Hamano
1
-0
/
+7
2005-07-29
Documentation and tests: ls-files exclude pattern.
Junio C Hamano
1
-5
/
+18
2005-07-29
[PATCH] support bc version 1.04
Johannes Schindelin
1
-2
/
+6
2005-07-26
Fix potential send-pack SIGSEGV
Linus Torvalds
1
-0
/
+54
2005-07-26
Adjust diff-raw tests to the status letter change.
Junio C Hamano
18
-34
/
+34
2005-07-25
git-ls-files: --exclude mechanism updates.
Junio C Hamano
1
-0
/
+55
2005-07-22
[PATCH] Test framework: prettyprint the failed command.
Junio C Hamano
1
-1
/
+3
2005-07-22
[PATCH] apply.c: handle incomplete lines correctly.
Junio C Hamano
1
-0
/
+32
2005-07-07
[PATCH] Prevent t6000 series from dropping useless sed.script in t/
Junio C Hamano
5
-3
/
+11
2005-07-06
[PATCH] Write sed script directly into temp file, rather than a variable
Jon Seymour
4
-33
/
+7
2005-07-06
[PATCH] Add t/t6003 with some --topo-order tests
Jon Seymour
1
-0
/
+417
2005-07-06
[PATCH] Add a t/t6001 test case for a --merge-order bug
Jon Seymour
1
-0
/
+20
2005-07-06
[PATCH] Change the sed seperator in t/t6000-lib.sh.
Jon Seymour
1
-1
/
+3
2005-07-06
[PATCH] Introduce unit tests for git-rev-list --bisect
Jon Seymour
1
-0
/
+247
2005-07-06
[PATCH] Factor out useful test case infrastructure from t/t6001... into t/t60...
Jon Seymour
2
-111
/
+106
2005-07-04
[PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c8...
Jon Seymour
1
-15
/
+15
2005-06-29
[PATCH] Remove unnecessary sort from t6001 testcase
Jon Seymour
1
-8
/
+8
2005-06-29
[PATCH] Fix broken t6001 test case
Jon Seymour
1
-3
/
+3
2005-06-29
[PATCH] Demonstrate broken t6001 test case function
Jon Seymour
1
-3
/
+2
2005-06-29
[PATCH] Fix for git-rev-list --merge-order B ^A (A,B share common base) [rev 2]
Jon Seymour
1
-6
/
+6
2005-06-29
[PATCH] Test case that demonstrates problem with --merge-order ^ processing
Jon Seymour
1
-0
/
+5
2005-06-29
[PATCH] Adjust t5300 test for unpack-objects change
Junio C Hamano
1
-2
/
+4
2005-06-29
[PATCH] Add git-verify-pack command.
Junio C Hamano
1
-0
/
+38
2005-06-27
Fix another test that broke with the recent git-init-db update
Linus Torvalds
1
-1
/
+0
2005-06-27
[PATCH] replace sha1sum with sum in t/t1002
Mark Allen
1
-15
/
+32
2005-06-27
Fix up test that counted subdirectories in ".git/objects"
Linus Torvalds
1
-3
/
+3
2005-06-27
[PATCH] Teach read_sha1_file() and friends about packed git object store.
Junio C Hamano
1
-2
/
+46
2005-06-27
[PATCH] Remove "delta" object representation.
Junio C Hamano
1
-79
/
+0
2005-06-26
[PATCH] Finish initial cut of git-pack-object/git-unpack-object pair.
Junio C Hamano
1
-0
/
+85
2005-06-25
[PATCH] Fix oversimplified optimization for add_cache_entry().
Junio C Hamano
1
-5
/
+20
2005-06-25
[PATCH] Add more tests for read-tree --emu23.
Junio C Hamano
2
-14
/
+150
2005-06-22
[PATCH] A test case that demonstrates a problem with merges with two roots.
Jon Seymour
1
-0
/
+61
2005-06-22
[PATCH] git-apply: tests for --stat and --summary.
Junio C Hamano
15
-0
/
+2152
2005-06-19
[PATCH] Additional git-rev-list unit tests to demonstrate problems that requi...
Jon Seymour
1
-61
/
+375
2005-06-19
[PATCH] Rework -B output.
Junio C Hamano
1
-21
/
+15
2005-06-19
[PATCH] Make -C less eager.
Junio C Hamano
4
-4
/
+5
2005-06-14
[PATCH] Unset TZ in t5000
Mark Allen
1
-2
/
+3
2005-06-12
[PATCH] read-tree: loosen too strict index requirements
Junio C Hamano
1
-0
/
+9
2005-06-12
[PATCH] Finish making --emu23 equivalent to pure 2-way merge.
Junio C Hamano
2
-16
/
+36
2005-06-12
[PATCH] read-tree: fix too strong index requirement #5ALT
Junio C Hamano
2
-13
/
+13
2005-06-12
[PATCH] read-tree --emu23.
Junio C Hamano
1
-0
/
+316
2005-06-12
[PATCH] Clean up read-tree two-way tests.
Junio C Hamano
1
-35
/
+42
2005-06-08
[PATCH] Add read-tree -m 3-way merge tests.
Junio C Hamano
2
-12
/
+366
2005-06-08
[PATCH] Tests: read-tree -m test updates.
Junio C Hamano
2
-32
/
+30
2005-06-08
[PATCH] three --merge-order bug fixes
Jon Seymour
1
-0
/
+175
2005-06-07
[PATCH] read-tree: save more user hassles during fast-forward.
Junio C Hamano
2
-0
/
+588
2005-06-05
[PATCH] 3-way merge tests for new "git-read-tree -m"?
Junio C Hamano
1
-1
/
+18
2005-06-05
diff 'rename' format change.
Linus Torvalds
5
-10
/
+10
2005-06-05
[PATCH] pull: gracefully recover from delta retrieval failure.
Junio C Hamano
1
-0
/
+79
[next]