Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/commit-how-to-abort-cherry-pick'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 31 Jul 2013 19:38:23 +0000
(12:38 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 31 Jul 2013 19:38:23 +0000
(12:38 -0700)
* jk/commit-how-to-abort-cherry-pick:
commit: tweak empty cherry pick advice for sequencer
1
2
builtin/commit.c
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
combined
(merge:
652d2bf
c17592a
)
diff --cc
builtin/commit.c
index 003bd7dbec1acfda36f4d4bc5e9fb64a276ad049,39717d55bc43df77981f9198bc9c7b36019662e9..10acc53f8012f53b6a15a3d006b622bda3409b17
---
1
/
builtin/commit.c
---
2
/
builtin/commit.c
+++ b/
builtin/commit.c
@@@
-104,11
-113,12
+114,12
@@@
static enum
CLEANUP_NONE,
CLEANUP_ALL
} cleanup_mode;
-static char *cleanup_arg;
+static c
onst c
har *cleanup_arg;
static enum commit_whence whence;
+ static int sequencer_in_use;
static int use_editor = 1, include_status = 1;
-static int show_ignored_in_status;
+static int show_ignored_in_status
, have_option_m
;
static const char *only_include_assumed;
static struct strbuf message = STRBUF_INIT;