File: 0009-contrib-subtree-unset-prefix-before-proceeding.diff

package info (click to toggle)
git 1%3A1.9.1-1~bpo70%2B2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 27,452 kB
  • sloc: ansic: 148,329; sh: 129,286; perl: 28,811; tcl: 21,214; python: 6,911; makefile: 3,501; lisp: 1,786; php: 120; asm: 98; csh: 45
file content (32 lines) | stat: -rw-r--r-- 981 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From 3d8973b239dcebec2c9133745bb9a4ba607bb758 Mon Sep 17 00:00:00 2001
From: Gilles Filippini <gilles.filippini@free.fr>
Date: Sat, 1 Mar 2014 17:33:32 +0100
Subject: contrib/subtree - unset prefix before proceeding

This is to prevent unwanted prefix when such an environment variable
exists. The case occurs for example during the Debian package build
where the git-subtree test suite is called with 'prefix=/usr', which
makes test 21 fail:
not ok 21 - Check that prefix argument is required for split

Signed-off-by: Gilles Filippini <gilles.filippini@free.fr>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
---
 contrib/subtree/git-subtree.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/subtree/git-subtree.sh b/contrib/subtree/git-subtree.sh
index dc59a91..db925ca 100755
--- a/contrib/subtree/git-subtree.sh
+++ b/contrib/subtree/git-subtree.sh
@@ -46,6 +46,7 @@ ignore_joins=
 annotate=
 squash=
 message=
+prefix=
 
 debug()
 {
-- 
1.9.0.279.gdc9e3eb