about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * VCS: Fix flat: Only initialize subdir oncenfnty2016-02-083-14/+26
| |
| * VCS: Fix symlinks pointing to root, Cleanupnfnty2016-02-086-86/+27
| |
| * VCS: Rename vcslocal to vcsnonenfnty2016-02-083-3/+3
| |
| * VCS: Minor fixesnfnty2016-02-083-11/+8
| |
| * VCS: Implement symbolic link supportnfnty2016-02-082-34/+69
| |
| * VCS: Fix class for non-root; fixes action commandsnfnty2016-02-082-21/+19
| |
| * VCS: Handle FileNotFoundError during subprocess callsnfnty2016-02-081-0/+2
| |
| * VCS: Fix redraw race conditionnfnty2016-02-082-5/+6
| |
| * VCS: Escape special characters in git summarynfnty2016-02-081-2/+3
| |
| * VCS: Separate VCS Threadnfnty2016-02-087-45/+160
| |
| * VCS: All data is stored in rootnfnty2016-02-085-67/+63
| |
| * VCS: Comment out REMOTE_STATUSnfnty2016-02-081-8/+8
| |
| * VCS: Improve class changenfnty2016-02-083-20/+18
| |
| * VCS: Remove vcsnamenfnty2016-02-085-5/+0
| |
| * VCS: Implement vcs.tracknfnty2016-02-084-35/+32
| |
| * VCS: Handle repodir pathsnfnty2016-02-083-18/+32
| |
| * VCS: Implement cheap subpath repo updatingnfnty2016-02-086-35/+49
| |
| * VCS: Implement directory statuses properly, Change function namesnfnty2016-02-085-21/+40
| |
| * VCS: Return all statuses (including ignored) from get_status_allfilesnfnty2016-02-082-56/+25
| |
| * VCS: Fix importsnfnty2016-02-086-22/+14
| |
| * VCS: Ignore whole directory if all subpaths are ignorednfnty2016-02-082-3/+11
| |
| * VCS: Change vcsfilestatus to vcspathstatus, Fix remotestatusnfnty2016-02-086-11/+15
| |
| * VCS: Gitnfnty2016-02-0810-465/+362
| |
| * VCS: Fix _path_containsnfnty2016-02-081-2/+1
| |
| * VCS: Refactor get_status_allfiles, get_ignore_allfilesnfnty2016-02-081-29/+32
| | | | | | | | | | Use NUL separated output Update _git_file_status
* | Merge branch 'iterm-tmux-image-support' of https://github.com/a-morales/rangerhut2016-02-281-3/+10
|\ \
| * | update Iterm2 ImageDisplayer to work within tmuxa-morales2016-01-291-3/+10
| | |
* | | container.history: fixed rebase() unit testhut2016-02-282-6/+26
| | |
* | | Makefile: Don't fail build when py.test is not installedhut2016-02-281-1/+8
| | |
* | | Merge branch 'add_tests' of https://github.com/charignon/rangerhut2016-02-2810-16/+166
|\ \ \
| * | | bookmark: replace delete by __delitem__ for consistency with other methodsLaurent Charignon2016-01-312-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We are already using the python magic methods __setitem__, __getitem__, __contains__ and __iter__. It makes sense to use __delitem__ and not have a custom method name for removing bookmarks. We change the only place where this method is called in the code.
| * | | bookmarks: add testLaurent Charignon2016-01-311-0/+52
| | | |
| * | | bookmarks: add __delitem__ implementationLaurent Charignon2016-01-311-0/+3
| | | |
| * | | bookmarks: add missing initialization of original_dictLaurent Charignon2016-01-311-0/+1
| | | |
| * | | gitignore: add pytestdebug.logLaurent Charignon2016-01-311-0/+1
| | | |
| * | | history: fix logic error and add test for all the methodsLaurent Charignon2016-01-312-3/+97
| | | |
| * | | history: cleanup two unused methodsLaurent Charignon2016-01-311-6/+0
| | | |
| * | | history: fix maxlen is defined as an optional argument even if it is not oneLaurent Charignon2016-01-311-0/+1
| | | | | | | | | | | | | | | | We now throw an assert is someone forgets to specify maxlen
| * | | tests: add a dummy pytest test and add it to the make test stepLaurent Charignon2016-01-315-0/+6
| | |/ | |/|
* | | python2 compatibility for previous commithut2016-02-241-1/+6
| | |
* | | ranger.__init__: avoid crashing when opening LOGFILEhut2016-02-241-1/+5
| | |
* | | rebuild man pageshut2016-02-242-6/+14
| | |
* | | doc/ranger.1: add example for setintaghut2016-02-241-0/+5
| | |
* | | config/rc.conf: fix yp/yn/yd keybindingshut2016-02-141-3/+3
| | |
* | | config.commands: removed defunct "less %f" shortcuthut2016-02-111-2/+0
| | | | | | | | | | | | | | | | | | this used to do a "!-p cat %f" when you only typed "!-p". Since this is not documented anywhere and currently defunct, I chose to remove the code entirely.
* | | config.commands: removed doubled macro expansion in :shellhut2016-02-111-2/+0
| | | | | | | | | | | | | | | | | | | | | Previously, `:shell echo %%f` was expanded to `:shell echo <filename>` rather than `:shell echo %f`. To include a literal % in a shell command, you'd have to write `:shell echo %%%%` instead of just `:shell echo %%`.
* | | ext.rifle: don't complain about empty lines in rifle.confhut2016-02-101-2/+2
| | |
* | | ext.rifle: fix line numbers in error messageshut2016-02-101-2/+2
|/ /
* / bookmarks: fix issue #447 Bookmarks aren't updated on renamingLaurent Charignon2016-01-301-0/+8
|/
* Revert "Use setuptools if present"hut2016-01-252-8/+2
| | | | | | | | | This reverts commit 8b958c577a7f5f484db42b7c26b0340e14fd9351. Reasons: 1. it breaks the `. ranger` command (fixes #454) 2. the `ranger.desktop` file is not installed properly 3. ranger won't run when installing it outside of PYTHONPATH