Found 97 matching messages (0.053 seconds). Page 1 of 5.
... available from git://repo.or.cz/stgit/kha.git safe --- Karl Hasselström ... commands/new.py | 1 + stgit/commands/patches.py | 1 + stgit/commands/pick.py ... 46 files changed, 194 insertions(+), 0 deletions(-) create mode 100755 t/ ...
git - Karl - Oct 7 2007 - 19:24
... repository at: git://repo.or.cz/stgit/kha.git run Karl Hasselström ... /commands/mail.py | 1 + stgit/commands/patches.py | 1 + stgit/commands/pick.py ... (+), 347 deletions(-) create mode 100644 stgit/out.py create mode 100644 stgit/ ...
git - Karl - Aug 26 2007 - 16:33
... less related cleanups. (The "explicit crt_series" patch was needed so that I could ... t have a global crt_series in stgit.commans.common Refactor crt_series creation ... to customize title of error/warning message stgit/commands/add.py | 2 ...
git - Karl - Oct 8 2007 - 04:55
... functions for tree and blob manipulation stgit/commands/branch.py | 18 ... /lib/log.py | 60 +++++++++++++++++++ stgit/lib/transaction.py | 3 + 19 files ... 44 deletions(-) create mode 100644 stgit/lib/log.py -- Karl Hasselstr ...
git - Karl - Feb 13 2008 - 21:25
... short series of proposed patches for merging into the StGIT master branch. The most important is the new patch identification scheme. --- Catalin Marinas (4): ... (+), 375 deletions(-) delete mode 100644 stgit/commands/applied.py delete mode 100644 ...
git - Catalin Marinas - Jun 19 2008 - 17:41
Also available from git://repo.or.cz/stgit/kha.git safe --- Karl Hasselström ... Make a common superclass for all StGit exceptions Don't split long and ... (+), 99 deletions(-) create mode 100644 stgit/exception.py create mode 100755 t/ ...
git - Karl - Oct 7 2007 - 19:17
... insertions(+), 34 deletions(-) create mode 100644 stgit/commands/coalesce.py create mode 100644 ... /lib/__init__.py create mode 100644 stgit/lib/git.py create mode 100644 ... /lib/stack.py create mode 100644 stgit/lib/transaction.py create mode 100755 ...
git - Karl - Nov 4 2007 - 23:14
... now. David: I believe the repair patch should fix the situation you encountered. --- Note how the actual patch that renames assimilate to repair looks ... (+), 353 deletions(-) delete mode 100644 stgit/commands/assimilate.py create mode ...
git - Karl - Nov 11 2007 - 15:43
... index and worktree objects just once stgit/commands/coalesce.py | 2 ... commit.py | 2 +- stgit/commands/common.py | 3 ++- stgit/commands/diff ... lib/transaction.py | 3 +-- stgit/utils.py | 8 ++------ 13 files changed ...
git - Karl - Jan 28 2008 - 23:02
... stgit/lib/edit.py | 99 ++++++++++++++++++++++++++++++++++++++++++++ stgit/utils.py | 18 +++++--- 8 files changed, 167 insertions(+), 92 deletions(-) create mode 100644 stgit/lib/edit.py -- Karl Hasselström, kha@ ...
git - Karl - Jul 4 2008 - 02:40
... of git://repo.or.cz/stgit/kha.git safe Pavel's ... in diffstat Add shortlog of patch series to cover mail Add ... stderr when determining if a patch is already applied Pavel Roskin ... like it's done in git stgit/commands/imprt.py | 6 ...
git - Karl - Sep 11 2007 - 00:49
... available from git://repo.or.cz/stgit/kha.git experimental However, the ... to transfer all the "experimental" patches to "safe", wholesale. So if ... --save-template Expose transaction abort function stgit/commands/coalesce.py | 32 ...
git - Karl - Dec 14 2007 - 02:32
... the other commands, and last a patch that reads diff opts from the config file. The first two patches are in kha/safe, but the ... stgit/commands/status.py | 17 +++++------------ stgit/utils.py | 13 +++++++++++++ 9 files changed, 43 ...
git - Karl - Jan 24 2008 - 04:06
... the other commands, and last a > patch that reads diff opts from the config file. > > The first two patches are in kha/safe, but the ... /commands/status.py | 17 +++++------------ > stgit/utils.py | 13 +++++++++++++ > 9 files changed, ...
git - Jon Smirl - Jan 24 2008 - 16:20
... a fully general undo command for StGit. It uses the same machinery as ... .or.cz/stgit/kha.git experimental since a few of the patches below these two have been updated ... (+), 63 deletions(-) create mode 100644 stgit/commands/undo.py create mode 100755 ...
git - Karl - May 8 2008 - 20:44
... I created a "proposed" branch in my StGIT tree (http://homepage.ntlworld.com/cmarinas/stgit ... ". I'll also post these patches on the list. --- Catalin Marinas (5 ... stack.patchorder.all to return hidden patches stgit/commands/commit.py | 4 +- ...
git - Catalin Marinas - Jun 4 2008 - 17:13
... on top of your stack of StGit patches, "assimilate" converts them to ... "assimilate" will simply mark all patches below the merge unapplied, since ... correct the appliedness of such patches. Note that these are "inconsistencies", ...
git - Karl - Sep 25 2007 - 22:15
... 97 ++++++++++++++++++++++++++-------------------- stgit/lib/git.py | 8 ++-- stgit/utils.py | 50 ++++++++++++++++++++++++ t/t1400-patch-history.sh | 2 - 7 files changed, 124 insertions(+), 101 ...
git - Karl - Feb 10 2008 - 16:40
... available from git://repo.or.cz/stgit/kha.git safe --- David Kå ... a string instead of a file parameter stgit/commands/common.py | 6 ... /imprt.py | 2 + stgit/main.py | 25 ++++++++-------- stgit/utils.py | 50 ...
git - Karl - Dec 14 2007 - 02:24
... via the patch log or reflog, but it's still a ... discovered by Erik Sandberg. These patches are also available in the ... exactly one parent Make sure patches with no parents have an ... a special exit code for bugs stgit/commands/uncommit.py | 14 ...
git - Karl - Mar 19 2008 - 20:31