Re: Git Basics Episode 1 GUI

2019-10-04 Thread Mateusz Loskot
inks, etc. to not to make anyone web search anything for you. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Re: Suggestion: git clone should warn if repository has submodules

2019-08-06 Thread Mateusz Loskot
nd warnings from git may be quite annoying. Given the fact there is not one but may valid "my way"-s available, acceptable and supported by Git, I think, babysitting behaviour is not quite aligned with its philosophy, is it? Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Re: cherry-pick merge commit with log message populated

2019-08-02 Thread Mateusz Loskot
On 19-08-01 13:24:00, Junio C Hamano wrote: Mateusz Loskot writes: Is there any other way, without remembering to `git merge` with `--log`? "git config merge.log true"? That's sweet! Thank you Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Fingerprint=C081 EA1B

cherry-pick merge commit with log message populated

2019-08-01 Thread Mateusz Loskot
messages of intermediate commits into merge commit message using `git merge --log feature1`. Is there any other way, without remembering to `git merge` with `--log`? Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Re: Handling text files encoded in little-endian UTF-16 with BOM

2019-07-05 Thread Mateusz Loskot
On Fri, 5 Jul 2019 at 18:25, Torsten Bögershausen wrote: > On Fri, Jul 05, 2019 at 01:35:13PM +0200, Mateusz Loskot wrote: > > > > Using git version 2.22.0.windows.1 > > > > I have a repository with number of .txt files encoded in > > little-endian UTF-16 wi

Handling text files encoded in little-endian UTF-16 with BOM

2019-07-05 Thread Mateusz Loskot
e UTF-16LE-BOM files. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Re: [Git 2.22.0] git submodule foreach now requires quoted command?

2019-07-02 Thread Mateusz Loskot
On Mon, 1 Jul 2019 at 14:33, Johannes Schindelin wrote: > On Sat, 29 Jun 2019, Mateusz Loskot wrote: > > > I have a script which I have used for long time, with numerous > > git commands and one of commands is this trivial: > > > > git submodule foreach --recu

[Git 2.22.0] git submodule foreach now requires quoted command?

2019-06-29 Thread Mateusz Loskot
;t find any related changes in the release notes. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Re: Repositories stucture

2019-04-13 Thread Mateusz Loskot
ee features of Git, and choose the one that suits best your workflow(s) to implement your repositories structure. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Re: "Submodule registered for path" output with config aliases mixed in

2019-02-21 Thread Mateusz Loskot
see the problem. It seems like a bug in earlier version indeed, that has been fixed now. Brian, yes, the .gitmodules was perfectly correct. Brian, Duy, Jeff, thank you all for responding; the problem has been solved for me now. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Re: "Submodule registered for path" output with config aliases mixed in

2019-02-20 Thread Mateusz Loskot
Hmm, sorry for pushing, but no ideas, really? Doesn't it seem like a bug? Matz On Tue, 19 Feb 2019 at 17:51, Mateusz Loskot wrote: > > Hi, > > $ git version > git version 2.20.1.windows.1 > > I'm running `git clone --recurse-submodules https://...` > The comma

"Submodule registered for path" output with config aliases mixed in

