Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-rfc3161
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSG
git-rfc3161
Commits
b0ec16b4
Commit
b0ec16b4
authored
12 years ago
by
Junio C Hamano
Browse files
Options
Downloads
Patches
Plain Diff
Git 1.8.0-rc0
Signed-off-by:
Junio C Hamano
<
gitster@pobox.com
>
parent
abc05cbc
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documentation/RelNotes/1.8.0.txt
+23
-0
23 additions, 0 deletions
Documentation/RelNotes/1.8.0.txt
GIT-VERSION-GEN
+1
-1
1 addition, 1 deletion
GIT-VERSION-GEN
with
24 additions
and
1 deletion
Documentation/RelNotes/1.8.0.txt
+
23
−
0
View file @
b0ec16b4
...
...
@@ -65,6 +65,10 @@ UI, Workflows & Features
* "git merge-base" learned "--is-ancestor A B" option to tell if A is
an ancestor of B. The result is indicated by its exit status code.
* "git mergetool" allows users to override the actual command used
with the mergetool.$name.cmd configuration variable even for built-in
mergetool backends.
* The "-Xours" backend option to "git merge -s recursive" now takes
effect even on binary files.
...
...
@@ -154,6 +158,10 @@ to them for details).
more useful by showing cleanly merged parts as coming from the other
branch that is being merged.
* It was unclear in the documentation for "git blame" that it is
unnecessary for users to use the "--follow" option.
(merge e5dce96 jc/blame-follows-renames later to maint).
* Output from "git branch -v" contains "(no branch)" that could be
localized, but the code to align it along with the names of
branches were counting in bytes, not in display columns.
...
...
@@ -163,6 +171,12 @@ to them for details).
order, which is not what the user who said "A C B" naturally
expects.
* A repository created with "git clone --single" had its fetch
refspecs set up just like a clone without "--single", leading the
subsequent "git fetch" to slurp all the other branches, defeating
the whole point of specifying "only this branch".
(merge 31b808a rt/maint-clone-single later to maint).
* Documentation talked about "first line of commit log" when it meant
the title of the commit. The description was clarified by defining
how the title is decided and rewording the casual mention of "first
...
...
@@ -204,6 +218,11 @@ to them for details).
* "git p4", when "--use-client-spec" and "--detect-branches" are used
together, misdetected branches.
* "git receive-pack" (the counterpart to "git push") did not give
progress output while processing objects it received to the puser
when run over the smart-http protocol.
(merge 74eb32d jk/receive-pack-unpack-error-to-pusher later to maint).
* When you misspell the command name you give to the "exec" action in
the "git rebase -i" insn sheet, you are told that 'rebase' is not a
git subcommand from "git rebase --continue".
...
...
@@ -228,3 +247,7 @@ to them for details).
subcommand to "git submodule"; the user instead got a complaint
that "git submodule status" was run with an unknown path "frotz".
(merge af9c9f9 rr/maint-submodule-unknown-cmd later to maint).
* "git status" honored the ignore=dirty settings in .gitmodules but
"git commit" didn't.
(merge 8f6811e os/commit-submodule-ignore later to maint).
This diff is collapsed.
Click to expand it.
GIT-VERSION-GEN
+
1
−
1
View file @
b0ec16b4
#!/bin/sh
GVF
=
GIT-VERSION-FILE
DEF_VER
=
v1.
7.12.GIT
DEF_VER
=
v1.
8.0-rc0
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
register
or
sign in
to comment