Files
git/Documentation
Shawn O. Pearce 23615708e2 Teach git-describe how to run name-rev
Often users want to know not which tagged version a commit came
after, but which tagged version a commit is contained within.
This latter task is the job of git-name-rev, but most users are
looking to git-describe to do the job.

Junio suggested we make `git describe --contains` run the correct
tool, `git name-rev`, and that's exactly what we do here.  The output
of name-rev was adjusted slightly through the new --name-only option,
allowing describe to execv into name-rev and maintain its current
output format.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-05-21 23:56:28 -07:00
..
2007-03-22 03:05:25 -07:00
2006-12-13 09:41:18 -08:00
2007-04-15 16:01:35 -07:00
2007-05-21 20:03:53 -07:00
2007-02-17 16:16:48 -08:00
2007-04-25 13:44:45 -07:00
2007-02-12 19:33:03 -08:00
2007-05-17 17:36:57 -07:00
2007-04-16 01:14:46 -07:00
2007-05-18 21:50:56 -07:00
2007-04-15 16:01:35 -07:00
2006-06-07 11:49:35 -07:00
2007-05-07 15:39:57 -07:00
2007-04-17 22:17:46 -07:00
2007-05-10 15:24:40 -07:00
2007-04-26 22:43:10 -07:00
2007-05-18 21:50:56 -07:00
2007-01-11 12:58:10 -08:00
2007-02-08 15:35:24 -08:00
2007-02-03 21:49:54 -08:00
2007-05-20 00:30:39 -07:00
2007-02-03 21:49:54 -08:00
2006-06-24 01:11:19 -07:00
2007-02-18 16:18:43 -08:00
2007-02-26 00:26:06 -08:00
2007-03-04 17:20:38 -08:00
2007-03-14 15:56:49 -07:00
2007-03-18 14:43:29 -07:00
2007-03-28 15:28:14 -07:00
2007-04-03 19:27:41 -07:00
2007-04-21 13:57:07 -07:00
2007-04-30 17:09:48 -07:00
2007-05-08 22:11:17 -07:00
2007-05-20 00:15:53 -07:00
2007-05-20 00:15:53 -07:00
2007-04-03 22:47:01 -07:00
2007-05-20 00:30:39 -07:00