Re: [PATCH] branch: -r -d(D) should say "remote-tracking branch"

2015-05-06 Thread Junio C Hamano
Danny Lin writes: > git branch -r -d(D) currently says "delete remote branch", > which should be "remote-tracking branch". > > Signed-off-by: Danny Lin > --- Thanks. The patch is whitespace damaged and does not apply, though. I manually typed the same change and commited with a tweaked log me

Re: [PATCH v2] upload-pack: Optionally allow fetching reachable sha1

2015-05-06 Thread Junio C Hamano
Fredrik Medley writes: > 2015-05-06 0:16 GMT+02:00 Junio C Hamano : >> Fredrik Medley writes: >>> >>> diff --git a/Documentation/config.txt b/Documentation/config.txt >>> index 2e5ceaf..76cd713 100644 >>> --- a/Documentation/config.txt >>> +++ b/Documentation/config.txt >>> @@ -2538,6 +2538,12 @

Re: [PATCH] fixed translation in config file to enhance user output message from the porcelain command(git config). This fixes the error and die function by wrapping it in the _(...) function. This al

2015-05-06 Thread Alangi Derick
Thanks so much for the correction. So the points i should not is that; - I shouldn't Bcc but i should instead Cc - I should work with porcelain commands and not plumbing commands - My patch should have a description and a brief title But my problem is figuring out the porcelain commands from the pl

Re: [PATCH] contrib/subtree: fix linefeeds trimming for cmd_split()

2015-05-06 Thread Danny Lin
Thank you for clearifying this. It seems that it's my terminal trimming the from the source code. If I run a script file with: echo -n "Hello, world1" echo -n "Hello, world2" echo -n "Hello, world3" echo -n "Hello, world4" I get this on the screen: Hello, world1Hello, world2Hello, world3Hello, w

[PATCH v3 3/7] dir.c: replace home_config_paths() with xdg_config_home()

2015-05-06 Thread Paul Tan
Since only the xdg excludes file path is required, simplify the code by replacing use of home_config_paths() with xdg_config_home(). Signed-off-by: Paul Tan --- Re-sending the patch series. There are no changes. dir.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/d