Tags: dot-Sean/gitin
Tags
Merge pull request isacikgoz#54 from isacikgoz/development Development
Merge pull request isacikgoz#51 from isacikgoz/development v0.2.0 is here
add fuzzy search and file checkout (isacikgoz#43) * keep search mode and search string after return to log prompt * bump version * add patch shortcut to status and add gitignore file * update readme and add features list * update readme and add features list * update readme * add travis file and implement file reset for gitin status * update travis file * add badges to readme * remove licence badge * add fuzzy find feature * find method is now configurable * add start in search mode feature * performance improvement on fuzzy search * bugfix when there is no entries after file checkout * add show stat option at log->stat prompt
add hunk staging, branch sorting and contribution guide (isacikgoz#39) * diff of staged files can be seen now * update readme * add hunk staging feature * bump version * simplified status entries * update status * add hunk unstage * adjust navigation on hunk staging * Update README.md Co-Authored-By: isacikgoz <serdaracikgoz86@gmail.com> * restore diffparser * add contribution link to readme * fix license type in the readme * add option to load branches by date * add controls view and improve ui * add comments to editor files
restore tags and fix linewrap after quit * ressurected tags feature * fix restoring linewrap after quit (isacikgoz#33) * bump version * add force delete feature to gitin branch
app quit cleanup and readline tweak (isacikgoz#28) * add key event emulation to finalize readline * handle an error occurs on linux * add enter emulation to log stat and diff * add common cleanup for quiting from prompt
Develop (isacikgoz#21) * add search feature to branch subcommand * bump version * add optional arg to "make install" for setting gopath