-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work in subdirectories #56
Comments
In the latest version you need to specify the git directory if you aren't in the same location as the |
@oleander I am still getting the "Error: Branch 'master' does not exist." even after giving the below git-fame 2.5.1 (c) 2012-2016 Linus Oleander |
@rsharmachamp1 Sorry about that, lets see if we can fix it. Is the |
yes, its there, and I tried in master as well as other branches too. for all branches it says "<branch_name> does not exist" |
What does |
$ git branch
Both of the below give same "Error: Branch 'master' does not exist." I am in C:/src/git/rahuls_test while running all commands, .git directory is also located here. |
Same issue here. Running windows.
|
I run git fame in project's folder ,git bash here show "print(tabulate(auth_stats, stats_tot, args["--sort"])) |
Having the same issue, running in project's folder (where .git is located) displays "Error: Branch 'master' does not exist." |
Same issue, same scenario, running windows |
Same problem here. Also running windows. Using bash through cmder with git version 2.14.2.windows.1 |
Hi, i have exactly the same issue and is blocking my activity on git fame. How do we resolve this? Kindly assist. |
I've found a work for windows which is to use Ubuntu Bash windows feature. From there install git_fame and go. |
given the following folderstructure
I can run
git fame
only inproject
while I do getError: Branch 'master' does not exist.
in any subfolder. It worked pretty well with 1.7.3 where I got a fame-table of the corresponding subfolder exclusively.The text was updated successfully, but these errors were encountered: