summary refs log tree commit diff
path: root/.ssh/config
blob: 9c614a99b8bad81e9bf207b1d0ea284a6331aca1 (plain) (blame)
1
2
3
4
5
6
7
8
9
Host *
  HashKnownHosts yes

Host *.local
  ForwardAgent yes

Host april may
  HostName %h.nyc3.do.cmcenroe.me
  Port 2222
d>2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld 2013-04-10t0109: chain operations with &&John Keeping 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer