summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Added version info to exampleshut2013-03-0111-0/+22
* Makefile: Fix regex of 'make clean'hut2013-03-011-1/+1
* doc/ranger.1: Fixed --copy-config documentationhut2013-02-282-3/+3
* config/rc.conf: added smart case options to search commandshut2013-02-271-2/+2
* fsobject.fsobject: fix crash with vcs_aware=truehut2013-02-271-1/+1
* make vcs information display for subdirectories of a repoAbdo Roig-Maranges2013-02-252-8/+8
* commands.scout: removed unused AUTO_OPEN_DIRS constanthut2013-02-251-1/+0
* config/commands: replace commands with aliases to :scouthut2013-02-252-172/+8
* commands.scout: added PERM_FILTER flaghut2013-02-251-0/+7
* fsobject.directory: turn self.filter into a regexhut2013-02-253-5/+8
* commands.scout: added UNMARK, SMART_CASE, use set_search_methodhut2013-02-251-5/+14
* commands.scout: better handling of "."hut2013-02-251-0/+3
* config/commands: fix blocking in :scout, remove debug codehut2013-02-251-7/+5
* api.commands: fix quick/tab/cancel for aliased commandshut2013-02-251-1/+14
* config/commands: added :scout commandhut2013-02-251-0/+143
* api.commands: added parse_flags()hut2013-02-251-0/+37
* widgets.browsercolumn: made aroig's changes conform with PEP8hut2013-02-251-20/+31
* widgets.browsercolumn: Fix wrong trimming of infostringhut2013-02-251-1/+4
* widgets.statusbar: reverted aroig's addition of whitespacehut2013-02-241-1/+1
* vcs: fix indentation in gui.contexthut2013-02-241-4/+4
* removed unused lib ranger.ext.run_forkedhut2013-02-241-25/+0
* vcs: move vcs import into load_vcshut2013-02-241-2/+1
* vcs: move some code from load_bit_by_bit to load_vcshut2013-02-242-28/+42
* fsobject.directory: dont load_vcs when not neededhut2013-02-241-2/+3
* Merge branch 'vcs'hut2013-02-2419-83/+1674
|\
| * Merge branch 'master' into vcshut2013-02-2268-218/+242
| |\
| * \ Merge branch 'master' into vcshut2013-02-1910-6/+393
| |\ \
| * \ \ Merge branch 'master' into vcshut2013-02-1811-147/+166
| |\ \ \
| * | | | document config options for vcs on the man pageAbdo Roig-Maranges2013-02-172-8/+16
| * | | | Merge branch 'master' into vcshut2013-02-165-11/+56
| |\ \ \ \
| * | | | | setup.py: s/ranger.vcs/ranger.ext.vcs/hut2013-02-161-1/+1
| * | | | | ext.vcs.vcs: typo s/true/Truehut2013-02-161-1/+1
| * | | | | config/rc.conf: typo in "set vcs_backend_hg disabled"hut2013-02-161-1/+1
| * | | | | replace vcs_backends setting by vcs_backend_git, etc.Abdo Roig-Maranges2013-02-163-26/+37
| * | | | | config/rc.conf: Use only "git" vcs_backend by defaulthut2013-02-161-1/+2
| * | | | | move ranger/vcs/* to ranger/ext/vcs/*hut2013-02-168-6/+6
| * | | | | Merge branch 'master' into vcshut2013-02-169-22/+112
| |\ \ \ \ \
| * | | | | | Handle VcsError when scanning dir. Don't raiseAbdo Roig-Maranges2013-02-151-3/+8
| * | | | | | Added 'unknown' remote vcs statusAbdo Roig-Maranges2013-02-152-2/+4
| * | | | | | fix vcs log errors on empty reposAbdo Roig-Maranges2013-02-153-3/+40
| * | | | | | vcs.vcs: remove __init__ from VcsError(Exception)hut2013-02-131-2/+1
| * | | | | | vcs.hg: fix python2 ImportError when importing configparserhut2013-02-131-1/+4
| * | | | | | Rebuilt manpageAbdo Roig-Maranges2013-02-121-1/+8
| * | | | | | Added version control system related commandsAbdo Roig-Maranges2013-02-121-0/+99
| * | | | | | Adds config settings and documentation for the vcs featureAbdo Roig-Maranges2013-02-123-0/+16
| * | | | | | Displays version control data on the status barAbdó Roig-Maranges2013-02-121-1/+23
| * | | | | | Displays version control data on browser columnAbdo Roig-Maranges2013-02-124-80/+180
| * | | | | | Support for extracting metadata from version control systemsAbdo Roig-Maranges2013-02-123-1/+71
| * | | | | | Merged code to manipulate version control systemsAbdo Roig-Maranges2013-02-126-1/+1211
* | | | | | | Change name back to "ranger-master" in --version outputhut2013-02-241-1/+1