stgit
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ömTest "stg status" more thoroughly
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 Pavel RoskinUse --force to overwrite python files
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-31 David KågedalAdd basic test for stg status
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-26 Karl HasselströmDon't use test_expect_failure when more than one thing...
2007-08-23 Catalin MarinasAllow 'import' to apply empty patches
2007-08-23 David KågedalFixed indeterminism in t2102-pull-policy-rebase
2007-08-23 Karl HasselströmDon't touch ref files manually
2007-08-21 Yann DirsonInclude contrib scripts in the release tarball.
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ömNew test: make sure that StGIT can handle packed refs
2007-08-20 Karl HasselströmRename all config sections of a branch
2007-08-20 Karl HasselströmTest that all branch config information is renamed
2007-08-20 Karl HasselströmAdd an --smtp-server commandline option to "stg mail"
2007-08-20 Karl HasselströmVerify patch status during the test
2007-08-20 Karl HasselströmNew test: make sure that popping doesn't change patch...
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-08-20 Yann DirsonFixed completion function hardcoding .git/.
2007-08-20 Yann DirsonProvide file completion for add/resolved/refresh based...
2007-08-20 Yann DirsonAdd a no-act flag to stg-dispatch and stg-fold-file...
2007-08-20 Yann DirsonAdd -O flag to stg-fold-files-from.
2007-08-20 Yann DirsonNew contrib scripts: stg-dispatch and stg-show.
2007-08-20 Yann DirsonImprove stg-fold-files-from doc.
2007-07-25 Catalin MarinasRelease 0.13 v0.13
2007-07-25 Catalin MarinasAdd .mailmap file
2007-07-24 Yann DirsonPort stg-whatchanged improvements to stg-mdiff and...
2007-07-24 Yann DirsonAdd to stg-mdiff the ability to pass options to underly...
2007-07-24 Yann DirsonAdd range comparison support to stg-mdiff.
2007-07-24 Yann DirsonFix stg-whatchanged to deal with conflicts already...
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 DirsonDocument shortcoming of stg-k and stg-unnew.
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 DirsonIf available, use gitk --argscmd in contrib/stg-gitk.
2007-06-25 Yann DirsonFix t1200 to catch intermediate errors.
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-25 Yann Dirsonstg-cvs: update doc, and use correct setting for parent...
2007-06-25 Yann DirsonFix contrib/stg-whatchanged way of identifying a conflict.
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 DirsonUpdate test-lib.sh from current git.
2007-06-15 Yann DirsonRevert 'Changed rebasing safety check to look for reach...
2007-06-15 Yann DirsonRevert 'Test "stg rebase" after "stg commit"'
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.
2007-06-12 Yann DirsonAbstract a PatchSet object out of Series.
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 DirsonTest "stg rebase" after "stg commit"
2007-06-12 Yann DirsonChanged rebasing safety check to look for reachability...
2007-06-08 Catalin MarinasAdd my release scripts to the contrib directory
2007-06-08 Catalin MarinasFactor out common functionality into the utils.py file
2007-06-08 Catalin MarinasFix the hidden patches functionality (bug #9077)
2007-06-07 Catalin MarinasFix bug #9284 - error messages include abbreviated...
2007-06-07 Yann DirsonFixed typo in contrib/stg-whatchanged.
2007-06-07 Yann DirsonCatch early trying rebasing to unknown ref, and add...
2007-06-07 Yann DirsonRobustify rebase test: check patches are reapplied.
2007-06-07 Yann DirsonFix removal of series to nuke the formatversion config...
next