@@ -195,19 +195,23 @@ struct setup_revision_opt {
195195};
196196
197197extern void init_revisions (struct rev_info * revs , const char * prefix );
198- extern int setup_revisions (int argc , const char * * argv , struct rev_info * revs , struct setup_revision_opt * );
198+ extern int setup_revisions (int argc , const char * * argv , struct rev_info * revs ,
199+ struct setup_revision_opt * );
199200extern void parse_revision_opt (struct rev_info * revs , struct parse_opt_ctx_t * ctx ,
200- const struct option * options ,
201- const char * const usagestr []);
201+ const struct option * options ,
202+ const char * const usagestr []);
202203#define REVARG_CANNOT_BE_FILENAME 01
203204#define REVARG_COMMITTISH 02
204- extern int handle_revision_arg (const char * arg , struct rev_info * revs , int flags , unsigned revarg_opt );
205+ extern int handle_revision_arg (const char * arg , struct rev_info * revs ,
206+ int flags , unsigned revarg_opt );
205207
206208extern void reset_revision_walk (void );
207209extern int prepare_revision_walk (struct rev_info * revs );
208210extern struct commit * get_revision (struct rev_info * revs );
209- extern char * get_revision_mark (const struct rev_info * revs , const struct commit * commit );
210- extern void put_revision_mark (const struct rev_info * revs , const struct commit * commit );
211+ extern char * get_revision_mark (const struct rev_info * revs ,
212+ const struct commit * commit );
213+ extern void put_revision_mark (const struct rev_info * revs ,
214+ const struct commit * commit );
211215
212216extern void mark_parents_uninteresting (struct commit * commit );
213217extern void mark_tree_uninteresting (struct tree * tree );
@@ -220,15 +224,19 @@ struct name_path {
220224
221225char * path_name (const struct name_path * path , const char * name );
222226
223- extern void show_object_with_name (FILE * , struct object * , const struct name_path * , const char * );
227+ extern void show_object_with_name (FILE * , struct object * ,
228+ const struct name_path * , const char * );
224229
225230extern void add_object (struct object * obj ,
226231 struct object_array * p ,
227232 struct name_path * path ,
228233 const char * name );
229234
230- extern void add_pending_object (struct rev_info * revs , struct object * obj , const char * name );
231- extern void add_pending_sha1 (struct rev_info * revs , const char * name , const unsigned char * sha1 , unsigned int flags );
235+ extern void add_pending_object (struct rev_info * revs ,
236+ struct object * obj , const char * name );
237+ extern void add_pending_sha1 (struct rev_info * revs ,
238+ const char * name , const unsigned char * sha1 ,
239+ unsigned int flags );
232240
233241extern void add_head_to_pending (struct rev_info * );
234242
@@ -238,7 +246,9 @@ enum commit_action {
238246 commit_error
239247};
240248
241- extern enum commit_action get_commit_action (struct rev_info * revs , struct commit * commit );
242- extern enum commit_action simplify_commit (struct rev_info * revs , struct commit * commit );
249+ extern enum commit_action get_commit_action (struct rev_info * revs ,
250+ struct commit * commit );
251+ extern enum commit_action simplify_commit (struct rev_info * revs ,
252+ struct commit * commit );
243253
244254#endif
0 commit comments