* [PATCH] log --raw: Don't descent into subdirectories
@ 2006-06-27 13:27 Timo Hirvonen
0 siblings, 0 replies; only message in thread
From: Timo Hirvonen @ 2006-06-27 13:27 UTC (permalink / raw)
To: junkio; +Cc: git
Signed-off-by: Timo Hirvonen <tihirvon@gmail.com>
---
builtin-log.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/builtin-log.c b/builtin-log.c
index 28cd8bf..7075987 100644
--- a/builtin-log.c
+++ b/builtin-log.c
@@ -79,7 +79,6 @@ int cmd_log(int argc, const char **argv,
init_revisions(&rev);
rev.always_show_header = 1;
- rev.diffopt.recursive = 1;
cmd_log_init(argc, argv, envp, &rev);
return cmd_log_walk(&rev);
}
--
1.4.1.rc1.g8637
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-06-27 13:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-27 13:27 [PATCH] log --raw: Don't descent into subdirectories Timo Hirvonen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox