git-webui
git-webui copied to clipboard
A standalone local web based user interface for git repositories
Perfect WebUI, but I want an option to delete a branch. I am trying it with my [`romw314/chess-no-25`](https://github.com/romw314/chess-no-25) repo.
This is a very basic implementation of #7, with the following limitations: - Doesn't deal with conflicts. - The user that starts git-webui must have access to the remote repository...
I also looked at using ipaddress module to allow netmask syntax. But requires a bit more code and it is not relevant to my use case, so I went with...
The following error appears when starting git-webui: ``` Checking for update... You are not currently on a branch. Please specify which branch you want to rebase against. See git-pull(1) for...
Is this no longer maintained? Is it because of an alternative open source solution?
do not check for how the server is called in a request but for the ip of the client. sort-of fixes: #48
https://github.com/alberthier/git-webui/blob/dee7c192b2ec063cf638c3ec6e99589812b9d231/src/libexec/git-core/git-webui#L145 You can spoof the localhost hostname from any system able to connect to gitweb and by this code anyone able to access webui by the hostname "localhost" have writeaccess....
Hi, Can i use push and pull (to github for exemble) with web interface ? When there is a conflict, have you got a diff view for resolve this conflict?...
assume now in 'master' branch, i had opened aaa.h in the *tree* window. after that i had changed branch to 'another-branch', but aaa.h opened in tree window doesn't changed.
Re-compress the png images losslessly via Google's zopflipng ``` release/share/git-webui/webui/img/doc/log-commit.png | Bin 151760 -> 121167 bytes release/share/git-webui/webui/img/doc/log-tree.png | Bin 101056 -> 79561 bytes release/share/git-webui/webui/img/doc/workspace.png | Bin 118190 -> 97656 bytes...