Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [PATCH] __git_recent_commits: prefer recent commit objects



On Apr 9,  5:23pm, Daniel Hahler wrote:
}
} RFC: Daniel Shahaf mentioned that `expl=()` might not be right here after all,
} so I am waiting for feedback before pushing it.

expl isn't used by _describe so there's no reason to reset it both before
and after that call, and it's local to __git_recent_commits so there's
also no reason to reset it before the first time it's passed to _wanted.
I'm not certain whether it's necessary to reset it between _wanted calls,
though it typically will have been assigned a value by the first one.



Messages sorted by: Reverse Date, Date, Thread, Author