Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. gahr@dev.ptrcrt.ch:~/github/neomutt % git --version
  2. git version 2.15.1
  3. gahr@dev.ptrcrt.ch:~/github/neomutt % git ls-tree -r --name-only
  4. usage: git ls-tree [<options>] <tree-ish> [<path>...]
  5.  
  6. -d only show trees
  7. -r recurse into subtrees
  8. -t show trees when recursing
  9. -z terminate entries with NUL byte
  10. -l, --long include object size
  11. --name-only list only filenames
  12. --name-status list only filenames
  13. --full-name use full path names
  14. --full-tree list entire tree; not just current directory (implies --full-name)
  15. --abbrev[=<n>] use <n> digits to display SHA-1s
  16.  
  17. gahr@dev.ptrcrt.ch:~/github/neomutt %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement