]>
git.madduck.net Git - etc/myrepos.git/commitdiff
madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@ git. madduck. net .
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged .
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (parent:
edbb8a6 )
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/crontab.git]
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/crontab.git]
-checkout = vcsh clone madduck:pub/etc/crontab.git
-post_checkout = for i in rewrite merge commit rewrite; do ln -rs $MR_REPO/../../hooks-available/crontab.post-run+enter $MR_REPO/hooks/post-$i; done
-fixups = $MR_REPO/../../hooks-available/crontab.post-run+enter
+checkout = vcsh clone madduck-anon:etc/crontab.git
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/git.git]
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/git.git]
-checkout = vcsh clone ssh://git.madduck.net/madduck/pub/etc/git.git
-post_checkout = vcsh run git git config remote.origin.url madduck:pub/etc/git.git
+checkout = vcsh clone madduck-anon:etc/git.git
+++ /dev/null
-[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/mr.git]
-checkout = vcsh clone madduck:pub/etc/mr.git
--- /dev/null
+[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/myrepos.git]
+checkout = vcsh clone madduck-anon:etc/myrepos.git
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/screen.git]
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/screen.git]
-checkout = vcsh clone madduck:pub/ etc/screen.git
+checkout = vcsh clone madduck-anon: etc/screen.git
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/ssh.git]
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/ssh.git]
-checkout = vcsh clone madduck:pub/etc/ssh.git
-post_checkout = for i in rewrite merge commit checkout; do ln -rs $MR_REPO/../../hooks-available/ssh.post-run+enter $MR_REPO/hooks/post-$i; done
-fixups = $MR_REPO/../../hooks-available/ssh.post-run+enter
+checkout = vcsh clone madduck-anon:etc/ssh.git
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/tmux.git]
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/tmux.git]
-checkout = vcsh clone madduck:pub/ etc/tmux.git
+checkout = vcsh clone madduck-anon: etc/tmux.git
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/top.git]
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/top.git]
-checkout = vcsh clone madduck:pub/ etc/top.git
+checkout = vcsh clone madduck-anon: etc/top.git
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/vim.git]
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/vim.git]
-checkout = vcsh clone madduck:pub/ etc/vim.git
+checkout = vcsh clone madduck-anon: etc/vim.git
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/zsh.git]
[${XDG_CONFIG_HOME:-$HOME/.config}/vcsh/repo.d/zsh.git]
-checkout = vcsh clone madduck:pub/ etc/zsh.git
+checkout = vcsh clone madduck-anon: etc/zsh.git
-[DEFAULT]
-include = ls ${XDG_CONFIG_HOME:-$HOME/.config}/myrepos/lib.d/[a-z]* >/dev/null 2>&1 && cat ${XDG_CONFIG_HOME:-$HOME/.config}/myrepos/lib.d/[a-z]* || :
-include = ls ${XDG_CONFIG_HOME:-$HOME/.config}/myrepos/base-config.d/[a-z]* >/dev/null 2>&1 && cat ${XDG_CONFIG_HOME:-$HOME/.config}/myrepos/base-config.d/[a-z]* || :
-include = ls ${XDG_CONFIG_HOME:-$HOME/.config}/myrepos/config.d/[a-z]* >/dev/null 2>&1 && cat ${XDG_CONFIG_HOME:-$HOME/.config}/myrepos/config.d/[a-z]* || :
+include = cat ${XDG_CONFIG_HOME:-$HOME/.config}/lib.d/[a-z]* 2>/dev/null || :
+include = cat ${XDG_CONFIG_HOME:-$HOME/.config}/myrepos/base-config.d/[a-z]* 2>/dev/null || :
+include = cat ${XDG_CONFIG_HOME:-$HOME/.config}/myrepos/config.d/[a-z]* 2>/dev/null || :