pushing a delete-only commit consumes too much traffic

2018-01-25 Thread Basin Ilya
Hi list. I had a 60Mb worth of unneeded jar files in the project. I created a new branch and performed `git rm` on them. Now while I was pushing the change the counter of sent data reached 80Mb. Why is that?

Re: pushing a delete-only commit consumes too much traffic

2018-01-25 Thread Basin Ilya
ranch to effect the removal. No On 25.01.2018 17:24, Randall S. Becker wrote: > On January 25, 2018 9:15 AM, Basin Ilya wrote: > >> I had a 60Mb worth of unneeded jar files in the project. I created a new >> branch and performed `git rm` on them. Now while I was pushing the c

partial fetch

2018-02-12 Thread Basin Ilya
Hi. In 2017 a set of patches titled "add object filtering for partial fetch" was accepted. Is it what I think it is? Will we be able to download only a subdirectory from a large project?

test bare repository for unit tests

2018-02-21 Thread Basin Ilya
Hi. I want to the test-repo-git under https://github.com/apache/maven-wagon/tree/master/wagon-providers/wagon-scm/src/test/resources/ just like test-repo-cvs and test-repo-svn Which configuation options would suit that? I think core.compression 0 for human readable diffs. also, I need to force

Re: test bare repository for unit tests

2018-02-21 Thread Basin Ilya
: * binary I also created two empty .gitignore files inside refs/ and objects/ I still haven't found a way to force prune without pack after each push. On 22.02.2018 1:53, Ævar Arnfjörð Bjarmason wrote: > > On Wed, Feb 21 2018, Basin Ilya jotted: > >> Hi. >> I want to th

[PATCH] l10n: ru.po: fix misguiding translations

2018-08-16 Thread Basin Ilya
The removed word suggested that there was nothing to do while it's not always the case. --- po/ru.po | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/po/ru.po b/po/ru.po index 9dd5dfb14..77690c8b3 100644 --- a/po/ru.po +++ b/po/ru.po @@ -14110,22 +14110,22 @@ msgstr

error: invalid key with file url insteadOf

2018-07-20 Thread Basin Ilya
Hi. I'm trying to make the Cygwin Git understand Mingw-style repo urls: git config --global \ file:///cygdrive/c.insteadOf \ file:///C: But this fails with: error: invalid key: file:///cygdrive/c.insteadOf Manually editing ~/.gitconfig works fine: [url

Use different ssh keys for different github repos (per-url sshCommand)

2018-07-19 Thread Basin Ilya
Hi. I have two github accounts, one is for my organization and I want git to automatically choose the correct ssh `IdentityFile` based on the clone URL: g...@github.com:other/publicrepo.git ~/.ssh/id_rsa g...@github.com:theorganization/privaterepo.git

Re: Use different ssh keys for different github repos (per-url sshCommand)

2018-07-19 Thread Basin Ilya
...@github.com:theorganization/ 19.07.2018 19:42, Jeff King пишет: > On Thu, Jul 19, 2018 at 03:24:54PM +0300, Basin Ilya wrote: > >> I have two github accounts, one is for my organization and I want git >> to automatically choose the correct ssh `IdentityFile` based on the >> clone URL: >>