Files
git/Documentation
Johannes Schindelin 28a4d94044 object name: introduce ':/<oneline prefix>' notation
To name a commit, you can now say

	$ git rev-parse ':/Initial revision of "git"'

and it will return the hash of the youngest commit whose
commit message (the oneline) begins with the given prefix.

For future extension, a leading exclamation mark is treated
specially: if you want to match a commit message starting with
a '!', just repeat the exclamation mark. So, to match a commit
which starts with '!Hello World', use

	$ git show ':/!!Hello World'

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
2007-02-24 02:06:18 -08:00
..
2007-02-12 19:33:03 -08:00
2007-01-20 19:10:26 -08:00
2005-11-08 08:58:52 -08:00
2006-12-13 09:41:18 -08:00
2007-02-13 22:48:32 -08:00
2007-02-24 01:43:28 -08:00
2007-02-17 16:16:48 -08:00
2007-02-12 19:33:03 -08:00
2007-02-03 21:49:54 -08:00
2007-02-12 19:33:03 -08:00
2006-06-07 11:49:35 -07:00
2006-07-09 02:42:41 -07:00
2007-01-11 12:58:10 -08:00
2007-02-08 15:35:24 -08:00
2007-02-13 19:20:06 -08:00
2007-02-03 21:49:54 -08:00
2007-02-23 01:01:02 -08: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-12 19:33:03 -08:00