stgit
2008-01-29 Karl HasselströmCreate index and worktree objects just once
2008-01-24 Karl HasselströmRefactor --diff-opts handling
2008-01-24 Karl HasselströmRemove unused default values
2008-01-24 Karl HasselströmHomogenize buffer names
2008-01-24 Karl HasselströmDon't keep old committer when rewriting a commit
2008-01-18 Peter Oberndorferreplace "git repo-config" usage by "git config"
2008-01-18 Pavel RoskinFix "stg edit --sign"
2008-01-10 Peter OberndorferDon't mention removed "stg refresh" options
2008-01-09 Karl HasselströmMake "stg goto" subdirectory safe
2008-01-09 Karl HasselströmTest that "stg goto" can be called from a subdirectory
2008-01-09 David KågedalEmacs mode: coalesce command
2008-01-09 David KågedalEmacs mode: Add mark command
2008-01-09 Karl HasselströmMake "stg commit" fancier
2008-01-09 Karl HasselströmConvert "stg commit" to new infrastructure
2008-01-09 Karl HasselströmSet exit code to 3 on merge conflict
2008-01-09 Karl Hasselströmstg coalesce: Support --file and --save-template
2008-01-09 Karl HasselströmExpose transaction abort function
2008-01-09 Karl HasselströmNew infrastructure: Make sure that the branch is initia...
2008-01-09 Karl HasselströmConvert "stg uncommit" to the new infrastructure
2008-01-09 Karl HasselströmLet "stg goto" use the new infrastructure
2008-01-09 Karl HasselströmLet "stg clean" use the new transaction primitives
2008-01-09 Karl HasselströmTeach the new infrastructure about the index and worktree
2007-12-19 Catalin MarinasRemove a newline from the e-mail template
2007-12-19 Catalin MarinasRemove unused git functions like add, rm, copy
2007-12-19 Catalin MarinasRemove multiple stages returned by git.ls_files
2007-12-19 Catalin MarinasDon't assume there is always a stage 2 in git.get_conflicts
2007-12-19 Catalin MarinasRe-add the interactive merge
2007-12-19 Karl HasselströmLet "stg applied" and "stg unapplied" use the new infra...
2007-12-19 Karl HasselströmAdd "stg coalesce"
2007-12-19 Karl HasselströmLet "stg clean" use the new infrastructure
2007-12-19 Karl HasselströmUpgrade older stacks to newest version
2007-12-19 Karl HasselströmWrite metadata files used by the old infrastructure
2007-12-19 Karl HasselströmNew StGit core infrastructure: repository operations
2007-12-19 Karl HasselströmRemove "stg cp"
2007-12-19 Karl HasselströmRemove "stg rm"
2007-12-19 Karl HasselströmRemove "stg add"
2007-12-19 Karl HasselströmWe keep the different stages of a conflict in the index now
2007-12-19 Karl HasselströmRefactoring: pass more than one file to resolved()
2007-12-19 Karl HasselströmFix "stg resolved" to work with new conflict representation
2007-12-19 Karl HasselströmBetter error message if merge fails
2007-12-19 David KågedalAsk git about unmerged files
2007-12-19 Karl HasselströmNicer conflict markers
2007-12-19 David KågedalUse the output from merge-recursive to list conflicts
2007-12-19 David KågedalSimplify merge_recursive
2007-12-19 David KågedalAdded a test case to check what happens when push finds...
2007-12-19 David KågedalLeave working dir and index alone after failed (conflic...
2007-12-19 David KågedalSplit git.merge into two functions
2007-12-19 Karl HasselströmWrite removed fields for backwards compatibility
2007-12-19 David KågedalRemove the 'top' field
2007-12-19 David KågedalRemove the 'bottom' field
2007-12-19 David KågedalCheck bottom and invariants
2007-12-19 David KågedalEmacs mode: Added stgit-new
2007-12-19 David KågedalEmacs mode: added fontification
2007-12-19 David KågedalEmacs mode: Add stgit-edit command
2007-12-19 David KågedalEmacs mode: added stgit-commit and stgit-uncommit
2007-12-19 David KågedalEmacs mode: add stgit-repair
2007-12-19 David KågedalEmacs mode: Bind n and p
2007-12-19 David KågedalEmacs mode: Improve the output buffer state
2007-12-19 Karl HasselströmEmacs mode: show patches' short description
2007-12-19 Karl HasselströmEmacs mode: Bind "G" to "stg goto"
2007-12-19 Karl HasselströmEmacs mode: Let "P" push or pop patch at point
2007-12-19 Karl HasselströmEmacs mode: push/pop next patch, not patch at point
2007-12-19 Karl HasselströmEmacs mode: Makefile for building stgit.el
2007-12-19 Karl HasselströmEmacs mode: Add an explanatory header
2007-12-19 Karl HasselströmEmacs mode: Show keybindings when user presses "h"...
2007-12-19 David KågedalAdd an StGit mode for emacs
2007-12-13 Karl HasselströmName the exit codes to improve legibility
2007-12-13 Karl HasselströmMake generic --message/--file/--save-template flags
2007-12-13 Karl HasselströmLet parse_patch take a string instead of a file parameter
2007-12-13 David KågedalTreat filename '-' as stdin/stdout in edit
2007-12-13 David KågedalAdded --save-template flag to edit command
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ömDon't use test_expect_failure for tests that are suppos...
2007-12-08 Karl HasselströmDiscard exitcode of subprocess in a better way
2007-12-08 Karl HasselströmFix bashism
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-07 Catalin MarinasAdd a test for the 'mail --attach' command
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 MarinasImprove the t1205 test for push
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-22 Yann Dirsonstg-gitk: allow passing args to gitk; add --help.
2007-11-21 David KågedalAdded test case for stg refresh
next