Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 8, 2019 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/f018e067a6fc92ed57d6c5d8f3d2c733 to your computer and use it in GitHub Desktop.
Save ryantm/f018e067a6fc92ed57d6c5d8f3d2c733 to your computer and use it in GitHub Desktop.
/nix/store/0qw7v86nbhrjbsk523p5n590xcxfvpz6-stgit-0.20
├── bin
│   └── stg
├── etc
│   └── bash_completion.d
│   └── stgit-completion.bash -> ../../share/stgit/completion/stgit-completion.bash
├── lib
│   └── python2.7
│   └── site-packages
│   ├── stgit
│   │   ├── argparse.py
│   │   ├── argparse.pyc
│   │   ├── basedir.py
│   │   ├── basedir.pyc
│   │   ├── builtin_version.py
│   │   ├── builtin_version.pyc
│   │   ├── commands
│   │   │   ├── branch.py
│   │   │   ├── branch.pyc
│   │   │   ├── clean.py
│   │   │   ├── clean.pyc
│   │   │   ├── clone.py
│   │   │   ├── clone.pyc
│   │   │   ├── cmdlist.py
│   │   │   ├── cmdlist.pyc
│   │   │   ├── commit.py
│   │   │   ├── commit.pyc
│   │   │   ├── common.py
│   │   │   ├── common.pyc
│   │   │   ├── delete.py
│   │   │   ├── delete.pyc
│   │   │   ├── diff.py
│   │   │   ├── diff.pyc
│   │   │   ├── edit.py
│   │   │   ├── edit.pyc
│   │   │   ├── export.py
│   │   │   ├── export.pyc
│   │   │   ├── files.py
│   │   │   ├── files.pyc
│   │   │   ├── float.py
│   │   │   ├── float.pyc
│   │   │   ├── fold.py
│   │   │   ├── fold.pyc
│   │   │   ├── goto.py
│   │   │   ├── goto.pyc
│   │   │   ├── hide.py
│   │   │   ├── hide.pyc
│   │   │   ├── id.py
│   │   │   ├── id.pyc
│   │   │   ├── imprt.py
│   │   │   ├── imprt.pyc
│   │   │   ├── __init__.py
│   │   │   ├── init.py
│   │   │   ├── __init__.pyc
│   │   │   ├── init.pyc
│   │   │   ├── log.py
│   │   │   ├── log.pyc
│   │   │   ├── mail.py
│   │   │   ├── mail.pyc
│   │   │   ├── new.py
│   │   │   ├── new.pyc
│   │   │   ├── next.py
│   │   │   ├── next.pyc
│   │   │   ├── patches.py
│   │   │   ├── patches.pyc
│   │   │   ├── pick.py
│   │   │   ├── pick.pyc
│   │   │   ├── pop.py
│   │   │   ├── pop.pyc
│   │   │   ├── prev.py
│   │   │   ├── prev.pyc
│   │   │   ├── publish.py
│   │   │   ├── publish.pyc
│   │   │   ├── pull.py
│   │   │   ├── pull.pyc
│   │   │   ├── push.py
│   │   │   ├── push.pyc
│   │   │   ├── rebase.py
│   │   │   ├── rebase.pyc
│   │   │   ├── redo.py
│   │   │   ├── redo.pyc
│   │   │   ├── refresh.py
│   │   │   ├── refresh.pyc
│   │   │   ├── rename.py
│   │   │   ├── rename.pyc
│   │   │   ├── repair.py
│   │   │   ├── repair.pyc
│   │   │   ├── reset.py
│   │   │   ├── reset.pyc
│   │   │   ├── series.py
│   │   │   ├── series.pyc
│   │   │   ├── show.py
│   │   │   ├── show.pyc
│   │   │   ├── sink.py
│   │   │   ├── sink.pyc
│   │   │   ├── squash.py
│   │   │   ├── squash.pyc
│   │   │   ├── sync.py
│   │   │   ├── sync.pyc
│   │   │   ├── top.py
│   │   │   ├── top.pyc
│   │   │   ├── uncommit.py
│   │   │   ├── uncommit.pyc
│   │   │   ├── undo.py
│   │   │   ├── undo.pyc
│   │   │   ├── unhide.py
│   │   │   └── unhide.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── completion
│   │   │   ├── bash.py
│   │   │   ├── bash.pyc
│   │   │   ├── fish.py
│   │   │   ├── fish.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── config.py
│   │   ├── config.pyc
│   │   ├── exception.py
│   │   ├── exception.pyc
│   │   ├── git.py
│   │   ├── git.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── lib
│   │   │   ├── edit.py
│   │   │   ├── edit.pyc
│   │   │   ├── git
│   │   │   │   ├── base.py
│   │   │   │   ├── base.pyc
│   │   │   │   ├── branch.py
│   │   │   │   ├── branch.pyc
│   │   │   │   ├── date.py
│   │   │   │   ├── date.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── iw.py
│   │   │   │   ├── iw.pyc
│   │   │   │   ├── objects.py
│   │   │   │   ├── objects.pyc
│   │   │   │   ├── person.py
│   │   │   │   ├── person.pyc
│   │   │   │   ├── repository.py
│   │   │   │   └── repository.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── log.py
│   │   │   ├── log.pyc
│   │   │   ├── objcache.py
│   │   │   ├── objcache.pyc
│   │   │   ├── stack.py
│   │   │   ├── stack.pyc
│   │   │   ├── stackupgrade.py
│   │   │   ├── stackupgrade.pyc
│   │   │   ├── transaction.py
│   │   │   └── transaction.pyc
│   │   ├── main.py
│   │   ├── main.pyc
│   │   ├── out.py
│   │   ├── out.pyc
│   │   ├── pager.py
│   │   ├── pager.pyc
│   │   ├── run.py
│   │   ├── run.pyc
│   │   ├── stack.py
│   │   ├── stack.pyc
│   │   ├── templates
│   │   │   ├── covermail.tmpl
│   │   │   ├── mailattch.tmpl
│   │   │   ├── patchandattch.tmpl
│   │   │   ├── patchexport.tmpl
│   │   │   └── patchmail.tmpl
│   │   ├── templates.py
│   │   ├── templates.pyc
│   │   ├── utils.py
│   │   ├── utils.pyc
│   │   ├── version.py
│   │   └── version.pyc
│   └── stgit-0.20-py2.7.egg-info
└── share
└── stgit
├── completion
│   ├── stg.fish
│   ├── stgit.bash
│   └── stgit.zsh
├── contrib
│   └── stgbashprompt.sh
├── examples
│   ├── gitconfig
│   └── patchdescr.tmpl
└── templates
├── covermail.tmpl
├── mailattch.tmpl
├── patchandattch.tmpl
├── patchexport.tmpl
└── patchmail.tmpl
18 directories, 177 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment