-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
47 lines (28 loc) · 1.09 KB
/
README
File metadata and controls
47 lines (28 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Instantly browse a Git repository in CGit
=========================================
This is git-instaweb for people who prefer CGit.
Requirements
============
- Python 2.6 or later
- Git
- CGit
Installation
============
Just copy "git-instacgit" into your path - no fancy setup scripts here!
You then need to tell git-instacgit where to find your CGit installation:
git config --global instacgit.script /path/to/cgit
git config --global instacgit.datadir /path/to/datadir/
"instacgit.script" points to the CGit binary.
"instacgit.datadir" points to the directory containing the CGit resource
files, "cgit.css" and "cgit.png".
Running
=======
Type "git instacgit" inside a Git repository.
Configuration
=============
"git instacgit" is configured through "git config". In addition to the
"instacgit.script" and "instacgit.datadir" described above, keys of the form
"instacgit.config.*" are also recognized. These are used to configure CGit in
addition to the default configuration.
For example, if you want to turn off the commit graph:
git config instacgit.config.enable-commit-graph 0