Re: [PATCH v1 1/2] fsexcludes: add a programmatic way to exclude files from git's working directory traversal logic
- Date: Wed, 11 Apr 2018 15:58:59 +0900
- From: Junio C Hamano <gitster@xxxxxxxxx>
- Subject: Re: [PATCH v1 1/2] fsexcludes: add a programmatic way to exclude files from git's working directory traversal logic
Ben Peart <Ben.Peart@xxxxxxxxxxxxx> writes: > +void fsexcludes_free() { Write this line like so: void fsexcludes_free(void) { > +void fsexcludes_free(); void fsexcludes_free(void);
- References:
- Prev by Date: [PATCH v3 1/1] perl: fix installing modules from contrib
- Next by Date: Re: [PATCH v8 0/5] RUNTIME_PREFIX relocatable Git
- Previous by thread: Re: [PATCH v1 1/2] fsexcludes: add a programmatic way to exclude files from git's working directory traversal logic
- Next by thread: [PATCH v2 0/2] fsexcludes: Add programmatic way to exclude files
- Index(es):