Re: Bug Report

2016-04-02 Thread Eric N. Vander Weele
On Sat, Apr 2, 2016 at 8:25 PM, Benjamin Sandeen wrote: > Today, I managed to create a duplicate branch in a git repository. While > this may not be a bug per se, I do think that it is confusing and some way > of preventing such issues in the future may be

[PATCH] filter-branch: pass tag name via stdin without newline

2015-12-06 Thread Eric N. Vander Weele
ided tag name filter command. The only portable usage of "echo" is without any options and escape sequences. Therefore, replacing "echo" with "printf" is a suitable, POSIX compliant alternative. Signed-off-by: Eric N. Vander Weele <eri...@gmail.com> --- git-f

[PATCH] log: Update log.follow doc and add to config.txt

2015-10-06 Thread Eric N. Vander Weele
. Signed-off-by: Eric N. Vander Weele <eri...@gmail.com> --- Documentation/config.txt | 6 ++ Documentation/git-log.txt | 8 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Documentation/config.txt b/Documentation/config.txt index 4d3cb10..391a0c3