summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-02-04 22:06:31 +0100
committerhut <hut@lavabit.com>2010-03-09 14:40:08 +0100
commitcf81a11ada43078a68960f9118c5879f1acf8f61 (patch)
treef19711f8eb7479a2db70c503a55b86b22cffba88
parent1a1ca6dea05867d832517346ea8e49f8cd1e41f0 (diff)
downloadranger-cf81a11ada43078a68960f9118c5879f1acf8f61.tar.gz
custom: added info about this branch
-rw-r--r--ABOUT_THIS_BRANCH14
1 files changed, 14 insertions, 0 deletions
diff --git a/ABOUT_THIS_BRANCH b/ABOUT_THIS_BRANCH
new file mode 100644
index 00000000..ae09d54d
--- /dev/null
+++ b/ABOUT_THIS_BRANCH
@@ -0,0 +1,14 @@
+I put my personal branch online, maybe you find some of the
+parts useful. To see whats different, type:
+
+git diff master..hut
+
+This branch is being regularily rebased on the master branch,
+which rewrites history, so maybe its better to pick single commits
+from this branch into your own branch rather than working directly
+on this one:
+
+git log master..hut
+# search for a commit you like, write down SHA1 identifier
+git checkout <your branch>
+git cherry-pick <SHA1 of the commit>
y Object + Test Case' href='/akspecs/ranger/commit/test/tc_history.py?h=v1.8.1&id=22bb7e358ccd6efc58c38b8703b6818131905a75'>22bb7e35 ^
3dbefa71 ^

22bb7e35 ^
3dbefa71 ^
22bb7e35 ^

3dbefa71 ^


22bb7e35 ^
3dbefa71 ^
22bb7e35 ^
3dbefa71 ^
22bb7e35 ^


3dbefa71 ^
22bb7e35 ^








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