|
1 | 1 | { |
2 | 2 | "code": "el-GR", |
3 | 3 | "language": "Greek", |
4 | | - "maintainers": ["papantonis"], |
| 4 | + "maintainers": ["marinos"], |
5 | 5 | "files": { |
6 | 6 | "01-introduction": { |
7 | | - "1-introduction.asc": 100, |
8 | 7 | "sections/about-version-control.asc": 100, |
9 | | - "sections/basics.asc": 100, |
10 | 8 | "sections/command-line.asc": 100, |
11 | 9 | "sections/first-time-setup.asc": 100, |
12 | 10 | "sections/help.asc": 100, |
13 | 11 | "sections/history.asc": 100, |
14 | | - "sections/installing.asc": 100 |
| 12 | + "sections/installing.asc": 100, |
| 13 | + "sections/what-is-git.asc": 100 |
15 | 14 | }, |
16 | 15 | "02-git-basics": { |
17 | | - "1-git-basics.asc": 100, |
18 | 16 | "sections/aliases.asc": 100, |
19 | 17 | "sections/getting-a-repository.asc": 100, |
20 | 18 | "sections/recording-changes.asc": 100, |
|
24 | 22 | "sections/viewing-history.asc": 100 |
25 | 23 | }, |
26 | 24 | "03-git-branching": { |
27 | | - "1-git-branching.asc": 95, |
28 | | - "sections/basic-branching-and-merging.asc": 95, |
29 | | - "sections/branch-management.asc": 95, |
30 | | - "sections/nutshell.asc": 95, |
31 | | - "sections/rebasing.asc": 95, |
32 | | - "sections/remote-branches.asc": 95, |
33 | | - "sections/workflows.asc": 95 |
| 25 | + "sections/basic-branching-and-merging.asc": 100, |
| 26 | + "sections/branch-management.asc": 100, |
| 27 | + "sections/nutshell.asc": 100, |
| 28 | + "sections/rebasing.asc": 100, |
| 29 | + "sections/remote-branches.asc": 100, |
| 30 | + "sections/workflows.asc": 100 |
34 | 31 | }, |
35 | 32 | "04-git-server": { |
36 | | - "1-git-server.asc": 100, |
37 | 33 | "sections/generating-ssh-key.asc": 100, |
38 | 34 | "sections/git-daemon.asc": 100, |
39 | | - "sections/git-on-a-server.asc": 100, |
40 | 35 | "sections/gitlab.asc": 100, |
| 36 | + "sections/git-on-a-server.asc": 100, |
41 | 37 | "sections/gitweb.asc": 100, |
42 | | - "sections/hosted.asc": 100, |
| 38 | + "sections/hosted.asc":100, |
43 | 39 | "sections/protocols.asc": 100, |
44 | 40 | "sections/setting-up-server.asc": 100, |
45 | | - "sections/smart-http.asc": 100 |
| 41 | + "sections/smart-http.asc":100 |
46 | 42 | }, |
47 | 43 | "05-distributed-git": { |
48 | | - "1-distributed-git.asc": 100, |
49 | | - "sections/contributing.asc": 100, |
50 | | - "sections/distributed-workflows.asc": 100, |
51 | | - "sections/maintaining.asc": 100 |
| 44 | + "sections/contributing.asc": 0, |
| 45 | + "sections/distributed-workflows.asc": 0, |
| 46 | + "sections/maintaining.asc": 0 |
52 | 47 | }, |
53 | 48 | "06-github": { |
54 | | - "1-github.asc": 100, |
55 | 49 | "sections/1-setting-up-account.asc": 100, |
56 | 50 | "sections/2-contributing.asc": 100, |
57 | | - "sections/3-maintaining.asc": 100, |
| 51 | + "sections/3-maintaining.asc":100, |
58 | 52 | "sections/4-managing-organization.asc": 100, |
59 | 53 | "sections/5-scripting.asc": 100 |
60 | 54 | }, |
61 | 55 | "07-git-tools": { |
62 | | - "1-git-tools.asc": 100, |
63 | 56 | "sections/advanced-merging.asc": 100, |
64 | 57 | "sections/bundling.asc": 100, |
65 | 58 | "sections/credentials.asc": 100, |
|
77 | 70 | "sections/subtree-merges.asc": 100 |
78 | 71 | }, |
79 | 72 | "08-customizing-git": { |
80 | | - "1-customizing-git.asc": 100, |
81 | | - "sections/attributes.asc": 100, |
82 | | - "sections/config.asc": 100, |
83 | | - "sections/hooks.asc": 100, |
84 | | - "sections/policy.asc": 100 |
| 73 | + "sections/attributes.asc": 0, |
| 74 | + "sections/config.asc": 0, |
| 75 | + "sections/hooks.asc": 0, |
| 76 | + "sections/policy.asc": 0 |
85 | 77 | }, |
86 | 78 | "09-git-and-other-scms": { |
87 | | - "1-git-and-other-scms.asc": 100, |
88 | | - "sections/client-hg.asc": 100, |
89 | | - "sections/client-p4.asc": 100, |
90 | | - "sections/client-svn.asc": 100, |
91 | | - "sections/client-tfs.asc": 100, |
92 | | - "sections/import-custom.asc": 100, |
93 | | - "sections/import-hg.asc": 100, |
94 | | - "sections/import-p4.asc": 100, |
95 | | - "sections/import-svn.asc": 100, |
96 | | - "sections/import-tfs.asc": 100 |
| 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 |
97 | 88 | }, |
98 | 89 | "10-git-internals": { |
99 | | - "1-git-internals.asc": 100, |
100 | | - "sections/environment.asc": 100, |
101 | | - "sections/maintenance.asc": 100, |
102 | | - "sections/objects.asc": 100, |
103 | | - "sections/packfiles.asc": 100, |
104 | | - "sections/plumbing-porcelain.asc": 100, |
105 | | - "sections/refs.asc": 100, |
106 | | - "sections/refspec.asc": 100, |
107 | | - "sections/transfer-protocols.asc": 100 |
| 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 |
108 | 98 | }, |
109 | 99 | "A-git-in-other-environments": { |
110 | | - "1-git-other-environments.asc": 100, |
111 | | - "sections/bash.asc": 100, |
112 | | - "sections/eclipse.asc": 100, |
113 | | - "sections/guis.asc": 100, |
114 | | - "sections/powershell.asc": 100, |
115 | | - "sections/visualstudio.asc": 100, |
116 | | - "sections/zsh.asc": 100 |
| 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 |
117 | 106 | }, |
118 | 107 | "B-embedding-git": { |
119 | | - "1-embedding-git.asc": 100, |
120 | | - "sections/command-line.asc": 100, |
121 | | - "sections/jgit.asc": 100, |
122 | | - "sections/libgit2.asc": 100 |
| 108 | + "sections/command-line.asc": 0, |
| 109 | + "sections/jgit.asc": 0, |
| 110 | + "sections/libgit2.asc": 0 |
123 | 111 | }, |
124 | 112 | "C-git-commands": { |
125 | | - "1-git-commands.asc": 100 |
| 113 | + "1-git-commands.asc": 0 |
126 | 114 | } |
127 | 115 | } |
128 | 116 | } |
0 commit comments