Thread (1 message) 1 message, 1 author, 2016-06-16

Re: [PATCH v2 22/94] builtin/apply: move 'threeway' global into 'struct apply_state'

From: Junio C Hamano <hidden>
Date: 2016-06-16 02:19:21

Christian Couder [off-list ref] writes:
Ok, I will try to group knobs like that, but the comments tend to
break the groups.
By keeping the comment on a single field short, and reserve comment
occupying its own line(s) to comment on group, you can do

	/* These control what gets looked at and modified */
        int	apply;	/* this is not a dry-run */
        int	check_index; /* preimage must match the indexed version */
        int	cached; /* apply to the index only */

	/* These control cosmetic aspect of the output */
        int	diffstat; /* show diffstat */
        int	numstat; /* numerical stat */
        int	summary; /* report creation, deletion, etc. */
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help