Allow "git show --branch".
[stgit] / stgit /
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.
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 DirsonChanged rebasing safety check to look for reachability...
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 DirsonCatch early trying rebasing to unknown ref, and add...
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-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-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ömFix popping on non-active branches
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 Roland DreierFix deleting series trash directory
2007-05-14 Karl HasselströmDon't use refs/bases/<branchname>
2007-04-17 Catalin MarinasFailed recursive merging can silently lose date in...
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-16 Yann DirsonCleanup parent information on stgit branch deletion.
2007-03-16 Yann DirsonAdd support for unsetting config vars.
2007-03-16 Yann DirsonCopy parentbranch setting on 'stg branch --clone'.
2007-03-16 Yann DirsonDrop utils.remove_dirs() in favor of os.removedirs().
2007-03-16 Yann DirsonMake use exception raised by removedirs.
2007-03-16 Yann DirsonFix diagnostic messages on patch deletion and simplify...
2007-03-16 Yann DirsonFix stack deletion when orig-base is present.
2007-03-16 Robin RosenbergAdd an empty line before signed-off-by
2007-03-12 Yann DirsonMake 'stg cp' 2nd form safe.
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 Catalin MarinasUse and..or as a ternary operator rather than a dictionary
2007-02-28 Catalin MarinasAdd EditorException to stgit/utils.py
2007-02-28 Catalin MarinasAdd an interractive 2-way merge option
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 DirsonVarious cleanups for clarity.
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 Catalin MarinasFix the behaviour when there is no user information...
2007-02-13 Catalin MarinasMake StGIT aware of the STGIT_DEBUG_LEVEL environment...
2007-02-13 Yann DirsonUse canonical command name in help message.
2007-02-13 Yann DirsonAdd --merged option to rebase.
2007-02-06 Catalin MarinasRelease 0.12 v0.12
2007-02-05 Catalin MarinasStop the e-mail sending if editor fails
2007-02-05 Yann DirsonUse branch.*.stgit.parentbranch for authoritative paren...
2007-02-05 Pavel RoskinAdd missing spaces in warnings about default remote
2007-02-04 Pavel RoskinAssorted typos
2007-02-04 Pavel RoskinDon't print "rebasing" if the head doesn't change
next