https://github.com/ethomson/dotnet
A .NET Core demo for Azure Pipelines
https://github.com/ethomson/dotnet
Last synced: 12 months ago
JSON representation
A .NET Core demo for Azure Pipelines
- Host: GitHub
- URL: https://github.com/ethomson/dotnet
- Owner: ethomson
- License: mit
- Created: 2019-05-22T22:39:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T22:38:57.000Z (about 7 years ago)
- Last Synced: 2025-01-24T07:11:31.209Z (over 1 year ago)
- Language: C#
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Index Browser
A simple Windows application to display the contents of a Git repository's
index. You can open a repository and display the file contents in the index
(the "stage"). By default, you view the files that are staged as the next
commit.

You can display the full index entry for a record, to show the on-disk
information for the file in the working directory (the "cache").

You can also view the contents of the item as it exists in the index (in
[hexdump](https://github.com/ethomson/hexdump)'s canonical format).

## Technical Information
This is a .NET Core 3 application, utilizing WPF and
[libgit2](https://libgit2.org/) via .NET bindings.
This application is Copyright © Edward Thomson and available under
the [MIT license](LICENSE).