Remove the basedir exception throwing
[stgit] / stgit / commands /
2006-03-31 Catalin MarinasAdd a 'show' command
2006-03-31 Catalin MarinasAdd the '--undo' option to 'refresh'
2006-03-28 Catalin MarinasAdd extra headers to the e-mail messages
2006-03-28 Catalin MarinasRemove the checking for the default configuration values
2006-03-28 Catalin MarinasCreate stgit/basedir.py for determining the .git directory
2006-03-28 Catalin MarinasAdd the "smtpdelay" config option
2006-03-25 Catalin MarinasFix the patch name stripping in import
2006-03-16 Catalin MarinasAdd the --strip option to import
2006-03-16 Catalin MarinasAdd the --patch option to export
2006-03-10 Sam Vilaincommon: parse 'email (name)' correctly
2006-03-10 Pavel RoskinImprove "stg uncommit" help text.
2006-03-03 Catalin MarinasAdd --series to import
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-19 Karl Hasselstr\... [PATCH 2/2] Add 'stg uncommit' command
2006-02-17 Catalin MarinasAdd --mbox option to the 'mail' command
2006-02-17 Catalin MarinasAdd --stdout option to export
2006-02-17 Karl Hasselstr\ömUse --refid option even when sending a cover mail
2006-02-17 Catalin MarinasAllow tag objects to be passed on the command line
2006-02-05 Catalin MarinasCheck whether the file exists in the fold command
2006-02-04 Chuck LeverAdd an option to "stg branch" to convert the internal...
2006-02-04 Chuck Lever"stg pull" says "popping all patches" even when it...
2006-01-25 Pavel Roskinstg export: check if there are any patches to export
2006-01-23 Catalin MarinasAllow patch refreshing for some files only
2006-01-23 Catalin MarinasMerge branch 'master' of homepage.ntlworld.com/cmarinas...
2006-01-22 Catalin MarinasRemove the --force option for new
2006-01-13 Catalin MarinasMerge branch 'master' of homepage.ntlworld.com/cmarinas...
2006-01-12 Catalin MarinasFix the clone command failure
2006-01-10 Pavel Roskinstgit: typo fixes
2006-01-07 Catalin MarinasMerge branch 'master' of homepage.ntlworld.com/cmarinas...
2006-01-07 Kirill Smelkov[trivial] fix spelling typos
2005-12-21 Catalin MarinasFix the import command when the body is empty
2005-12-15 Trond Myklebustremove formatting of git log entry on an imported patch
2005-12-11 Catalin MarinasMake StGIT comply with the author information retrieving
2005-12-08 Chuck LeverAdd a brief sentence to the documentation of the "stg...
2005-12-07 Chuck LeverAdd a "--clone" option to "stg branch"
2005-12-01 Chuck LeverMake "stg export" save the base commit in the output...
2005-11-30 Chuck LeverAdd facility to print short list of patches around...
2005-11-30 Chuck Lever"stg series" option to show patch summary descriptions
2005-11-30 Chuck LeverUse git-rev-parse to find the local GIT repository
2005-11-30 Chuck LeverAlign branch descriptions in output of "stg branch -l"
2005-11-18 Catalin MarinasAllow 'stg status --reset' to work on individual files
2005-11-18 Catalin MarinasFix the unapplied variable missing in export.py
2005-11-17 Chuck LeverSeamlessly allow diffs "from" the current working directory
2005-11-15 Chuck LeverFix a typo in the "add" command's documentation
2005-11-15 Chuck LeverFix a typo in "stg pick"
2005-11-15 Chuck Leveruse "crt_series.get_branch()" instead of "git.get_head_...
2005-11-11 Catalin MarinasFix the --name option for the pick command
2005-11-10 Catalin MarinasOptimise pick --fold to use git-apply first
2005-11-09 Catalin MarinasDifferent fixes for the branch command
2005-11-09 Chuck LeverGeneralize branch renaming
2005-11-04 Chuck LeverAdd a stack method for determining whether a branch...
2005-11-04 Chuck LeverReplace a variable that uses the same name as a built-in
2005-11-04 Chuck LeverFix up help string for "stg clone"
2005-11-04 Chuck Lever"stg export" error message could be more specific
2005-11-04 Catalin MarinasAdd a space after ',' when building the e-mail recipien...
2005-11-04 Catalin MarinasOptimise the export command
2005-11-04 Catalin MarinasAdd a patches command
2005-11-02 Paolo \'Blaisorbla... Add an option to delete a patch from a certain branch
2005-10-27 Catalin MarinasNotify when a cherry-picked commit was modified by...
2005-10-27 Catalin MarinasNotify when a patch was modified during a push operation
2005-10-27 Chuck Lever"stg mail" doesn't distinguish between unapplied and...
2005-10-27 Chuck LeverMake listing branches more efficient
2005-10-27 Chuck LeverMake switching to the current branch a no-op
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-21 Catalin MarinasAllow the editing of the cover message before sending...
2005-10-17 Catalin MarinasFix the branch protect/unprotect message
2005-10-06 Chuck LeverAdd support for branch description files
2005-10-06 Chuck LeverAllow user to protect some branches against "stg pull"
2005-10-06 Chuck LeverRudimentary support for multiple development branches
2005-10-06 Chuck LeverAllow print_crt_patch to work on other branches
2005-10-06 Catalin MarinasAllow the short version of --base (i.e. -b) in import
2005-10-06 Catalin MarinasUse git_id in import and fold instead of git.rev_parse
2005-10-05 Catalin MarinasAdd a --reset option to resolved
2005-10-05 Catalin MarinasAllow git.apply_patch() to take a base revision
2005-10-05 Catalin MarinasAdd a --fold option to pick
2005-10-05 Catalin Marinas'status --reset' should remove the conflicts as well
2005-10-04 Catalin MarinasAdd the --reset option to status
2005-10-04 Chuck LeverUse a more clear message when pop or push can't apply...
2005-10-03 Catalin MarinasEscape the unusual characters in the name <email> strings
2005-09-27 Catalin MarinasAdd a commit command to merge the current patches into...
2005-09-27 Catalin MarinasImplement a 'pick' command for cherry-picking
2005-09-27 Catalin MarinasCancel the commit cherry-picking in import
2005-09-27 Catalin MarinasAdd support for branch in the patch id
2005-09-27 Catalin MarinasAdd support for git-rev-parse
2005-09-25 Paolo 'Blaisorblad... Fix earlier "import quilt patches" patch
2005-09-22 Catalin MarinasFix importing from stdin
2005-09-21 Chuck LeverCut verbosity of new fast-forward merging
2005-09-19 Paolo 'Blaisorblad... Fix series mismerge
2005-09-18 Catalin MarinasFix the version_str assignment in mail.py
2005-09-18 Pierre OssmanBetter mail handling in stgit
2005-09-18 Catalin MarinasSpecify a different base for the imported patch
2005-09-17 Catalin MarinasCheck whether the patch name is applied or unapplied
2005-09-17 Paolo 'Blaisorblad... Detect description in quilt patches
2005-09-17 Paolo 'Blaisorblad... Fix "stg mail" address parsing for hyphen
2005-09-17 Paolo 'Blaisorblad... Allow mailing a given patch list
2005-09-17 Paolo 'Blaisorblad... Fix "stg clean" when stack is empty
2005-09-17 Paolo 'Blaisorblad... Avoid allowing --undo if it doesn't change anything
2005-09-17 Paolo 'Blaisorblad... Make "stg files" output match "quilt files" one
next