summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Remove unused configsJune McEnroe2014-11-29
* Add iTerm 2 configurationJune McEnroe2014-11-25
* Keep working directory in terminal titleJune McEnroe2014-11-25
* Add .pultrc to global gitignoreJune McEnroe2014-11-25
* Use gruvbox colorschemeJune McEnroe2014-11-25
* Remove multiple cursors pluginJune McEnroe2014-11-25
* Simplify C-n relative number toggleJune McEnroe2014-11-25
* Add Goyo.vimJune McEnroe2014-11-25
* Use ProFont 11 in VimJune McEnroe2014-11-25
* Add ~/.bin to the pathJune McEnroe2014-10-14
* Remove binJune McEnroe2014-10-14
* Remove backup option from vimrcJune McEnroe2014-10-12
* Update tunnel function for new domainJune McEnroe2014-10-12
* On error rollback in interactive psqlJune McEnroe2014-09-29
* Never mind thatJune McEnroe2014-09-23
* Add FETCH_COUNT and expanded auto to psqlrcJune McEnroe2014-09-23
* Silence psqlrc output and turn timing onJune McEnroe2014-09-23
* Add psqlrcJune McEnroe2014-09-19
* Wildcard ignore DS_StoreJune McEnroe2014-09-19
* Add randpasswd aliasJune McEnroe2014-08-11
* Add vim-exchangeJune McEnroe2014-07-15
* Add gf and gbl git aliasesJune McEnroe2014-07-14
* Add CSS Color pluginJune McEnroe2014-06-30
* Add Eunuch pluginJune McEnroe2014-06-30
* Switch to Hybrid colorschemeJune McEnroe2014-06-30
* Plugin cleanupJune McEnroe2014-06-30
* Add speeddatingJune McEnroe2014-06-30
* Add nrformats settingJune McEnroe2014-06-29
* Add multiple cursorsJune McEnroe2014-06-28
* Add indent guidesJune McEnroe2014-06-28
* Add delimitMateJune McEnroe2014-06-10
* Use ~ for home directory in gitconfigJune McEnroe2014-05-28
* Add .DS_store to global gitignoreJune McEnroe2014-05-28
* Add OS X specific shell configurationsJune McEnroe2014-05-15
* Heavily comment .vimrcJune McEnroe2014-04-19
* Autocorrect git commandsJune McEnroe2014-04-19
* Fix gitprompt for git 1.9.1June McEnroe2014-04-19
* Add gdnsJune McEnroe2014-03-29
* Rename home.programble.me alias to tunnelJune McEnroe2014-03-29
* Add scrot-uploadJune McEnroe2014-03-29
* Add HQ HTTP stream MPD outputJune McEnroe2014-03-29
* Default chruby to newest MRIJune McEnroe2014-03-29
* Remove autopair and add better javascript pluginJune McEnroe2014-02-26
* Global gitignore .pult filesJune McEnroe2014-02-26
* Add .xprofileJune McEnroe2014-02-09
* Add vim-coffee-script pluginJune McEnroe2014-01-14
* Add .env aliasJune McEnroe2014-01-14
* Load chruby from /usr/localJune McEnroe2014-01-14
* Add vim-jade pluginJune McEnroe2014-01-14
* Add bundle exec aliasJune McEnroe2013-12-24
Server Error" and the following in the logs: > [Tue Jun 10 17:45:32 2014] [error] [client 172.21.1.6] fatal: > ambiguous argument 'qwerty123456': unknown revision or path not in the > working tree., referer: > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ > [Tue Jun 10 17:45:32 2014] [error] [client 172.21.1.6] Use '--' to > separate paths from revisions, like this:, referer: > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ > [Tue Jun 10 17:45:32 2014] [error] [client 172.21.1.6] 'git <command> > [<revision>...] -- [<file>...]', referer: > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ > [Tue Jun 10 17:45:32 2014] [error] [client 172.21.1.6] Premature end > of script headers: cgit, referer: > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ The cache will kick in, so if you search for the same string again, it'll show an empty range, so you have to change the bogus strings each time. This is because we just pass the arguments straight to Git's revision parsing machinery which die()s if it cannot parse an argument, printing the above to stderr and exiting. The patch below makes it a bit friendlier by just ignoring unhandled arguments, but I can't see an easy way to report errors when we can't parse revision arguments without losing the flexibility of supporting all of the revision specifiers supported by Git. Reported-by: Konstantin Ryabitsev <mricon@kernel.org> 2014-06-28git: update for git 2.0Christian Hesse prefixcmp() and suffixcmp() have been remove, functionality is now provided by starts_with() and ends_with(). Retrurn values have been changed, so instead of just renaming we have to fix logic. Everything else looks just fine. 2014-04-17remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice For example, if I have two repos (remove-suffix is enabled): /foo /foo/bar http://cgit/foo/bar/ is interpreted as "repository 'foo', command 'bar'" instead of "repository 'foo/bar'" 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse