Skip to content

Tags: dot-Sean/gitin

Tags

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request isacikgoz#54 from isacikgoz/development

Development

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request isacikgoz#51 from isacikgoz/development

v0.2.0 is here

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Develop (isacikgoz#21)

* add search feature to branch subcommand

* bump version

* add optional arg to "make install" for setting gopath

v0.1.0

Toggle v0.1.0's commit message
polishment for initial release