]> git.ipfire.org Git - thirdparty/git.git/blobdiff - remote.h
Merge branch 'en/merge-recursive-directory-rename-fixes'
[thirdparty/git.git] / remote.h
index 83e885672ba968309c17341b2067f6863acfaaf9..0e1d2b245b655602a9b2ee4e37e43914bc69ec59 100644 (file)
--- a/remote.h
+++ b/remote.h
@@ -14,7 +14,7 @@ enum {
 };
 
 struct remote {
-       struct hashmap_entry ent;  /* must be first */
+       struct hashmap_entry ent;
 
        const char *name;
        int origin, configured_in_repo;