]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Rename git core commands to be "git-xxxx" to avoid name clashes.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 29 Apr 2005 21:09:11 +0000 (14:09 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 29 Apr 2005 21:09:11 +0000 (14:09 -0700)
commita3df180138b85a603656582bde6df757095618cf
tree5a4d7d606c4ff4ec0d62ce18bce3bc81fe737862
parentd840b3b285a0e6d742c687d344ddefd05e02c60a
Rename git core commands to be "git-xxxx" to avoid name clashes.

This also regularizes the make. The source files themselves don't get
the "git-" prefix, because that's just inconvenient. So instead we just
make the rule that "git-xxxx" depends on "xxxx.c", and do that for
all the core programs (ie the old "git-mktag.c" got renamed to just
"mktag.c" to match everything else).

And "show-diff" got renamed to "git-diff-files" while at it, since
that's what it really should be to match the other git-diff-xxx cases.
Makefile
diff-files.c [moved from show-diff.c with 100% similarity]
export.c [moved from git-export.c with 100% similarity]
mktag.c [moved from git-mktag.c with 100% similarity]