summary refs log tree commit diff stats
path: root/ranger
Commit message (Expand)AuthorAgeFilesLines
...
| * VCS: Fix python2 compatibilitynfnty2016-02-081-10/+13
| * VCS: Move remotestatus to FileSystemObjectnfnty2016-02-086-44/+42
| * VCS: Improve repodir detectionnfnty2016-02-081-7/+18
| * VCS: _vcs remove args parameternfnty2016-02-083-10/+7
| * VCS: Implement GNU Bazaar: Disable data_status_remote for performancenfnty2016-02-081-15/+1
| * VCS: Implement GNU Bazaarnfnty2016-02-082-75/+145
| * VCS: Refactor _vcsnfnty2016-02-082-53/+51
| * VCS: Update comments, Minor fixesnfnty2016-02-0812-153/+147
| * VCS: Major cleanupnfnty2016-02-087-712/+100
| * VCS: Delay a minimum of 1 secondnfnty2016-02-082-2/+2
| * VCS: Fix python2 compatibilitynfnty2016-02-085-44/+22
| * VCS: Fix repo deletion racenfnty2016-02-081-11/+11
| * VCS: Only redraw when awokennfnty2016-02-081-7/+7
| * 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
* | 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-281-3/+22
* | | Merge branch 'add_tests' of https://github.com/charignon/rangerhut2016-02-283-16/+13
|\ \ \
| * | | bookmark: replace delete by __delitem__ for consistency with other methodsLaurent Charignon2016-01-312-10/+8
| * | | bookmarks: add __delitem__ implementationLaurent Charignon2016-01-311-0/+3
| * | | bookmarks: add missing initialization of original_dictLaurent Charignon2016-01-311-0/+1
| * | | history: fix logic error and add test for all the methodsLaurent Charignon2016-01-311-1/+1
| * | | 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
| | |/ | |/|
* | | python2 compatibility for previous commithut2016-02-241-1/+6
* | | ranger.__init__: avoid crashing when opening LOGFILEhut2016-02-241-1/+5
ref='#n533'>533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716