Add the 'sync' command
[stgit] / stgit / commands / common.py
2006-12-07 Catalin MarinasAdd the 'sync' command
2006-12-06 Catalin MarinasAllow patch ranges for the 'pop' command
2006-11-22 Catalin MarinasAdd a boundary to parse_patches()
2006-11-08 Catalin MarinasAdd mbox support to "import"
2006-11-07 Karl HasselströmGenerate unique patch names
2006-11-07 Karl HasselströmGenerate shorter patch names
2006-11-02 Ilpo JärvinenFixes "stg goto `stg top`" to no-op & adds test
2006-10-25 Karl HasselströmNew stg command: assimilate
2006-09-15 Catalin MarinasAdd patch history support
2006-09-10 Catalin MarinasAdd --keep option to pop
2006-08-11 Catalin MarinasUse the ".." syntax for patch ranges
2006-07-14 Catalin MarinasAutomatically generate patch names for uncommit
2006-07-05 Catalin MarinasGet the patch name from the description
2006-05-25 Catalin MarinasImplement the 'goto' command
2006-05-18 Karl HasselströmHandle branch names with slashes
2006-05-09 Catalin MarinasAllow configurable file extensions for merge conflicts
2006-03-28 Catalin MarinasCreate stgit/basedir.py for determining the .git directory
2006-03-10 Sam Vilaincommon: parse 'email (name)' correctly
2006-03-03 Catalin MarinasAdd a merged upstream test for pull and push
2006-02-20 Catalin MarinasFix the e-mail address escaping
2006-02-17 Catalin MarinasAllow tag objects to be passed on the command line
2006-01-13 Catalin MarinasMerge branch 'master' of homepage.ntlworld.com/cmarinas...
2006-01-10 Pavel Roskinstgit: typo fixes
2005-11-30 Chuck LeverUse git-rev-parse to find the local GIT repository
2005-11-04 Chuck LeverReplace a variable that uses the same name as a built-in
2005-10-27 Chuck LeverGive the global "crt_series" variable a default value
2005-10-27 Paolo \'Blaisorbla... Parse /top.old with id and when requesting diffs
2005-10-06 Chuck LeverAllow print_crt_patch to work on other branches
2005-10-05 Catalin MarinasAdd a --reset option to resolved
2005-10-03 Catalin MarinasEscape the unusual characters in the name <email> strings
2005-09-27 Catalin MarinasAdd support for branch in the patch id
2005-09-27 Catalin MarinasAdd support for git-rev-parse
2005-09-16 Catalin MarinasAllow 'import' to cherry-pick a commit object
2005-08-23 Catalin MarinasOptimise the merge operation
2005-08-18 Catalin MarinasAdd the 'id' command
2005-07-27 Catalin MarinasAllow the GIT ids to be more flexible
2005-07-14 Catalin Marinascrt_series initialisation changed
2005-07-14 Catalin MarinasAdd "name <email>" parsing for simpler commands
2005-07-13 Catalin MarinasTrack git/stack exceptions when initialising crt_series
2005-07-12 Catalin MarinasSeparate the commands in stgit/commands/* files