chiark / gitweb /
Allow ranges for the 'export' command
[stgit] / stgit / commands / export.py
2006-12-06 Catalin MarinasAllow ranges for the 'export' command
2006-08-11 Catalin MarinasUse the ".." syntax for patch ranges
2006-07-10 Catalin MarinasAdd a common function for reading template files
2006-05-02 Yann DirsonLook for templates in ~/.stgit/templates as well
2006-03-28 Catalin MarinasCreate stgit/basedir.py for determining the .git directory
2006-03-16 Catalin MarinasAdd the --patch option to export
2006-02-17 Catalin MarinasAdd --stdout option to export
2006-01-25 Pavel Roskinstg export: check if there are any patches to export
2005-12-11 Catalin MarinasMake StGIT comply with the author information retrieving
2005-12-01 Chuck LeverMake "stg export" save the base commit in the output...
2005-11-30 Chuck LeverUse git-rev-parse to find the local GIT repository
2005-11-18 Catalin MarinasFix the unapplied variable missing in export.py
2005-11-04 Chuck Lever"stg export" error message could be more specific
2005-11-04 Catalin MarinasOptimise the export command
2005-09-14 Catalin Marinas'export' will use patches-<branch> by default
2005-09-13 Catalin MarinasAdd a --branch option to different commands
2005-07-28 Catalin Marinas'export' to use the global template file
2005-07-24 Catalin MarinasImprove the help message for commands
2005-07-19 Catalin MarinasFix the exception class name in export.py
2005-07-14 Bryan Larsenallow spaces in filenames (second try)
2005-07-14 Bryan LarsenThe top patch is never exported.
2005-07-12 Catalin MarinasSeparate the commands in stgit/commands/* files