git-ecosystem / git-bundle-server

A web server & management CLI to host Git bundles for use with Git's "bundle URIs" feature
Other
43 stars 20 forks source link

Minor fixups from #44 (for tech docs & VSCode settings) #45

Closed vdye closed 1 year ago

vdye commented 1 year ago

Commit 1 changes creationToken to minCreationToken in the git fetch flowchart (only caught that after merging #44).

Commit 2 de-duplicates some of the common language settings in .vscode/settings.json, and commit 3 adds indentation settings in that file for typescript and javascript (as recommended by @ldennington in https://github.com/github/git-bundle-server/pull/44#discussion_r1175999305)