forked from git-for-windows/git
-
Notifications
You must be signed in to change notification settings - Fork 106
(DO NOT MERGE) Tentative gvfs-2.20.0-rc0
#71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
dscho
wants to merge
84
commits into
rebase-git-for-windows-to-v2.20.0-rc0
from
tentative/gvfs-2.20.0-rc0
Closed
Changes from all commits
Commits
Show all changes
84 commits
Select commit
Hold shift + click to select a range
07fba53
pager: fix order of atexit() calls
5531fa4
reset --stdin: trim carriage return from the paths
a3b0c52
Merge 'gvfs-preamble' into HEAD
dscho 8d8aacd
gvfs: start by adding the -gvfs suffix to the version
sanoursa 7f1201c
gvfs: ensure that the version is based on a GVFS tag
dscho f92165a
gvfs: add a GVFS-specific header file
f9a13fe
gvfs: add the core.gvfs config setting
12a4bd3
gvfs: add the feature to skip writing the index' SHA-1
1a1b553
gvfs: add the feature that blobs may be missing
3c321d7
gvfs: prevent files to be deleted outside the sparse checkout
fe3c660
gvfs: optionally skip reachability checks/upload pack during fetch
1b78d5e
gvfs: ensure all filters and EOL conversions are blocked
b08d49c
Add a new run_hook_argv() function
dscho 79ce548
gvfs: allow "virtualizing" objects
1702bb8
Hydrate missing loose objects in check_and_freshen()
32bd470
Add support for read-object as a background process to retrieve missi…
3c40f57
sha1_file: when writing objects, skip the read_object_hook
dscho 9dacb83
gvfs: add global command pre and post hook procs
eb9fff8
Merge 'read-object-hook' into HEAD
dscho 768452b
Allow hooks to be run before setup_git_directory()
dscho c634350
gvfs: introduce pre/post command hooks
544f214
t0400: verify that the hook is called correctly from a subdirectory
dscho 248d5ce
Pass PID of git process to hooks.
alepauly c4a7543
sparse-checkout: update files with a modify/delete conflict
bae39cd
sparse-checkout: avoid writing entries with the skip-worktree bit
1a1cb1c
pre-command: always respect core.hooksPath
dscho ca478b4
Fix reset when using the sparse-checkout feature.
83ffd4f
Merge 'pre-post-command-hooks' into HEAD
dscho 4cf96a6
Merge 'sparse-checkout-fixes' into HEAD
dscho 47d6424
Do not remove files outside the sparse-checkout
80d1d7e
gvfs: refactor loading the core.gvfs config value
ec0fc70
cache-tree: remove use of strbuf_addf in update_one
fbd98c5
fsck: use ERROR_MULTI_PACK_INDEX
derrickstolee 914c991
pack-objects: ignore ambiguous object warnings
derrickstolee d7c2ddf
status: add status serialization mechanism
jeffhostetler 13f1ba1
Merge branch 'serialize_status_gvfs'
dscho 625e6f4
status: add status.aheadbehind setting
jeffhostetler 2f42777
Teach ahead-behind and serialized status to play nicely together
jamill 96955f8
status: add warning when a/b calculation takes too long for long/norm…
jeffhostetler 217b45d
status: ignore status.aheadbehind in porcelain formats
jeffhostetler 0cb6ef0
status: serialize to path
jeffhostetler d959ac6
status: reject deserialize in V2 and conflicts
jeffhostetler 3e37b71
fetch: Warn about forced updates after branch list
derrickstolee b7641d6
push: add --[no-]show-forced-updates passthrough to fetch
derrickstolee 4e0730b
fetch: Add --[no-]show-forced-updates argument
derrickstolee 3bd3e78
Merge branch 'ahead-behind-and-serialized-status'
dscho 2a979c8
fetch: add documentation for --[no-]show-forced-updates
derrickstolee fdc1c87
Merge branch 'show-forced-updates'
dscho d20883c
Merge 'forced-updates-after-branch-list'
dscho cea2c3d
Add virtual file system settings and hook proc
benpeart bd0d48f
Revert "treewide: correct several "up-to-date" to "up to date""
mjcheetham 424ba3b
Update the virtualfilesystem support
benpeart b6a592b
Merge 'virtual-file-system-support'
dscho affa5d4
commit: add generation to pop_most_recent_commit()
derrickstolee 8c25aba
Merge 'update/virtual-file-system'
dscho 777734d
status: fix rename reporting when using serialization cache
jeffhostetler d6920b5
status: add comments for ahead_behind_flags in serialization
jeffhostetler f3bd045
Merge 'gvfs/ds/generation-numbers-update'
dscho 5f0a04f
serialize-status: serialize global and repo-local exclude file metadata
jeffhostetler c87b230
Merge pull request #6 from jeffhostetler/gvfs-serialize-status-rename
jeffhostetler db24e37
status: deserialization wait
jeffhostetler 653e223
Merge pull request #1 from jeffhostetler/gvfs-serialize-exclude
jeffhostetler 1fa9497
virtualfilesystem: don't run the virtual file system hook if the inde…
benpeart 198de10
Merge pull request #7 from jeffhostetler/gvfs-status-serialize-wait
jeffhostetler 5ed0352
virtualfilesystem: fix bug with symlinks being ignored
benpeart 9ed4682
Merge pull request #15 from benpeart/difftool
benpeart 6d7c1de
trace2: create new combined trace facility
jeffhostetler ee1aef9
trace2: add trace2 tracing of major regions in wt-status
jeffhostetler 14c2412
trace2: classify some child processes
jeffhostetler d6a0189
virtualfilesystem: check if directory is included
9d74ff1
Merge pull request #27 from benpeart/virtualprojectionlinks
benpeart 08e9a8a
trace2: add child classification for transport processes
jeffhostetler 8366d6b
trace2: instrument reading and writing the index
jeffhostetler 8c3894a
gvfs:trace2: add region/data events for status deserialization
jeffhostetler c0dd2dd
gvfs:trace2: add trace2 tracing around read_object_process
jeffhostetler e73a1c1
Merge pull request #33 virtualfilesystem - check if directory is incl…
5447d8f
pack-objects: add trace2 regions
derrickstolee f8dfa70
Merge pull request #28 from jeffhostetler/gvfs-trace2-v1
jeffhostetler 43e6b78
Merge pull request #34 Add Trace2 regions to 'pack-objects'
derrickstolee 130989c
rebase/stash: make post-command hook work again
dscho 3ebd5a9
Merge pull request #36 Avoid `sane_execvp` in `git rebase` and `git s…
derrickstolee e50c9ca
Merge pull request #24 Match multi-pack-index feature from upstream
dscho 3589770
Merge pull request #67 ignore ambiguous pack-objects warnings
derrickstolee 6657af1
fixup! status: add status serialization mechanism
dscho File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.