tfendin

Results 9 comments of tfendin

That was a bit strange, I can't remember having this issue before switching to the awesome bccp :) I could get it to work on a vanilla bash in Red...

It seems that you are right ``` ~ $ type _cd _cd is a function _cd () { local cur prev words cword; _init_completion || return; local IFS=' ' i...

I think we can extend skip_development_versions() so that it skips those tests if there are no tags in the repo. I'm currently stuck on mobile so I can't investigate if...

@chanansh Doesn't `git summary --line *.py` give you the expected result? If not, please elaborate.

Couldn't --recent be interpreted as what hasn't been pushed yet? I propose that we implement both --recent and --branch. --recent should then count commits between @ and @{upstream}, and --branch...

In version 6.3.0 the readme doesn't say anything about `git feature`. The current behavior writes an error message stating that the branch already exists. IMHO that is a good thing....

Ok, commits squashed with fixup doesn't seem to show up. I don't understand why, since the original commit is still in the repo (as with squash)

The completion files should be updated as well.

I'm thinking of scrapping this PR and add an option to limit the number of shown authors instead, perhaps with a sensible default value. That seems easier for the user....