Ignore the case on the PATCH name when importing
[stgit] / stgit / commands /
2005-09-17 Catalin MarinasIgnore the case on the PATCH name when importing
2005-09-16 Catalin MarinasAllow 'import' to cherry-pick a commit object
2005-09-14 Catalin Marinas'export' will use patches-<branch> by default
2005-09-14 Catalin MarinasUpdate 'stg pull' to the latest 'git pull' API
2005-09-13 Catalin MarinasAdd a --branch option to different commands
2005-09-13 Catalin MarinasAdd a --version=... option to the mail command
2005-09-02 Paolo 'Blaisorblad... [PATCH] Allow fast-forward pushing.
2005-09-02 Paolo 'Blaisorblad... [PATCH] Support .gitignore
2005-09-02 Paolo 'Blaisorblad... [PATCH] Really fix import --edit invoking editor twice
2005-09-02 Paolo 'Blaisorblad... [PATCH] Show patch content in description edit buffer
2005-08-23 Catalin MarinasFix the import --edit function
2005-08-23 Catalin MarinasOptimise the merge operation
2005-08-18 Catalin MarinasAdd the 'id' command
2005-08-16 Catalin MarinasFix a typo in the fold command help
2005-08-15 Catalin MarinasAdd --edit option to import
2005-08-15 Catalin MarinasMake 'stg pull' use 'git pull' directly
2005-08-08 Catalin MarinasFix the 'import --name' option overriding
2005-08-08 Catalin MarinasImplement the fold command
2005-08-03 Catalin MarinasAdd the 'number' variable to the e-mail template
2005-08-03 Catalin MarinasImplement the 'clone' command
2005-08-03 Catalin Marinas'pull' should use the origin branch
2005-08-03 Catalin MarinasFix description/diff delimiting in import
2005-08-03 Catalin MarinasSave .git/ORIG_HEAD when pulling changes
2005-07-29 Catalin MarinasAdd '%(maintainer)s' variable to the e-mail template
2005-07-28 Catalin MarinasAllow ':' in the subject of imported messages
2005-07-28 Catalin Marinas'mail' to use the global template file
2005-07-28 Catalin Marinas'export' to use the global template file
2005-07-27 Catalin MarinasImplement an 'import' command
2005-07-27 Catalin MarinasAllow the GIT ids to be more flexible
2005-07-26 Catalin MarinasFix the patch name checking in push.py
2005-07-26 Catalin MarinasAdd a patch renaming command
2005-07-24 Catalin MarinasImprove the help message for commands
2005-07-21 Bryan larsenAdd authentication capability to the mail command
2005-07-20 Catalin MarinasMake the 'mail' command a bit safer
2005-07-20 Catalin MarinasAdd a 'pull' command
2005-07-19 Catalin MarinasImplement the 'mail' command
2005-07-19 Catalin MarinasFix the exception class name in export.py
2005-07-15 Catalin MarinasAdd --force option to new
2005-07-15 Catalin MarinasImplement 'clean' cmd
2005-07-14 Catalin Marinascrt_series initialisation changed
2005-07-14 Bryan Larsenallow spaces in filenames (second try)
2005-07-14 Bryan LarsenThe top patch is never exported.
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