CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 11 Aug 2025 09:52:49 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100214031853
location: https://web.archive.org/web/20100214031853/https://github.com/schacon/dotgit
server-timing: captures_list;dur=0.748614, exclusion.robots;dur=0.028536, exclusion.robots.policy;dur=0.012852, esindex;dur=0.014435, cdx.remote;dur=91.669172, LoadShardBlock;dur=514.006793, PetaboxLoader3.datanode;dur=125.298219, PetaboxLoader3.resolve;dur=167.810047
x-app-server: wwwb-app223
x-ts: 302
x-tr: 645
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Mon, 11 Aug 2025 09:52:51 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 14 Feb 2010 03:18:53 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "30dde6f14a2f335e18c54af11e4b404b"
x-archive-orig-x-runtime: 95ms
x-archive-orig-content-length: 21879
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 14 Feb 2010 03:18:53 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 14 Feb 2010 03:18:53 GMT", ; rel="memento"; datetime="Sun, 14 Feb 2010 03:18:53 GMT", ; rel="next memento"; datetime="Sun, 10 Jun 2018 23:43:22 GMT", ; rel="last memento"; datetime="Mon, 26 Oct 2020 18:42:49 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: TLA-20100213232338-00790-00798-ia360906-20100214094536-00000-c/TLA-20100214021754-00794-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=0.732876, exclusion.robots;dur=0.027832, exclusion.robots.policy;dur=0.013290, esindex;dur=0.013940, cdx.remote;dur=91.021061, LoadShardBlock;dur=174.486894, PetaboxLoader3.datanode;dur=94.880853, PetaboxLoader3.resolve;dur=528.661652, load_resource;dur=561.894713
x-app-server: wwwb-app223
x-ts: 200
x-tr: 886
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
schacon's dotgit at master - GitHub
This service is courtesy of Pledgie.
schacon / dotgit forked from pheew/dotgit
- Source
- Commits
- Network (4)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
A Git implementation for .NET written in C# — Read more
dotgit /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sat Nov 08 08:50:48 -0800 2008 | Filled up .gitignore [pheew] |
![]() |
.gitmodules | Sat Nov 22 16:49:21 -0800 2008 | Scrap that, now it's fixed (doh) [pheew] |
![]() |
Lib/ | Loading commit data... ![]() |
|
![]() |
README.markdown | ||
![]() |
Test/ | ||
![]() |
TestConsole/ | ||
![]() |
dotGit.sln | ||
![]() |
dotGit/ |
README.markdown
dotGit
Go to the Wiki for more info
The unit tests require a submodule. Be sure to fetch it with 'git submodule update --init'
If it's your first time looking at the source have a look at the class diagram in the dotGit project. It should get you up to speed.