chiark / gitweb /
Ignore the gitk exit code in 'stg log -g' (bug #10010)
[stgit] / stgit / run.py
2007-12-07 Catalin MarinasIgnore the gitk exit code in 'stg log -g' (bug #10010)
2007-10-09 Karl HasselströmFix error message generation
2007-10-07 Karl HasselströmMake a common superclass for all StGit exceptions
2007-09-11 Karl HasselströmDiscard stderr when determining if a patch is already...
2007-09-04 Karl HasselströmUse subprocess.Popen to call git executables
2007-08-31 Karl HasselströmDon't fail just because a subprocess wrote stuff to...
2007-08-29 Karl HasselströmAdd optional logging of subprocess execution
2007-08-26 Karl HasselströmAssert that the argument to Run is a sequence of strings
2007-08-26 Karl HasselströmRefactor subprocess creation