/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
apply: remove `newfd` from `struct apply_state`
[git/git.git]
/
apply.h
diff --git
a/apply.h
b/apply.h
index
cf00cda
..
dc4a019
100644
(file)
--- a/
apply.h
+++ b/
apply.h
@@
-36,9
+36,8
@@
enum apply_verbosity {
struct apply_state {
const char *prefix;
- /*
These are lock_file related
*/
+ /*
Lock file
*/
struct lock_file lock_file;
- int newfd;
/* These control what gets looked at and modified */
int apply; /* this is not a dry-run */