Skip to content

Commit 2f9e2e7

Browse files
committed
Merge branch 'maint'
* maint: Prepare for 1.7.6.3 maintenance release SubmittingPathces: remove Cogito reference Conflicts: RelNotes
2 parents 3793ac5 + c2d5358 commit 2f9e2e7

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

Documentation/RelNotes/1.7.6.3.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Git v1.7.6.3 Release Notes
2+
==========================
3+
4+
Fixes since v1.7.6.2
5+
--------------------
6+
7+
* "git -c var=value subcmd" misparsed the custom configuration when
8+
value contained an equal sign.
9+
10+
* "git reflog $refname" did not default to the "show" subcommand as
11+
the documentation advertised the command to do.
12+
13+
* "git reset" did not leave meaningful log message in the reflog.
14+
15+
* "git status --ignored" did not show ignored items when there is no
16+
untracked items.
17+
18+
* "git tag --contains $commit" was unnecessarily inefficient.
19+
20+
Also contains minor fixes and documentation updates.

Documentation/SubmittingPatches

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ Another thing: NULL pointers shall be written as NULL, not as 0.
134134

135135
(2) Generate your patch using git tools out of your commits.
136136

137-
git based diff tools (git, Cogito, and StGIT included) generate
138-
unidiff which is the preferred format.
137+
git based diff tools generate unidiff which is the preferred format.
139138

140139
You do not have to be afraid to use -M option to "git diff" or
141140
"git format-patch", if your patch involves file renames. The

0 commit comments

Comments
 (0)