Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
rev-list.c: fix non-grammatical comments.
author
Junio C Hamano
<junkio@cox.net>
Wed, 22 Feb 2006 09:27:02 +0000
(
01:27
-0800)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 22 Feb 2006 09:27:02 +0000
(
01:27
-0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
rev-list.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
d9ad59e
)
diff --git
a/rev-list.c
b/rev-list.c
index f2d1105cae19fbda9643846834a8c3633ff77447..ee5f15ae4e21bcf931db034ad7c02bed76d18fa3 100644
(file)
--- a/
rev-list.c
+++ b/
rev-list.c
@@
-255,8
+255,8
@@
static void show_commit_list(struct commit_list *list)
die("unknown pending object %s (%s)", sha1_to_hex(obj->sha1), name);
}
while (objects) {
- /* An object with name "foo\n0000000
000000000000000000000000000000000"
- * c
an be used c
onfuse downstream git-pack-objects very badly.
+ /* An object with name "foo\n0000000
..." can be used to
+ * confuse downstream git-pack-objects very badly.
*/
const char *ep = strchr(objects->name, '\n');
if (ep) {