2019-02-19 Thread Mateusz Loskot
Hi, $ git version git version 2.20.1.windows.1 I'm running `git clone --recurse-submodules https://XXX` The command seems to run well and completes with success. However, I noticed strange output from git: ``` Submodule 'Binary/A' (https://XXX) registered for path '!f() { ~/AppData/Local/Fork/F

Re: Git - logo commercial use

2019-02-13 Thread Mateusz Loskot
his is very similar to what we plan to do: > https://www.stickermule.com/unixstickers. I'd follow the following steps: Go to https://git-scm.com/downloads/logos Scroll to the bottom Follow link to Creative Commons Attribution 3.0 Unported License Read and understand it, or hire a lawyer. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Re: Submodules & worktree

2019-02-01 Thread Mateusz Loskot
n general is still experimental, and the support for submodules is incomplete. It is NOT recommended to make multiple checkouts of a superproject." Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Checkout branch and prune everything related to previous checkout (incl. LFS remains)

2019-01-26 Thread Mateusz Loskot
, at which point? git gc --aggressive --prune=now git submodule foreach --recursive git gc --aggressive --prune=now Please, assume, no new commits will happen locally between the `git clone --branch master ...` and `cp -a repo_master ...`. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Re: How to perform efficient incremental update of a git repo from a large SVN repo? Bug or clueless user?

2018-12-12 Thread Mateusz Loskot
is x10-x100... faster than `git svn`. [1] https://subgit.com/ Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Re: Simple git push --tags deleted all branches

2018-12-04 Thread Mateusz Loskot
On Thu, 29 Nov 2018 at 16:39, Ævar Arnfjörð Bjarmason wrote: > On Thu, Nov 29 2018, Mateusz Loskot wrote: > > On Thu, 29 Nov 2018 at 16:03, Ævar Arnfjörð Bjarmason > > wrote: > >> On Wed, Nov 28 2018, Mateusz Loskot wrote: > >> > > >> > (using

Re: Simple git push --tags deleted all branches

2018-11-29 Thread Mateusz Loskot
On Thu, 29 Nov 2018 at 16:03, Ævar Arnfjörð Bjarmason wrote: > On Wed, Nov 28 2018, Mateusz Loskot wrote: > > > > (using git version 2.19.2.windows.1) > > > > I've just encountered one of those WTH moments. > > > > I have a bare repository > >

Re: Git Tags

2018-11-29 Thread Mateusz Loskot
On Thu, 29 Nov 2018 at 14:40, Randall S. Becker wrote: > On November 29, 2018 6:56, Mateusz Loskot wrote: > > On Thu, 29 Nov 2018 at 12:50, Stefanie Leisestreichler > > wrote: > > > > > > git tag -a 0.9.0 > > > git push origin master > > > &g

Re: Git Tags

2018-11-29 Thread Mateusz Loskot
citly push tags to a shared server after you have created them." Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Re: Simple git push --tags deleted all branches

2018-11-28 Thread Mateusz Loskot
On Wed, 28 Nov 2018 at 17:50, Mateusz Loskot wrote: > > (using git version 2.19.2.windows.1) > [...] > I restored the repo and tried out > > git push origin 1.0 > git push origin --tags > > and this time both succeeded, without wiping out any refs. And, to my surpris

Simple git push --tags deleted all branches

2018-11-28 Thread Mateusz Loskot
ld anyone help me to understand why remote-less git push --tags is/was so dangerous and unforgiving?! Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Re: How to propagate critical fixs from master to develope branch.

2018-11-22 Thread Mateusz Loskot
d-workflows [2] https://www.atlassian.com/git/articles/git-team-workflows-merge-or-rebase [3] https://reallifeprogramming.com/git-process-that-works-say-no-to-gitflow-50bf2038ccf7 Best regards, -- Mateusz Loskot, http://mateusz.loskot.net

Re: Migration to Git LFS inflates repository multiple times

2018-11-13 Thread Mateusz Loskot
On Mon, 12 Nov 2018 at 00:47, Mateusz Loskot wrote: > > Hi, > > I'm posting here for the first time and I hope it's the right place to ask > questions about Git LFS. > > TL;TR: Is this normal a repository migrated to Git LFS inflates multiple times > and how to

Re: Migration to Git LFS inflates repository multiple times

2018-11-12 Thread Mateusz Loskot
On Mon, 12 Nov 2018 at 13:31, Jeff King wrote: > On Mon, Nov 12, 2018 at 12:47:42AM +0100, Mateusz Loskot wrote: > > > > TL;TR: Is this normal a repository migrated to Git LFS inflates multiple > > times > > and how to deal with it? > > That does sound odd to me

Migration to Git LFS inflates repository multiple times

2018-11-11 Thread Mateusz Loskot
9 GB? 4. How to optimise the repository to cut the size down further? My next step is to somehow push the fat pig into GitHub, Bitbucket or Azure DevOps ;-) I've used Git for a few years, but I'm pretty newbie regarding low-level or administration tasks, so I might have made basic err