git-playback
git-playback copied to clipboard
A git command to play back file history.
Otherwise git-playback works only if your working dir is on the repo root. Note that git/repo/base.py's Repo constructor is ``` def __init__(self, path=None, odbt=DefaultDBType, search_parent_directories=False): ``` meaning we need to...
There are missing files for latest version 0.1.1 on pypi. https://pypi.org/project/git-playback/0.1.1/#history
Please choose the license for your project and add it to the repo. Thanks.
I have a file whose default template-generated content includes the copyright circle-c symbol, `u'\xa9'`. Attempting to run `git playback file` leads to an exception: ``` Traceback (most recent call last):...
Hi, I'm trying to use git-playback but I got this error `$ git playback .gitignore` `Traceback (most recent call last):` `File "C:\Users\mscarset\AppData\Local\Programs\Python\Python35-32\Scripts\git-playback-script.py", line 9, in load_entry_point('git-playback==0.1.1rc0', 'console_scripts', 'git-playback')() File "c:\users\mscarset\appdata\local\programs\python\python35-32\lib\site-packages\pkg_resources\__init__.py",...