CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 20:11:14 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091212202310
location: https://web.archive.org/web/20091212202310/https://github.com/henon/GitSharp
server-timing: captures_list;dur=1.339898, exclusion.robots;dur=0.050133, exclusion.robots.policy;dur=0.021584, esindex;dur=0.019904, cdx.remote;dur=91.785479, LoadShardBlock;dur=286.596281, PetaboxLoader3.datanode;dur=76.641355, PetaboxLoader3.resolve;dur=135.069182
x-app-server: wwwb-app215
x-ts: 302
x-tr: 426
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: SERVER=wwwb-app215; 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: Wed, 30 Jul 2025 20:11:15 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 12 Dec 2009 20:23:09 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "abb4e92bd22af333471a65b79ed65f1d"
x-archive-orig-x-runtime: 129ms
x-archive-orig-content-length: 39216
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: Sat, 12 Dec 2009 20:23:10 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 27 Jun 2009 00:46:53 GMT", ; rel="prev memento"; datetime="Sun, 08 Nov 2009 15:25:10 GMT", ; rel="memento"; datetime="Sat, 12 Dec 2009 20:23:10 GMT", ; rel="next memento"; datetime="Mon, 15 Feb 2010 10:42:19 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 13:57:30 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: 51_13_20091212181833_crawl101-c/51_13_20091212202252_crawl101.arc.gz
server-timing: captures_list;dur=0.911525, exclusion.robots;dur=0.026394, exclusion.robots.policy;dur=0.009844, esindex;dur=0.016484, cdx.remote;dur=16.095059, LoadShardBlock;dur=501.708558, PetaboxLoader3.datanode;dur=403.525850, PetaboxLoader3.resolve;dur=265.133509, load_resource;dur=234.726964
x-app-server: wwwb-app215
x-ts: 200
x-tr: 864
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
henon's GitSharp at master - GitHub
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 (

Description: | Git# --> Git for .NET edit |
Homepage: | https://www.eqqon.com/index.php/GitSharp edit |
Public Clone URL: |
git://github.com/henon/GitSharp.git
Give this clone URL to anyone.
git clone git://github.com/henon/GitSharp.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:henon/GitSharp.git
|
GitSharp /
README.txt
== Git# --> Git for .NET == ... a native Windows version of the fast & free open source version control system Git# is the most advanced C# implementation of git for the .NET framework and Mono. It is aimed to be fully compatible to the original git for linux and can be used as stand alone command line application or as library for windows applications such as gui frontends or plugins for IDEs. Git# is released under the BSD license. It is derived from the Java version jgit. Please refer to the LICENSE.txt files for the complete license. For more info check out the Git# website at https://www.eqqon.com/index.php/GitSharp == WARNINGS / CAVEATS == - Symbolic links are not supported because Windows does not directly support them. Such links could be damaged. - Only the timestamp of the index is used by git check if the index is dirty. - CRLF conversion is never performed. You should therefore make sure your projects and workspaces are configured to save files with Unix (LF) line endings. == Features == * Read loose and packed commits, trees, blobs, including deltafied objects. * Read objects from shared repositories * Add files to the index and commit changes * Copy trees to local directory, or local directory to a tree. * Lazily loads objects as necessary. * Read and write .git/config files. * Create a new repository. * Checkout in dirty working directory if trivial. * Walk the history from a given set of commits looking for commits introducing changes in files under a specified path. * Object transport Fetch via ssh, git, http and bundles. Push via ssh, git. Git# does not yet deltify the pushed packs so they may be a lot larger than C Git packs. == Missing Features == There are a lot of missing features in GitSharp. You need the real Git for those. - Merging. - Repacking. - Generate a GIT format patch. - Apply a GIT format patch. - Documentation. :-) - gitattributes support In particular CRLF conversion is not implemented. Files are treated as byte sequences. - submodule support Submodules are not supported or even recognized. == Support == Post question, comments or patches to the official Git# mailing list at https://groups.google.com/group/gitsharp/. == Tools and Dependencies == GitSharp contains the following open source components: Included as Source: * MiscUtil by Jon Skeet and Marc Gravell * NDesk.Options Binary Dependencies: * DiffieHellman * ICSharpCode.SharpZipLib * Org.Mentalis.Security * Tamir.SharpSSH * Winterdom.IO.Filemap Tools: * NAnt * NUnit == About GIT itself == More information about GIT, its repository format, and the canonical C based implementation can be obtained from the GIT websites: https://git.or.cz/ https://www.kernel.org/pub/software/scm/git/ https://www.kernel.org/pub/software/scm/git/docs/ More information about the Java implemetation which Git# stems from: https://git.or.cz/gitwiki/EclipsePlugin
This feature is coming soon. Sit tight!