Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
RelNotes/2.0.0: Grammar and typo fixes
author
Øyvind A. Holm
<sunny@sunbase.org>
Sat, 3 May 2014 19:08:50 +0000
(21:08 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 7 May 2014 00:05:34 +0000
(17:05 -0700)
Signed-off-by: Øyvind A. Holm <sunny@sunbase.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.0.0.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
b4f86a4
)
diff --git
a/Documentation/RelNotes/2.0.0.txt
b/Documentation/RelNotes/2.0.0.txt
index e6911ac42fc8fd6e81821c1fc173b3a2e979ead7..35e353e2137253644755d3c4f2c9dcac67428e30 100644
(file)
--- a/
Documentation/RelNotes/2.0.0.txt
+++ b/
Documentation/RelNotes/2.0.0.txt
@@
-68,7
+68,7
@@
UI, Workflows & Features
e.g. "key-id" in "--gpg-sign=<key-id>").
* The pattern to find where the function begins in C/C++ used in
e.g. "key-id" in "--gpg-sign=<key-id>").
* The pattern to find where the function begins in C/C++ used in
- "diff" and "grep -p" ha
ve
been updated to help C++ source better.
+ "diff" and "grep -p" ha
s
been updated to help C++ source better.
* "git rebase" learned to interpret a lone "-" as "@{-1}", the
branch that we were previously on.
* "git rebase" learned to interpret a lone "-" as "@{-1}", the
branch that we were previously on.
@@
-98,7
+98,7
@@
UI, Workflows & Features
tree-wide operation even when run inside a subdirectory of a
working tree.
tree-wide operation even when run inside a subdirectory of a
working tree.
- * "git add <path> is the same as "git add -A <path>" now.
+ * "git add <path>
"
is the same as "git add -A <path>" now.
* "core.statinfo" configuration variable, which is a
never-advertised synonym to "core.checkstat", has been removed.
* "core.statinfo" configuration variable, which is a
never-advertised synonym to "core.checkstat", has been removed.
@@
-137,7
+137,7
@@
UI, Workflows & Features
* "git pull" can be told to only accept fast-forward by setting the
new "pull.ff" configuration.
* "git pull" can be told to only accept fast-forward by setting the
new "pull.ff" configuration.
- * "git reset" learned "-N" option, which does not reset the index
+ * "git reset" learned
the
"-N" option, which does not reset the index
fully for paths the index knows about but the tree-ish the command
resets to does not (these paths are kept as intend-to-add entries).
fully for paths the index knows about but the tree-ish the command
resets to does not (these paths are kept as intend-to-add entries).
@@
-156,11
+156,11
@@
Performance, Internal Implementation, etc.
"easy" interface.
* The bitmap-index feature from JGit has been ported, which should
"easy" interface.
* The bitmap-index feature from JGit has been ported, which should
- significantly improve performance when serving objects f
or
m a
+ significantly improve performance when serving objects f
ro
m a
repository that uses it.
* The way "git log --cc" shows a combined diff against multiple
repository that uses it.
* The way "git log --cc" shows a combined diff against multiple
- parents ha
ve
been optimized.
+ parents ha
s
been optimized.
* The prefixcmp() and suffixcmp() functions are gone. Use
starts_with() and ends_with(), and also consider if skip_prefix()
* The prefixcmp() and suffixcmp() functions are gone. Use
starts_with() and ends_with(), and also consider if skip_prefix()