author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Fri, 29 Apr 2005 21:09:11 +0000 (14:09 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Fri, 29 Apr 2005 21:09:11 +0000 (14:09 -0700) | ||
commit | a3df180138b85a603656582bde6df757095618cf | |
tree | 5a4d7d606c4ff4ec0d62ce18bce3bc81fe737862 | tree | snapshot |
parent | d840b3b285a0e6d742c687d344ddefd05e02c60a | commit | diff |
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.
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 | blob | history | |
diff-files.c | [new file with mode: 0644] | blob |
export.c | [new file with mode: 0644] | blob |
git-export.c | [deleted file] | blob | history |
git-mktag.c | [deleted file] | blob | history |
mktag.c | [new file with mode: 0644] | blob |
show-diff.c | [deleted file] | blob | history |