Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
git
git
Commits
b5cc62f7
Commit
b5cc62f7
authored
May 1, 2007
by
Junio C Hamano
Browse files
Options
Downloads
Patches
Plain Diff
GIT v1.5.1.3
Signed-off-by:
Junio C Hamano
<
junkio@cox.net
>
parent
928a5590
Branches
Branches containing commit
Tags
v1.5.1.3
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documentation/RelNotes-1.5.1.3.txt
+14
-6
14 additions, 6 deletions
Documentation/RelNotes-1.5.1.3.txt
GIT-VERSION-GEN
+1
-1
1 addition, 1 deletion
GIT-VERSION-GEN
with
15 additions
and
7 deletions
Documentation/RelNotes-1.5.1.3.txt
+
14
−
6
View file @
b5cc62f7
GIT v1.5.1.3 Release Notes
(draft)
GIT v1.5.1.3 Release Notes
==========================
Fixes since v1.5.1.2
...
...
@@ -19,6 +19,8 @@ Fixes since v1.5.1.2
- git-svn inconsistently stripped away username from the URL
only when svnsync_props was in use.
- git-svn got confused when handling symlinks on Mac OS.
- git-send-email was not quoting recipient names that have
period '.' in them. Also it did not allow overriding
envelope sender, which made it impossible to send patches to
...
...
@@ -31,8 +33,14 @@ Fixes since v1.5.1.2
packfiles incorrectly closed the fd that was still being
used to read the pack.
---
exec >/var/tmp/1
O=v1.5.1.2-23-gbf7af11
echo O=`git describe refs/heads/maint`
git shortlog --no-merges $O..refs/heads/maint
- import-tars contributed front-end for fastimport was passing
wrong directory modes without checking.
- git-fastimport trusted its input too much and allowed to
create corrupt tree objects with entries without a name.
- git-fetch needlessly barfed when too long reflog action
description was given by the caller.
Also contains various documentation updates.
This diff is collapsed.
Click to expand it.
GIT-VERSION-GEN
+
1
−
1
View file @
b5cc62f7
#!/bin/sh
GVF
=
GIT-VERSION-FILE
DEF_VER
=
v1.5.1.
2
.GIT
DEF_VER
=
v1.5.1.
3
.GIT
LF
=
'
'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment