Files
git/builtin
Ramkumar Ramachandra 300f5e81b2 revert: make commit subjects in insn sheet optional
Change the instruction sheet format subtly so that the subject of the
commit message that follows the object name is optional.  As a result,
an instruction sheet like this is now perfectly valid:

  pick 35b0426
  pick fbd5bbcbc2e
  pick 7362160f

While at it, also fix a bug: currently, we use a commit-id-shaped
buffer to store the word after "pick" in '.git/sequencer/todo'.  This
is both wasteful and wrong because it places an artificial limit on
the line length.  Eliminate the need for the buffer altogether, and
add a test demonstrating this.

[jc: simplify parsing]

Suggested-by: Jonathan Nieder <jrnieder@gmail.com>
Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-10-23 21:26:51 -07:00
..
2011-10-13 19:03:23 -07:00
2011-10-05 12:36:23 -07:00
2011-06-20 14:27:36 -07:00
2011-08-28 21:20:28 -07:00
2011-10-17 21:37:12 -07:00
2011-09-12 11:43:58 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-10-06 13:54:32 -07:00
2011-10-03 11:55:57 -07:00
2011-10-05 12:36:20 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 10:16:54 -07:00
2011-03-22 11:43:27 -07:00
2011-03-22 10:16:54 -07:00
2011-10-10 15:56:17 -07:00
2011-09-01 15:46:13 -07:00
2011-03-09 23:52:56 -08:00
2011-05-31 12:19:11 -07:00
2011-10-10 15:56:18 -07:00
2011-03-22 10:16:54 -07:00
2011-08-25 14:42:11 -07:00
2011-03-22 10:16:54 -07:00