From d895c88493414ddad3a40aac258172ae6b13de2f Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Wed, 10 Mar 2010 12:32:06 +0100 Subject: [PATCH 1/2] Remove undesired character before ; --- git-bzr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-bzr b/git-bzr index 125934c..371fbda 100755 --- a/git-bzr +++ b/git-bzr @@ -183,7 +183,7 @@ function gitbzr_push() { get_location "$remote" location=$return - if [ -n "$(git rev-list --left-right HEAD...$remote | sed -n '/^>/ p')" ] ; then + if [ -n "$(git rev-list --left-right HEAD...$remote | sed -n '/^>/ p')" ] ; then perror "HEAD is not a strict child of {remote}, cannot push. Merge first" exit fi From 705137266ba68f9cb2228d946a14f3a08d686270 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Wed, 10 Mar 2010 19:02:10 -0500 Subject: [PATCH 2/2] Update AUTHORS Last commit was contributed by Giuseppe Scrivano. Add his name to the AUTHORS file. --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index 0cd6e31..95e0f81 100644 --- a/AUTHORS +++ b/AUTHORS @@ -19,3 +19,4 @@ Gonéri Le Bouder Gisle Aas أحمد المحمودي (Ahmed El-Mahmoudy) Gabriel Filion +Giuseppe Scrivano