chiark / gitweb /
Make the "name" argument to "stg new" optional
[stgit] / stgit /
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
2007-02-04 Pavel RoskinCopy remote and merge settings when cloning a branch
2007-02-04 Pavel RoskinRename branch section in config when the branch is...
2007-02-03 Yann DirsonUse FETCH_HEAD to know where to rebase to after pull. master
2007-02-03 Yann DirsonWarn the user when there is no parent information in...
2007-02-03 Yann DirsonCorrectly check the pull-does-rebase parameter in ...
2007-02-02 Pavel RoskinAllow .git/branches and .git/remotes to be missing
2007-02-02 Yann DirsonDo not return 'origin' as parent remote when there...
2007-02-02 Yann DirsonRebase to parent branch after git-fetch in "stg pull".
2007-02-02 Yann DirsonThe user does not want to mess with the refspecs.
2007-02-02 Catalin MarinasCheck for invalid patch names before acting
2007-02-01 Catalin Marinasset() is not a builtin function in Python 2.3
2007-02-01 Yann DirsonFixes to doc strings.
2007-01-31 Yann DirsonMake 'stg pull' use git-fetch and not git-pull.
2007-01-31 Yann DirsonHave 'stg branch --create' record parent information.
2007-01-31 Yann DirsonBasic support for keeping a ref to the parent branch.
2007-01-31 Yann DirsonAllows extraction of information about remotes.
2007-01-31 Yann DirsonMove identification of parent branch's remote def up...
2007-01-31 Yann DirsonAdd caching to the new config class.
2007-01-31 Yann DirsonMake stgit.config use git-repo-config.
2007-01-26 Catalin MarinasMake the 'series --short' length configurable
2007-01-26 Catalin MarinasAdd support to hide and unhide patches
2007-01-25 Catalin Marinas'--showbranch' and '--noprefix' options for 'series'
2007-01-25 Catalin MarinasAllow a patch range to be specified for 'series'
2007-01-25 Catalin MarinasSynchronise the current patch if none specified for...
2007-01-21 Catalin MarinasFix the displaying of unknown files for 'stg status'
2007-01-21 Yann DirsonAdd new 'rebase' command.
2007-01-12 Catalin MarinasTrack the files conflict history
2007-01-10 Catalin MarinasAdd option to automatically invoke the interactive...
2007-01-10 Catalin MarinasAllow e-mail aliases for the "mail" command
2007-01-10 Pavel RoskinCheck git pull remote before defaulting to 'origin'
2007-01-10 Catalin MarinasPipe the 'patches --diff' output through the pager
2007-01-04 Catalin MarinasFix the branch renaming to also rename the reflogs
2007-01-04 Catalin MarinasAdd '--missing' option to 'series'
2006-12-12 Catalin MarinasAllow the mail command to send unapplied patches as...
2006-12-12 Catalin MarinasAdd the --unapplied option to pick
2006-12-11 Catalin MarinasAllow the abbreviation of StGIT commands
2006-12-08 Catalin MarinasDon't always use git-merge-recursive because of speed
2006-12-07 Catalin MarinasAdd the 'sync' command
2006-12-07 Catalin MarinasMake 'push --undo' safer
2006-12-07 Catalin MarinasFix a merge case with files added in both heads but...
2006-12-07 Catalin MarinasPrint 'refresh done' before pushing other patches
2006-12-06 Catalin MarinasPipe the 'stg help <command>' output through the pager
2006-12-06 Catalin MarinasAllow patch ranges for the 'pop' command
2006-12-06 Catalin MarinasAllow ranges for the 'export' command
2006-12-06 Catalin MarinasFix the 'clean' command not to pop all the patches
2006-12-05 Catalin MarinasFlush the stdout in the commit command
2006-12-05 Catalin MarinasFix "series -d" when the patch description is empty
next