chiark / gitweb /
Test the 'stg rename' command
[stgit] / stgit /
2008-03-24 Onno KortmannSimple rename of top-most patch
2008-03-24 Toby AllsoppFix "stg branch --delete" on a nonexistent branch
2008-03-24 Karl HasselströmMake documentation less confusing
2008-03-24 Peter Oberndorferreplace "git repo-config" usage by "git config"
2008-03-24 Catalin MarinasAllow picking of one commit id
2008-03-24 Catalin MarinasRemove the reordering side-effect of the latter sync...
2008-03-24 Catalin MarinasFix sync to push the popped patches back after sync'ing
2008-03-24 Catalin MarinasAdd a boundary to parse_patches in pick.py
2008-03-24 Catalin MarinasRefuse to send empty patches
2008-03-20 Catalin MarinasModify 'series' to use '#' instead of '|'
2008-03-20 Catalin MarinasAllow the synchronisation of the unapplied patches
2008-03-20 Catalin MarinasCheck for unnecessary push/pop in 'float'
2008-03-20 Catalin MarinasAllow pick to import multiple patches
2008-03-20 Catalin MarinasDon't set the default authdate if none specified
2007-12-11 Catalin MarinasRelease 0.14.1 v0.14.1
2007-12-11 Karl HasselströmFix typo: we require Python 2.4, not 2.5
2007-12-09 Catalin MarinasRelease 0.14 v0.14
2007-12-09 Catalin MarinasBetter handling of binary files (bug #8495)
2007-12-08 Catalin MarinasAllow only certain gitk exit codes as valid
2007-12-08 Karl HasselströmDiscard exitcode of subprocess in a better way
2007-12-07 Catalin MarinasMake sure the refid given to 'mail' has the angle brackets
2007-12-07 Catalin MarinasSome clean-up of the branch manipulation commands
2007-12-07 Catalin MarinasIgnore the gitk exit code in 'stg log -g' (bug #10010)
2007-12-07 Catalin MarinasAdd the 'log --number' option to limit the output
2007-12-07 Catalin MarinasChange the file timestamp in 'resolved --reset' (bug...
2007-12-07 Catalin MarinasAllow 'show' and 'id' to work on non-StGIT branches...
2007-12-07 Catalin Marinasgit.pretty_commit() re-implemented with "git show"...
2007-12-07 Catalin MarinasCheck the minimum required versions of GIT and Python...
2007-12-06 Catalin MarinasAllow multipart templates for patch e-mails (bug #10237)
2007-12-04 Catalin MarinasClean-up if the branch creation fails (bug #10015)
2007-12-03 Catalin MarinasCorrectly identify the parent branch (bug #10014)
2007-12-01 Catalin MarinasCheck for disappeared newborn files in git.tree_status...
2007-12-01 Catalin MarinasMake Series.refresh_patch automatically save the undo...
2007-11-30 Karl HasselströmMake "stg repair" help text more helpful
2007-11-27 Catalin MarinasKeep the patch log when import --replace deletes patches
2007-11-25 Karl HasselströmAdd missing switch to "stg uncommit" usage line
2007-11-25 Karl HasselströmPush and pop don't have --to flags anymore
2007-11-14 Catalin MarinasExecute the 'git ...' rather than 'git-...'
2007-11-14 Catalin Marinas'stg pop --keep' doesn't update the index
2007-11-12 Catalin MarinasAllow the diff showing in the log command if patch...
2007-11-11 Karl Hasselströmstg repair: Patchify non-patch commits between patches
2007-11-11 Karl HasselströmRename "stg assimilate" to "stg repair"
2007-11-08 Karl HasselströmLet some commands work with detached HEAD
2007-11-07 Catalin MarinasFix more commands to run correctly in subdirectories
2007-11-02 Catalin MarinasAllow "branch --create" to be given a tag id
2007-10-23 Catalin MarinasAllow StGIT commands to run correctly in subdirectories
2007-10-17 Catalin MarinasDo not raise an exception if no FETCH_HEAD
2007-10-17 Catalin Marinas"stg pop --keep" fails because of git-apply --index...
2007-10-17 Catalin MarinasFix assertion in patch creation
2007-10-09 Karl HasselströmFix error message generation
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
next