Skip to content
Snippets Groups Projects
Commit 8ac5444c authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'rj/sequencer-sign-off-header-static'

Code clean-up.

* rj/sequencer-sign-off-header-static:
  sequencer: make sign_off_header a file local symbol
parents e9bd4aa0 5fe81438
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -35,7 +35,7 @@
 
#define GIT_REFLOG_ACTION "GIT_REFLOG_ACTION"
 
const char sign_off_header[] = "Signed-off-by: ";
static const char sign_off_header[] = "Signed-off-by: ";
static const char cherry_picked_prefix[] = "(cherry picked from commit ";
 
GIT_PATH_FUNC(git_path_commit_editmsg, "COMMIT_EDITMSG")
Loading
Loading
Loading
Loading
@@ -107,8 +107,6 @@ int complete_action(struct repository *r, struct replay_opts *opts, unsigned fla
unsigned autosquash);
int rearrange_squash(struct repository *r);
 
extern const char sign_off_header[];
/*
* Append a signoff to the commit message in "msgbuf". The ignore_footer
* parameter specifies the number of bytes at the end of msgbuf that should
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment