chiark / gitweb /
New test: "stg pop --keep"
[stgit] / stgit / commands /
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.
2007-07-13 Yann DirsonMake hidden patches visible to various commands (notabl...
2007-07-13 Yann DirsonDisallow non-patch args to "stg show" (gna #8453).
2007-07-13 Yann DirsonAllow "git show --branch".
2007-07-13 Catalin MarinasAdd --keep option to goto
2007-07-13 Catalin MarinasAdd '--update' option to 'refresh'
2007-07-13 Catalin MarinasAdd the --unrelated option to mail
2007-07-13 Catalin Marinas'sync' code comments clean-up after commit 6b79a09c
2007-06-25 Yann DirsonChanged sync not to use -b which has other semantics.
2007-06-25 Yann DirsonFixed thinko in error message.
2007-06-25 Yann DirsonRevert part of the reverted commit that we want to...
2007-06-22 Catalin MarinasFix the importing of multipart emails
2007-06-22 Catalin MarinasModify the 'patches' command to use the locally modifie...
2007-06-15 Yann DirsonRevert 'Changed rebasing safety check to look for reach...
2007-06-12 Yann DirsonUse get/set_name for a stack's name.
2007-06-12 Yann DirsonHave mail take the default for --prefix from stgit...
2007-06-12 Yann DirsonHave series show empty hidden patches as hidden rather...
2007-06-12 Yann DirsonChanged rebasing safety check to look for reachability...
2007-06-08 Catalin MarinasFix the hidden patches functionality (bug #9077)
2007-06-07 Yann DirsonCatch early trying rebasing to unknown ref, and add...
2007-06-02 Yann DirsonAdd new --diff-opts/-O flag to diff- and status-related...
2007-06-02 Yann DirsonMake diff flags handling more modular.
2007-05-22 Catalin MarinasFix the automatic patch name generation for the pick...
2007-05-22 Petr BaudisStGIT: Support Cc: fields in stg mail --auto
2007-05-21 Karl HasselströmRefactor message printing
2007-05-21 Karl HasselströmAdd --binary flag to commands that generate diffs
2007-05-21 Karl HasselströmUpgrade old StGIT branches to new-format metadata
2007-05-15 Catalin MarinasUse list comprehension in uncommit.py for Python 2.3
2007-05-15 Karl HasselströmUncommit to a named commit
2007-05-15 Karl HasselströmIf any uncommit would fail, don't uncommit anything
2007-05-15 Karl HasselströmRemove an unnecessary parameter to make_patch_name
2007-05-15 Karl HasselströmMake the "name" argument to "stg new" optional
2007-05-15 Yann DirsonRename "bury" back to "sink".
2007-05-15 Yann DirsonStop recording branch.*.remote to '.' for local parents.
2007-05-14 Yann DirsonCopy patchlogs when cloning a stack or picking a patch.
2007-05-14 Yann DirsonCleanup variable names in pick.
2007-05-14 Karl HasselströmDon't use refs/bases/<branchname>
2007-04-10 Yann DirsonAdd "stg bury" command, with the functionality of contr...
2007-04-10 Catalin MarinasAdd --description option to branch
2007-04-10 Yann DirsonStop advertising 'pull' as the only operation blocked...
2007-04-10 Yann DirsonFix typo in help string.
2007-03-12 Yann DirsonAdd 'stg cp' command.
2007-03-12 Catalin MarinasOnly check for upstream merges if not fast-forwarding
2007-03-06 Catalin Marinas[Revert] Make 'push --undo' safer
2007-02-28 Yann DirsonAdd a Documentation directory inspired by the git one.
2007-02-28 Yann DirsonFactorize editor handling.
2007-02-27 Yann DirsonCorrectly raise exception on unknown pull-policy.
2007-02-23 Catalin MarinasAdd --branch option to 'patches'
2007-02-21 Yann DirsonRework of the 'stg pull' policy.
2007-02-21 Yann DirsonRefuse to pull/rebase when rendered unsafe by (un)commits.
2007-02-21 Yann DirsonKeep track of safe base changes.
2007-02-21 Yann DirsonMove stack-base querying into Series class.
2007-02-21 Yann DirsonFactorize rebasing behaviour.
2007-02-21 Catalin MarinasFix the mail command to parse longer address headers
2007-02-21 Catalin MarinasFix the alias check in the mail --bcc command
2007-02-21 Catalin MarinasDisplay whether the patch is empty after refresh
2007-02-17 Catalin MarinasFix import to allow --name and --strip for most import...
2007-02-17 Clark WilliamsURL import for stgit
2007-02-16 Catalin MarinasAdd --author option to series
2007-02-16 Catalin MarinasAllow importing mbox files from stdin
2007-02-13 Yann DirsonAdd --merged option to rebase.
2007-02-05 Catalin MarinasStop the e-mail sending if editor fails
2007-02-05 Yann DirsonUse branch.*.stgit.parentbranch for authoritative paren...
next