My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09487f2
)
clean: rewrap overly long line
author
Elijah Newren
<newren@gmail.com>
Tue, 17 Sep 2019 16:35:03 +0000
(09:35 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 17 Sep 2019 19:20:36 +0000
(12:20 -0700)
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clean.c
patch
|
blob
|
history
diff --git
a/builtin/clean.c
b/builtin/clean.c
index
3a7a63a
..
6030842
100644
(file)
--- a/
builtin/clean.c
+++ b/
builtin/clean.c
@@
-158,7
+158,8
@@
static int remove_dirs(struct strbuf *path, const char *prefix, int force_flag,
*dir_gone = 1;
- if ((force_flag & REMOVE_DIR_KEEP_NESTED_GIT) && is_nonbare_repository_dir(path)) {
+ if ((force_flag & REMOVE_DIR_KEEP_NESTED_GIT) &&
+ is_nonbare_repository_dir(path)) {
if (!quiet) {
quote_path_relative(path->buf, prefix, "ed);
printf(dry_run ? _(msg_would_skip_git_dir) : _(msg_skip_git_dir),