git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: 9a9d797625e9ed3871dea0d3153da165fd11b6ee (plain)
1
2
3
4
5
6
7
8
9
10
11
[submodule "tmux-gpakosz"]
	path = tmux-gpakosz
	url = https://github.com/gpakosz/.tmux
	branch = master
[submodule "tmux-yank"]
	path = tmux-yank
	url = https://github.com/tmux-plugins/tmux-yank
	branch = master
[submodule "git-prompt"]
	path = git-prompt
	url = https://github.com/git/git.git
emplate/commit/site/profile?h=config_version_lirion&id=cc34e25fd54e60caf744130d90c14f8d839c7823'>Final steps to make Code Manager workNick Walker 2015-12-183-32/+63 * Chown files in codedir to pe-puppetNick Walker 2015-12-091-0/+6 * Allow disabling authentication on code manager webhookNick Walker 2015-12-091-3/+12 * Allow code_manager profile to not error out on first runNick Walker 2015-12-091-4/+7 * Refactor puppetmaster and zack_r10k_webhookNick Walker 2015-12-092-18/+9 * Add support for code manager which will replace zack r10kNick Walker 2015-12-094-1/+86 * Merge branch 'production' of https://github.com/npwalker/control-repo into me...Nick Walker 2015-11-246-0/+170 |\ | * Change owner/group to pe-puppet for hiera moduleNick Walker 2015-11-171-2/+2 | * fixing a bunch of puppet lint warningsNick Walker 2015-10-302-9/+9 | * Refactor webhook profiles into one profile with a parameterNick Walker 2015-10-303-29/+23 | * Change the zack/r10k webhook to utilize username and passwordNick Walker 2015-10-302-4/+12 | * enable SSL on the zack/r10k webhookNick Walker 2015-10-292-2/+2 | * Add $::fqdn to post receive hook title