Edit

thodg/got/TODO

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2019-01-08 20:50:50
    Hash : 5bff75ab
    Message : add another TODO item

  • TODO
  • lib:
    - convert file index to RB tree and provide a depth-first iteration API
    - use first-depth file index iteration when removing files during updates
      to fix empty directories left behind, and write a test for this problem
    - handle checkout of trees which contain submodules by identifying and
      ignoring such tree entries; requires a .ini config parser (from isakmpd?)
    
    tog:
    - make diff view generate diffs in a background thread
    - bug: page-down in tree view may move cursor beyond the last visible item
    - implement horizonal scrolling in all views
    - implement horizonal split view mode
    - make it possible to move between commit diffs with a single key press
    - implement search feature