Diff filename has trailing tab if filename contains space

2016-03-04 Thread
Hi, Using git 2.7.1 Diff filename has trailing tab if filename contains space Please run below shell script and look at the output diff file 1.diff There is trailing tab chars after these lines: --- a/8 1/8.txt +++ b/8 1/8.txt b/9 86 +++ b/9 86 #!/bin/sh set -e git init echo a >>

git ls-files should not show worktree files as untracked

2015-10-20 Thread
Hi, Using git 2.6.2 I think worktree should behave consistently like submodule Run following commands ``` echo 1 > 1.txt git init git add 1.txt git commit -m "initial commit" echo 2 > 2.txt # untracked file mkdir def cd def git clone --separate-git-dir ../.git/ghi .. . # simulate an untracked

git worktree help inconsistent

2015-10-17 Thread
Using git 2.6.1 In git command line usage, Please mark optional, the man page is correct. $ git worktree add usage: git worktree add [] or: git worktree prune [] -f, --force checkout even if already checked out in other worktree -bcreate a new branch -B

Re: message not appear in mailing list

2015-10-01 Thread
The tarball I sent was 160 KB 2015-10-02 1:27 GMT+08:00 David Turner <dtur...@twopensource.com>: > On Thu, 2015-10-01 at 11:47 +0800, 乙酸鋰 wrote: >> Hi, >> >> Why the message not appear in mailing list for many hours? >> There is no reject reply messa

message not appear in mailing list

2015-09-30 Thread
Hi, Why the message not appear in mailing list for many hours? There is no reject reply message. I sent the mail in plain text with a tarball attachment. http://dir.gmane.org/gmane.comp.version-control.git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message

git 2.6.0 apply --cached failed

2015-09-30 Thread
Hi, Using git 2.6.0 on Linux 64-bit git apply --cached failed Please test with command with the repository inside the attached tarball. With git 2.6, git apply --cached < patch.patch fatal: corrupt patch at line 27 Expected result: no error Step to reproduce: Please run the following shell

git commit --date format

2015-04-13 Thread
Hi, In git 2.0, git commit --amend --date= can amend commit with current time as author time. But since git 2.0, this does not work, dying with invalid date format. I have to instead type git commit --amend --date=now. Is empty string date format no longer supported? Or will be fixed? -- To

git 1.9.1 tarball

2014-03-19 Thread
Hi, Where to find git 1.9.1 tarball? It is not uploaded to google code. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

git submodule update checkout update mode

2014-03-15 Thread
Hi, In 2.0.0 release notes (00eda23), Newly cloned submodule repositories by git submodule update, when the checkout update mode is used, will be on a local branch instead of on a detached HEAD, just like submodules added with git submodule add. It is not clear. 1. Is checkout update

bash completion patch

2014-02-05 Thread
add --recurse-submodules From 0390a24e2653e0cdb6bfb9a569c28e4d58002038 Mon Sep 17 00:00:00 2001 From: Sup Yut Sum ch3co...@gmail.com Date: Wed, 5 Feb 2014 23:09:46 +0800 Subject: [PATCH 1/1] bash completion: Add --recurse-submodules --- contrib/completion/git-completion.bash | 19

After stash pop, refs/stash become 40 zeroes

2014-01-14 Thread
Hi, what are the possible causes of this? After stash pop, refs/stash becomes 40 zeroes. This is the only stash, so refs/stash should be deleted after pop. However, it becomes 40 zeroes. git 1.8.x -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to

Re: After stash pop, refs/stash become 40 zeroes

2014-01-14 Thread
Also, logs/refs/stash becomes empty (0 bytes of file size) after pop. 2014/1/15 乙酸鋰 ch3co...@gmail.com: Hi, what are the possible causes of this? After stash pop, refs/stash becomes 40 zeroes. This is the only stash, so refs/stash should be deleted after pop. However, it becomes 40 zeroes

Synchronize git-credential-wincred from msysgit

2014-01-12 Thread
Hi, Please cherry pick from msysgit/git commit 3c8cbb4edc8f577940c52115c992d17575587f99 to synchronize git-credential-wincred This was the change they made half year ago. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More

Thin pack

2013-12-04 Thread
Hi, What are the difference between pre 1.8.5 and 1.8.5 about thin pack support? Could you describe thin pack? From the doc, it says --thin is default option. Is that true? -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More

document git blame --no-follow and git diff --no-follow

2013-08-10 Thread
Hi, Please document git blame --no-follow and git diff --no-follow Regards, ch3cooli -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Typo in Documentation/RelNotes/1.8.4.txt

2013-06-02 Thread
Typo in Documentation/RelNotes/1.8.4.txt line 39: opportunisticly - opportunistically -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: fix french translation

2013-05-27 Thread
Sorry, I reversed the revisions. This one should be correct. git-gui/po/fr.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-gui/po/fr.po b/git-gui/po/fr.po index 40441db..0aff186 100644 --- a/git-gui/po/fr.po +++ b/git-gui/po/fr.po @@ -1139,7 +1139,7 @@ msgstr Standard

fix french translation

2013-05-26 Thread
see patch git-gui-french.patch Description: Binary data

Re: mailmap documentation add grave accents

2013-03-22 Thread
Any response for such a small fix? 2013/3/10 乙酸鋰 ch3co...@gmail.com: Hi, Here is the patch. Regards, ch3cooli -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Fwd: mailmap documentation add grave accents

2013-03-10 Thread
Hi, Here is the patch. Regards, ch3cooli 0001-mailmap-add-grave-accents-around-mailmap.file-and-ma.patch Description: Binary data

supports diff.context config for git-diff-tree

2013-02-15 Thread
Dear Sir, In git 1.8.1, git-diff supports diff.context config. However, git-diff-tree does not support this. Could you also add this to git-diff-tree? Regards, ch3cooli -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More

git fetch without --recurse-submodules option

2013-01-15 Thread
Hi, With git pull or git fetch without specifying --recurse-submodules, what is the default action? It seems git fetches submodules wtihout specifying --recurse-submodules. If this is not clear, please update documentation. In git pull document --recurse-submodules option, it tells users to see

git push --recurse-submodules=on-demand with submodule push tag

2013-01-08 Thread
Hi, In superproject, can I call git push --recurse-submodules=on-demand that pushes submodule with the submodule's tags? Very often I change version and tag the submodule and change version and tag the superproject at the same time. -- To unsubscribe from this list: send the line unsubscribe git

git push --force to update tag

2013-01-06 Thread
about git 1.8.2 * git push now requires -f to update a tag, even if it is a fast-forward, as tags are meant to be fixed points. Does the server side validate this? Do we need to upgrade git on server side to support this? -- To unsubscribe from this list: send the line unsubscribe git in the

Submodule not updated automatically on merge conflict

2012-12-12 Thread
Hi, If there are merge conflict files, then changed submodules are not updated automatically. Why not submodules? Files do try to merge / update. Regards, ch3cooli -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo

unclear documentation of git fetch --tags option and tagopt config

2012-12-12 Thread
Hi, With git fetch --tags or remote.origin.tagopt = --tags git fetch only fetches tags, but not branches. Current documentation does not mention that no branches are fetched / pulled when --tags option or remote.origin.tagopt = --tags is specified. Regards, ch3cooli -- To unsubscribe from this

Also close config file handle when leaving git_config_set_multivar_in_file() early

2012-12-01 Thread
Hi, This patch fixes the captioned problem. It is needed because our program statically link git. In this case, do not assume a fail will call die() and exit program so the handle is leave not closed. Regards, ch3cooli 0001-Also-close-config-file-handle-when-leaving-git_confi.patch

Commit message problem of reverting multiple commits

2012-11-13 Thread
Hi, I ran git 1.8.0 command line git revert --no-commit rev1 rev2 I see a prepared commit message like Revert description from one commit This reverts commit SHA1 of one commit. The actual revert content is correct - it is all the relevant commits that were selected. I expect the message to

Do not add an empty value from config credential.helper

2012-11-10 Thread
Below is current git message when a local config credential.helper has an empty value. Please skip an empty value. $ git push --force origin master git: 'credential-' is not a git command. See 'git --help'. Did you mean this? credential Total 0 (delta 0), reused 0 (delta 0) To

overriding/removing inherited credential.helper

2012-11-10 Thread
In credential.c, line 67: if (!strcmp(key, helper)) string_list_append(c-helpers, value); In global config, I add one credential helper. But I do not want to use any credential helper in a specific repository. Currently there is no way in local config to override and remove inherited

Launch separate program for HTTPS prompt

2012-10-23 Thread
Hi, Could you launch a separate program for HTTPS prompt like SSH_ASKPASS? This allows GUI programs to answer the trust or not, not via stdin. Regards, ch3cooli -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo

Merge option suggestion (dictator, humble)

2012-10-16 Thread
Hi, I would like to suggest 2 merge options --dictator use all my changes --humble use all their changes These allows to produce a fast-forward commit, without resolving any conflicts. Sometimes, someone did something completely wrong, so the commit needs to be ignored. I cannot tell

git svn clone options

2012-10-09 Thread
Hi, I tried git svn clone --stdlayout --branch ABC but svn branches were missing (trunk was present), compared to the result of git svn clone --stdlayout Could you clarify --branch option, is it the same as --branches. I thought git clone has --branch option, so I tried this option for svn.

git smart-http do not authent to allow git ls-remote to be called anonymously

2012-09-30 Thread
Hi, I use smart-http on Apache. If nothing to be pushed / pulled, I do not want password to be supplied. And allow git ls-remote to run without password *.git/info/refs?service=git-upload-pack *.git/info/refs?service=git-receive-pack I only need authentication on *.git/git-upload-pack

git pull --no-ff documentation

2012-09-30 Thread
Hi, The order of options in git pull is not clear in the documentation It only says git pull [options] [repository [refspec...]] So we have no idea which options should come first I tried git pull -v --no-tags --progress --no-ff origin but failed with unknown option 'no-ff'. But if I ran git

git die message written to stdout?

2012-09-26 Thread
Is git die() messages written to stdout? Should it be written to stderr? -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

git checkout -t -B

2012-08-26 Thread
Dear Sir, I want to make current branch abcde a remote tracking branch with origin/abcde. Since I am working on current branch abcde, I have to use the force option. So I run git checkout -t -B origin/abcde works but git checkout -B -t origin/abcde does not. Could you document the order of

git-tag documentation enhancement

2012-07-29 Thread
Dear Sir, I would like to enhance git-tag documentation --Unless -f is given, the tag to be created must not yet exist in the .git/refs/tags/ directory. ++Unless -f is given, the tag to be created must not yet exist in the .git/refs/tags/ directory or inside .git/packed-refs file. Regards,