summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2008-05-06 17:39:53 -0400
committerGuido Guenther <agx@sigxcpu.org>2008-09-18 18:57:48 +0200
commitac30b9b89d36da037d96091ee25f8052e132424a (patch)
tree65f4250be5b83874c35a3275b9d9097285267057
parent6e8439e8c867ccc5ccda28e8c274d788fa028514 (diff)
Don't buffer stdout; let git-bp messages print in-line
Closes: #479846
-rwxr-xr-xgit-buildpackage2
-rwxr-xr-xgit-dch2
-rwxr-xr-xgit-import-dsc2
-rwxr-xr-xgit-import-orig2
4 files changed, 4 insertions, 4 deletions
diff --git a/git-buildpackage b/git-buildpackage
index 422ae59..53fa72e 100755
--- a/git-buildpackage
+++ b/git-buildpackage
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -u
# vim: set fileencoding=utf-8 :
#
# (C) 2006,2007,2008 Guido Guenther <agx@sigxcpu.org>
diff --git a/git-dch b/git-dch
index 122d215..4a55fbb 100755
--- a/git-dch
+++ b/git-dch
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -u
# vim: set fileencoding=utf-8 :
#
# (C) 2007,2008 Guido Guenther <agx@sigxcpu.org>
diff --git a/git-import-dsc b/git-import-dsc
index e7d9716..a215f5d 100755
--- a/git-import-dsc
+++ b/git-import-dsc
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -u
# vim: set fileencoding=utf-8 :
#
# (C) 2006,2007 Guido Guenther <agx@sigxcpu.org>
diff --git a/git-import-orig b/git-import-orig
index 54c359e..8ea83cf 100755
--- a/git-import-orig
+++ b/git-import-orig
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -u
# vim: set fileencoding=utf-8 :
#
# (C) 2006,2007 Guido Guenther <agx@sigxcpu.org>