[vlc-devel] commit: Fix git calling out of the source tree ( Rafaël Carré )

git version control git at videolan.org
Mon Mar 31 16:57:14 CEST 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Mar 31 16:57:13 2008 +0200| [4f8151593d3afa773708963779fe252635e8ed25]

Fix git calling out of the source tree

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4f8151593d3afa773708963779fe252635e8ed25
---

 doc/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 5f8eed6..6c1989e 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -51,7 +51,7 @@ DISTCLEANFILES = $(CHANGELOGS)
 
 $(CHANGELOGS): Makefile.am
 	y="$$(echo "$@" | sed -e 's,ChangeLog-,,')" ; \
-	git-log \
+	git --git-dir=$(top_srcdir)/.git log\
 		--since="$$y-01-01" \
 		--until="$$y-12-31 23:00:00 -0100" \
 		> "$@"




More information about the vlc-devel mailing list