summary refs log tree commit diff stats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into vcshut2013-02-221-1/+1
|\ | | | | | | | | Conflicts: ranger/gui/widgets/browsercolumn.py
| * updated rest of the copyright noticeshut2013-02-221-1/+1
| |
| * update email address (romanz@lavabit.com -> hut@lavabit.com)hut2013-02-221-1/+1
| |
* | Merge branch 'master' into vcshut2013-02-191-1/+1
|\|
| * setup.py: add doc/rifle.1 to man pageshut2013-02-181-1/+1
| |
* | setup.py: s/ranger.vcs/ranger.ext.vcs/hut2013-02-161-1/+1
| |
* | Merged code to manipulate version control systemsAbdo Roig-Maranges2013-02-121-1/+2
|/ | | | Supports git, hg and bzr.
* replaced tabs with 4 spaces in all python fileshut2013-02-101-23/+23
| | | | | | | | | PEP 8 (Style Guide for Python Code) suggests the use of 4 spaces: http://www.python.org/dev/peps/pep-0008/#indentation If you need to use tools like "git blame", you can use the -w option to ignore this commit entirely. Patches will continue to work if you substitute tabs with 4 spaces everywhere except in the Makefile.
* added scripts directory. rifle is now installed to /usr/bin/hut2012-08-041-1/+1
|
* setup.py: s/defaults/config/hut2012-08-021-3/+3
|
* setup.py: added entry for rifle.confhut2012-03-191-1/+2
|
* shorten all copyright messages for better readabilityhut2012-03-141-13/+1
|
* moved scripts/ranger to ranger/data/rangerhut2011-10-111-1/+1
| | | | | | This way, the user gets an extra copy of the executable in case the one in /usr/bin/ is lost. Also, we don't waste one directory at the root level for just one symlink.
* Updated copyright headershut2011-10-101-1/+1
| | | | As much as I hate this, it has to be done
* added defaults/rc.conf in setup.pyhut2011-09-301-1/+1
|
* Fixed setup.py (by removing ranger/help entry)hut2011-09-291-2/+1
|
* a little restructurationhut2010-10-021-2/+2
|
* Makefile, setup.py: Fixed `make doc`hut2010-09-111-23/+24
|
* added setup.py drafthut2010-06-181-0/+42
files for clarity' href='/gbmor/getwtxt/commit/http.go?h=v0.4.0&id=1168570b071d8bb483e4028f3a8c45a222c93ecb'>1168570 ^
893123c ^
fc49c57 ^
df1d1ef ^
893123c ^
b9d16fb ^
1168570 ^

747f4fb ^
1168570 ^



b9d16fb ^
d3d9df2 ^
1168570 ^
4fa97ee ^
b6e7bb3 ^
1168570 ^
4fa97ee ^
b9d16fb ^
d3d9df2 ^
824556a ^
4fa97ee ^
1168570 ^
fc49c57 ^
824556a ^

d6fbc25 ^
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79