todoon commit Make --squash work with the 'add' command too. (d713e2d)
   1        
   2        write proper docs (asciidoc format for git compatibility)
   3
   4        delete tempdir
   5
   6        'git subtree rejoin' option to do the same as --rejoin, eg. after a
   7          rebase
   8
   9        --prefix doesn't force the subtree correctly in merge/pull:
  10        "-s subtree" should be given an explicit subtree option?
  11                There doesn't seem to be a way to do this.  We'd have to
  12                patch git-merge-subtree.  Ugh.
  13                (but we could avoid this problem by generating squashes with
  14                exactly the right subtree structure, rather than using
  15                subtree merge...)
  16
  17        add a 'push' subcommand to parallel 'pull'
  18        
  19        add a 'log' subcommand to see what's new in a subtree?
  20
  21        add to-submodule and from-submodule commands
  22
  23        automated tests for --squash stuff