On Aug 28, 2008, at 9:37 AM, Linus Torvalds wrote:
On Thu, 28 Aug 2008, Felipe Contreras wrote:
If the git-foo was supposed to be deprecated in 1.6.0
Itw as deprecated over a _year_ ago.
No, it wasn't. As of March 2008, git<DASH> was still in the sample
hooks and in git-web. That was the last time I did anything with git
scripting. It was something between then and now that the <DASH>'s
were finally removed.
Oh wait:
dhcp-2:git wagle$ grep -r --color git- . | wc -l
6580
dhcp-2:git wagle$
No, I'm not going to figure out which are okay, and which aren't.
I'll just assume that they are all okay, but leave you to wonder.
-- Perry
PS. Okay, fine! Here's as far as I got before getting bored:
grep -r git- . | cat -v | sed "s/^.*\(git-[^ :\")\[($\']*\).*$/
\1/" | sort | uniq
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html