Package: stgit / 0.17.1-1

Metadata

Package Version Patches format
stgit 0.17.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream_missing_test_files | (download)

t/interactive.sh | 12 12 + 0 - 0 !
t/t1800-import/patches/attribution.patch | 21 21 + 0 - 0 !
t/t1800-import/patches/delete-extra-lines.patch | 22 22 + 0 - 0 !
t/t1800-import/patches/fifth-stanza.patch | 22 22 + 0 - 0 !
t/t1800-import/patches/first-stanza.patch | 18 18 + 0 - 0 !
t/t1800-import/patches/fourth-stanza.patch | 22 22 + 0 - 0 !
t/t1800-import/patches/second-stanza.patch | 22 22 + 0 - 0 !
t/t1800-import/patches/series | 10 10 + 0 - 0 !
t/t1800-import/patches/seventh-stanza.patch | 24 24 + 0 - 0 !
t/t1800-import/patches/sixth-stanza.patch | 22 22 + 0 - 0 !
t/t1800-import/patches/third-stanza.patch | 22 22 + 0 - 0 !
t/test.py | 180 180 + 0 - 0 !
12 files changed, 397 insertions(+)

---
upstream_missing_doc_file | (download)

Documentation/SubmittingPatches | 419 419 + 0 - 0 !
1 file changed, 419 insertions(+)

---
use_editor_as_default | (download)

stgit/utils.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 debian patch, the best default editor is editor
stg gitk_bashism | (download)

contrib/stg-gitk | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 stg-gitk bashism
remove_pyc_files | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove more pyc files
upstream_0001 Catch more exceptions in compat_log_entry.patch | (download)

stgit/lib/log.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch 1/4] catch more exceptions in compat_log_entry()

Catch exceptions in default_repo().  Catch git.RepositoryException.
This suppresses stack trace in "stg pull" on detached head and outside
the repository.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>

upstream_0002 Restore links to subcommand s manpages from the stg .patch | (download)

stgit/commands/__init__.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 2/4] restore links to subcommand's manpages from the stg(1)
 manpage.

stg(1) manpage is supposed to have links to all the subcommand's manpages like
git(1) manpage. Supposedly a simple typo broke that.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>

upstream_0003 Improve the library headers.patch | (download)

contrib/stgit.el | 31 29 + 2 - 0 !
1 file changed, 29 insertions(+), 2 deletions(-)

 [patch 3/4] improve the library headers
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This makes it possible to add to ELPA and other archives. Also this
adds rudimentary documentation explainint how to get started.

Signed-off-by: David Kgedal <david@kagedal.org>
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>

upstream_0004 Close stdin before killing cat process.patch | (download)

stgit/lib/git.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch 4/4] close stdin before killing cat-process
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

On xfce4-terminal, the call to kill the git cat-file process is not sufficient:
the process does not exit and the caller is not returned to the prompt.

Adding a call to close stdin makes the process exit cleanly.

Suggested-by: Christian Hggstrm <kalvdans@gmail.com>
Signed-off-by: Sima Baymani <sima.baymani@gmail.com>
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>

disable_interactive_test | (download)

t/t3300-edit.sh | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 disable test calling editor
 Upstream uses vi as the default editor, while the debian packages default to
debian_python_is_python2 | (download)

stg | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 python2 in debian is the python package
 Lintian gives and error if there is no dependency of pythonX for each script
 using pythonX as it's interpreter, sadly there is no python2 package, thus
 this patch.