Re: [PATCHv2 01/12] git p4 test: remove bash-ism of combined export/assignment

2012-09-16 Thread Junio C Hamano
Luke Diamand l...@diamand.org writes: Looks good to me, ack. Thanks; is this an ack for the entire series, or are you expecting further back-and-forth with Pete before the whole thing is ready? -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to

Re: [PATCH] Add userdiff patterns for Ada

2012-09-16 Thread Junio C Hamano
Adrian Johnson ajohn...@redneon.com writes: Add Ada xfuncname and wordRegex patterns to the list of builtin patterns. Signed-off-by: Adrian Johnson ajohn...@redneon.com --- Interesting. I do not read Ada, but in this expect file,... diff --git a/t/t4034/ada/expect b/t/t4034/ada/expect

Re: [PATCH 3/3] rebase -i: Add tests for --edit-todo

2012-09-16 Thread Junio C Hamano
Andrew Wong andrew.k...@gmail.com writes: Signed-off-by: Andrew Wong andrew.k...@gmail.com --- t/t3404-rebase-interactive.sh | 16 1 file changed, 16 insertions(+) diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh index 7304b66..a194c97 100755

Re: [PATCH] Add userdiff patterns for Ada

2012-09-16 Thread Adrian Johnson
On 16/09/12 15:37, Junio C Hamano wrote: Adrian Johnson ajohn...@redneon.com writes: Add Ada xfuncname and wordRegex patterns to the list of builtin patterns. Signed-off-by: Adrian Johnson ajohn...@redneon.com --- Interesting. I do not read Ada, but in this expect file,... diff

Backlight control broken between 3.6.0-rc1 and 3.6.0-rc4

2012-09-16 Thread Grant
I have a Dell XPS 13 Ultrabook laptop. Backlight control used to be broken, it works in 3.6.0-rc1, and it is broken again in 3.6.0-rc4. - Grant -- 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

Re: [PATCHv2 01/12] git p4 test: remove bash-ism of combined export/assignment

2012-09-16 Thread Luke Diamand
On 16/09/12 07:05, Junio C Hamano wrote: Luke Diamandl...@diamand.org writes: Looks good to me, ack. Thanks; is this an ack for the entire series, or are you expecting further back-and-forth with Pete before the whole thing is ready? An ack for the whole series. I'm just going through the

RE: Unable to clone GIT project

2012-09-16 Thread Ankush_Aggarwal
Can anyone please help me out. -Original Message- From: git-ow...@vger.kernel.org [mailto:git-ow...@vger.kernel.org] On Behalf Of Aggarwal, Ankush Sent: Sunday, September 16, 2012 8:49 AM To: git@vger.kernel.org Subject: Unable to clone GIT project I have created a GIT repository on

[PATCH 5/8] Doc: separate gitignore pattern sources

2012-09-16 Thread Philip Oakley
Use separate bulleted paragraphs for the three different gitignore pattern sources. Signed-off-by: Philip Oakley philipoak...@iee.org diff --git a/Documentation/gitignore.txt b/Documentation/gitignore.txt index c1f692a..1a585e7 100644 --- a/Documentation/gitignore.txt +++

[PATCH 0/8] Small documentation updates

2012-09-16 Thread Philip Oakley
This, my first patch series, adds small documentation updates covering points I had noticed or had to research elsewhere. The small 'git' update applies on top of Junio's changes in 'next'. e.g. http://article.gmane.org/gmane.comp.version-control.git/204794 Philip Philip Oakley (8): Doc:

status of git interop with other VCS

2012-09-16 Thread Paul Wise
Hi all, I thought I would summarise current status of interop between git and other remote VCSen. In particular I am interested in good git remote helpers for cvs, svn, hg, darcs and bzr. git-svn and the like are useful but git remote helpers are better because they map everything onto the git

Re: [PATCH 7/8] Doc clean: add See Also links

2012-09-16 Thread Matthieu Moy
Philip Oakley philipoak...@iee.org writes: --- a/Documentation/git-clean.txt +++ b/Documentation/git-clean.txt @@ -63,6 +63,12 @@ OPTIONS Remove only files ignored by git. This may be useful to rebuild everything from scratch, but keep manually created files. +SEE ALSO

[PATCH 8/8] Doc branch: show -vv option and alternative

2012-09-16 Thread Philip Oakley
Indicate that the -v option can be given twice in the short options. Without it users pass over the option. Also indicate the alternate 'git remote show' method. Signed-off-by: Philip Oakley philipoak...@iee.org --- the option to show where a branch's remote is located should not be buried

[PATCH 2/8] Doc: shallow clone deepens _to_ new depth

