CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 16 Aug 2025 15:22:57 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090106090942
location: https://web.archive.org/web/20090106090942/https://github.com/schacon/dotgit/tree/master
server-timing: captures_list;dur=0.935068, exclusion.robots;dur=0.029884, exclusion.robots.policy;dur=0.013202, esindex;dur=0.015423, cdx.remote;dur=38.750650, LoadShardBlock;dur=376.275100, PetaboxLoader3.datanode;dur=61.444880, PetaboxLoader3.resolve;dur=224.852869
x-app-server: wwwb-app224
x-ts: 302
x-tr: 464
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app224; 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: Sat, 16 Aug 2025 15:22:58 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Tue, 06 Jan 2009 09:09:42 GMT
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_ses=BAh7ByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvIhcvc2NoYWNvbi9mb2xsb3dlcnM%3D--e3bfe09b56ee40b4926ce66112fafbccc74ae41d; path=/; expires=Wed, 01 Jan 2020 08:00:00 GMT; HttpOnly
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 2776ms
x-archive-orig-etag: "20feb110cddcbbdb54c01aa5b1353e4b"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 15816
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 06 Jan 2009 09:09:42 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 06 Jan 2009 09:09:42 GMT", ; rel="memento"; datetime="Tue, 06 Jan 2009 09:09:42 GMT", ; rel="last memento"; datetime="Tue, 06 Jan 2009 09:09:42 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: 52_7_20090106073920_crawl101-c/52_7_20090106090742_crawl103.arc.gz
server-timing: captures_list;dur=0.692941, exclusion.robots;dur=0.021968, exclusion.robots.policy;dur=0.009276, esindex;dur=0.012046, cdx.remote;dur=24.145909, LoadShardBlock;dur=489.073720, PetaboxLoader3.datanode;dur=215.220379, PetaboxLoader3.resolve;dur=349.587463, load_resource;dur=131.224222
x-app-server: wwwb-app224
x-ts: 200
x-tr: 694
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
We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Fork of pheew/dotgit | |
Description: | A Git implementation for .NET written in C# |
Homepage: | https://github.com/pheew/dotgit/wikis |
Clone URL: |
git://github.com/schacon/dotgit.git
Give this clone URL to anyone.
git clone git://github.com/schacon/dotgit.git
|
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/ | Sat Nov 08 08:44:41 -0800 2008 | First commit [pheew] |
![]() |
README.markdown | Sat Nov 22 17:42:11 -0800 2008 | Added some more method documentation [pheew] |
![]() |
Test/ | Mon Nov 24 13:34:37 -0800 2008 | Some refactoring of GitObjectReader [pheew] |
![]() |
TestConsole/ | Thu Dec 11 11:29:52 -0800 2008 | Some small changes to the packfile reading code [pheew] |
![]() |
dotGit.sln | Sat Nov 08 08:44:41 -0800 2008 | First commit [pheew] |
![]() |
dotGit/ | Thu Dec 11 11:29:52 -0800 2008 | Some small changes to the packfile reading code [pheew] |
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.
This feature is coming soon. Sit tight!