Stop recording branch.*.remote to '.' for local parents.
[stgit] / t /
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