2012-09-16 Thread Philip Oakley
Clarify that 'depth=' specifies the new depth from the remote's branch tip. It does not add the depth to the existing shallow clone. (details from pack-protocol.txt). Clarify that tags are not fetched. (details from shallow.txt) Signed-off-by: Philip Oakley philipoak...@iee.org diff --git

[PATCH 6/8] Doc add: link gitignore

2012-09-16 Thread Philip Oakley
Include the gitignore link with the paired gitrepository- layout link. Signed-off-by: Philip Oakley philipoak...@iee.org --- without the gitignore link users are unlikely to realise the significance of the repository layout link, nor what to look for within it diff --git

[PATCH 4/8] Doc: 'git' has a discussion section

2012-09-16 Thread Philip Oakley
Highlight there is a further discussion section later in git man page Signed-off-by: Philip Oakley philipoak...@iee.org diff --git a/Documentation/git.txt b/Documentation/git.txt index 34d8a1b..56685c7 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -30,6 +30,7 @@ After you

[PATCH 3/8] Doc: Improve shallow depth wording

2012-09-16 Thread Philip Oakley
Avoid confusion in compound sentence about the start of the commit set and the depth measure. Use two sentences. Signed-off-by: Philip Oakley philipoak...@iee.org diff --git a/Documentation/technical/pack-protocol.txt b/Documentation/technical/pack-protocol.txt index 49cdc57..fa4acab 100644 ---

[PATCH 1/8] Doc: Bundle file usage

2012-09-16 Thread Philip Oakley
Git URLs can accept bundle files for fetch, pull and clone, include in that section. Include git clone in the bundle usage description. Correct the quoting of git-rev-list-args. Detail the git-rev-list-args '--all' option for cloning. Signed-off-by: Philip Oakley philipoak...@iee.org --- This

[PATCH v2 0/5] Support matching ** in .gitattributes and .gitignore

2012-09-16 Thread Nguyễn Thái Ngọc Duy
Changes in v2: - Correct commit sha-1 in the 1/5 to the last GPL-2 rsync commit. State it is pristine import. Move wildmatch.[ch] to top dir. - Add tests to 5/5 (I forgot to test that the integration should run well, in addition to wildmatch() working in general) Note that there might be

[PATCH v2 1/5] Import wildmatch from rsync

2012-09-16 Thread Nguyễn Thái Ngọc Duy
These files are from rsync.git commit f92f5b166e3019db42bc7fe1aa2f1a9178cd215d, which was the last commit before rsync turned GPL-3. All files are imported as-is and no-op. Adaptation is done in a separate patch. rsync.git - git.git lib/wildmatch.[ch] wildmatch.[ch] wildtest.c

[PATCH v2 2/5] compat/wildmatch: remove static variable force_lower_case

2012-09-16 Thread Nguyễn Thái Ngọc Duy
One place less to worry about thread safety Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com --- wildmatch.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/wildmatch.c b/wildmatch.c index f3a1731..e824eb2 100644 --- a/wildmatch.c +++ b/wildmatch.c @@

[PATCH] completion: add --no-edit to git-commit

2012-09-16 Thread Yacine Belkadi
Signed-off-by: Yacine Belkadi yacine.belkad...@gmail.com --- contrib/completion/git-completion.bash |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 1b43329..be800e0 100644 ---

[PATCH v2 1/3] rebase -i: Refactor help messages for todo file

2012-09-16 Thread Andrew Wong
Signed-off-by: Andrew Wong andrew.k...@gmail.com --- git-rebase--interactive.sh | 31 --- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index a09e842..4d57e50 100644 ---

Re: Remove all files except a few files, using filter-branch

2012-09-16 Thread Andreas Schwab
Yi, EungJun semtlen...@gmail.com writes: Hi, all. I want to remove all files except a few files, in the history of my git repository. I tried to do that as follows: git filter-branch --index-filter git rm --cached --ignore-unmatch $(git ls-files | grep -v '^filename$' | tr '\n' ' ')

Re: [PATCH 7/8] Doc clean: add See Also links

2012-09-16 Thread Philip Oakley
On 16/09/12 13:08, Matthieu Moy wrote: Philip Oakley philipoak...@iee.org writes: --- a/Documentation/git-clean.txt +++ b/Documentation/git-clean.txt @@ -63,6 +63,12 @@ OPTIONS Remove only files ignored by git. This may be useful to rebuild everything from scratch, but keep

Re: Unable to clone GIT project

