stgit
2006-01-22 Catalin MarinasRelease 0.8.1 v0.8.1
2006-01-22 Catalin MarinasFix the 'status --reset' for individual files
2006-01-12 Catalin MarinasFix the clone command failure
2006-01-10 Pavel Roskinstgit: typo fixes
2006-01-07 Paolo \'Blaisorblade... Stgit - gitmergeonefile.py: handle removal vs. changes
2006-01-07 Kirill Smelkov[trivial] fix spelling typos
2005-12-23 Catalin MarinasRelease 0.8 v0.8
2005-12-23 Catalin Marinas"status --reset" does not restore the deleted files
2005-12-21 Catalin MarinasFix the import command when the body is empty
2005-12-16 Catalin MarinasUpdate the TODO information
2005-12-16 Catalin MarinasUpdate the tutorial
2005-12-15 Trond Myklebustremove formatting of git log entry on an imported patch
2005-12-11 Catalin MarinasMake StGIT comply with the author information retrieving
2005-12-08 Chuck LeverRemove "-r" option on invocations of git-diff-index
2005-12-08 Chuck LeverAdd a brief sentence to the documentation of the "stg...
2005-12-07 Chuck LeverAdd a "--clone" option to "stg branch"
2005-12-02 Chuck LeverFast-forwarding does a git.switch() even when it forwar...
2005-12-01 Chuck LeverMake "stg export" save the base commit in the output...
2005-11-30 Chuck LeverAdd facility to print short list of patches around...
2005-11-30 Chuck Lever"stg series" option to show patch summary descriptions
2005-11-30 Chuck LeverUse git-rev-parse to find the local GIT repository
2005-11-30 Chuck LeverAlign branch descriptions in output of "stg branch -l"
2005-11-18 Catalin MarinasAllow 'stg status --reset' to work on individual files
2005-11-18 Catalin MarinasFix the unapplied variable missing in export.py
2005-11-17 Chuck LeverUsing delete_patch while deleting a branch is broken
2005-11-17 Chuck LeverSeamlessly allow diffs "from" the current working directory
2005-11-17 Chuck LeverClean up StGIT's "branch --delete" command
2005-11-17 Chuck LeverCleanup: remove unused variable
2005-11-15 Chuck LeverFix a typo in the "add" command's documentation
2005-11-15 Chuck LeverFix a typo in "stg pick"
2005-11-15 Chuck Leveruse "crt_series.get_branch()" instead of "git.get_head_...
2005-11-15 Chuck LeverBetter error message when renaming patches to same...
2005-11-11 Catalin MarinasFix the --name option for the pick command
2005-11-10 Catalin MarinasOptimise pick --fold to use git-apply first
2005-11-09 Catalin MarinasDifferent fixes for the branch command
2005-11-09 Chuck LeverGeneralize branch renaming
2005-11-04 Chuck LeverAdd a stack method for determining whether a branch...
2005-11-04 Chuck LeverReplace a variable that uses the same name as a built-in
2005-11-04 Chuck LeverFix up help string for "stg clone"
2005-11-04 Chuck Lever"stg export" error message could be more specific
2005-11-04 Chuck Leverremove extra refresh_index() call in apply_patches()
2005-11-04 Catalin MarinasAdd a space after ',' when building the e-mail recipien...
2005-11-04 Catalin MarinasOptimise the export command
2005-11-04 Catalin MarinasAdd a patches command
2005-11-04 Catalin MarinasFix the 'files' initialisation in git.checkout()
2005-11-02 Chuck LeverUsing a mutable default function argument is bad
2005-11-02 Paolo \'Blaisorblade... Add an option to delete a patch from a certain branch
2005-10-27 Catalin MarinasCapture the KeyboardInterrupt exception
2005-10-27 Catalin MarinasNotify when a cherry-picked commit was modified by...
2005-10-27 Catalin MarinasNotify when a patch was modified during a push operation
2005-10-27 Chuck LeverUse __run instead of os.system() in git.merge()
2005-10-27 Chuck LeverPrevent stderr from appearing on stdout when running...
2005-10-27 Chuck LeverNeed to do "git-update-index --refresh" in more places
2005-10-27 Chuck LeverPrint the git version when running the "stg version...
2005-10-27 Chuck Lever"stg mail" doesn't distinguish between unapplied and...
2005-10-27 Chuck LeverMake listing branches more efficient
2005-10-27 Chuck LeverMake switching to the current branch a no-op
2005-10-27 Chuck LeverFix exception error message in git.merge()
2005-10-27 Chuck LeverGet rid of an unused variable
2005-10-27 Chuck LeverMake sure switch_branch uses the right __head
2005-10-27 Chuck LeverRemove unused import in stgit/git.py
2005-10-27 Chuck LeverGive the global "crt_series" variable a default value
2005-10-27 Paolo \'Blaisorblade... Ask vim to avoid backup copies of .stgit.msg
2005-10-27 Paolo \'Blaisorblade... Parse /top.old with id and when requesting diffs
2005-10-21 Catalin MarinasAllow the editing of the cover message before sending...
2005-10-17 Catalin MarinasFix the branch protect/unprotect message
2005-10-07 Catalin MarinasFlush the HEAD cache in set_head_file()
2005-10-06 Chuck LeverFix a bug in "stg branch --rename"
2005-10-06 Chuck Lever[PATCH] Fix a couple of bugs in "stg branch --create"
2005-10-06 Chuck LeverAdd support for branch description files
2005-10-06 Chuck LeverAllow user to protect some branches against "stg pull"
2005-10-06 Chuck LeverRudimentary support for multiple development branches
2005-10-06 Chuck LeverAllow print_crt_patch to work on other branches
2005-10-06 Chuck LeverAdd the ability to rename a git branch
2005-10-06 Chuck LeverAdd the ability to delete a branch to git.py
2005-10-06 Chuck LeverAdd git method for switching to a different branch
2005-10-06 Chuck LeverAdd git method for creating a fresh branch
2005-10-06 Chuck LeverCreate a new utility function in git.py for setting...
2005-10-06 Chuck LeverAdd a stack method to delete a patch series
2005-10-06 Catalin MarinasAllow the short version of --base (i.e. -b) in import
2005-10-06 Catalin MarinasUse git_id in import and fold instead of git.rev_parse
2005-10-06 Catalin MarinasFix the caching of the HEAD value
2005-10-05 Catalin MarinasAdd a --reset option to resolved
2005-10-05 Catalin MarinasAllow git.apply_patch() to take a base revision
2005-10-05 Catalin MarinasAdd a --fold option to pick
2005-10-05 Catalin MarinasTODO updated with the need for a 'prune' command
2005-10-05 Catalin Marinas'status --reset' should remove the conflicts as well
2005-10-04 Catalin MarinasAdd the --reset option to status
2005-10-04 Catalin MarinasAdd an uninstallable script for profiling
2005-10-04 Catalin MarinasMake __commits global in git.py
2005-10-04 Catalin MarinasCache the HEAD value
2005-10-04 Chuck LeverUse "git-rev-parse" to get the HEAD commit
2005-10-04 Chuck LeverUse a more clear message when pop or push can't apply...
2005-10-03 Catalin MarinasEscape the unusual characters in the name <email> strings
2005-10-03 Catalin MarinasOptimise 'push' to use git-apply instead of git-read...
2005-10-02 Catalin MarinasRelease 0.7 v0.7
2005-10-02 Catalin MarinasUpdate the TODO file
2005-09-27 Catalin MarinasAdd a commit command to merge the current patches into...
2005-09-27 Catalin MarinasImplement a 'pick' command for cherry-picking
2005-09-27 Catalin MarinasCancel the commit cherry-picking in import
next