Meta/Make: specify ETC_GITCONFIG explicitly

Josh wants to change the default behaviour. Better be prepared not to be affected by it.

Junio C Hamano committed Apr 23, 2007 at 23:11 UTC b88121c8020bb4abd1fd6471152973c2a6673939
2 files changed +1 -65
Make
+1
@@ -57,5 +57,6 @@ done
57 make $d \
58 GITWEB_CONFIG=$G \
59 PYTHON_PATH=/usr/bin/python2.4 \
60 + ETC_GITCONFIG=$d/etc/gitconfig \
61 CFLAGS="$O -Wall -Wdeclaration-after-statement -g" \
62 "$@"
prep-1.5.2.txt deleted
-65
@@ -1,65 +0,0 @@
1 -diff --git a/Documentation/RelNotes-1.5.2.txt b/Documentation/RelNotes-1.5.2.txt
2 -new file mode 100644
3 -index 0000000..cdac811
4 ---- /dev/null
5 -+++ b/Documentation/RelNotes-1.5.2.txt
6 -@@ -0,0 +1,50 @@
7 -+GIT v1.5.2 Release Notes
8 -+========================
9 -+
10 -+Updates since v1.5.1
11 -+--------------------
12 -+
13 -+* New commands and options.
14 -+
15 -+* Updated behavior of existing commands.
16 -+
17 -+ - "git diff --stat" shows size of preimage and postimage blobs
18 -+ for binary contents. Earlier it only said "Bin".
19 -+
20 -+ - "git lost-found" shows stuff that are unreachable except
21 -+ from reflogs.
22 -+
23 -+* Builds
24 -+
25 -+ - git-p4import has never been installed; now there is an
26 -+ installation option to do so.
27 -+
28 -+ - gitk and git-gui can be configured out.
29 -+
30 -+ - Generated documentation pages automatically get version
31 -+ information from GIT_VERSION
32 -+
33 -+* Performance Tweaks
34 -+
35 -+ - optimized "git-rev-list --bisect" (hence "git-bisect").
36 -+
37 -+ - optimized "git-add $path" in a large directory, most of
38 -+ whose contents are ignored.
39 -+
40 -+
41 -+Fixes since v1.5.1
42 -+------------------
43 -+
44 -+These are all in v1.5.1.x series.
45 -+
46 -+* Documentation updates
47 -+
48 -+* Bugfixes
49 -+
50 -+* Performance Tweaks
51 -+
52 -+--
53 -+exec >/var/tmp/1
54 -+O=v1.5.1-53-g77e6f5b
55 -+echo O=`git describe refs/heads/master`
56 -+git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
57 -diff --git a/RelNotes b/RelNotes
58 -index d5e055d..c543b1d 120000
59 ---- a/RelNotes
60 -+++ b/RelNotes
61 -@@ -1 +1 @@
62 --Documentation/RelNotes-1.5.1.txt
63 -\ No newline at end of file
64 -+Documentation/RelNotes-1.5.2.txt
65 -\ No newline at end of file