mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Merge branch 'jk/revision-no-early-output'
Remove unsupported, unused, and unsupportable old option from "git log". * jk/revision-no-early-output: revision: drop early output option
This commit is contained in:
@@ -160,8 +160,6 @@ struct rev_info {
|
||||
/* topo-sort */
|
||||
enum rev_sort_order sort_order;
|
||||
|
||||
unsigned int early_output;
|
||||
|
||||
unsigned int ignore_missing:1,
|
||||
ignore_missing_links:1;
|
||||
|
||||
@@ -553,10 +551,4 @@ int rewrite_parents(struct rev_info *revs,
|
||||
*/
|
||||
struct commit_list *get_saved_parents(struct rev_info *revs, const struct commit *commit);
|
||||
|
||||
/**
|
||||
* Global for the (undocumented) "--early-output" flag for "git log".
|
||||
*/
|
||||
typedef void (*show_early_output_fn_t)(struct rev_info *, struct commit_list *);
|
||||
extern volatile show_early_output_fn_t show_early_output;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user