git2json icon indicating copy to clipboard operation
git2json copied to clipboard

bash shorthands like `~` don't work with --git-dir argument

Open asmeurer opened this issue 10 years ago • 0 comments

I was playing around with http://nbviewer.ipython.org/urls/raw.github.com/tarmstrong/code-analysis/master/IPythonReviewTime.ipynb and noticed two issues:

  • The --git-dir expects the .git dir, but the error messages suggest it is looking for one directory up. See #5.
  • It does not support paths with ~

asmeurer avatar Sep 28 '13 17:09 asmeurer