chiark / gitweb /
Don't have a global crt_series in stgit.commans.common
[stgit] / stgit /
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-08 Karl HasselströmProperly detect that HEAD is detached
2007-10-08 Karl HasselströmUse our nice message printout wrapping system
2007-10-08 Karl HasselströmAllow caller to customize title of error/warning message
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ömDiscard stderr output from git-rev-parse
2007-10-07 Karl HasselströmSimplify debug level error checking
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-26 Karl HasselströmMake Run available in stack.py
2007-09-23 Karl HasselströmMake sure that the output of "stg status" is sorted
2007-09-23 David KågedalRefactor Series.new_patch
2007-09-23 David KågedalClear up the semantics of Series.new_patch
2007-09-23 David KågedalAdd a 'bottom' parameter to Series.refresh_patch and...
2007-09-23 David KågedalClean up Series.refresh_patch
2007-09-23 David KågedalRefactor Series.push_patch
2007-09-23 David KågedalRemove dead code from push_empty_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ömProperly remove all config for a deleted branch
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 'edit' to the patchcommands list
2007-09-14 Catalin MarinasAdd patch editing command
2007-09-11 Karl HasselströmInclude summary of added/deleted files in diffstat
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-11 Karl HasselströmAdd the any() and all() utility functions from Python 2.5
2007-09-11 Karl HasselströmDiscard stderr when determining if a patch is already...
2007-09-05 Pavel Roskingit.__remotes_from_dir() should only return lists
2007-09-04 Karl HasselströmUse the builtin set() instead of sets.Set()
2007-09-04 Karl HasselströmUse subprocess.Popen to call git executables
2007-09-02 Karl HasselströmAllow "stg add" when we have no stack
2007-08-31 Karl HasselströmLet "stg status" ignore empty directories
2007-08-31 Pavel RoskinFix refresh -es
2007-08-31 Karl HasselströmDon't fail just because a subprocess wrote stuff to...
2007-08-31 Karl HasselströmWrite warnings and errors to stderr if not on a terminal
2007-08-31 David KågedalCleanup tree_status and use -z
2007-08-29 Catalin MarinasAdd the '--exclusive' option to 'uncommit'
2007-08-29 Catalin MarinasMake the maximum patch name length configurable
2007-08-29 Karl HasselströmAdd optional logging of subprocess execution
2007-08-26 Karl HasselströmAssert that the argument to Run is a sequence of strings
2007-08-26 Karl HasselströmRefactor subprocess creation
2007-08-26 Karl HasselströmRefactor output handling to break circular dependency
2007-08-26 Karl HasselströmCompile regexp just once
2007-08-26 Karl HasselströmReplace "git repo-config" with "git config" in help...
2007-08-26 Karl HasselströmDon't write None to the conf file
2007-08-23 Catalin MarinasAllow 'import' to apply empty patches
2007-08-23 Karl HasselströmDon't touch ref files manually
2007-08-21 Karl HasselströmMake use of the get_patch() utility function
2007-08-21 David KågedalDon't print unnecessary backtraces when testing
2007-08-20 Karl HasselströmRename all config sections of a branch
2007-08-20 Karl HasselströmAdd an --smtp-server commandline option to "stg mail"
2007-08-20 Karl HasselströmTeach StGIT about core.excludesfile
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-25 Catalin MarinasRelease 0.13 v0.13
2007-07-17 Catalin MarinasModify the assertion in Series.new_patch
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 DirsonAdd a constructor to PatchSet.
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-21 Catalin MarinasPass a string rather than an exception object in gitmer...
2007-06-15 Yann DirsonRevert 'Changed rebasing safety check to look for reach...
2007-06-12 Catalin MarinasShow a joined string rather than list when reporting...
2007-06-12 Yann DirsonRename branch.*.stgitformatversion to branch.*.stgit...
2007-06-12 Yann DirsonMove stack format-version checks into Stack class.
next