Lady’s Gitweb
/
x_status_git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use titles in prev & next links on statuses
[x_status_git]
/
Makefile
1
USERNAME := USERNAME
2
DOMAIN := DOMAIN
3
GIT_REPOSITORY := /home/$(USERNAME)/Status.git
4
5
nothing:
6
@echo 'Type `make remote` to update the remote post-receive script.'
7
8
remote:
9
scp post-receive $(USERNAME)@$(DOMAIN):$(GIT_REPOSITORY)/hooks/post-receive
10
11
.PHONY: nothing remote ;
This page took
0.22919 seconds
and
5
git commands to generate.