chiark / gitweb /
stgit
2008-04-14 Karl HasselströmMerge branch 'stable' into stable-master-merge
2008-04-14 Karl HasselströmMake t1003-new executable
2008-04-13 Karl HasselströmFix problems in t1000-branch-create
2008-03-25 Catalin MarinasMerge branch 'stable'
2008-03-24 Catalin MarinasRelease 0.14.2 v0.14.2
2008-03-24 Angus Salkeldstg mail crashes when there is no patch description
2008-03-24 Alex ChiangBetter "stg rebase" help text
2008-03-24 Onno KortmannTest the 'stg rename' command
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 MarinasRemove a newline from the e-mail template
2008-03-24 Catalin MarinasAllow picking of one commit id
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 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 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 MarinasAdd a boundary to parse_patches in pick.py
2008-03-24 Catalin MarinasRefuse to send empty patches
2008-03-24 Catalin MarinasSet umask to 0022 during the setup.py execution
2008-03-24 Catalin MarinasRefuse to send empty patches
2008-03-24 Catalin MarinasSet umask to 0022 during the setup.py execution
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
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
2008-03-20 Karl HasselströmHandle failed pushes differently depending on cause
2008-03-20 Karl HasselströmNew test: conflicting push in dirty worktree
2008-03-20 Karl HasselströmMake sure that we only uncommit commits with exactly...
2008-03-20 Karl HasselströmTry uncommitting a commit with not exactly one parent
2008-03-20 Karl HasselströmMake sure patches with no parents have an empty list...
2008-03-20 Karl HasselströmUse a special exit code for bugs
2008-03-20 Angus Salkeldstg mail crashes when there is no patch description
2008-03-20 Alex ChiangBetter "stg rebase" help text
2008-02-23 Onno KortmannTest the 'stg rename' command
2008-02-23 Onno KortmannSimple rename of top-most patch
2008-02-14 Toby AllsoppFix "stg branch --delete" on a nonexistent branch
2008-02-12 Karl HasselströmEmacs mode: change "stg repair" binding
2008-02-12 Karl HasselströmRemove unused data field
2008-02-10 Karl HasselströmEmacs mode: It's possible to edit unapplied patches now
2008-02-10 Karl HasselströmConvert "stg edit" to the new infrastructure
2008-02-10 Karl HasselströmParse the date instead of treating it as an opaque...
2008-02-10 Karl HasselströmTeach new infrastructure to diff two trees
2008-02-10 Karl HasselströmTeach new infrastructure to apply patches
2008-02-10 Karl HasselströmTeach new infrastructure about the default author and...
2008-02-10 Peter OberndorferAdd an --index option to "stg refresh"
2008-02-10 Karl HasselströmRead default diff options from the user's config
2008-02-10 Karl HasselströmLet "stg show" use the unified --diff-opts handling
2008-02-10 Karl HasselströmReduce number of backslashes by using raw strings
2008-02-10 Karl HasselströmMake documentation less confusing
2008-02-10 Karl HasselströmDon't check out files if we don't have index+workdir
2008-01-29 Karl HasselströmDon't clean away patches with conflicts
2008-01-29 Pavel RoskinAdd test to ensure that "stg clean" preserves conflicti...
2008-01-29 Karl HasselströmLet the caller supply the diff text to diffstat()
2008-01-29 Karl HasselströmSimplify editor selection logic
2008-01-29 Karl HasselströmEliminate temp variable that's used just once
2008-01-29 Karl HasselströmWrap excessively long line
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"
next