Skip to content

Commit efac9d5

Browse files
committed
update status.json file with the new files and their completion percentage
1 parent 95cf080 commit efac9d5

File tree

1 file changed

+38
-34
lines changed

1 file changed

+38
-34
lines changed

status.json

Lines changed: 38 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"sections/smart-http.asc":100
4242
},
4343
"05-distributed-git": {
44-
"sections/contributing.asc": 0,
45-
"sections/distributed-workflows.asc": 0,
46-
"sections/maintaining.asc": 0
44+
"sections/contributing.asc": 100,
45+
"sections/distributed-workflows.asc": 100,
46+
"sections/maintaining.asc": 100
4747
},
4848
"06-github": {
4949
"sections/1-setting-up-account.asc": 100,
@@ -70,47 +70,51 @@
7070
"sections/subtree-merges.asc": 100
7171
},
7272
"08-customizing-git": {
73-
"sections/attributes.asc": 0,
74-
"sections/config.asc": 0,
75-
"sections/hooks.asc": 0,
76-
"sections/policy.asc": 0
73+
"sections/attributes.asc": 100,
74+
"sections/config.asc": 100,
75+
"sections/hooks.asc": 100,
76+
"sections/policy.asc": 100
7777
},
7878
"09-git-and-other-scms": {
79-
"sections/client-hg.asc": 0,
80-
"sections/client-p4.asc": 0,
81-
"sections/client-svn.asc": 0,
82-
"sections/client-tfs.asc": 0,
83-
"sections/import-custom.asc": 0,
84-
"sections/import-hg.asc": 0,
85-
"sections/import-p4.asc": 0,
86-
"sections/import-svn.asc": 0,
87-
"sections/import-tfs.asc": 0
79+
"sections/client-hg.asc": 100,
80+
"sections/client-p4.asc": 100,
81+
"sections/client-svn.asc": 100,
82+
"sections/client-tfs.asc": 100,
83+
"sections/import-custom.asc": 100,
84+
"sections/import-hg.asc": 100,
85+
"sections/import-p4.asc": 100,
86+
"sections/import-svn.asc": 100,
87+
"sections/import-tfs.asc": 100
8888
},
8989
"10-git-internals": {
90-
"sections/environment.asc": 0,
91-
"sections/maintenance.asc": 0,
92-
"sections/objects.asc": 0,
93-
"sections/packfiles.asc": 0,
94-
"sections/plumbing-porcelain.asc": 0,
95-
"sections/refs.asc": 0,
96-
"sections/refspec.asc": 0,
97-
"sections/transfer-protocols.asc": 0
90+
"sections/environment.asc": 100,
91+
"sections/maintenance.asc": 100,
92+
"sections/objects.asc": 100,
93+
"sections/packfiles.asc": 100,
94+
"sections/plumbing-porcelain.asc": 100,
95+
"sections/refs.asc": 100,
96+
"sections/refspec.asc": 100,
97+
"sections/transfer-protocols.asc": 100
9898
},
9999
"A-git-in-other-environments": {
100-
"sections/bash.asc": 0,
101-
"sections/eclipse.asc": 0,
102-
"sections/guis.asc": 0,
103-
"sections/powershell.asc": 0,
104-
"sections/visualstudio.asc": 0,
105-
"sections/zsh.asc": 0
100+
"sections/bash.asc": 100,
101+
"sections/guis.asc": 100,
102+
"sections/jetbrainsides.asc": 100,
103+
"sections/powershell.asc": 100,
104+
"sections/sublimetext.asc": 100,
105+
"sections/visualstudio.asc": 100,
106+
"sections/visualstudiocode.asc": 100,
107+
"sections/zsh.asc": 100
106108
},
107109
"B-embedding-git": {
108-
"sections/command-line.asc": 0,
109-
"sections/jgit.asc": 0,
110-
"sections/libgit2.asc": 0
110+
"sections/command-line.asc": 100,
111+
"sections/dulwich.asc": 100,
112+
"sections/go-git.asc": 100,
113+
"sections/jgit.asc": 100,
114+
"sections/libgit2.asc": 100
111115
},
112116
"C-git-commands": {
113-
"1-git-commands.asc": 0
117+
"1-git-commands.asc": 100
114118
}
115119
}
116120
}

0 commit comments

Comments
 (0)