stgit
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
2005-09-27 Catalin MarinasAdd support for branch in the patch id
2005-09-27 Catalin MarinasAdd support for git-rev-parse
2005-09-25 Paolo 'Blaisorblade... Fix earlier "import quilt patches" patch
2005-09-25 Catalin MarinasMinor typos in the tutorial
2005-09-23 Catalin MarinasAdd the tutorial back to the repository
2005-09-22 Catalin MarinasFix importing from stdin
2005-09-21 Chuck LeverCut verbosity of new fast-forward merging
2005-09-21 Chuck Lever"stg series" on an un-inited branch gives weird error
2005-09-19 Junio C HamanoAdjust stgit for post 0.99.7 renames.
2005-09-19 Paolo 'Blaisorblade... Fix series mismerge
2005-09-19 Paolo 'Blaisorblade... Fix syntax error in stg status
2005-09-18 Catalin MarinasFix the version_str assignment in mail.py
2005-09-18 Pierre OssmanBetter mail handling in stgit
2005-09-18 Catalin MarinasSpecify a different base for the imported patch
2005-09-17 Catalin MarinasCheck whether the patch name is applied or unapplied
2005-09-17 Paolo 'Blaisorblade... Detect description in quilt patches
2005-09-17 Paolo 'Blaisorblade... Fix "stg mail" address parsing for hyphen
2005-09-17 Paolo 'Blaisorblade... Allow mailing a given patch list
2005-09-17 Paolo 'Blaisorblade... Fix "stg clean" when stack is empty
2005-09-17 Paolo 'Blaisorblade... Implement fast-forward when only tree (but not
2005-09-17 Paolo 'Blaisorblade... Avoid allowing --undo if it doesn't change anything
2005-09-17 Paolo 'Blaisorblade... Make "stg files" output match "quilt files" one
2005-09-17 Paolo 'Blaisorblade... Fix "mail" command when description contains "From"
2005-09-17 Paolo 'Blaisorblade... stg diff / files: don't update directory cache
2005-09-17 Paolo 'Blaisorblade... Make "empty patch" checking optional in "series"
2005-09-17 Catalin MarinasIgnore the case on the PATCH name when importing
2005-09-17 Paolo 'Blaisorblade... Fix typo: comitter->committer
2005-09-16 Catalin MarinasAllow 'import' to cherry-pick a commit object
2005-09-14 Catalin MarinasPass -q to git-merge-cache
2005-09-14 Catalin Marinas'export' will use patches-<branch> by default
2005-09-14 Catalin MarinasUpdate 'stg pull' to the latest 'git pull' API
2005-09-13 Catalin MarinasAdd --prefix example to INSTALL
2005-09-13 Catalin MarinasAdd a --branch option to different commands
2005-09-13 Catalin MarinasAdd a --version=... option to the mail command
2005-09-13 Catalin MarinasUse .git/info/exclude instead of .git/exclude
2005-09-07 Catalin MarinasAdd a copyright command to display the copyright terms
2005-09-07 Chuck LeverAdd a "version" command
2005-09-07 Chuck LeverSet stg's text editor in .stgitrc
2005-09-02 Paolo 'Blaisorblade... [PATCH] Allow fast-forward pushing.
2005-09-02 Paolo 'Blaisorblade... [PATCH] Fix crash for empty description
2005-09-02 Paolo 'Blaisorblade... [PATCH] Support .gitignore
2005-09-02 Paolo 'Blaisorblade... [PATCH] Really fix import --edit invoking editor twice
2005-09-02 Paolo 'Blaisorblade... [PATCH] Show patch content in description edit buffer
2005-08-24 Catalin MarinasFix push --undo to remove the local changes
2005-08-23 Catalin MarinasFix the import --edit function
2005-08-23 Catalin MarinasOptimise the merge operation
2005-08-23 Catalin MarinasOptimise the git.switch() function
2005-08-23 Catalin MarinasFix the push_patch function to not always call refresh_...
2005-08-21 Catalin MarinasRelease 0.6 v0.6
2005-08-21 Catalin MarinasVersion information changed to show 'Stacked GIT'
2005-08-21 Catalin MarinasMove the local search path at the beginning of sys...
2005-08-21 Catalin MarinasREADME text moved to the wiki page
2005-08-18 Catalin MarinasAdd the 'id' command
2005-08-18 Catalin MarinasAdd the prefix information to INSTALL
2005-08-18 Catalin MarinasOptimise the Commit objects creation
2005-08-18 Catalin MarinasUpdate the README (mainly alignment)
2005-08-16 Catalin MarinasREADME file update
2005-08-16 Catalin MarinasFix a typo in the fold command help
2005-08-16 Catalin MarinasFix gitmergeonefile.py to deal with local installation
2005-08-15 Catalin MarinasAdd --edit option to import
2005-08-15 Catalin MarinasMake 'stg pull' use 'git pull' directly
2005-08-15 Catalin MarinasAllow StGIT to be installed in a local directory
2005-08-08 Catalin MarinasFix the 'import --name' option overriding
2005-08-08 Catalin MarinasImplement the fold command
2005-08-03 Catalin MarinasCreate the .git/refs/bases/<head> file in 'init'
2005-08-03 Catalin MarinasAdd the 'number' variable to the e-mail template
2005-08-03 Catalin MarinasImplement the 'clone' command
2005-08-03 Catalin Marinas'pull' should use the origin branch
2005-08-03 Catalin MarinasFix description/diff delimiting in import
2005-08-03 Catalin MarinasSave .git/ORIG_HEAD when pulling changes
2005-07-30 Catalin MarinasRelease 0.5 v0.5
2005-07-30 Catalin MarinasTODO update
2005-07-29 Catalin MarinasAdd '%(maintainer)s' variable to the e-mail template
2005-07-28 Catalin MarinasAllow ':' in the subject of imported messages
2005-07-28 Catalin Marinas'mail' to use the global template file
2005-07-28 Catalin Marinas'export' to use the global template file
next