Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
280 commits
Select commit Hold shift + click to select a range
a00b367
gvfs: add the core.gvfs config setting
Jan 24, 2017
fc5bed6
sparse-checkout: make sure to update files with a modify/delete conflict
Feb 22, 2017
794dccd
gvfs: add the feature to skip writing the index' SHA-1
Jan 24, 2017
c04ba52
worktree: allow in Scalar repositories
derrickstolee Sep 30, 2022
52a01fa
gvfs: add the feature that blobs may be missing
Jan 24, 2017
3416031
sparse-checkout: avoid writing entries with the skip-worktree bit
Mar 1, 2017
2db15f6
gvfs: prevent files to be deleted outside the sparse checkout
May 18, 2016
3efb71c
Do not remove files outside the sparse-checkout
Apr 5, 2017
96d1c6e
gvfs: optionally skip reachability checks/upload pack during fetch
May 30, 2016
07bc8ad
send-pack: do not check for sha1 file when GVFS_MISSING_OK set
Nov 16, 2018
659314f
gvfs: ensure all filters and EOL conversions are blocked
Jun 15, 2016
95055e3
gvfs: allow corrupt objects to be re-downloaded
dscho Aug 13, 2025
120ec0c
gvfs: allow "virtualizing" objects
Jan 10, 2017
2a900a0
cache-tree: remove use of strbuf_addf in update_one
Jul 3, 2017
b5af221
Hydrate missing loose objects in check_and_freshen()
Mar 15, 2017
cb1e109
gvfs: block unsupported commands when running in a GVFS repo
benpeart Dec 6, 2018
2afbaf1
sha1_file: when writing objects, skip the read_object_hook
dscho Sep 8, 2017
adeb717
status: add status serialization mechanism
jeffhostetler Aug 22, 2017
0afeb46
Teach ahead-behind and serialized status to play nicely together
jamill Jan 10, 2018
59be78a
status: serialize to path
jeffhostetler Feb 2, 2018
51d2bf5
status: reject deserialize in V2 and conflicts
jeffhostetler Feb 7, 2018
bd40c18
git.c: add VFS enabled cmd blocking
mjcheetham Mar 6, 2025
1987af3
Add virtual file system settings and hook proc
benpeart Jan 11, 2018
db1a90f
serialize-status: serialize global and repo-local exclude file metadata
jeffhostetler Jul 20, 2018
4dd2d43
git.c: permit repack cmd in Scalar repos
mjcheetham Mar 6, 2025
fcfa01d
virtualfilesystem: don't run the virtual file system hook if the inde…
benpeart Aug 1, 2018
f967fe4
status: deserialization wait
jeffhostetler Jul 25, 2018
973a7b4
git.c: permit fsck cmd in Scalar repos
mjcheetham Mar 13, 2025
cfb56ea
virtualfilesystem: check if directory is included
Oct 9, 2018
19d5564
status: deserialize with -uno does not print correct hint
jeffhostetler Jun 25, 2019
7380faf
git.c: permit prune cmd in Scalar repos
mjcheetham Mar 13, 2025
9b47f9e
backwards-compatibility: support the post-indexchanged hook
dscho May 28, 2019
bc90d1d
fsmonitor: check CE_FSMONITOR_VALID in ce_uptodate
kewillford Nov 21, 2019
a429b82
gvfs: allow overriding core.gvfs
derrickstolee Apr 15, 2020
29fb4aa
worktree: remove special case GVFS cmd blocking
mjcheetham Mar 6, 2025
c2199ec
gvfs: verify that the built-in FSMonitor is disabled
dscho Jun 18, 2021
d03192d
fsmonitor: add script for debugging and update script for tests
kewillford Nov 21, 2019
abfd4d5
BRANCHES.md: Add explanation of branches and using forks
Jul 27, 2018
8d1d6a8
builtin/repack.c: emit warning when shared cache is present
mjcheetham Mar 26, 2025
ea2ea35
wt-status: add trace2 data for sparse-checkout percentage
jeffhostetler Jun 21, 2024
0ad6652
gvfs:trace2:data: add trace2 tracing around read_object_process
jeffhostetler Sep 26, 2018
b622926
gvfs:trace2:data: status deserialization information
jeffhostetler Sep 26, 2018
70ad974
gvfs:trace2:data: status serialization
jeffhostetler Jan 7, 2019
4d86ece
gvfs:trace2:data: add vfs stats
jeffhostetler Nov 19, 2018
3529637
trace2: refactor setting process starting time
jeffhostetler Apr 15, 2019
26b38bd
credential: set trace2_child_class for credential manager children
jeffhostetler Oct 3, 2019
4c9c375
trace2:gvfs:experiment: clear_ce_flags_1
jeffhostetler Apr 30, 2019
dcce122
sub-process: do not borrow cmd pointer from caller
jeffhostetler Sep 18, 2019
d687711
trace2:gvfs:experiment: report_tracking
jeffhostetler Apr 30, 2019
6c21ed8
sub-process: add subprocess_start_argv()
jeffhostetler Sep 18, 2019
4561416
trace2:gvfs:experiment: read_cache: annotate thread usage in read-cache
jeffhostetler Jun 14, 2019
bed621d
sha1-file: add function to update existing loose object cache
jeffhostetler Sep 24, 2019
3cc67c0
trace2:gvfs:experiment: read-cache: time read/write of cache-tree ext…
jeffhostetler Jul 9, 2019
cca9453
packfile: add install_packed_git_and_mru()
jeffhostetler Sep 25, 2019
320d7b0
trace2:gvfs:experiment: add region to apply_virtualfilesystem()
jeffhostetler Jul 16, 2019
7249d96
index-pack: avoid immediate object fetch while parsing packfile
jeffhostetler Sep 24, 2019
2d5cd9d
trace2:gvfs:experiment: add region around unpack_trees()
jeffhostetler Jul 16, 2019
c798253
gvfs-helper: create tool to fetch objects using the GVFS Protocol
jeffhostetler Aug 13, 2019
cde80f6
trace2:gvfs:experiment: add region to cache_tree_fully_valid()
jeffhostetler Jul 16, 2019
e49bd7c
sha1-file: create shared-cache directory if it doesn't exist
jeffhostetler Oct 7, 2019
e773af8
trace2:gvfs:experiment: add unpack_entry() counter to unpack_trees() …
jeffhostetler Jul 16, 2019
768c2b2
gvfs-helper: better handling of network errors
jeffhostetler Oct 8, 2019
a04f3bd
status: disable deserialize when verbose output requested.
jeffhostetler Apr 11, 2020
813a95d
trace2:gvfs:experiment: increase default event depth for unpack-tree …
jeffhostetler Jul 25, 2019
d6d395d
gvfs-helper-client: properly update loose cache with fetched OID
jeffhostetler Oct 8, 2019
2589c8c
t7524: add test for verbose status deserialzation
jeffhostetler Apr 11, 2020
f61f8f5
trace2:gvfs:experiment: add data for check_updates() in unpack_trees()
jeffhostetler Jul 25, 2019
16d4a70
gvfs-helper: V2 robust retry and throttling
jeffhostetler Oct 10, 2019
12140ac
deserialize-status: silently fallback if we cannot read cache file
jeffhostetler May 13, 2020
e1318a4
Trace2:gvfs:experiment: capture more 'tracking' details
jeffhostetler Jul 26, 2019
33f9d6a
gvfs-helper: add prefetch support
jeffhostetler Nov 11, 2019
1c62e7d
gvfs-helper: expose gvfs/objects GET and POST semantics
jeffhostetler Oct 21, 2019
5416def
gvfs-helper: add prefetch .keep file for last packfile
jeffhostetler Nov 26, 2019
6c02f7a
gvfs-helper: dramatically reduce progress noise
derrickstolee Oct 24, 2019
1e16f8b
gvfs-helper: do one read in my_copy_fd_len_tail()
derrickstolee Dec 16, 2019
5f2a903
gvfs-helper: handle pack-file after single POST request
derrickstolee Nov 11, 2019
b2faaba
gvfs-helper: move content-type warning for prefetch packs
derrickstolee Dec 16, 2019
aa4d01d
test-gvfs-prococol, t5799: tests for gvfs-helper
jeffhostetler Oct 25, 2019
27ed7a0
fetch: use gvfs-helper prefetch under config
derrickstolee Dec 17, 2019
d07dfd7
gvfs-helper: move result-list construction into install functions
jeffhostetler Nov 13, 2019
6e5d919
gvfs-helper: better support for concurrent packfile fetches
jeffhostetler Dec 18, 2019
25eeca5
t5799: add support for POST to return either a loose object or packfile
jeffhostetler Nov 13, 2019
4cb5ef5
remote-curl: do not call fetch-pack when using gvfs-helper
derrickstolee Feb 3, 2020
28a7b82
t5799: explicitly test gvfs-helper --fallback and --no-fallback
jeffhostetler Jun 28, 2024
fad61e9
t5799: cleanup wc-l and grep-c lines
jeffhostetler Nov 13, 2019
f076b43
fetch: reprepare packs before checking connectivity
derrickstolee Mar 12, 2020
ae90f35
gvfs-helper: add --max-retries to prefetch verb
jeffhostetler Apr 12, 2023
d0cf13c
gvfs-helper: don't fallback with new config
derrickstolee Jun 27, 2024
106e1d0
gvfs-helper: verify loose objects after write
derrickstolee Sep 18, 2020
55eadb4
gvfs-helper: retry when creating temp files
derrickstolee Dec 26, 2019
b9b2245
t5799: add tests to detect corrupt pack/idx files in prefetch
jeffhostetler Apr 13, 2023
4a88d79
test-gvfs-protocol: add cache_http_503 to mayhem
jeffhostetler Jun 28, 2024
6ebbe1f
t7599: create corrupt blob test
jeffhostetler Sep 18, 2020
5a99938
sparse: avoid warnings about known cURL issues in gvfs-helper.c
derrickstolee Aug 3, 2021
773e324
gvfs-helper: ignore .idx files in prefetch multi-part responses
jeffhostetler Apr 13, 2023
6054c97
t5799: add unit tests for new `gvfs.fallback` config setting
jeffhostetler Jun 28, 2024
a1bd9a9
maintenance: care about gvfs.sharedCache config
derrickstolee Dec 15, 2020
5c1c031
.github/actions/akv-secret: add action to get secrets
mjcheetham Apr 1, 2025
311fca8
release: create initial Windows installer build workflow
vdye Jul 16, 2021
170fb50
release: create initial Windows installer build workflow
mjcheetham Mar 21, 2025
3ff8843
help: special-case HOST_CPU `universal`
jeffhostetler Oct 17, 2023
82bde85
update-microsoft-git: create barebones builtin
derrickstolee Apr 29, 2021
fd2ae34
.github: reinstate ISSUE_TEMPLATE.md for microsoft/git
derrickstolee Mar 16, 2022
5c2a109
git_config_set_multivar_in_file_gently(): add a lock timeout
dscho May 18, 2021
68aff57
homebrew: add GitHub workflow to release Cask
mjcheetham Jul 24, 2020
9073d35
Disable the `monitor-components` workflow in msft-git
dscho May 13, 2022
9bd204b
release: add Mac OSX installer build
vdye Jul 16, 2021
9ff718b
update-microsoft-git: Windows implementation
derrickstolee Apr 29, 2021
82edad1
.github: update PULL_REQUEST_TEMPLATE.md
derrickstolee Mar 16, 2022
b1db490
scalar: set the config write-lock timeout to 150ms
dscho May 18, 2021
14e7aef
scalar: add docs from microsoft/scalar
derrickstolee Jun 16, 2021
99cba4f
unpack-trees:virtualfilesystem: Improve efficiency of clear_ce_flags
neerajsi-msft2 Feb 6, 2021
8d8cba9
Adding winget workflows
Apr 29, 2021
a21e4ca
.github: enable windows builds on microsoft fork
derrickstolee Mar 8, 2023
b639c38
release: build unsigned Ubuntu .deb package
vdye Jul 16, 2021
3a5e967
update-microsoft-git: use brew on macOS
derrickstolee Apr 29, 2021
e179945
Adjust README.md for microsoft/git
May 4, 2021
9607cbe
scalar: implement a minimal JSON parser
dscho Apr 26, 2021
eaf5610
scalar clone: support GVFS-enabled remote repositories
dscho Aug 24, 2021
a616f62
Merge branch 'scalar-gentler-config-locking'
dscho May 19, 2021
6748eda
test-gvfs-protocol: also serve smart protocol
dscho Apr 16, 2021
8e6b377
Merge branch 'scalar-extra-docs'
dscho Nov 16, 2021
5e79169
gvfs-helper: add the `endpoint` command
dscho Apr 26, 2021
9bf6b42
scalar (Windows): use forward slashes as directory separators
dscho May 10, 2022
a77ac05
dir_inside_of(): handle directory separators correctly
dscho May 14, 2021
5086343
scalar: add retry logic to run_git()
derrickstolee Jun 17, 2021
7ff77a5
scalar: disable authentication in unattended mode
dscho May 6, 2021
ae304f7
scalar: support the `config` command for backwards compatibility
dscho May 27, 2021
ca7952c
Merge branch 'microsoft/vfs-2.35.0'
dscho Oct 7, 2021
4f7ba9a
abspath: make strip_last_path_component() global
derrickstolee Oct 4, 2022
8159007
Merge branch 'scalar'
dscho Aug 24, 2021
3a7c099
scalar: do initialize `gvfs.sharedCache`
dscho May 3, 2021
b059d08
scalar diagnose: include shared cache info
dscho Jun 1, 2021
127a90c
scalar: only try GVFS protocol on https:// URLs
dscho Apr 28, 2021
d2e167c
scalar: verify that we can use a GVFS-enabled repository
dscho Apr 16, 2021
4c137d7
scalar: add the `cache-server` command
dscho Apr 23, 2021
71de5c3
scalar: add a test toggle to skip accessing the vsts/info endpoint
dscho May 12, 2021
ed4b494
scalar: adjust documentation to the microsoft/git fork
dscho Jan 25, 2022
3f6488a
scalar: enable untracked cache unconditionally
derrickstolee Jun 21, 2021
c85f567
scalar: parse `clone --no-fetch-commits-and-trees` for backwards comp…
dscho Aug 24, 2021
04046d3
scalar: make GVFS Protocol a forced choice
derrickstolee May 1, 2024
f8c7d1a
scalar: work around GVFS Protocol HTTP/2 failures
Copilot May 22, 2025
893b95d
sparse-checkout: add config to disable deleting dirs
derrickstolee Aug 22, 2021
0eb4b03
gvfs-helper-client: clean up server process(es)
derrickstolee May 23, 2025
8245a33
add/rm: allow adding sparse entries when virtual
derrickstolee Jun 29, 2021
18349ac
diff: ignore sparse paths in diffstat
derrickstolee Jul 26, 2021
35c854f
repo-settings: enable sparse index by default
derrickstolee Jun 15, 2021
ee56ee2
TO-UPSTREAM: sequencer: avoid progress when stderr is redirected
derrickstolee Sep 23, 2021
47800be
scalar diagnose: accommodate Scalar's Functional Tests
dscho May 9, 2022
6812330
Merge branch 'scalar-with-gvfs'
dscho May 3, 2021
e6ac835
Merge pull request #392: add: allow adding sparse entries when virtual
derrickstolee Jul 1, 2021
ad63651
Merge pull request #410: Sparse Index: latest integrations
derrickstolee Aug 24, 2021
92be18b
TO-CHECK: t1092: use quiet mode for rebase tests
derrickstolee Oct 31, 2021
330cd8d
Merge pull request #414: Make sparse index the default
derrickstolee Aug 26, 2021
6d08e4d
reset: fix mixed reset when using virtual filesystem
Mar 15, 2017
11ee105
Merge pull request #432: sequencer: avoid progress when stderr is red…
derrickstolee Sep 23, 2021
d289267
diff(sparse-index): verify with partially-sparse
ldennington Sep 10, 2021
eb261d9
stash: expand testing for `git stash -u`
vdye Sep 22, 2021
cb179c6
sparse-index: add ensure_full_index_with_reason()
derrickstolee Sep 30, 2024
f4e2d5b
treewide: add reasons for expanding index
derrickstolee Sep 30, 2024
5a2a278
treewide: custom reasons for expanding index
derrickstolee Sep 30, 2024
90f7e00
sparse-index: add macro for unaudited expansions
derrickstolee Sep 30, 2024
c6076bc
Docs: update sparse index plan with logging
derrickstolee Sep 30, 2024
ee48f41
sparse-index: log failure to clear skip-worktree
derrickstolee Sep 30, 2024
c4e1eee
Merge pull request #494: reset: fix mixed reset when using virtual fi…
derrickstolee Apr 4, 2022
9a9d367
Merge core VFS features
dscho Jun 11, 2018
97b7cc1
stash: use -f in checkout-index child process
derrickstolee Sep 30, 2024
49fdaeb
Merge pull request #419 from ldennington/sparse-index-diff
ldennington Sep 12, 2021
9e33ebc
Merge advanced VFS-specific features
dscho Jun 11, 2018
ce36524
sparse-index: do not copy hashtables during expansion
derrickstolee Sep 27, 2024
968683e
Merge pull request #430 from vdye/sparse-index/clean
vdye Sep 23, 2021
f84e818
Permit `repack` command in Scalar clones (#732)
mjcheetham Mar 31, 2025
1424cf1
Fix rare segfault in sparse-index (#690)
dscho Oct 9, 2024
979c745
Merge virtualfilesystem hook
dscho Jun 11, 2018
0e7c138
Merge updates to serialized status
dscho Jun 11, 2018
a8de3d3
Merge trace2 experimental regions
jeffhostetler Apr 23, 2019
2d17b57
Merge first wave of gvfs-helper feature
jeffhostetler Nov 14, 2019
b5e6d01
Merge gvfs-helper prefetch feature
derrickstolee Dec 17, 2019
cfb1ef6
Harden gvfs-helper to validate the packfiles in a multipart prefetch …
jeffhostetler Apr 17, 2023
807ab4a
gvfs-helper: add gvfs.fallback and unit tests (#665)
dscho Jul 1, 2024
6dcfcd7
Merge pull request #301: Update 'git maintenance' to match upstream
derrickstolee Dec 15, 2020
6ccf00e
Merge pull request #315: unpack-trees:virtualfilesystem: Improve effi…
derrickstolee Feb 16, 2021
2f9af7d
Merge branch 'add-workflows'
derrickstolee Apr 30, 2021
6b71755
Merge branch 'adjust-g4w-workflows'
dscho May 13, 2022
3175d9c
cat_one_file(): make it easy to see that the `size` variable is initi…
dscho Oct 27, 2022
894483a
revision: defensive programming
dscho Dec 16, 2022
50d20c7
fsck: avoid using an uninitialized variable
dscho Dec 16, 2022
555b775
get_parent(): defensive programming
dscho Dec 16, 2022
49977f0
load_revindex_from_disk(): avoid accessing uninitialized data
dscho Dec 16, 2022
19d9cbd
fetch-pack: defensive programming
dscho Dec 16, 2022
52bc7ca
load_pack_mtimes_file(): avoid accessing uninitialized data
dscho Dec 16, 2022
f244456
codeql: run static analysis as part of CI builds
dscho Aug 9, 2022
0cff22f
unparse_commit(): defensive programming
dscho Dec 16, 2022
77b5963
codeql: publish the sarif file as build artifact
dscho Mar 22, 2023
dad6684
verify_commit_graph(): defensive programming
dscho Dec 16, 2022
8d8a4b4
codeql: disable a couple of non-critical queries for now
dscho Mar 21, 2025
09d11be
stash: defensive programming
dscho Dec 16, 2022
56bd75f
date: help CodeQL understand that there are no leap-year issues here
dscho Jul 23, 2025
5d99281
fetch: silence a CodeQL alert about a local variable's address' use a…
dscho Dec 14, 2022
5c6d8c7
stash: defensive programming
dscho Dec 16, 2022
2925fd2
help: help CodeQL understand that consuming envvars is okay here
dscho Jul 23, 2025
0152e76
submodule: check return value of `submodule_from_path()`
dscho Dec 16, 2022
b7cf1c6
push: defensive programming
dscho Dec 16, 2022
19996a2
ctype: help CodeQL understand that `sane_istest()` does not access ar…
dscho Jul 23, 2025
b7f15d3
test-tool repository: check return value of `lookup_commit()`
dscho Dec 16, 2022
ad86369
fetch: defensive programming
dscho Dec 16, 2022
448a38c
ctype: accommodate for CodeQL misinterpreting the `z` in `mallocz()`
dscho Jul 23, 2025
0f6ce61
shallow: handle missing shallow commits gracefully
dscho Dec 16, 2022
e7ce483
inherit_tracking(): defensive programming
dscho Dec 16, 2022
07f72ca
Merge branch 'uninitialized-variables'
dscho Oct 27, 2022
220b92c
strbuf_read: help with CodeQL misunderstanding that `strbuf_read()` d…
dscho Jul 23, 2025
91fdbd8
commit-graph: suppress warning about using a stale stack addresses
dscho Dec 17, 2022
c4d7ee5
Merge branch 'defensive-programming'
dscho Mar 21, 2025
d0d0f34
codeql: also check JavaScript code
dscho Jul 24, 2025
3985357
Merge branch 'codeql-fixes'
dscho Mar 21, 2025
0e0ad97
Merge branch 'codeql'
dscho Mar 21, 2025
37a8516
release: add signing step for .deb package
vdye Jul 16, 2021
2ba5c69
release: create draft GitHub release with packages & installers
vdye Jul 16, 2021
bc79791
dist: archive HEAD instead of HEAD^{tree}
vdye Dec 2, 2021
07b6336
build-git-installers: publish gpg public key
ldennington Oct 24, 2023
79ac819
release: include GIT_BUILT_FROM_COMMIT in MacOS build
vdye Dec 2, 2021
9bf66ca
release: continue pestering until user upgrades
derrickstolee Oct 6, 2021
7f70c59
release: add installer validation
ldennington Aug 17, 2022
c951982
ci: run Scalar's Functional Tests
dscho Jun 8, 2021
bf3ee41
scalar: upgrade to newest FSMonitor config setting
vdye Apr 5, 2022
5102971
Merge branch 'run-scalar-functional-tests'
dscho Nov 16, 2021
118c378
Merge branch 'scalar-reconfigure'
dscho Jun 1, 2021
75f8dcb
Merge pull request #399 from vdye/feature/build-installers
vdye Jul 29, 2021
9f120dd
Merge pull request #472 from vdye/ms/macos-build-options
vdye Dec 6, 2021
c56a089
Merge pull request #329: Add `git update-microsoft-git`
derrickstolee Apr 30, 2021
427f765
TO-UPSTREAM: sub-process: avoid leaking `cmd`
dscho Dec 18, 2024
430e84b
Merge pull request #333: update microsoft/git README
derrickstolee May 17, 2021
af64abf
remote-curl: release filter options before re-setting them
dscho Dec 18, 2024
3fc2157
Merge pull request #371 from dscho/run-scalar-functional-tests-and-fi…
dscho Jun 9, 2021
6ab2b04
transport: release object filter options
dscho Dec 18, 2024
daad7ad
Merge branch 'sparse-index-stuff'
dscho Jun 17, 2022
0ee055b
push: don't reuse deltas with path walk
derrickstolee Nov 16, 2024
8c6f60a
Merge branch 'leak-fixes'
dscho Dec 18, 2024
13d0122
pack-objects: don't reuse deltas with path walk (#707)
dscho Dec 19, 2024
bac6361
hooks: add custom post-command hook config
derrickstolee Mar 25, 2025
f5f4d8d
TO-UPSTREAM: Docs: fix asciidoc failures from short delimiters
derrickstolee Mar 25, 2025
8b95fdc
t7900-maintenance.sh: reset config between tests
mjcheetham Jan 22, 2025
c4f2d0f
hooks: make hook logic memory-leak free
derrickstolee Mar 25, 2025
d4cbdc3
maintenance: add cache-local-objects maintenance task
mjcheetham Jan 14, 2025
a470a13
t0401: test post-command for alias, version, typo
derrickstolee Nov 7, 2025
bcc01b2
scalar.c: add cache-local-objects task
mjcheetham Jan 23, 2025
94b3990
hooks: better handle config without gitdir
derrickstolee Nov 7, 2025
c1d99ae
maintenance: add new `cache-local-objects` maintenance task (#720)
mjcheetham Jan 31, 2025
de57ac7
hooks: add custom post-command hook config (#736)
dscho Apr 7, 2025
d146ddc
Merge branch 'codeql'
dscho Mar 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
- [ ] I was not able to find an [open](https://github.com/microsoft/git/issues?q=is%3Aopen)
or [closed](https://github.com/microsoft/git/issues?q=is%3Aclosed) issue matching
what I'm seeing, including in [the `git-for-windows/git` tracker](https://github.com/git-for-windows/git/issues).

### Setup

- Which version of `microsoft/git` are you using? Is it 32-bit or 64-bit?

```
$ git --version --build-options

** insert your machine's response here **
```

Are you using Scalar or VFS for Git?

** insert your answer here **

If VFS for Git, then what version?

```
$ gvfs version

** insert your machine's response here **
```

- Which version of Windows are you running? Vista, 7, 8, 10? Is it 32-bit or 64-bit?

```
$ cmd.exe /c ver

** insert your machine's response here **
```

- Any other interesting things about your environment that might be related
to the issue you're seeing?

** insert your response here **

### Details

- Which terminal/shell are you running Git from? e.g Bash/CMD/PowerShell/other

** insert your response here **

- What commands did you run to trigger this issue? If you can provide a
[Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve)
this will help us understand the issue.

```
** insert your commands here **
```
- What did you expect to occur after running these commands?

** insert here **

- What actually happened instead?

** insert here **

- If the problem was occurring with a specific repository, can you specify
the repository?

* [ ] Public repo: **insert URL here**
* [ ] Windows monorepo
* [ ] Office monorepo
* [ ] Other Microsoft-internal repo: **insert name here**
* [ ] Other internal repo.
105 changes: 0 additions & 105 deletions .github/ISSUE_TEMPLATE/bug-report.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

28 changes: 8 additions & 20 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
Thanks for taking the time to contribute to Git!

Those seeking to contribute to the Git for Windows fork should see
http://gitforwindows.org/#contribute on how to contribute Windows specific
enhancements.

If your contribution is for the core Git functions and documentation
please be aware that the Git community does not use the github.com issues
or pull request mechanism for their contributions.

Instead, we use the Git mailing list ([email protected]) for code and
documentation submissions, code reviews, and bug reports. The
mailing list is plain text only (anything with HTML is sent directly
to the spam folder).

Nevertheless, you can use GitGitGadget (https://gitgitgadget.github.io/)
to conveniently send your Pull Requests commits to our mailing list.

For a single-commit pull request, please *leave the pull request description
empty*: your commit message itself should describe your changes.

Please read the "guidelines for contributing" linked above!
This fork contains changes specific to monorepo scenarios. If you are an
external contributor, then please detail your reason for submitting to
this fork:

* [ ] This is an early version of work already under review upstream.
* [ ] This change only applies to interactions with Azure DevOps and the
GVFS Protocol.
* [ ] This change only applies to the virtualization hook and VFS for Git.
54 changes: 54 additions & 0 deletions .github/actions/akv-secret/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: Get Azure Key Vault Secrets

description: |
Get secrets from Azure Key Vault and store the results as masked step outputs,
environment variables, or files.

inputs:
vault:
required: true
description: Name of the Azure Key Vault.
secrets:
required: true
description: |
Comma- or newline-separated list of secret names in Azure Key Vault.
The output and encoding of secrets can be specified using this syntax:

SECRET ENCODING> $output:OUTPUT
SECRET ENCODING> $env:ENVAR
SECRET ENCODING> FILE

SECRET Name of the secret in Azure Key Vault.
ENCODING (optional) Encoding of the secret: base64.
OUTPUT Name of a step output variable.
ENVAR Name of an environment variable.
FILE File path (relative or absolute).

If no output format is specified the default is a step output variable
with the same name as the secret. I.e, SECRET > $output:SECRET.

Examples:

Assign output variable named `raw-var` to the raw value of the secret
`raw-secret`:

raw-secret > $output:raw-var

Assign output variable named `decoded-var` to the base64 decoded value
of the secret `encoded-secret`:

encoded-secret base64> $output:decoded-var

Download the secret named `tls-certificate` to the file path
`.certs/tls.cert`:

tls-certificate > .certs/tls.cert

Assign environment variable `ENV_SECRET` to the base64 decoded value of
the secret `encoded-secret`:

encoded-secret base64> $env:ENV_SECRET

runs:
using: node20
main: index.js
Loading
Loading