index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fix test case for some sed
Johannes Schindelin
2006-03-03
1
-1
/
+2
*
|
annotate: Add a basic set of test cases.
Ryan Anderson
2006-03-02
1
-0
/
+89
|
/
*
git-rm: Fix to properly handle files with spaces, tabs, newlines, etc.
Carl Worth
2006-02-23
1
-17
/
+35
*
Add new git-rm command with documentation
Carl Worth
2006-02-23
1
-0
/
+42
*
Merge branch 'fix'
Junio C Hamano
2006-02-22
1
-0
/
+22
|
\
|
*
git-add: Add support for --, documentation, and test.
Carl Worth
2006-02-22
1
-0
/
+22
*
|
Merge branch 'js/portable'
Junio C Hamano
2006-02-22
1
-5
/
+2
|
\
\
|
*
|
Fixes for ancient versions of GNU make
Johannes Schindelin
2006-02-19
1
-5
/
+2
*
|
|
git-ls-files: Fix, document, and add test for --error-unmatch option.
Carl Worth
2006-02-22
1
-0
/
+27
*
|
|
New test to verify that when git-clone fails it cleans up the new directory.
Carl Worth
2006-02-22
1
-0
/
+36
*
|
|
Merge part of jc/portable branch
Junio C Hamano
2006-02-21
5
-1
/
+19
|
\
|
|
|
|
/
|
/
|
|
*
Optionally work without python
Johannes Schindelin
2006-02-19
5
-1
/
+19
*
|
Make git-reset delete empty directories
Shawn Pearce
2006-02-18
1
-0
/
+63
*
|
Abstract test_create_repo out for use in tests.
Carl Worth
2006-02-18
1
-6
/
+17
|
/
*
avoid echo -e, there are systems where it does not work
Alex Riesen
2006-02-12
1
-1
/
+1
*
fix "test: 2: unexpected operator" on bsd
Alex Riesen
2006-02-12
1
-1
/
+1
*
t5500: adjust to change in pack-object reporting behaviour.
Junio C Hamano
2006-02-12
1
-1
/
+1
*
Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values.
Junio C Hamano
2006-02-11
1
-4
/
+6
*
t6000: fix a careless test library add-on.
Junio C Hamano
2006-02-09
1
-1
/
+6
*
git-commit: revamp the git-commit semantics.
Junio C Hamano
2006-02-07
1
-3
/
+3
*
tests: adjust breakage by stricter rev-parse
Junio C Hamano
2006-01-26
1
-2
/
+2
*
t4011: "sleep 1" is not enough on FAT
Junio C Hamano
2006-01-22
1
-1
/
+1
*
show-branch: make the current branch and merge commits stand out.
Junio C Hamano
2006-01-15
1
-3
/
+3
*
GIT 1.1.2
v1.1.2
Junio C Hamano
2006-01-14
1
-3
/
+3
|
\
|
*
name-rev: do not omit leading components of ref name.
Junio C Hamano
2006-01-11
1
-3
/
+3
*
|
GIT 1.1.0
v1.1.0
Junio C Hamano
2006-01-08
1
-1
/
+1
|
\
|
|
*
Fix typo in debug stanza of t2001
Yann Dirson
2006-01-08
1
-1
/
+1
*
|
Add a test for rebase when a change was picked upstream
Yann Dirson
2006-01-08
1
-0
/
+53
*
|
Add a minimal test for git-cherry
Yann Dirson
2006-01-08
1
-0
/
+53
*
|
ls-files --others --directory: test
Junio C Hamano
2006-01-08
1
-6
/
+28
*
|
Merge fixes up to GIT 1.0.7
Junio C Hamano
2006-01-06
6
-18
/
+44
|
\
|
|
*
t3300: skip when filesystem does not like TAB in filenames.
Junio C Hamano
2006-01-06
1
-3
/
+6
|
*
trivial: check, if t/trash directory was successfully created
Alex Riesen
2006-01-06
1
-1
/
+1
|
*
trivial: use git-repo-config to detect how to run tests in the test repository
Alex Riesen
2006-01-06
2
-7
/
+22
|
*
trivial: use git-repo-config to detect if the test can be run on the repository
Alex Riesen
2006-01-06
1
-0
/
+8
|
*
Fix skipping merge-order test with NO_OPENSSL=1.
Gerrit Pape
2005-12-28
1
-7
/
+7
*
|
Merge fixes up to GIT 1.0.6
Junio C Hamano
2005-12-28
3
-3
/
+3
|
\
|
|
*
Fix bogus tests on rev-list output.
Junio C Hamano
2005-12-27
2
-2
/
+2
|
*
Guard a test against wc that pads its output with whitespace
Junio C Hamano
2005-12-27
1
-1
/
+1
*
|
Merge fixes up to GIT 1.0.5
Junio C Hamano
2005-12-27
2
-1
/
+92
|
\
|
|
*
Handle symlinks graciously
Johannes Schindelin
2005-12-27
1
-0
/
+85
|
*
t5300: avoid false failures.
Junio C Hamano
2005-12-27
1
-1
/
+7
|
*
check_packed_git_idx(): check integrity of the idx file itself.
Junio C Hamano
2005-12-23
1
-0
/
+7
*
|
check_packed_git_idx(): check integrity of the idx file itself.
Junio C Hamano
2005-12-23
1
-0
/
+7
*
|
merge-recursive: conflicting rename case.
Junio C Hamano
2005-12-22
1
-0
/
+37
|
/
*
Racy GIT (part #2)
Junio C Hamano
2005-12-20
1
-4
/
+13
*
Racy GIT
Junio C Hamano
2005-12-20
1
-0
/
+24
*
tests: make scripts executable
Junio C Hamano
2005-12-20
8
-0
/
+0
*
Revert "get_sha1_basic(): corner case ambiguity fix"
Junio C Hamano
2005-12-18
1
-48
/
+0
*
get_sha1_basic(): corner case ambiguity fix
Junio C Hamano
2005-12-15
2
-0
/
+49
[prev]
[next]