chiark / gitweb /
Simplify debug level error checking
[stgit] / t /
2007-10-07 Karl HasselströmNew test: "stg pop --keep"
2007-10-07 Karl HasselströmTest the new powers of "stg assimilate"
2007-10-07 Karl HasselströmTeach "stg assimilate" to repair patch reachability
2007-09-23 Karl HasselströmNew policy: Only use test_expect_failure for broken...
2007-09-23 David KågedalAdd some more tests of "stg status" output
2007-09-23 Karl HasselströmNew test: make sure tha we can run "stg help"
2007-09-22 Karl HasselströmAdd simple test for "stg branch --delete"
2007-09-14 Catalin MarinasAdd patch editing command
2007-09-11 Pavel RoskinSet GIT_TEMPLATE_DIR in the testsuite, like it's done...
2007-09-02 Karl HasselströmTest "stg status" more thoroughly
2007-08-31 David KågedalAdd basic test for stg status
2007-08-26 Karl HasselströmDon't use test_expect_failure when more than one thing...
2007-08-23 David KågedalFixed indeterminism in t2102-pull-policy-rebase
2007-08-23 Karl HasselströmDon't touch ref files manually
2007-08-20 Karl HasselströmNew test: make sure that StGIT can handle packed refs
2007-08-20 Karl HasselströmTest that all branch config information is renamed
2007-08-20 Karl HasselströmVerify patch status during the test
2007-08-20 Karl HasselströmNew test: make sure that popping doesn't change patch...
2007-07-17 Catalin MarinasAllow refresh --annotate to replace the top log entry
2007-07-16 Catalin MarinasAllow 'refresh' to annotate the patch log entries
2007-06-25 Yann DirsonFix t1200 to catch intermediate errors.
2007-06-25 Yann DirsonChanged sync not to use -b which has other semantics.
2007-06-15 Yann DirsonUpdate test-lib.sh from current git.
2007-06-15 Yann DirsonRevert 'Test "stg rebase" after "stg commit"'
2007-06-12 Yann DirsonTest "stg rebase" after "stg commit"
2007-06-08 Catalin MarinasFix the hidden patches functionality (bug #9077)
2007-06-07 Yann DirsonCatch early trying rebasing to unknown ref, and add...
2007-06-07 Yann DirsonRobustify rebase test: check patches are reapplied.
2007-06-04 Yann DirsonFix deletion and move of a hidden patch (gna bug #9244).
2007-05-21 Karl HasselströmTest the format version upgrade code
2007-05-21 Karl HasselströmHave only a single command in each test_expect_failure
2007-05-15 Karl HasselströmUncommit to a named commit
2007-05-15 Karl HasselströmMake the "name" argument to "stg new" optional
2007-05-14 Karl HasselströmUse "stg applied" instead of reading the applied file...
2007-05-14 Karl HasselströmTest patch order, not just number of patches
2007-05-14 Karl HasselströmMake patch deletion test more specific
2007-05-14 Karl HasselströmDon't use refs/bases/<branchname>
2007-05-14 Karl Hasselströmdash doesn't do curly brace expansion, so avoid that
2007-05-14 Karl HasselströmString comparison is done with "=", not "=="
2007-03-16 Yann DirsonAdd a script to quickly run an interactive test session.
2007-03-12 Yann DirsonFixed t2102-pull-policy-rebase to really test 'rebase...
2007-03-06 Catalin Marinas[Revert] Make 'push --undo' safer
2007-02-28 Yann DirsonAdd a testcase for the safety of pull-policy='pull'.
2007-02-21 Yann DirsonRework of the 'stg pull' policy.
2007-02-21 Yann DirsonSupport for pre-1.5 git in stgit tests.
2007-02-13 Catalin MarinasFix the behaviour when there is no user information...
2007-02-13 Catalin MarinasMake StGIT aware of the STGIT_DEBUG_LEVEL environment...
2007-02-04 Pavel RoskinAssorted typos
2007-01-25 Catalin MarinasHide the test_create_repo output
2007-01-21 Yann DirsonAdd new 'rebase' command.
2007-01-12 Catalin MarinasTrack the files conflict history
2006-12-07 Catalin MarinasAdd the 'sync' command
2006-12-07 Catalin MarinasMake 'push --undo' safer
2006-12-05 Catalin MarinasAllow the cloning of branches not under StGIT control
2006-12-05 Pavel RoskinSet HOME to the test directory to avoid reading ~/...
2006-11-16 Karl HasselströmRegression test for "stg mail"
2006-11-16 Karl HasselströmRegression test for "stg import"
2006-11-02 Karl HasselströmAllow deletion of several patches at once
2006-11-02 Ilpo JärvinenFixes "stg goto `stg top`" to no-op & adds test
2006-10-25 Karl HasselströmRegression test for "stg assimilate"
2006-10-17 Robin RosenbergNew command 'float' to move a patch to the top
2006-09-15 Catalin MarinasAdd patch history support
2006-07-14 Catalin MarinasAutomatically generate patch names for uncommit
2006-07-05 Catalin MarinasAdd '--' to git-diff-index calls
2006-06-11 Catalin MarinasFix the t0001-subdir-branches.sh test
2006-06-11 Catalin MarinasFix the t1201-pull-trailing.sh test
2006-05-18 Karl HasselströmTests for branch names with slashes
2006-05-08 Pavel RoskinAdd .gitignore files, list generated files there
2006-05-03 Yann DirsonFixes to the pull testcases.
2006-05-02 Yann DirsonExercise "stg pull" on patches just appending lines.
2006-05-02 Yann DirsonTest that pulls a patch creating a file that got modifi...
2006-05-02 Yann DirsonFix a seriously bad interaction between .git caching...
2006-05-02 Yann DirsonCorrectly handle refs/patches on series rename
2006-05-02 Yann DirsonAdd a couple of safety checks to series creation
2006-05-02 Yann DirsonAdd a testsuite framework copied from git-core