Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
296 commits
Select commit Hold shift + click to select a range
0ce3ce1
gvfs: block unsupported commands when running in a GVFS repo
benpeart Dec 6, 2018
15f55e3
gvfs: allow overriding core.gvfs
derrickstolee Apr 15, 2020
6aa0063
BRANCHES.md: Add explanation of branches and using forks
Jul 27, 2018
f2d71b3
git.c: add VFS enabled cmd blocking
mjcheetham Mar 6, 2025
c24dfb8
git.c: permit repack cmd in Scalar repos
mjcheetham Mar 6, 2025
bb62e6f
git.c: permit fsck cmd in Scalar repos
mjcheetham Mar 13, 2025
5f1e45e
git.c: permit prune cmd in Scalar repos
mjcheetham Mar 13, 2025
5c9c248
Add virtual file system settings and hook proc
benpeart Jan 11, 2018
598f2f6
worktree: remove special case GVFS cmd blocking
mjcheetham Mar 6, 2025
cea4243
virtualfilesystem: don't run the virtual file system hook if the inde…
benpeart Aug 1, 2018
c659ddf
builtin/repack.c: emit warning when shared cache is present
mjcheetham Mar 26, 2025
74ffce5
virtualfilesystem: check if directory is included
Oct 9, 2018
ecfff97
backwards-compatibility: support the post-indexchanged hook
dscho May 28, 2019
ca7d7c5
gvfs: verify that the built-in FSMonitor is disabled
dscho Jun 18, 2021
2a6681e
wt-status: add trace2 data for sparse-checkout percentage
jeffhostetler Jun 21, 2024
ff20263
status: add status serialization mechanism
jeffhostetler Aug 22, 2017
e07dcd6
Teach ahead-behind and serialized status to play nicely together
jamill Jan 10, 2018
cf5c237
status: serialize to path
jeffhostetler Feb 2, 2018
4e8c83a
status: reject deserialize in V2 and conflicts
jeffhostetler Feb 7, 2018
f1c2a69
serialize-status: serialize global and repo-local exclude file metadata
jeffhostetler Jul 20, 2018
bd6a03d
status: deserialization wait
jeffhostetler Jul 25, 2018
bab785f
status: deserialize with -uno does not print correct hint
jeffhostetler Jun 25, 2019
8497b65
fsmonitor: check CE_FSMONITOR_VALID in ce_uptodate
kewillford Nov 21, 2019
42b877f
fsmonitor: add script for debugging and update script for tests
kewillford Nov 21, 2019
5fa0007
status: disable deserialize when verbose output requested.
jeffhostetler Apr 11, 2020
3ab9d3a
t7524: add test for verbose status deserialzation
jeffhostetler Apr 11, 2020
c297695
deserialize-status: silently fallback if we cannot read cache file
jeffhostetler May 13, 2020
e4c6179
gvfs:trace2:data: add trace2 tracing around read_object_process
jeffhostetler Sep 26, 2018
df02e7e
gvfs:trace2:data: status deserialization information
jeffhostetler Sep 26, 2018
86dc249
gvfs:trace2:data: status serialization
jeffhostetler Jan 7, 2019
abe5a72
gvfs:trace2:data: add vfs stats
jeffhostetler Nov 19, 2018
2327a3b
trace2: refactor setting process starting time
jeffhostetler Apr 15, 2019
e2bf764
trace2:gvfs:experiment: clear_ce_flags_1
jeffhostetler Apr 30, 2019
f9933a8
trace2:gvfs:experiment: report_tracking
jeffhostetler Apr 30, 2019
0761c47
trace2:gvfs:experiment: read_cache: annotate thread usage in read-cache
jeffhostetler Jun 14, 2019
f08f566
trace2:gvfs:experiment: read-cache: time read/write of cache-tree ext…
jeffhostetler Jul 9, 2019
9ce7b52
trace2:gvfs:experiment: add region to apply_virtualfilesystem()
jeffhostetler Jul 16, 2019
546a908
trace2:gvfs:experiment: add region around unpack_trees()
jeffhostetler Jul 16, 2019
560d494
trace2:gvfs:experiment: add region to cache_tree_fully_valid()
jeffhostetler Jul 16, 2019
deca77a
credential: set trace2_child_class for credential manager children
jeffhostetler Oct 3, 2019
90725de
trace2:gvfs:experiment: add unpack_entry() counter to unpack_trees() …
jeffhostetler Jul 16, 2019
acfeba2
sub-process: do not borrow cmd pointer from caller
jeffhostetler Sep 18, 2019
d4d5c5a
trace2:gvfs:experiment: increase default event depth for unpack-tree …
jeffhostetler Jul 25, 2019
91d3c70
sub-process: add subprocess_start_argv()
jeffhostetler Sep 18, 2019
2d9642d
trace2:gvfs:experiment: add data for check_updates() in unpack_trees()
jeffhostetler Jul 25, 2019
9d27fd7
sha1-file: add function to update existing loose object cache
jeffhostetler Sep 24, 2019
bd4e206
Trace2:gvfs:experiment: capture more 'tracking' details
jeffhostetler Jul 26, 2019
d7d3504
index-pack: avoid immediate object fetch while parsing packfile
jeffhostetler Sep 24, 2019
71074cc
gvfs-helper: create tool to fetch objects using the GVFS Protocol
jeffhostetler Aug 13, 2019
381d457
sha1-file: create shared-cache directory if it doesn't exist
jeffhostetler Oct 7, 2019
40c5d36
gvfs-helper: better handling of network errors
jeffhostetler Oct 8, 2019
b7a7554
gvfs-helper-client: properly update loose cache with fetched OID
jeffhostetler Oct 8, 2019
36b0a57
gvfs-helper: V2 robust retry and throttling
jeffhostetler Oct 10, 2019
36164f6
gvfs-helper: expose gvfs/objects GET and POST semantics
jeffhostetler Oct 21, 2019
0e32026
gvfs-helper: dramatically reduce progress noise
derrickstolee Oct 24, 2019
5e3e65a
gvfs-helper: handle pack-file after single POST request
derrickstolee Nov 11, 2019
4cc2481
test-gvfs-prococol, t5799: tests for gvfs-helper
jeffhostetler Oct 25, 2019
5c96acc
gvfs-helper: move result-list construction into install functions
jeffhostetler Nov 13, 2019
1ad996c
t5799: add support for POST to return either a loose object or packfile
jeffhostetler Nov 13, 2019
0c2c35f
t5799: cleanup wc-l and grep-c lines
jeffhostetler Nov 13, 2019
d13767e
gvfs-helper: verify loose objects after write
derrickstolee Sep 18, 2020
915542c
t7599: create corrupt blob test
jeffhostetler Sep 18, 2020
b6f89e2
gvfs-helper: add prefetch support
jeffhostetler Nov 11, 2019
b076cd3
gvfs-helper: add prefetch .keep file for last packfile
jeffhostetler Nov 26, 2019
af66089
gvfs-helper: do one read in my_copy_fd_len_tail()
derrickstolee Dec 16, 2019
8ed3089
gvfs-helper: move content-type warning for prefetch packs
derrickstolee Dec 16, 2019
29e468a
fetch: use gvfs-helper prefetch under config
derrickstolee Dec 17, 2019
4b0caf5
gvfs-helper: better support for concurrent packfile fetches
jeffhostetler Dec 18, 2019
f394d2c
remote-curl: do not call fetch-pack when using gvfs-helper
derrickstolee Feb 3, 2020
cdb92b9
fetch: reprepare packs before checking connectivity
derrickstolee Mar 12, 2020
4082186
gvfs-helper: retry when creating temp files
derrickstolee Dec 26, 2019
344eeb1
gvfs-helper: add --max-retries to prefetch verb
jeffhostetler Apr 12, 2023
0268d56
t5799: add tests to detect corrupt pack/idx files in prefetch
jeffhostetler Apr 13, 2023
e976c4d
t5799: explicitly test gvfs-helper --fallback and --no-fallback
jeffhostetler Jun 28, 2024
812d03e
sparse: avoid warnings about known cURL issues in gvfs-helper.c
derrickstolee Aug 3, 2021
1f6444a
gvfs-helper: ignore .idx files in prefetch multi-part responses
jeffhostetler Apr 13, 2023
8375b94
gvfs-helper: don't fallback with new config
derrickstolee Jun 27, 2024
af8d9e9
test-gvfs-protocol: add cache_http_503 to mayhem
jeffhostetler Jun 28, 2024
70a014b
t5799: add unit tests for new `gvfs.fallback` config setting
jeffhostetler Jun 28, 2024
c4fccb9
maintenance: care about gvfs.sharedCache config
derrickstolee Dec 15, 2020
bfcbfb6
.github/actions/akv-secret: add action to get secrets
mjcheetham Apr 1, 2025
db9b076
release: create initial Windows installer build workflow
vdye Jul 16, 2021
195dc0e
release: create initial Windows installer build workflow
mjcheetham Mar 21, 2025
f6606b3
help: special-case HOST_CPU `universal`
jeffhostetler Oct 17, 2023
ff04b4c
homebrew: add GitHub workflow to release Cask
mjcheetham Jul 24, 2020
b88704c
Disable the `monitor-components` workflow in msft-git
dscho May 13, 2022
739a7b1
release: add Mac OSX installer build
vdye Jul 16, 2021
8316810
unpack-trees:virtualfilesystem: Improve efficiency of clear_ce_flags
neerajsi-msft2 Feb 6, 2021
0923367
Adding winget workflows
Apr 29, 2021
d19e4bc
.github: enable windows builds on microsoft fork
derrickstolee Mar 8, 2023
2c43207
release: build unsigned Ubuntu .deb package
vdye Jul 16, 2021
b0c2fd7
release: add signing step for .deb package
vdye Jul 16, 2021
1366e18
release: create draft GitHub release with packages & installers
vdye Jul 16, 2021
405bdeb
dist: archive HEAD instead of HEAD^{tree}
vdye Dec 2, 2021
0b6fb84
build-git-installers: publish gpg public key
ldennington Oct 24, 2023
a0bf67e
release: include GIT_BUILT_FROM_COMMIT in MacOS build
vdye Dec 2, 2021
3c315d9
update-microsoft-git: create barebones builtin
derrickstolee Apr 29, 2021
865e665
release: continue pestering until user upgrades
derrickstolee Oct 6, 2021
275ae74
release: add installer validation
ldennington Aug 17, 2022
1b7d56d
.github: reinstate ISSUE_TEMPLATE.md for microsoft/git
derrickstolee Mar 16, 2022
7e1f097
update-microsoft-git: Windows implementation
derrickstolee Apr 29, 2021
d2a58f2
.github: update PULL_REQUEST_TEMPLATE.md
derrickstolee Mar 16, 2022
2762265
git_config_set_multivar_in_file_gently(): add a lock timeout
dscho May 18, 2021
787ff62
update-microsoft-git: use brew on macOS
derrickstolee Apr 29, 2021
12eb938
Adjust README.md for microsoft/git
May 4, 2021
b8f49b5
scalar: set the config write-lock timeout to 150ms
dscho May 18, 2021
9f69e39
scalar: add docs from microsoft/scalar
derrickstolee Jun 16, 2021
c28ab8c
Merge branch 'scalar-gentler-config-locking'
dscho May 19, 2021
fdec7c9
Merge branch 'scalar-extra-docs'
dscho Nov 16, 2021
9897e52
scalar (Windows): use forward slashes as directory separators
dscho May 10, 2022
eb34810
scalar: add retry logic to run_git()
derrickstolee Jun 17, 2021
ad91487
scalar: support the `config` command for backwards compatibility
dscho May 27, 2021
e67df88
Merge branch 'microsoft/vfs-2.35.0'
dscho Oct 7, 2021
9fcf9e9
scalar: implement a minimal JSON parser
dscho Apr 26, 2021
6c99c67
scalar clone: support GVFS-enabled remote repositories
dscho Aug 24, 2021
4a5b50d
test-gvfs-protocol: also serve smart protocol
dscho Apr 16, 2021
45adb6a
gvfs-helper: add the `endpoint` command
dscho Apr 26, 2021
3999374
dir_inside_of(): handle directory separators correctly
dscho May 14, 2021
88b85f7
Merge branch 'scalar'
dscho Aug 24, 2021
59b40f6
scalar: disable authentication in unattended mode
dscho May 6, 2021
1a3710e
abspath: make strip_last_path_component() global
derrickstolee Oct 4, 2022
43db154
scalar: do initialize `gvfs.sharedCache`
dscho May 3, 2021
a6c6966
scalar diagnose: include shared cache info
dscho Jun 1, 2021
192c391
scalar: only try GVFS protocol on https:// URLs
dscho Apr 28, 2021
e5e9d5b
scalar: verify that we can use a GVFS-enabled repository
dscho Apr 16, 2021
c88057d
scalar: add the `cache-server` command
dscho Apr 23, 2021
bc9ec85
scalar: add a test toggle to skip accessing the vsts/info endpoint
dscho May 12, 2021
cff47a2
scalar: adjust documentation to the microsoft/git fork
dscho Jan 25, 2022
51a0743
scalar: enable untracked cache unconditionally
derrickstolee Jun 21, 2021
a077b6f
scalar: parse `clone --no-fetch-commits-and-trees` for backwards comp…
dscho Aug 24, 2021
26a1353
scalar: make GVFS Protocol a forced choice
derrickstolee May 1, 2024
c8e52bf
scalar: work around GVFS Protocol HTTP/2 failures
Copilot May 22, 2025
8f4b612
scalar diagnose: accommodate Scalar's Functional Tests
dscho May 9, 2022
be82e76
gvfs-helper-client: clean up server process(es)
derrickstolee May 23, 2025
6624b4b
ci: run Scalar's Functional Tests
dscho Jun 8, 2021
9824395
scalar: upgrade to newest FSMonitor config setting
vdye Apr 5, 2022
e0723f3
Merge branch 'scalar-with-gvfs'
dscho May 3, 2021
82c56fb
Merge branch 'run-scalar-functional-tests'
dscho Nov 16, 2021
3bbbd11
Merge branch 'scalar-reconfigure'
dscho Jun 1, 2021
41ae7d0
sparse-checkout: add config to disable deleting dirs
derrickstolee Aug 22, 2021
e94385b
add/rm: allow adding sparse entries when virtual
derrickstolee Jun 29, 2021
3961e37
diff: ignore sparse paths in diffstat
derrickstolee Jul 26, 2021
bc2e121
repo-settings: enable sparse index by default
derrickstolee Jun 15, 2021
8e09f61
TO-UPSTREAM: sequencer: avoid progress when stderr is redirected
derrickstolee Sep 23, 2021
3479e0b
Merge pull request #392: add: allow adding sparse entries when virtual
derrickstolee Jul 1, 2021
b37421f
Merge pull request #410: Sparse Index: latest integrations
derrickstolee Aug 24, 2021
6478eaa
Merge pull request #414: Make sparse index the default
derrickstolee Aug 26, 2021
207def1
TO-CHECK: t1092: use quiet mode for rebase tests
derrickstolee Oct 31, 2021
4bbdc5e
sparse-index: add ensure_full_index_with_reason()
derrickstolee Sep 30, 2024
66adca6
reset: fix mixed reset when using virtual filesystem
Mar 15, 2017
c4888c0
Merge pull request #432: sequencer: avoid progress when stderr is red…
derrickstolee Sep 23, 2021
556de36
diff(sparse-index): verify with partially-sparse
ldennington Sep 10, 2021
9db988d
stash: expand testing for `git stash -u`
vdye Sep 22, 2021
e0d2458
treewide: add reasons for expanding index
derrickstolee Sep 30, 2024
6734b2c
treewide: custom reasons for expanding index
derrickstolee Sep 30, 2024
88c1236
sparse-index: add macro for unaudited expansions
derrickstolee Sep 30, 2024
76b1c48
Docs: update sparse index plan with logging
derrickstolee Sep 30, 2024
cde3b13
sparse-index: log failure to clear skip-worktree
derrickstolee Sep 30, 2024
cbff497
stash: use -f in checkout-index child process
derrickstolee Sep 30, 2024
9d1654d
sparse-index: do not copy hashtables during expansion
derrickstolee Sep 27, 2024
f408ea9
Merge pull request #494: reset: fix mixed reset when using virtual fi…
derrickstolee Apr 4, 2022
a1e619a
Merge pull request #419 from ldennington/sparse-index-diff
ldennington Sep 12, 2021
ae87919
Merge pull request #430 from vdye/sparse-index/clean
vdye Sep 23, 2021
5950aab
Fix rare segfault in sparse-index (#690)
dscho Oct 9, 2024
00a0ddf
Merge core VFS features
dscho Jun 11, 2018
d6ceb67
Merge advanced VFS-specific features
dscho Jun 11, 2018
2dbbe18
Permit `repack` command in Scalar clones (#732)
mjcheetham Mar 31, 2025
55325b0
Merge virtualfilesystem hook
dscho Jun 11, 2018
3a48b33
Merge updates to serialized status
dscho Jun 11, 2018
f6e990b
Merge trace2 experimental regions
jeffhostetler Apr 23, 2019
ae872f5
Merge first wave of gvfs-helper feature
jeffhostetler Nov 14, 2019
94998b5
Merge gvfs-helper prefetch feature
derrickstolee Dec 17, 2019
bb56ca2
Harden gvfs-helper to validate the packfiles in a multipart prefetch …
jeffhostetler Apr 17, 2023
001a070
gvfs-helper: add gvfs.fallback and unit tests (#665)
dscho Jul 1, 2024
5450795
Merge pull request #301: Update 'git maintenance' to match upstream
derrickstolee Dec 15, 2020
032287e
Merge pull request #315: unpack-trees:virtualfilesystem: Improve effi…
derrickstolee Feb 16, 2021
cd48f9b
Merge branch 'add-workflows'
derrickstolee Apr 30, 2021
5331abb
Merge branch 'adjust-g4w-workflows'
dscho May 13, 2022
7706c62
Merge pull request #399 from vdye/feature/build-installers
vdye Jul 29, 2021
4ca8c07
Merge pull request #472 from vdye/ms/macos-build-options
vdye Dec 6, 2021
fde6bd5
Merge pull request #329: Add `git update-microsoft-git`
derrickstolee Apr 30, 2021
46ec882
Merge pull request #333: update microsoft/git README
derrickstolee May 17, 2021
c452082
Merge pull request #371 from dscho/run-scalar-functional-tests-and-fi…
dscho Jun 9, 2021
97876d3
TO-UPSTREAM: sub-process: avoid leaking `cmd`
dscho Dec 18, 2024
6d499b8
Merge branch 'sparse-index-stuff'
dscho Jun 17, 2022
a3ac664
remote-curl: release filter options before re-setting them
dscho Dec 18, 2024
95de466
transport: release object filter options
dscho Dec 18, 2024
87ff32a
push: don't reuse deltas with path walk
derrickstolee Nov 16, 2024
666527a
Merge branch 'leak-fixes'
dscho Dec 18, 2024
1bc1601
pack-objects: don't reuse deltas with path walk (#707)
dscho Dec 19, 2024
1fd6375
t7900-maintenance.sh: reset config between tests
mjcheetham Jan 22, 2025
0629777
maintenance: add cache-local-objects maintenance task
mjcheetham Jan 14, 2025
1e7b49f
scalar.c: add cache-local-objects task
mjcheetham Jan 23, 2025
5be6f01
hooks: add custom post-command hook config
derrickstolee Mar 25, 2025
0a84e2b
TO-UPSTREAM: Docs: fix asciidoc failures from short delimiters
derrickstolee Mar 25, 2025
d58d4b5
hooks: make hook logic memory-leak free
derrickstolee Mar 25, 2025
b5f8080
t0401: test post-command for alias, version, typo
derrickstolee Nov 7, 2025
0bc0343
maintenance: add new `cache-local-objects` maintenance task (#720)
mjcheetham Jan 31, 2025
82d241f
cat_one_file(): make it easy to see that the `size` variable is initi…
dscho Oct 27, 2022
d477c4b
hooks: better handle config without gitdir
derrickstolee Nov 7, 2025
ca9756f
revision: defensive programming
dscho Dec 16, 2022
65f1cf6
get_parent(): defensive programming
dscho Dec 16, 2022
3026e9b
fetch-pack: defensive programming
dscho Dec 16, 2022
f02ee5a
unparse_commit(): defensive programming
dscho Dec 16, 2022
84e8b76
verify_commit_graph(): defensive programming
dscho Dec 16, 2022
ad739a1
fsck: avoid using an uninitialized variable
dscho Dec 16, 2022
0d6f0c7
stash: defensive programming
dscho Dec 16, 2022
92cf8a5
load_revindex_from_disk(): avoid accessing uninitialized data
dscho Dec 16, 2022
6cc92f4
stash: defensive programming
dscho Dec 16, 2022
ca0de06
load_pack_mtimes_file(): avoid accessing uninitialized data
dscho Dec 16, 2022
9a58371
fetch: silence a CodeQL alert about a local variable's address' use a…
dscho Dec 14, 2022
2c85b84
push: defensive programming
dscho Dec 16, 2022
4bd9030
test-tool repository: check return value of `lookup_commit()`
dscho Dec 16, 2022
43e1429
fetch: defensive programming
dscho Dec 16, 2022
11976bb
shallow: handle missing shallow commits gracefully
dscho Dec 16, 2022
add1566
codeql: run static analysis as part of CI builds
dscho Aug 9, 2022
cdbd1ee
inherit_tracking(): defensive programming
dscho Dec 16, 2022
c4ca44c
commit-graph: suppress warning about using a stale stack addresses
dscho Dec 17, 2022
f34b7fa
codeql: publish the sarif file as build artifact
dscho Mar 22, 2023
d63fd44
codeql: disable a couple of non-critical queries for now
dscho Mar 21, 2025
2308414
date: help CodeQL understand that there are no leap-year issues here
dscho Jul 23, 2025
9851cbd
help: help CodeQL understand that consuming envvars is okay here
dscho Jul 23, 2025
89a5590
ctype: help CodeQL understand that `sane_istest()` does not access ar…
dscho Jul 23, 2025
9526a15
ctype: accommodate for CodeQL misinterpreting the `z` in `mallocz()`
dscho Jul 23, 2025
faace42
strbuf_read: help with CodeQL misunderstanding that `strbuf_read()` d…
dscho Jul 23, 2025
6ad26c7
codeql: also check JavaScript code
dscho Jul 24, 2025
96c974c
Merge branch 'uninitialized-variables'
dscho Oct 27, 2022
2edf845
Merge branch 'defensive-programming'
dscho Mar 21, 2025
9713d71
Merge branch 'codeql-fixes'
dscho Mar 21, 2025
a094151
Merge branch 'codeql'
dscho Mar 21, 2025
74a79bb
hooks: add custom post-command hook config (#736)
dscho Apr 7, 2025
599632a
scalar: add run_git_argv
mjcheetham Dec 17, 2025
b29bcf8
scalar: add --ref-format option to scalar clone
mjcheetham Dec 17, 2025
c0d732c
Merge branch 'codeql'
dscho Mar 21, 2025
d8f2e7e
gvfs-helper: skip collision check for loose objects
derrickstolee Jan 8, 2026
d289592
Add `--ref-format` option to scalar clone (port to `vfs-2.52.0`) (#832)
dscho Jan 8, 2026
de5c5fb
gvfs-helper: emit advice on transient errors
derrickstolee Jan 8, 2026
a4ee718
gvfs-helper: avoid collision check for packfiles
derrickstolee Jan 8, 2026
3200ce8
t5799: update cache-server methods for multiple instances
derrickstolee Jan 17, 2026
4a23cd9
gvfs-helper: prevent and/or give advice on repeated downloads to shar…
dscho Jan 9, 2026
52881b2
gvfs-helper: override cache server for prefetch
derrickstolee Jan 5, 2026
09b14ff
gvfs-helper: override cache server for get
derrickstolee Jan 5, 2026
a22cf14
gvfs-helper: override cache server for post
derrickstolee Jan 5, 2026
cc86e69
t5799: add test for all verb-specific cache-servers together
derrickstolee Jan 17, 2026
5c6f94f
lib-gvfs-helper: create helper script for protocol tests
derrickstolee Jan 18, 2026
11bf6f5
t579*: split t5799 into several parts
derrickstolee Jan 18, 2026
1c6398f
gvfs-helper: add config to incrementally replace cache servers (#836)
derrickstolee Jan 22, 2026
60b57e7
fixup! survey: show some commits/trees/blobs histograms
dscho Jan 24, 2026
1a4158b
fixup! gvfs-helper: create tool to fetch objects using the GVFS Protocol
dscho Jan 24, 2026
4dbb468
fixup! gvfs-helper: create tool to fetch objects using the GVFS Protocol
dscho Jan 25, 2026
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 (git@vger.kernel.org) 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