stgit
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...
2007-06-07 Yann DirsonFix removal of series with non-existant trash dir.
2007-06-04 Yann DirsonFix deletion and move of a hidden patch (gna bug #9244).
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-06-02 Yann DirsonCall external commands without a shell where possible.
2007-06-02 Yann DirsonAdd 2 new contrib scripts.
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 Catalin MarinasAdd a "make tags" target
2007-05-21 Robin RosenbergDon't use / as separatar since it is common i branch...
2007-05-21 Robin RosenbergUpdate the bash prompt from 'applied' instead of the...
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ömTest the format version upgrade code
2007-05-21 Karl HasselströmUpgrade old StGIT branches to new-format metadata
2007-05-21 Karl HasselströmHave only a single command in each test_expect_failure
2007-05-21 Karl HasselströmFix config caching so that get, set, get works
2007-05-15 Karl HasselströmRemove obsolete files when deleting a branch
2007-05-15 Karl HasselströmStore branch description in the config file
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ömGenerate patch names of more uniform length
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-15 Catalin MarinasFix typo in the patchlogs copying code
2007-05-14 Karl HasselströmStore branch description in the config file
2007-05-14 Karl HasselströmUse "stg applied" instead of reading the applied file...
2007-05-14 Karl HasselströmTest patch order, not just number of patches
2007-05-14 Karl HasselströmMake patch deletion test more specific
2007-05-14 Yann DirsonDocument patch syntax.
2007-05-14 Karl HasselströmMake the "name" argument to "stg new" optional
2007-05-14 Karl HasselströmFix popping on non-active branches
2007-05-14 Yann DirsonTeach bash to complete branch names in some places.
2007-05-14 Karl HasselströmDon't use patches/<branch>/current
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 Yann DirsonAvoid contrib/stg-swallow deleting unrelated empty...
2007-05-14 Roland DreierFix deleting series trash directory
2007-05-14 Karl HasselströmDon't use refs/bases/<branchname>
2007-05-14 Karl Hasselströmdash doesn't do curly brace expansion, so avoid that
2007-05-14 Karl HasselströmString comparison is done with "=", not "=="
2007-04-17 Catalin MarinasFailed recursive merging can silently lose date in...
2007-04-13 Yann DirsonDocument the new 'stg branch --description' features.
2007-04-11 Catalin MarinasRevert commit "Move man page stg(1) to stg(7)"
2007-04-11 Catalin MarinasFix the 'bury' command completion to include all patches
2007-04-10 Catalin MarinasMove man page stg(1) to stg(7)
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 DirsonMake the documentation of options more consistent.
2007-04-10 Yann DirsonFix doc cross-refs.
2007-04-10 Yann DirsonAdd doc for 'branch'.
2007-04-10 Yann DirsonAdd doc for 'clone' and 'init'.
2007-04-10 Yann DirsonDon't use section 7 for main manpage.
2007-04-10 Yann DirsonFix typo in help string.
2007-03-16 Yann DirsonCleanup parent information on stgit branch deletion.
next