[ANNOUNCE] tig-2.1.1

2015-04-08 Thread Jonas Fonseca
Hi, This release fixes a couple of regressions that broke rendering of references in the main view and usage of the stage view. It also adds support for key combos which was originally planed for 2.1 (see contrib/vim.tigrc for an example). Finally, files (or blobs) can now be searched using the

Re: Shallow Push?

2015-04-08 Thread Junio C Hamano
Samuel Williams space.ship.travel...@gmail.com writes: Is it possible to only push what is required to checkout the latest HEAD? What is the receiving repository expected to have? Does it have everything that is required to checkout the back-then latest HEAD the last time a push was made into

Re: [PATCH] fix global bash variable leak on __gitcompappend

2015-04-08 Thread Junio C Hamano
Márcio Almada marcio.w...@gmail.com writes: --- contrib/completion/git-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Nicely found and corrected. Please sign-off your patch and Cc area experts if you can find them (I'll do that this time for you). Thanks. diff

Re: [PATCH v7 4/4] t1006: add tests for git cat-file --literally

2015-04-08 Thread Karthik Nayak
On April 9, 2015 2:04:08 AM GMT+05:30, Eric Sunshine sunsh...@sunshineco.com wrote: On Wed, Apr 8, 2015 at 1:42 PM, karthik nayak karthik@gmail.com wrote: On 04/08/2015 02:19 AM, Eric Sunshine wrote: On Sat, Apr 4, 2015 at 1:44 AM, Karthik Nayak karthik@gmail.com wrote:

Re:

2015-04-08 Thread Thomas Braun
Am 08.04.2015 um 22:44 schrieb Mamta Upadhyay: Hi git team, (CC'ing msysgit as this is the git for windows list) Hi Mamta, I tried to research everywhere on a issue I am facing and emailing you as the last resource. This is critical for me and I needed your help. I am trying to run the

Re: git-completion.tcsh

2015-04-08 Thread Perry Rajnovic
Gábor, I updated git to include the macports install with bash completion. under bash it does not exhibit the problem as I described it. To be sure that the completion scripts installed via macports weren’t newer/different (the .bash completion file had a few minor diffs from what I had been

Re: [GIT PULL] l10n updates for 2.4.0 round 2

2015-04-08 Thread Junio C Hamano
Thanks, all. -- 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: [v6 PATCH] daemon: add systemd support

2015-04-08 Thread Junio C Hamano
Ramsay Jones ram...@ramsay1.demon.co.uk writes: On 07/04/15 03:03, Shawn Landden wrote: systemd supports git-daemon's existing --inetd mode as well. --systemd allows git-daemon has the advantage of allowing one git-daemon to listen to multiple interfaces as well as the system one(s), and

Re: [PATCH 3/3] clean: improve performance when removing lots of directories

2015-04-08 Thread Eric Sunshine
On Tue, Apr 7, 2015 at 3:55 PM, erik elfström erik.elfst...@gmail.com wrote: On Tue, Apr 7, 2015 at 12:10 AM, Eric Sunshine sunsh...@sunshineco.com wrote: On Mon, Apr 6, 2015 at 7:48 AM, Erik Elfström erik.elfst...@gmail.com wrote: diff --git a/builtin/clean.c b/builtin/clean.c index

[GIT PULL] l10n updates for 2.4.0 round 2

2015-04-08 Thread Jiang Xin
Hi, Junio The following changes since commit 6ae0d972664134b82a6dd164a01e8adbebeaffe3: Git 2.4.0-rc1 (2015-04-02 12:46:06 -0700) are available in the git repository at: git://github.com/git-l10n/git-po tags/l10n-2.4.0-rnd2 for you to fetch changes up to

Re: Notes do not follow rebase

2015-04-08 Thread Johan Herland
On Wed, Apr 8, 2015 at 8:40 PM, Phillip Susi ps...@ubuntu.com wrote: After doing a rebase -i to fix up some older commits, I noticed that notes I had associated with commits failed to follow the commit across the rebase, so the notes are now orphaned and will be pruned. Shouldn't notes be

[ANNOUNCE] Git LFS v0.5.0 - Large File Storage

2015-04-08 Thread Rick Olson
Hi, Today we're releasing Git Large File Storage (LFS), an open source extension that replaces large files with text pointers, while pushing the contents to a Git LFS server. https://git-lfs.github.com It's similar to Git Media, with a few notable exceptions: * It talks to a Git LFS API.

Re: [PATCH v2 2/5] log: honor log.merges= option

2015-04-08 Thread Koosha Khajehmoogahi
On 04/08/2015 04:28 AM, Junio C Hamano wrote: Koosha Khajehmoogahi koo...@posteo.de writes: On 04/04/2015 10:00 PM, Junio C Hamano wrote: Koosha Khajehmoogahi koo...@posteo.de writes: From: Junio C Hamano gits...@pobox.com [kk: wrote commit message] Ehh, what exactly did you write

Re: gitk won't show notes?

2015-04-08 Thread Michael J Gruber
Phillip Susi venit, vidit, dixit 07.04.2015 19:08: On 4/7/2015 10:13 AM, Michael J Gruber wrote: Seriously: gitk knows F5 and Shift-F5 for refresh, and I think the latter is the thorougher refreshment. Neither one makes newly added notes show up. The only way seems to be to close and

[RFC/PATCH 4/4] submodules: add bash completion for remotes.

2015-04-08 Thread Patrick Steinhardt
--- contrib/completion/git-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index fbe5972..9d52bf0 100644 --- a/contrib/completion/git-completion.bash +++

[RFC/PATCH 3/4] submodules: update docs to reflect remotes.

2015-04-08 Thread Patrick Steinhardt
--- Documentation/git-submodule.txt | 23 +++ 1 file changed, 23 insertions(+) diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index 2c25916..a49a2ad 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -21,6

[RFC/PATCH 2/4] submodules: implement remote commands.

2015-04-08 Thread Patrick Steinhardt
Add commands to modify a submodule's remote configuration. There are commands to add and remove submodule remotes as well as to modify the URL of a submodule remote. --- git-submodule.sh | 225 ++- 1 file changed, 223 insertions(+), 2

[RFC/PATCH 1/4] submodules: implement synchronizing of remotes.

2015-04-08 Thread Patrick Steinhardt
Previously it was not possible to specify custom remotes for submodules. This feature has now been implemented and can be accessed by setting the keys 'submodule-remote.$name.$remote.url' and 'submodule-remote.$name.$remote.push-url', respectively. When issuing a `git submodule sync` we will test

Re: How to send a warning message from git hosting server?

2015-04-08 Thread Tony Finch
Yi, EungJun semtlen...@gmail.com wrote: I want a way to response a remote message when a client send any kind of request. Is it possible? Yes, though you need a wrapper around git. Recent versions of gitolite have a motd message of the day feature.

Re: [RFC/PATCH 1/4] submodules: implement synchronizing of remotes.

2015-04-08 Thread Junio C Hamano
On Wed, Apr 8, 2015 at 3:58 AM, Patrick Steinhardt p...@pks.im wrote: Previously it was not possible to specify custom remotes for submodules. This feature has now been implemented and can be I am not going to say whether it makes sense to add this feature or not, but I'll just react to

Re: rev-list pretty format behavior

2015-04-08 Thread Oliver Runge
Heyup, Dr. Gruber. On 7 April 2015 at 15:53, Michael J Gruber g...@drmicha.warpmail.net wrote: I'm wondering what the difference is - or should be - between git log and git rev-list with (completely) user specified output. That question goes both ways: - Why do we need rev-list to have

[PATCH] gitweb: avoid double / in search form action link

2015-04-08 Thread Tony Finch
The in-project search form needs to duplicate some of the logic of the href() subroutine, because the parameters need to be encoded in the form rather than in the URL. However it failed to correctly append the project PATH_INFO in cases when there is a trailing slash on gitweb's self-referential

Re: [PATCH] systemd socket activation support

2015-04-08 Thread Erik Faye-Lund
On Thu, Apr 2, 2015 at 8:09 AM, Shawn Landden sh...@churchofgit.com wrote: From: Shawn Landden shawnland...@gmail.com v1.1: actually test... Signed-off-by: Shawn Landden sh...@churchofgit.com --- daemon.c | 35 +++--- git-daemon.service | 7 +++ git-daemon.socket |

[WIP/RFH/PATCH 3/3] t/lib-git-svn: adjust config to apache 2.4

2015-04-08 Thread Michael J Gruber
The current config is tailored to apache 2.2. Apache 2.4 fails to start with it. Adjust the config to apache 2.4. Signed-off-by: Michael J Gruber g...@drmicha.warpmail.net --- Notes: This is WIP and RFH. Apache does not start without mpm, and the lock mechanism has changed. It will run

[PATCH 1/3] t/lib-httpd: load mod_unixd

2015-04-08 Thread Michael J Gruber
With the current config, apache 2.4.10 will not be started and the httpd tests will not run. Enable mod_unixd to make the httpd tests run. Signed-off-by: Michael J Gruber g...@drmicha.warpmail.net --- Notes: Basically, this is required since the switch from 2.2 to 2.4. I'm wondering

[PATCH 0/3] Make httpd tests run

2015-04-08 Thread Michael J Gruber
This series grew from an attempt at enlarging my personal test run coverage on a standard Fedora 21 64bit box. Aka chain-lint fall-out. With 1/3, I get all httpd tests to run (when port is set, of course). 2/3 and 3/3 are an attempt at getting git-svn over http tests to run. 2/3 is certainly

[PATCH 2/3] t/lib-git-svn: check same httpd module dirs as lib-httpd

2015-04-08 Thread Michael J Gruber
Currently, lib-git-svn checks a proper subset of the paths that lib-httpd checks for apache modules. Make it check the same set so that apache is run by one when it is run by the other (provide ports have been set). Signed-off-by: Michael J Gruber g...@drmicha.warpmail.net --- Notes: Again,

Notes do not follow rebase

2015-04-08 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After doing a rebase -i to fix up some older commits, I noticed that notes I had associated with commits failed to follow the commit across the rebase, so the notes are now orphaned and will be pruned. Shouldn't notes be copied to the new commit

[v7 PATCH] daemon: add systemd support

2015-04-08 Thread Shawn Landden
git-daemon's --systemd mode allows git-daemon to be connect-activated on one or more addresses or ports. Unlike --inetd[1], git-daemon is not spawned for every connection. [1]which systemd is compatible with using its Accept=yes mode Signed-off-by: Shawn Landden sh...@churchofgit.com --- Repond

Re: [PATCH v7 4/4] t1006: add tests for git cat-file --literally

2015-04-08 Thread karthik nayak
On 04/08/2015 02:19 AM, Eric Sunshine wrote: On Sat, Apr 4, 2015 at 1:44 AM, Karthik Nayak karthik@gmail.com wrote: Signed-off-by: Karthik Nayak karthik@gmail.com --- diff --git a/t/t1006-cat-file.sh b/t/t1006-cat-file.sh index ab36b1e..5b74044 100755 --- a/t/t1006-cat-file.sh +++

[no subject]

2015-04-08 Thread Mamta Upadhyay
Hi git team, I tried to research everywhere on a issue I am facing and emailing you as the last resource. This is critical for me and I needed your help. I am trying to run the latest git 1.9.5 installer on windows. When I run strings on libneon-25.dll it shows this: ./libneon-25.dll:

Re: [v7 PATCH] daemon: add systemd support

2015-04-08 Thread Eric Sunshine
On Wed, Apr 8, 2015 at 3:14 PM, Shawn Landden sh...@churchofgit.com wrote: [v7 PATCH] daemon: add systemd support git-daemon's --systemd mode allows git-daemon to be connect-activated on one or more addresses or ports. Unlike --inetd[1], git-daemon is not spawned for every connection.

Re: [PATCH v7 4/4] t1006: add tests for git cat-file --literally

2015-04-08 Thread Eric Sunshine
On Wed, Apr 8, 2015 at 1:42 PM, karthik nayak karthik@gmail.com wrote: On 04/08/2015 02:19 AM, Eric Sunshine wrote: On Sat, Apr 4, 2015 at 1:44 AM, Karthik Nayak karthik@gmail.com wrote: Signed-off-by: Karthik Nayak karthik@gmail.com --- diff --git a/t/t1006-cat-file.sh

Re: [WIP/RFH/PATCH 3/3] t/lib-git-svn: adjust config to apache 2.4

2015-04-08 Thread Eric Wong
Michael J Gruber g...@drmicha.warpmail.net wrote: The current config is tailored to apache 2.2. Apache 2.4 fails to start with it. Adjust the config to apache 2.4. Signed-off-by: Michael J Gruber g...@drmicha.warpmail.net --- 1/3 and 2/3 tested fine on Debian stable (wheezy). You can add