https://github.com/ethomson/indexbrowser
A Git index browser
https://github.com/ethomson/indexbrowser
Last synced: over 1 year ago
JSON representation
A Git index browser
- Host: GitHub
- URL: https://github.com/ethomson/indexbrowser
- Owner: ethomson
- License: mit
- Created: 2019-03-14T22:22:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T17:10:55.000Z (about 7 years ago)
- Last Synced: 2025-01-24T07:11:31.662Z (over 1 year ago)
- Language: C#
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- 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).