Commit e2bc846
committed
Re-base branch to current master - squashed commit of the following:
commit 6ecab80
Author: Markus Hoffrogge <[email protected]>
Date: Mon Feb 2 01:05:54 2026 +0100
Re-base branch to current master
- add missing files
- align GH actions
- align *.md files
- align plugin.info.txt
commit 52c67e4
Author: Markus Hoffrogge <[email protected]>
Date: Mon Feb 2 00:29:24 2026 +0100
Re-base branch to current master
commit 99861f0
Author: Markus Hoffrogge <[email protected]>
Date: Mon Feb 2 00:41:40 2026 +0100
Re-base branch to current master
- split GitRepo.php from Git.php, no code changes
commit 31ed615
Author: Markus Hoffrogge <[email protected]>
Date: Mon Feb 2 00:31:09 2026 +0100
Re-base branch to current master
- move lib -> classes, no code changes
commit 57bb453
Author: Markus Hoffrogge <[email protected]>
Date: Fri May 6 01:52:59 2022 +0200
Allow using several git repos
- improved German description of config settings
commit d2a66e7
Author: Markus Hoffrogge <[email protected]>
Date: Fri May 6 01:22:29 2022 +0200
Allow using several git repos
- improved description of config settings
- set default value to empty string for $conf['repoPath'] and $conf['repoWorkDir']
- changed position of config setting 'autoDetermineRepos' to be listed before 'repoPath'
commit 8e783f4
Author: Markus Hoffrogge <[email protected]>
Date: Fri May 6 01:17:30 2022 +0200
Allow using several git repos
- editcommit.php:
- improved to be backward compatible with existing single repo path configured installations
commit ee6827c
Author: Markus Hoffrogge <[email protected]>
Date: Sun Mar 20 17:12:11 2022 +0100
Allow using several git repos
- Git.php:
- in case of auto determined repos:
- use git rev-parse --git-dir option rather than --absolute-git-dir to support a maximum range of git versions
- function absolute_git_dir($path):
- extended the logic to ensure to return an absolute repo_path in any case
commit ff5ae89
Author: Markus Hoffrogge <[email protected]>
Date: Sat Mar 19 22:34:17 2022 +0100
Allow using several git repos
- editcommit.php:
- added a restriction not to use auto determined git repos found in directories above the DokuWiki configured $conf['savedir'].
commit dbee1e7
Author: Markus Hoffrogge <[email protected]>
Date: Fri Feb 11 15:24:25 2022 +0100
Allow using several git repos
- editcommit.php, Git.php:
- fixed issue for non git repo related paths in case of auto determining repos
commit 718bdcd
Author: Markus Hoffrogge <[email protected]>
Date: Thu Feb 10 01:23:29 2022 +0100
Allow using several git repos
- editcommit.php:
- another simplification of the code
- made ->initRepo(...) work for both: a file path name as well as a directory path name
commit 634ce79
Author: Markus Hoffrogge <[email protected]>
Date: Tue Feb 8 23:16:30 2022 +0100
Allow using several git repos
- editcommit.php:
- streamlined the code of initRepo to improve readability
commit 5e54101
Author: Markus Hoffrogge <[email protected]>
Date: Tue Feb 8 20:11:59 2022 +0100
Allow using several git repos
- fix for auto determining the next parent repo path:
- Git.php:
- fixed type declaration of $plugin for null initialization
- replaced method is_in_git_repo($path) by absolute_git_dir($path)
- added method get_repo_path()
- editcommit.php:
- clear repoWorkDir in case of auto determined repo_path
- add --work-tree option only, if repoWorkDir is not empty
Fixes #47
commit 8be0bb0
Author: Markus Hoffrogge <[email protected]>
Date: Sun Feb 6 00:47:37 2022 +0100
Allow using several git repos
- improvements due to code review:
- changed config 'initRepo' -> 'autoDetermineRepos' to leverage self explanation
- added missing language description for this config
Fixes #47
commit 8574d38
Author: Markus Hoffrogge <[email protected]>
Date: Sun Feb 6 00:00:09 2022 +0100
Fix editcommit.php line 56: missing variable assignment
commit d3a61cd
Author: Olivier Churlaud <[email protected]>
Date: Thu Jan 13 17:39:18 2022 +0100
Allow using several git repos
Fixes #471 parent f8541e5 commit e2bc846
File tree
6 files changed
+144
-21
lines changed- action
- classes
- conf
- lang
- de
- en
6 files changed
+144
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
57 | 66 | | |
58 | 67 | | |
59 | 68 | | |
60 | 69 | | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
68 | 117 | | |
| 118 | + | |
69 | 119 | | |
70 | | - | |
| 120 | + | |
| 121 | + | |
71 | 122 | | |
72 | 123 | | |
73 | 124 | | |
| |||
98 | 149 | | |
99 | 150 | | |
100 | 151 | | |
101 | | - | |
102 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
103 | 156 | | |
104 | 157 | | |
105 | 158 | | |
| |||
178 | 231 | | |
179 | 232 | | |
180 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
181 | 237 | | |
182 | 238 | | |
183 | 239 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
123 | 127 | | |
124 | | - | |
| 128 | + | |
125 | 129 | | |
126 | 130 | | |
127 | | - | |
| 131 | + | |
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
| |||
136 | 140 | | |
137 | 141 | | |
138 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
139 | 147 | | |
140 | 148 | | |
141 | 149 | | |
| |||
168 | 176 | | |
169 | 177 | | |
170 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
171 | 190 | | |
172 | 191 | | |
173 | 192 | | |
| |||
201 | 220 | | |
202 | 221 | | |
203 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
204 | 263 | | |
205 | 264 | | |
206 | 265 | | |
| |||
212 | 271 | | |
213 | 272 | | |
214 | 273 | | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
215 | 278 | | |
216 | 279 | | |
217 | 280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments