forked from yuki-kimoto/gitprep
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c7f1890
commit ea5abb0
Showing
6 changed files
with
73 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -426,7 +426,7 @@ OK. GitPrep suport time zone. You can set time_zone option in conig file. | |
|
||
### How to hide user home directory in ssh repository URL? | ||
|
||
**1. Use symbolic link and ssh_rep_url_base option | ||
**1. Use symbolic link and ssh_rep_url_base option** | ||
|
||
At first, set [basic]ssh_rep_url_base option to /git | ||
|
||
|
@@ -441,7 +441,7 @@ And you create symbolic link to /home/gitprep/gitprep/data/rep | |
ln -s /home/gitprep/gitprep/data/rep /git | ||
chown gitprep:gitprep /git | ||
|
||
**2. Use only public key authentication and set [basic]ssh_rep_url_base to empty | ||
**2. Use only public key authentication and set [basic]ssh_rep_url_base to empty** | ||
|
||
If you use only public key authentication, you can access ssh repository | ||
using the following url. | ||
|
@@ -455,6 +455,12 @@ If you set [basic]ssh_rep_url_base to empty string, this URL is shown on Browser | |
; ssh://[email protected]/git/kimoto/gitprep.git | ||
ssh_rep_url_base= | ||
|
||
### How to get atom feed of commits page | ||
|
||
You can get atom feed of commits page by the following URL | ||
|
||
http://somehost.com/kimoto/gitprep/commits/master.atom | ||
|
||
## Web Site | ||
|
||
[GitPrep Web Site](http://perlcodesample.sakura.ne.jp/gitprep-site/) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters