Commit bc7a96a
mergetool--lib: Refactor tools into separate files
Individual merge tools are now defined in a mergetools/$tool
file which is sourced at runtime.
The individual files are installed into $(git --exec-path)/mergetools/.
New tools can be added by creating a new file instead of editing the
git-mergetool--lib.sh scriptlet.
http://thread.gmane.org/gmane.comp.version-control.git/134906/focus=135006
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent 240dc3e commit bc7a96a
17 files changed
+369
-333
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| 305 | + | |
305 | 306 | | |
306 | 307 | | |
307 | 308 | | |
| |||
2257 | 2258 | | |
2258 | 2259 | | |
2259 | 2260 | | |
| 2261 | + | |
| 2262 | + | |
| 2263 | + | |
| 2264 | + | |
| 2265 | + | |
| 2266 | + | |
| 2267 | + | |
2260 | 2268 | | |
2261 | 2269 | | |
2262 | 2270 | | |
| |||
2266 | 2274 | | |
2267 | 2275 | | |
2268 | 2276 | | |
| 2277 | + | |
| 2278 | + | |
| 2279 | + | |
2269 | 2280 | | |
2270 | 2281 | | |
2271 | 2282 | | |
| |||
0 commit comments