Skip to content

Commit 0056cbc

Browse files
author
Kevin Willford
committed
PR 143232: Merge users/kewillf/2.10.0 to gvfs/master
Bring the gvfs/master branch up to date with the v2.10.0.windows.1 tag Related work items: #246, #677, #675, #665, #156, #305, #159, #726, #620, #443
1 parent c819d38 commit 0056cbc

File tree

503 files changed

+41868
-21620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

503 files changed

+41868
-21620
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
* whitespace=!indent,trail,space
2-
*.[ch] whitespace=indent,trail,space
2+
*.[ch] whitespace=indent,trail,space diff=cpp
33
*.sh whitespace=indent,trail,space

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
/git-read-tree
115115
/git-rebase
116116
/git-rebase--am
117+
/git-rebase--helper
117118
/git-rebase--interactive
118119
/git-rebase--merge
119120
/git-receive-pack

.mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Cheng Renquan <[email protected]>
3333
Chris Shoemaker <[email protected]>
3434
3535
36+
3637
Christian Stimming <[email protected]> <[email protected]>
3738
3839
Dan Johnson <[email protected]>

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ addons:
1919
packages:
2020
- language-pack-is
2121
- git-svn
22+
- apache2
2223

2324
env:
2425
global:
@@ -31,6 +32,7 @@ env:
3132
- DEFAULT_TEST_TARGET=prove
3233
- GIT_PROVE_OPTS="--timer --jobs 3 --state=failed,slow,save"
3334
- GIT_TEST_OPTS="--verbose --tee"
35+
- GIT_TEST_HTTPD=true
3436
- GIT_TEST_CLONE_2GB=YesPlease
3537
# t9810 occasionally fails on Travis CI OS X
3638
# t9816 occasionally fails with "TAP out of sequence errors" on Travis CI OS X

Documentation/CodingGuidelines

+3-2
Original file line numberDiff line numberDiff line change
@@ -527,12 +527,13 @@ Writing Documentation:
527527
or commands:
528528

529529
Literal examples (e.g. use of command-line options, command names,
530-
configuration and environment variables) must be typeset in monospace (i.e.
531-
wrapped with backticks):
530+
branch names, configuration and environment variables) must be
531+
typeset in monospace (i.e. wrapped with backticks):
532532
`--pretty=oneline`
533533
`git rev-list`
534534
`remote.pushDefault`
535535
`GIT_DIR`
536+
`HEAD`
536537

537538
An environment variable must be prefixed with "$" only when referring to its
538539
value and not when referring to the variable itself, in this case there is

0 commit comments

Comments
 (0)