Skip to content

Commit 5838dff

Browse files
author
Junio C Hamano
committed
Merge branch 'maint'
* maint: Prepare for 1.5.1.1 cvsserver: small corrections to asciidoc documentation
2 parents ee9693e + 732bcf9 commit 5838dff

File tree

2 files changed

+50
-4
lines changed

2 files changed

+50
-4
lines changed

Documentation/RelNotes-1.5.1.1.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
GIT v1.5.1.1 Release Notes (draft)
2+
==========================
3+
4+
Fixes since v1.5.1
5+
------------------
6+
7+
* Documentation updates
8+
9+
- The --left-right option of rev-list and friends is documented.
10+
11+
- The documentation for cvsimport has been majorly improved.
12+
13+
* Bugfixes
14+
15+
- "git send-email" produced of References header of unbounded length;
16+
fixed this with line-folding.
17+
18+
- "git archive" to download from remote site should not
19+
require you to be in a git repository, but it incorrectly
20+
did.
21+
22+
- "git apply" ignored -p<n> for "diff --git" formatted
23+
patches.
24+
25+
- "git rerere" recorded a conflict that had one side empty
26+
(the other side adds) incorrectly; this made merging in the
27+
other direction fail to use previously recorded resolution.
28+
29+
- t4200 test was broken where "wc -l" pads its output with
30+
spaces.
31+
32+
- "git branch -m old new" to rename branch did not work
33+
without a configuration file in ".git/config".
34+
35+
- The sample hook for notification e-mail was misnamed.
36+
37+
- gitweb did not show type-changing patch correctly in the
38+
blobdiff view.
39+
40+
* Performance Tweaks
41+
42+
--
43+
exec >/var/tmp/1
44+
O=v1.5.1-26-ge94a4f6
45+
echo O=`git describe refs/heads/maint`
46+
git shortlog --no-merges $O..refs/heads/maint

Documentation/git-cvsserver.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ To get a checkout with the Eclipse CVS client:
110110
Protocol notes: If you are using anonymous access via pserver, just select that.
111111
Those using SSH access should choose the 'ext' protocol, and configure 'ext'
112112
access on the Preferences->Team->CVS->ExtConnection pane. Set CVS_SERVER to
113-
'git-cvsserver'. Not that password support is not good when using 'ext',
113+
'git-cvsserver'. Note that password support is not good when using 'ext',
114114
you will definitely want to have SSH keys setup.
115115

116116
Alternatively, you can just use the non-standard extssh protocol that Eclipse
117117
offer. In that case CVS_SERVER is ignored, and you will have to replace
118-
the cvs utility on the server with git-cvsserver or manipulate your .bashrc
118+
the cvs utility on the server with git-cvsserver or manipulate your `.bashrc`
119119
so that calling 'cvs' effectively calls git-cvsserver.
120120

121121
Clients known to work
@@ -134,9 +134,9 @@ checkout, diff, status, update, log, add, remove, commit.
134134
Legacy monitoring operations are not supported (edit, watch and related).
135135
Exports and tagging (tags and branches) are not supported at this stage.
136136

137-
The server should set the -k mode to binary when relevant, however,
137+
The server should set the '-k' mode to binary when relevant, however,
138138
this is not really implemented yet. For now, you can force the server
139-
to set `-kb` for all files by setting the `gitcvs.allbinary` config
139+
to set '-kb' for all files by setting the `gitcvs.allbinary` config
140140
variable. In proper GIT tradition, the contents of the files are
141141
always respected. No keyword expansion or newline munging is supported.
142142

0 commit comments

Comments
 (0)