From: Behdad Esfahbod Date: Fri, 24 Apr 2009 03:17:38 +0000 (-0400) Subject: [git.mk] Replace "git stat" with "git status" X-Git-Tag: 1.24.2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=abb1367e9942509a0e5e30df5451a5cfe07a415e;p=platform%2Fupstream%2Fpango.git [git.mk] Replace "git stat" with "git status" Apparently "stat" was aliased by me locally. --- diff --git a/git.mk b/git.mk index 9cfce1c..55e7545 100644 --- a/git.mk +++ b/git.mk @@ -28,8 +28,8 @@ # ignore them. See "man gitignore". # # If "make maintainer-clean" removes the files but they are not recognized -# by this script (that is, if "git stat" shows untracked files still), send -# me the output of "git stat" as well as your Makefile.am and Makefile for +# by this script (that is, if "git status" shows untracked files still), send +# me the output of "git status" as well as your Makefile.am and Makefile for # the directories involved. # # For a list of toplevel files that should be in MAINTAINERCLEANFILES, see