chiark / gitweb /
stgit
2007-05-21 Catalin MarinasAdd a "make tags" target
2007-05-21 Robin RosenbergDon't use / as separatar since it is common i branch...
2007-05-21 Robin RosenbergUpdate the bash prompt from 'applied' instead of the...
2007-05-21 Karl HasselströmRefactor message printing
2007-05-21 Karl HasselströmAdd --binary flag to commands that generate diffs
2007-05-21 Karl HasselströmTest the format version upgrade code
2007-05-21 Karl HasselströmUpgrade old StGIT branches to new-format metadata
2007-05-21 Karl HasselströmHave only a single command in each test_expect_failure
2007-05-21 Karl HasselströmFix config caching so that get, set, get works
2007-05-15 Karl HasselströmRemove obsolete files when deleting a branch
2007-05-15 Karl HasselströmStore branch description in the config file
2007-05-15 Catalin MarinasUse list comprehension in uncommit.py for Python 2.3
2007-05-15 Karl HasselströmUncommit to a named commit
2007-05-15 Karl HasselströmIf any uncommit would fail, don't uncommit anything
2007-05-15 Karl HasselströmRemove an unnecessary parameter to make_patch_name
2007-05-15 Karl HasselströmGenerate patch names of more uniform length
2007-05-15 Karl HasselströmMake the "name" argument to "stg new" optional
2007-05-15 Yann DirsonRename "bury" back to "sink".
2007-05-15 Yann DirsonStop recording branch.*.remote to '.' for local parents.
2007-05-15 Catalin MarinasFix typo in the patchlogs copying code
2007-05-14 Karl HasselströmStore branch description in the config file
2007-05-14 Karl HasselströmUse "stg applied" instead of reading the applied file...
2007-05-14 Karl HasselströmTest patch order, not just number of patches
2007-05-14 Karl HasselströmMake patch deletion test more specific
2007-05-14 Yann DirsonDocument patch syntax.
2007-05-14 Karl HasselströmMake the "name" argument to "stg new" optional
2007-05-14 Karl HasselströmFix popping on non-active branches
2007-05-14 Yann DirsonTeach bash to complete branch names in some places.
2007-05-14 Karl HasselströmDon't use patches/<branch>/current
2007-05-14 Yann DirsonCopy patchlogs when cloning a stack or picking a patch.
2007-05-14 Yann DirsonCleanup variable names in pick.
2007-05-14 Yann DirsonAvoid contrib/stg-swallow deleting unrelated empty...
2007-05-14 Roland DreierFix deleting series trash directory
2007-05-14 Karl HasselströmDon't use refs/bases/<branchname>
2007-05-14 Karl Hasselströmdash doesn't do curly brace expansion, so avoid that
2007-05-14 Karl HasselströmString comparison is done with "=", not "=="
2007-04-17 Catalin MarinasFailed recursive merging can silently lose date in...
2007-04-13 Yann DirsonDocument the new 'stg branch --description' features.
2007-04-11 Catalin MarinasRevert commit "Move man page stg(1) to stg(7)"
2007-04-11 Catalin MarinasFix the 'bury' command completion to include all patches
2007-04-10 Catalin MarinasMove man page stg(1) to stg(7)
2007-04-10 Yann DirsonAdd "stg bury" command, with the functionality of contr...
2007-04-10 Catalin MarinasAdd --description option to branch
2007-04-10 Yann DirsonStop advertising 'pull' as the only operation blocked...
2007-04-10 Yann DirsonMake the documentation of options more consistent.
2007-04-10 Yann DirsonFix doc cross-refs.
2007-04-10 Yann DirsonAdd doc for 'branch'.
2007-04-10 Yann DirsonAdd doc for 'clone' and 'init'.
2007-04-10 Yann DirsonDon't use section 7 for main manpage.
2007-04-10 Yann DirsonFix typo in help string.
2007-03-16 Yann DirsonCleanup parent information on stgit branch deletion.
2007-03-16 Yann DirsonAdd support for unsetting config vars.
2007-03-16 Yann DirsonAdd a script to quickly run an interactive test session.
2007-03-16 Yann DirsonRemove debugging output from contrib/stg-sink
2007-03-16 Yann DirsonCopy parentbranch setting on 'stg branch --clone'.
2007-03-16 Yann DirsonDrop utils.remove_dirs() in favor of os.removedirs().
2007-03-16 Yann DirsonMake use exception raised by removedirs.
2007-03-16 Yann DirsonFix diagnostic messages on patch deletion and simplify...
2007-03-16 Yann DirsonFix stack deletion when orig-base is present.
2007-03-16 Robin RosenbergAdd an empty line before signed-off-by
2007-03-12 Yann DirsonFixed t2102-pull-policy-rebase to really test 'rebase...
2007-03-12 Yann DirsonMake 'stg cp' 2nd form safe.
2007-03-12 Yann DirsonSome clarifications to the main doc.
2007-03-12 Yann DirsonDo not link to docs that will never be written.
2007-03-12 Yann DirsonAdd 'stg cp' command.
2007-03-12 Catalin MarinasOnly check for upstream merges if not fast-forwarding
2007-03-06 Catalin Marinas[Revert] Make 'push --undo' safer
2007-03-06 Yann DirsonFix bash completion to not garble the screen with an...
2007-03-02 Yann DirsonAdd contrib/stg-sink: sink a patch to given location...
2007-03-02 Yann DirsonAdd contrib/stg-mdiff: display diffs of diffs.
2007-03-02 Yann DirsonAdd contrib/stg-gitk: helper script to run gitk
2007-03-02 Yann DirsonAdd contrib/stg-cvs: helper script to manage a mixed...
2007-03-02 Yann DirsonAdd contrib/stg-swallow: completely merge an unapplied...
2007-03-02 Yann DirsonAdd contrib/stg-fold-files-from: pick selected changes...
2007-03-02 Yann DirsonAdd contrib/stg-show-old: show old version of a patch.
2007-03-02 Yann DirsonAdd contrib/stg-whatchanged: look at what would be...
2007-02-28 Catalin MarinasUse and..or as a ternary operator rather than a dictionary
2007-02-28 Catalin MarinasAdd EditorException to stgit/utils.py
2007-02-28 Catalin MarinasAdd an interractive 2-way merge option
2007-02-28 Yann DirsonAdd missing files to stgit manifest.
2007-02-28 Yann DirsonMerge doc/ and Documentation/ directories.
2007-02-28 Yann DirsonAdd a Documentation directory inspired by the git one.
2007-02-28 Yann DirsonFactorize editor handling.
2007-02-28 Yann DirsonAdd a testcase for the safety of pull-policy='pull'.
2007-02-27 Yann DirsonCorrectly raise exception on unknown pull-policy.
2007-02-23 Catalin MarinasAdd --branch option to 'patches'
2007-02-23 Sam VilainSome minor debian packaging fixes
2007-02-21 Yann DirsonRework of the 'stg pull' policy.
2007-02-21 Yann DirsonRefuse to pull/rebase when rendered unsafe by (un)commits.
2007-02-21 Yann DirsonKeep track of safe base changes.
2007-02-21 Yann DirsonVarious cleanups for clarity.
2007-02-21 Yann DirsonMove stack-base querying into Series class.
2007-02-21 Yann DirsonFactorize rebasing behaviour.
2007-02-21 Yann DirsonSupport for pre-1.5 git in stgit tests.
2007-02-21 Catalin MarinasFix the mail command to parse longer address headers
2007-02-21 Catalin MarinasFix the alias check in the mail --bcc command
2007-02-21 Catalin MarinasDisplay whether the patch is empty after refresh
2007-02-17 Catalin MarinasFix import to allow --name and --strip for most import...
2007-02-17 Clark WilliamsURL import for stgit
2007-02-16 Catalin MarinasAdd --author option to series
next