@@ -705,7 +705,7 @@ static int filter_buffer_or_fd(int in, int out, void *data)
705
705
}
706
706
707
707
static int apply_single_file_filter (const char * path , const char * src , size_t len , int fd ,
708
- struct strbuf * dst , const char * cmd )
708
+ struct strbuf * dst , const char * cmd )
709
709
{
710
710
/*
711
711
* Create a pipeline to have the command filter the buffer's
@@ -1091,7 +1091,7 @@ static int count_ident(const char *cp, unsigned long size)
1091
1091
}
1092
1092
1093
1093
static int ident_to_git (const char * path , const char * src , size_t len ,
1094
- struct strbuf * buf , int ident )
1094
+ struct strbuf * buf , int ident )
1095
1095
{
1096
1096
char * dst , * dollar ;
1097
1097
@@ -1135,7 +1135,7 @@ static int ident_to_git(const char *path, const char *src, size_t len,
1135
1135
}
1136
1136
1137
1137
static int ident_to_worktree (const char * path , const char * src , size_t len ,
1138
- struct strbuf * buf , int ident )
1138
+ struct strbuf * buf , int ident )
1139
1139
{
1140
1140
struct object_id oid ;
1141
1141
char * to_free = NULL , * dollar , * spc ;
0 commit comments