Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tg/git-remote'
[gitweb.git]
/
worktree.h
diff --git
a/worktree.h
b/worktree.h
index 7022029db5f43a348e99bdd7e888b4257cb3ad0d..b4b3dda79280707d2d65bf790be15c7a1e662b5e 100644
(file)
--- a/
worktree.h
+++ b/
worktree.h
@@
-4,6
+4,10
@@
struct worktree {
char *path;
char *git_dir;
+ char *head_ref;
+ unsigned char head_sha1[20];
+ int is_detached;
+ int is_bare;
};
/* Functions for acting on the information about worktrees. */