2012-09-16 Thread Erik Faye-Lund
On Sun, Sep 16, 2012 at 12:46 PM, Konstantin Khomoutov flatw...@users.sourceforge.net wrote: On Sun, Sep 16, 2012 at 03:19:25AM +, ankush_aggar...@dell.com wrote: I have created a GIT repository on Linux 64 bit machine. When I tried to clone GIT repository on windows 7 machine then I am

[PATCH] git-jump: ignore (custom) prefix in diff mode

2012-09-16 Thread Mischa POSLAWSKY
Matching the default file prefix b/ does not yield any results if config option diff.noprefix or diff.mnemonicprefix is enabled. Signed-off-by: Mischa POSLAWSKY g...@shiar.nl --- Very useful script otherwise; thanks. contrib/git-jump/git-jump | 4 ++-- 1 file changed, 2 insertions(+), 2

Re: [PATCH] git-jump: ignore (custom) prefix in diff mode

2012-09-16 Thread Mischa POSLAWSKY
diff --git contrib/git-jump/git-jump contrib/git-jump/git-jump index a33674e..dc90cd6 100755 --- contrib/git-jump/git-jump +++ contrib/git-jump/git-jump Apparently diff.noprefix also applies to git format-patch. Even though git am does explicitly support -p0, I would argue against diff

Re: [PATCHv4] clone --single: limit the fetch refspec to fetched branch

2012-09-16 Thread Junio C Hamano
Ralf Thielow ralf.thie...@gmail.com writes: - add tests for the refspec installed by the clone command Thanks. +test_expect_success 'refspec contains all branches by default' ' + git clone file://$PWD dir_all There have been numerous on windows which should we use, $PWD or $(pwd)?

Re: [PATCHv2 01/12] git p4 test: remove bash-ism of combined export/assignment

2012-09-16 Thread Junio C Hamano
Luke Diamand l...@diamand.org writes: On 16/09/12 07:05, Junio C Hamano wrote: Luke Diamandl...@diamand.org writes: Looks good to me, ack. Thanks; is this an ack for the entire series, or are you expecting further back-and-forth with Pete before the whole thing is ready? An ack for the

Re: [PATCH] Add userdiff patterns for Ada

2012-09-16 Thread Junio C Hamano
Adrian Johnson ajohn...@redneon.com writes: I do not seem to find anything interesting after @@, which means that xfuncname is not tested at all even though the log message claims the patch adds some. I probably misunderstood how the tests work. I thought t4034 tested wordRegex while t4018

Re: [PATCH 7/8] Doc clean: add See Also links

2012-09-16 Thread Junio C Hamano
Matthieu Moy matthieu@grenoble-inp.fr writes: Philip Oakley philipoak...@iee.org writes: --- a/Documentation/git-clean.txt +++ b/Documentation/git-clean.txt @@ -63,6 +63,12 @@ OPTIONS Remove only files ignored by git. This may be useful to rebuild everything from scratch,

Re: [PATCH] completion: add --no-edit to git-commit

2012-09-16 Thread Junio C Hamano
thanks. -- 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: [PATCH] Documentation: indent-with-non-tab uses tabwidth setting, not just 8

2012-09-16 Thread Junio C Hamano
Wesley J. Landaker w...@icecavern.net writes: From: Wesley J. Landaker w...@icecavern.net Update the documentation of the core.whitespace option indent-with-non-tab to correctly reflect that it uses the currently set tab width, set by the tabwidth option, rather than a fixed number.

Re: [PATCH] git-jump: ignore (custom) prefix in diff mode

2012-09-16 Thread Junio C Hamano
Mischa POSLAWSKY g...@shiar.nl writes: diff --git contrib/git-jump/git-jump contrib/git-jump/git-jump index a33674e..dc90cd6 100755 --- contrib/git-jump/git-jump +++ contrib/git-jump/git-jump Apparently diff.noprefix also applies to git format-patch. Even though git am does explicitly

Re: [PATCH v2 4/5] Integrate wildmatch to git

2012-09-16 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes: Am I missing some includes? test-wildmatch.c:50: error: array type has incomplete element type test-wildmatch.c:52: error: 'POPT_ARG_NONE' undeclared here (not in a function) test-wildmatch.c:53: error: 'POPT_ARG_STRING' undeclared here (not in a

Re: [PATCH v2 4/5] Integrate wildmatch to git

2012-09-16 Thread Nguyen Thai Ngoc Duy
On Mon, Sep 17, 2012 at 12:54 PM, Junio C Hamano gits...@pobox.com wrote: Yeah, popt.h it is. It is a bit distasteful that we have a build dependency only to build test-* helper on something that we do not even have runtime dependency on. Yep. I don't know how popular libpopt is. But if it's