Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding git-jump peek #40

Open
wants to merge 79 commits into
base: master
Choose a base branch
from
Open

Adding git-jump peek #40

wants to merge 79 commits into from

Conversation

evanchiu
Copy link

  • Allows peeking to see the hash/branch, subject of the next commit
  • Useful for determining whether to jump
  • Peek previous is just git log

- Allows peeking to see the hash/branch, subject of the next commit
- Useful for determining whether to jump
- Peek previous is just git log
@cowboy cowboy force-pushed the master branch 5 times, most recently from 208862a to 45688f9 Compare October 26, 2014 21:52
- Updated readme
- Removing git nonstandard colors, shortcuts
- OS X:
-- Adds boxen environment
- Linux:
-- Supports Ubuntu derrivatives: Elementary OS and Linux Mint
-- Ubuntu gets the latest node from nodesource
-- Ubuntu gets the latest git from the git-core ppa
- Custom .vimrc
- Custom scripts
- Cleaned up typos, formatting in README
- Removing additional branch specificaiton in .gitconfig
- Adding lgf for lg full
- Installing dnsutils on Ubuntu
- The word dictionary is
  http://scrapmaker.com/data/wordlists/twelve-dicts/2of12.txt
- For more information, see
  http://scrapmaker.com/data/wordlists/twelve-dicts/readme.html
- The dictionary contains 39587 words that are just lowercase letters
- This yields 39587^4 or 2455898220294264000 possible passwords
- That's about 61 bits of entropy
- It's also set up to work properly with its dependencies
- vim-sensible for better defaults
- Neocomplete for auto completion
- Neosnippet for snippets
- neosnippet-snippets for a baseline set of snippets
- Syntastic for syntax checking on the fly
- Unite for file/buffer switching, yank ring, other features
- Vimproc to support unite
* ds for diff --staged
* prune when fetch-fast-foward
* Commit with emoji
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant