summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2007-03-06make t8001 work on Mac OS X againJohannes Schindelin
2007-02-27mailinfo: do not get confused with logical lines that are too long.Linus Torvalds
2007-02-16Do not take mode bits from index after type change.Junio C Hamano
2007-02-12Work around Subversion race in git-svn tests.Michael Spang
2007-02-12fast-import: Support reusing 'from' and brown paper bag fix reset.Shawn O. Pearce
2007-02-11Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-02-11fast-import: Hide the pack boundary commits by default.Shawn O. Pearce
2007-02-11t4016: test quoting funny pathnames in diff outputJunio C Hamano
2007-02-07t4200: skip gc-rerere test on systems with non GNU date.Junio C Hamano
2007-02-07Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-02-07Avoid ActiveState Perl IO in t800[12]Alex Riesen
2007-02-07Teach fast-import how to clear the internal branch content.Shawn O. Pearce
2007-02-06Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-02-06Don't do non-fastforward updates in fast-import.Shawn O. Pearce
2007-02-06Support RFC 2822 date parsing in fast-import.Shawn O. Pearce
2007-02-05t9200: Work around HFS+ issues.Junio C Hamano
2007-02-04git-clone --reference: saner handling of borrowed symrefs.Junio C Hamano
2007-02-03Default GIT_MERGE_VERBOSITY to 5 during tests.Shawn O. Pearce
2007-02-03Keep untracked files not involved in a merge.Shawn O. Pearce
2007-02-03Assorted typo fixesPavel Roskin
2007-01-31t9200: do not test -x bit if the filesystem does not support it.Junio C Hamano
2007-01-31t9200: Re-code non-ascii path test in UTF-8Junio C Hamano
2007-01-30Merge branch 'master' into sp/gfiShawn O. Pearce
2007-01-28git-fsck-objects is now synonym to git-fsckJunio C Hamano
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince
2007-01-25Fix seriously broken "git pack-refs"Linus Torvalds
2007-01-24Consolidate {receive,fetch}.unpackLimitJunio C Hamano
2007-01-24fetch-pack: remove --keep-auto and make it the default.Junio C Hamano
2007-01-23t/t1300-repo-config.sh: value continued on next lineJakub Narebski
2007-01-23git-checkout -m: fix merge caseJunio C Hamano
2007-01-21Revert "prune: --grace=time"Junio C Hamano
2007-01-20prune: --grace=timeMatthias Lederhofer
2007-01-20Do not verify filenames in a bare repositoryJohannes Schindelin
2007-01-19Extend read_ref_at() to be usable from places other than sha1_name.Junio C Hamano
2007-01-19config_set_multivar(): disallow newlines in keysJohannes Schindelin
2007-01-18Use standard -t option for touch.Simon 'corecode' Schubert
2007-01-18Accept 'inline' file data in fast-import commit structure.Shawn O. Pearce
2007-01-18Reduce value duplication in t9300-fast-import.Shawn O. Pearce
2007-01-18Create test case for fast-import.Shawn O. Pearce
2007-01-17Add --summary to git-format-patch by defaultJunio C Hamano
2007-01-16Use merge-recursive in git-checkout -m (branch switching)Junio C Hamano
2007-01-15Replace "echo -n" with printf in shell scripts.Jason Riedy
2007-01-15Start all test scripts with /bin/sh.Jason Riedy
2007-01-14Use merge-recursive in git-revert/git-cherry-pickJunio C Hamano
2007-01-14Add describe test.Junio C Hamano
2007-01-14Merge branch 'jc/int'Junio C Hamano
2007-01-14Hide output about SVN::Core not being found during tests.Shawn O. Pearce
2007-01-13More tests in t3901.Junio C Hamano
2007-01-13t3901: test "format-patch | am" pipe with i18nJunio C Hamano
2007-01-13git-svn: fix tests to work with older svnEric Wong