aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* t0004: fix timing bugJunio C Hamano2008-07-12
* Fix backwards-incompatible handling of core.sharedRepositoryPetr Baudis2008-07-11
* Remove unnecessary pack-*.keep file after successful git-cloneShawn O. Pearce2008-07-08
* make deleting a missing ref more quietJeff King2008-07-08
* Fix executable bits in t/ scriptsJunio C Hamano2008-07-04
* Merge branch 'jc/maint-reset' into maintJunio C Hamano2008-07-02
|\
| * Allow "git-reset path" when unambiguousJunio C Hamano2008-06-25
* | Fix describe --tags --long so it does not segfaultShawn O. Pearce2008-07-02
* | diff --check: do not discard error status upon seeing a good lineJunio C Hamano2008-06-26
* | clone: create intermediate directories of destination repoJeff King2008-06-25
|/
* git-svn: make rebuild respect rewriteRoot optionJan Krüger2008-06-23
* Extend parse-options test suiteStephan Beyer2008-06-22
* parse-options.c: fix documentation syntax of optional argumentsMichele Ballabio2008-06-22
* t7502-commit.sh: test_must_fail doesn't work with inline environment variablesBrandon Casey2008-06-19
* clean up error conventions of remote.c:match_explicitJeff King2008-06-18
* Make git reflog expire honour core.sharedRepository.Pierre Habouzit2008-06-15
* Use 'trash directory' thoroughly in t/test-lib.shJakub Narebski2008-06-14
* Merge branch 'rs/attr'Junio C Hamano2008-06-14
|\
| * Ignore .gitattributes in bare repositoriesRené Scharfe2008-06-09
* | git-svn: test that extra blank lines aren't inserted in commit messages.Avery Pennarun2008-06-14
* | t4126: fix test that happened to work due to timingJunio C Hamano2008-06-13
* | Merge branch 'om/remote-fix'Junio C Hamano2008-06-12
|\ \
| * | remote show: list tracked remote branches with -nOlivier Marin2008-06-10
| * | remote prune: print the list of pruned branchesOlivier Marin2008-06-10
| * | remote show: fix the -n optionOlivier Marin2008-06-10
* | | t/.gitattributes: only ignore whitespace errors in test filesLea Wiemann2008-06-12
|/ /
* | Merge branch 'js/merge-recursive'Junio C Hamano2008-06-09
|\ \
| * | merge-recursive: respect core.autocrlf when writing out the resultJohannes Schindelin2008-06-09
| * | Add testcase for merging in a CRLF repoMarius Storm-Olsen2008-06-09
* | | cat-file --batch / --batch-check: do not exit if hashes are missingLea Wiemann2008-06-09
* | | t1006-cat-file.sh: typoLea Wiemann2008-06-09
| |/ |/|
* | Merge branch 'maint'Junio C Hamano2008-06-04
|\ \ | |/
| * describe: match pattern for lightweight tags tooMichael Dressel2008-06-04
* | t7502: honor SHELL_PATHJunio C Hamano2008-06-04
* | Fix t5516 on cygwin: it does not like double slashes at the beginning of a pathAlex Riesen2008-06-03
* | t7502: tighten loosely written test sequenceJunio C Hamano2008-06-03
* | t7502: do not globally unset GIT_COMMITTER_* environment variablesJunio C Hamano2008-06-03
* | commit: drop duplicated parentsJunio C Hamano2008-06-02
* | Merge branch 'sb/am-tests'Junio C Hamano2008-06-01
|\ \
| * | Merge t4150-am-subdir.sh and t4151-am.sh into t4150-am.shStephan Beyer2008-05-31
| * | Add test cases for git-amStephan Beyer2008-05-31
* | | Merge branch 'lw/test-fix'Junio C Hamano2008-06-01
|\ \ \
| * | | t/test-lib.sh: resolve symlinks in working directory, for pathname comparisonsLea Wiemann2008-05-31
| |/ /
* | | Merge branch 'sp/remote'Junio C Hamano2008-06-01
|\ \ \
| * | | Make "git-remote prune" delete refs according to fetch specsShawn O. Pearce2008-05-31
| |/ /
* | | Merge branch 'lr/init-bare'Junio C Hamano2008-06-01
|\ \ \
| * | | git-init: accept --bare optionLuciano Rocha2008-05-28
| |/ /
* | | rollback lock files on more signals than just SIGINTPaolo Bonzini2008-05-31
|/ /
* | builtin-fetch.c (store_updated_refs): Honor update_local_ref() return valueDmitry V. Levin2008-05-28
* | t5100: Avoid filename "nul"Junio C Hamano2008-05-27