mirror of
https://github.com/git/git.git
synced 2026-08-04 23:21:06 +00:00
Merge branch 'bb/pedantic'
The codebase has been updated to compile cleanly with -pedantic option. * bb/pedantic: utf8.c: avoid char overflow string-list.c: avoid conversion from void * to function pointer sequencer.c: avoid empty statements at top level convert.c: replace "\e" escapes with "\033". fixup! refs/refs-internal.h: avoid forward declaration of an enum refs/refs-internal.h: avoid forward declaration of an enum fixup! connect.h: avoid forward declaration of an enum connect.h: avoid forward declaration of an enum
This commit is contained in:
@@ -63,12 +63,12 @@ static GIT_PATH_FUNC(rebase_path_done, "rebase-merge/done")
|
||||
* The file to keep track of how many commands were already processed (e.g.
|
||||
* for the prompt).
|
||||
*/
|
||||
static GIT_PATH_FUNC(rebase_path_msgnum, "rebase-merge/msgnum");
|
||||
static GIT_PATH_FUNC(rebase_path_msgnum, "rebase-merge/msgnum")
|
||||
/*
|
||||
* The file to keep track of how many commands are to be processed in total
|
||||
* (e.g. for the prompt).
|
||||
*/
|
||||
static GIT_PATH_FUNC(rebase_path_msgtotal, "rebase-merge/end");
|
||||
static GIT_PATH_FUNC(rebase_path_msgtotal, "rebase-merge/end")
|
||||
/*
|
||||
* The commit message that is planned to be used for any changes that
|
||||
* need to be committed following a user interaction.
|
||||
|
||||
Reference in New Issue
Block a user