diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-02-16 22:46:58 +0000 |
---|---|---|
committer | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2009-02-16 22:46:58 +0000 |
commit | 8ecea0a89d91ef5216395c3f959f54fd0bf7444d (patch) | |
tree | 00e9f7728ee472e34a4592cca821e4a790c6dc91 | |
parent | 8354443c6664f046a9e2276104db75172e818205 (diff) |
Use "git log" instead of "git-log"EMPATHY_2_25_91
From: Xavier Claessens <xclaesse@gmail.com>
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@2502 4ee84921-47dd-4033-b63a-18d7a039a3e4
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 06cdb8653..479294621 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,7 @@ DISTCLEANFILES = \ distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper' ChangeLog: Makefile.am - git-log --pretty=short > ChangeLog + git log --pretty=short > ChangeLog dist: ChangeLog |