Remove unused default values
[stgit] / stgit / commands /
2008-01-24 Karl HasselströmRemove unused default values
2008-01-18 Pavel RoskinFix "stg edit --sign"
2008-01-10 Peter OberndorferDon't mention removed "stg refresh" options
2008-01-09 Karl HasselströmMake "stg commit" fancier
2008-01-09 Karl HasselströmConvert "stg commit" to new infrastructure
2008-01-09 Karl HasselströmSet exit code to 3 on merge conflict
2008-01-09 Karl Hasselströmstg coalesce: Support --file and --save-template
2008-01-09 Karl HasselströmConvert "stg uncommit" to the new infrastructure
2008-01-09 Karl HasselströmLet "stg goto" use the new infrastructure
2008-01-09 Karl HasselströmLet "stg clean" use the new transaction primitives
2008-01-09 Karl HasselströmTeach the new infrastructure about the index and worktree
2007-12-19 Catalin MarinasRe-add the interactive merge
2007-12-19 Karl HasselströmLet "stg applied" and "stg unapplied" use the new infra...
2007-12-19 Karl HasselströmAdd "stg coalesce"
2007-12-19 Karl HasselströmLet "stg clean" use the new infrastructure
2007-12-19 Karl HasselströmRemove "stg cp"
2007-12-19 Karl HasselströmRemove "stg rm"
2007-12-19 Karl HasselströmRemove "stg add"
2007-12-19 Karl HasselströmWe keep the different stages of a conflict in the index now
2007-12-19 Karl HasselströmRefactoring: pass more than one file to resolved()
2007-12-19 Karl HasselströmFix "stg resolved" to work with new conflict representation
2007-12-19 David KågedalAsk git about unmerged files
2007-12-19 David KågedalSplit git.merge into two functions
2007-12-19 David KågedalRemove the 'bottom' field
2007-12-13 Karl HasselströmMake generic --message/--file/--save-template flags
2007-12-13 Karl HasselströmLet parse_patch take a string instead of a file parameter
2007-12-13 David KågedalTreat filename '-' as stdin/stdout in edit
2007-12-13 David KågedalAdded --save-template flag to edit command
2007-12-08 Catalin MarinasAllow only certain gitk exit codes as valid
2007-12-08 Karl HasselströmDiscard exitcode of subprocess in a better way
2007-12-07 Catalin MarinasMake sure the refid given to 'mail' has the angle brackets
2007-12-07 Catalin MarinasSome clean-up of the branch manipulation commands
2007-12-07 Catalin MarinasIgnore the gitk exit code in 'stg log -g' (bug #10010)
2007-12-07 Catalin MarinasAdd the 'log --number' option to limit the output
2007-12-07 Catalin MarinasChange the file timestamp in 'resolved --reset' (bug...
2007-12-07 Catalin MarinasAllow 'show' and 'id' to work on non-StGIT branches...
2007-12-07 Catalin Marinasgit.pretty_commit() re-implemented with "git show"...
2007-12-06 Catalin MarinasAllow multipart templates for patch e-mails (bug #10237)
2007-12-03 Catalin MarinasCorrectly identify the parent branch (bug #10014)
2007-12-01 Catalin MarinasMake Series.refresh_patch automatically save the undo...
2007-11-30 Karl HasselströmMake "stg repair" help text more helpful
2007-11-27 Catalin MarinasKeep the patch log when import --replace deletes patches
2007-11-25 Karl HasselströmAdd missing switch to "stg uncommit" usage line
2007-11-25 Karl HasselströmPush and pop don't have --to flags anymore
2007-11-14 Catalin MarinasExecute the 'git ...' rather than 'git-...'
2007-11-12 Catalin MarinasAllow the diff showing in the log command if patch...
2007-11-11 Karl Hasselströmstg repair: Patchify non-patch commits between patches
2007-11-11 Karl HasselströmRename "stg assimilate" to "stg repair"
2007-11-08 Karl HasselströmLet some commands work with detached HEAD
2007-11-07 Catalin MarinasFix more commands to run correctly in subdirectories
2007-11-02 Catalin MarinasAllow "branch --create" to be given a tag id
2007-10-23 Catalin MarinasAllow StGIT commands to run correctly in subdirectories
2007-10-17 Catalin MarinasDo not raise an exception if no FETCH_HEAD
2007-10-08 Karl HasselströmDon't have a global crt_series in stgit.commans.common
2007-10-08 Karl HasselströmRefactor crt_series creation
2007-10-07 Karl HasselströmMake "stg refresh" subdirectory safe
2007-10-07 Karl HasselströmMake "stg push" subdirectory safe
2007-10-07 Karl HasselströmInfrastructure for current directory handling
2007-10-07 Karl HasselströmRemove the --force flag to "stg rebase" and "stg pull"
2007-10-07 Karl HasselströmMake a common superclass for all StGit exceptions
2007-10-07 Karl HasselströmDon't split long and short description in "stg edit"
2007-10-07 Karl HasselströmFix up the help text for "stg edit"
2007-10-07 Karl HasselströmAdd --ack/--sign options to "stg new"
2007-10-07 Karl HasselströmLet "stg assimilate" handle missing patches
2007-10-07 Karl HasselströmTeach "stg assimilate" to repair patch reachability
2007-10-07 Yann DirsonBetter diagnostic for wrong branch configuration.
2007-10-01 Pavel RoskinSupport tags in uncommit - use git_id instead of rev_parse
2007-09-28 Catalin MarinasFix the rebasing with an external command
2007-09-27 Catalin MarinasAllow the rebase command to be defined
2007-09-23 Karl HasselströmMake sure that the output of "stg status" is sorted
2007-09-23 David KågedalClear up the semantics of Series.new_patch
2007-09-23 David KågedalSplit Series.push_patch in two
2007-09-23 David KågedalMoved that status function to the status command file
2007-09-23 David KågedalClear up semantics of tree_status
2007-09-22 Catalin MarinasPrint 'updating patch' earlier in 'edit'
2007-09-22 Karl HasselströmDon't try to delete the branch twice
2007-09-22 Karl HasselströmDon't special-case the "master" branch during branch...
2007-09-15 Karl HasselströmIt doesn't make sense to sink below an unapplied patch
2007-09-14 Catalin MarinasAdd patch editing command
2007-09-11 Karl HasselströmAdd shortlog of patch series to cover mail
2007-09-11 Karl HasselströmAdd diffstat of whole patch series to cover mail
2007-09-11 Karl HasselströmAdd --sign and --ack options to "stg import"
2007-09-02 Karl HasselströmAllow "stg add" when we have no stack
2007-08-31 David KågedalCleanup tree_status and use -z
2007-08-29 Catalin MarinasAdd the '--exclusive' option to 'uncommit'
2007-08-26 Karl HasselströmRefactor subprocess creation
2007-08-26 Karl HasselströmRefactor output handling to break circular dependency
2007-08-23 Catalin MarinasAllow 'import' to apply empty patches
2007-08-23 Karl HasselströmDon't touch ref files manually
2007-08-20 Karl HasselströmAdd an --smtp-server commandline option to "stg mail"
2007-08-20 Pavel RoskinAsk for SMTP password if it's not provided
2007-08-20 Pavel RoskinAdd support for SMTP over Transport Layer Security...
2007-07-17 Catalin MarinasAllow refresh --annotate to replace the top log entry
2007-07-16 Catalin MarinasAdd the '--expose' option to 'pick'
2007-07-16 Catalin MarinasDo not call 'refresh' when creating a patch (bug #8872)
2007-07-16 Catalin MarinasAllow 'refresh' to annotate the patch log entries
2007-07-16 Yann DirsonDisplay a message when the server refused some recipients.
2007-07-16 Yann DirsonRevert 'Disallow non-patch args to "stg show" (gna...
2007-07-13 Yann DirsonRecognize refs under remotes/ as parent branch on stack...
2007-07-13 Yann DirsonForbid the "series --all --short" combination.
next