1. 1. Introduction
  2. 2. Why Pijul
  3. 3. Installing
  4. 4. Getting started
  5. 5. Working with others
  6. 6. Pijul keys
  7. 7. Configuration
  8. 8. Conflicts
  9. 9. Theory
    1. 9.1. Diff algorithms
  10. 10. The Nest
    1. 10.1. Creating an account
    2. 10.2. Uploading public keys
    3. 10.3. Creating repositories
    4. 10.4. Contributing to a project
  11. 11. Workflows
    1. 11.1. Channels
    2. 11.2. Splitting and combining changes
  12. 12. Reference
    1. 12.1. pijul add
    2. 12.2. pijul apply
    3. 12.3. pijul archive
    4. 12.4. pijul change
    5. 12.5. pijul channel
      1. 12.5.1. pijul channel rename
      2. 12.5.2. pijul channel delete
    6. 12.6. pijul clone
    7. 12.7. pijul credit
    8. 12.8. pijul diff
    9. 12.9. pijul fork
    10. 12.10. pijul init
    11. 12.11. pijul log
    12. 12.12. pijul ls
    13. 12.13. pijul mv
    14. 12.14. pijul pull
    15. 12.15. pijul push
    16. 12.16. pijul record
    17. 12.17. pijul remote
      1. 12.17.1. pijul remote delete
    18. 12.18. pijul remove
    19. 12.19. pijul reset
    20. 12.20. pijul unrecord
  13. 13. Licenses

The Pijul manual

Diff algorithms

Myers diff

See http://blog.robertelder.org/diff-algorithm/.

Patience diff

See Patience diff on wikipedia.