Re: [git-users] Git for Windows and .NET?

2019-04-04 Thread Mark Waite
> etc.) is not needed. Additionally, non-critical packages such as Git-Bash, > Git-Gui, PERL, Python, and Tcl are excluded from Minimal Git for Windows to > reduce the package size. Mark Waite On Thu, Apr 4, 2019 at 2:43 PM Michael Powell wrote: > Hello, > > What's the difference, Gi

Re: [git-users] Using Jenkins, how to commit and push a code from local workspace (Windows) to Git Branch after every build executed in Jenkins

2019-03-19 Thread Mark Waite
by author or by text in the commit message. Those same techniques are not universally available in Pipeline. Mark Waite On Tue, Mar 19, 2019 at 8:16 AM Eyal Goren wrote: > You mean how to do it in pipeline? > > On Tue, Mar 19, 2019, 2:46 PM >> Hi Everybody, >> >> Using Jenkin

Re: [git-users] how to check if a new git tag is pushed to a git repo?

2018-04-28 Thread Mark Waite
Sorry, but I don't have further pointers than those links (and google searches which find things like https://developer.github.com/webhooks/#events which mentions that the create event is notified each time a branch or tag is created) Mark Waite On Sat, Apr 28, 2018 at 5:57 PM Gopichand Nakkala

Re: [git-users] how to check if a new git tag is pushed to a git repo?

2018-04-28 Thread Mark Waite
nvestigate the provider's documentation on webhooks. Most provide webhook based notification of changes. For example, https://developer.github.com/webhooks/creating/ or https://confluence.atlassian.com/bitbucket/manage-webhooks-735643732.html Mark Waite On Sat, Apr 28, 2018 at 5:02 PM Gopichand Nakk

Re: [git-users] Third way to create a bare repository?

2018-02-12 Thread Mark Waite
d the technique with large repositories that I didn't want to clone entirely from the origin after making some major mistake in the working repository. Mark Waite AFAICT, this should work (although maybe I need to completely remove the > .git > directory level and move it to the parent). >

Re: [git-users] Cache credentials in my terminal session, not for a user account

2018-02-08 Thread Mark Waite
Thanks Tim for that introduction to using ssh-agent as a wrapper for a shell command. I had never seen that technique. Very nice! Mark Waite On Thu, Feb 8, 2018 at 1:29 PM Timothy Rice <timothy.r...@unimelb.edu.au> wrote: > Oops, sorry I didn't notice Mark's response before re

Re: [git-users] Cache credentials in my terminal session, not for a user account

2018-02-08 Thread Mark Waite
//help.github.com/articles/caching-your-github-password-in-git/ for hints on "credential helpers". Mark Waite Maciej Ł. > > -- > You received this message because you are subscribed to the Google Groups > "Git for human beings" group. > To unsubscribe from th

Re: [git-users] Official documentation about repository size limits for a self hosted server

2017-12-27 Thread Mark Waite
that was over 10 GB. Performance suffered in various ways, but that was the situation and we worked with it. See https://stackoverflow.com/questions/984707/what-are-the-file-limits-in-git-number-and-size for a good summary and many links to other information sources on large git repositories. Mark

Re: [git-users] Where does git on windows store the repositories?

2017-10-26 Thread Mark Waite
If the repository is a working directory (not bare), then the repository is stored in the ".git" directory. If the repository is bare, then it is stored in the directory itself. Bare repositories typically are used on git servers, rather than on development desktops. Mark Waite On T

Re: [git-users] Git branch merge strategies

2017-07-26 Thread Mark Waite
, then isn't the ultimate simplification to merge both 1 and two to master with a single command? $ git checkout master $ git merge one two That will perform an octopus merge and create a merge which has 3 parents, rather than the more common 2 parents. Mark Waite On Wed, Jul 26, 2017 at 4:26 PM

Re: [git-users] Git branch merge strategies

2017-07-25 Thread Mark Waite
, test the resulting merge. This resolves branch one into master 4. Merge from master to branch two, test the resulting merge 5. Merge from branch two to master, test the resulting merge. This resolves branch two into master Mark Waite On Tue, Jul 25, 2017 at 6:38 AM JNickVA <manassa

Re: [git-users] Keeping Timestamps

2017-06-05 Thread Mark Waite
eckout of that file, then no, that is not done in any version of git. Refer to https://stackoverflow.com/questions/2179722/checking-out-old-file-with-original-create-modified-timestamps for more details. Mark Waite > -- > You received this message because you are subscribed to the Google Groups

[git-users] Re: staging or no staging in system files?

2017-05-05 Thread Mark Waite
ystem configuration, like puppet, chef, or ansible. Have you considered those tools for system configuration, since they are specifically designed to configure systems? Mark Waite > The problem is that Git repos are not stable; ie if you mess it up you > would mess up your system if

Re: [git-users] How to improve the Git status performance

2016-11-26 Thread Mark Waite
ry rather than a network mounted file system - Reduce the number of files in the working directory by using a sparse checkout to only checkout the files which are relevant to your work Mark Waite On Tuesday, November 22, 2016 at 10:36:29 PM UTC-7, Ravalika wrote: > > Thank you > >

Re: [git-users] Large SVN to GIT migration

2016-11-03 Thread Mark Waite
ensed, proprietary source control system which will be unavailable after the transition), but it worked well for us, and it wasn't too long before searches in the old repository dropped to almost zero. Mark Waite > Kevin > > On Thursday, November 3, 2016 at 1:18:53 AM U

[git-users] Re: using git for system configuration management

2016-10-04 Thread Mark Waite
Many Linux distributions include etckeeper. It tracks changes in the etc directory with a version control system. It can use git or others. Mark Waite -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from

Re: [git-users] git new bird: Server aborted the SSL handshake

2016-09-01 Thread Mark Waite
Since it is a public repository, you may be able to clone it with git protocol $ git clone git://github.com/schacon/simplegit-progit Mark Waite On Thursday, September 1, 2016 at 2:12:25 PM UTC-6, Konstantin Khomoutov wrote: > > On Wed, 31 Aug 2016 18:03:47 -0700 (PDT) > chenh...@

Re: [git-users] Git on 2 computers and syn

2016-06-01 Thread Mark Waite
t concerns me about git submodules. My personal preference has been more towards a single repository, with careful effort to keep large binary files out of the repository. I'm sure others will view it differently. Mark Waite > On Wed, Jun 1, 2016 at 5:00 PM, Alexandru Pătrănescu <dre

Re: [git-users] I am a newbie

2016-04-30 Thread Mark Waite
sibly help an open source project. Bug reports are at https://issues.jenkins-ci.org/issues/?filter=14040 and https://issues.jenkins-ci.org/issues/?filter=14041 Source code is at https://github.com/jenkinsci/git-client-plugin and https://github.com/jenkinsci/git-plugin Mark Waite > On 30 Ap

[git-users] Re: subdir from one big repo as subdir to anouther

2016-04-25 Thread Mark Waite
"subtree merge". Refer to https://git-scm.com/book/en/v1/Git-Tools-Subtree-Merging for the description of subtree merge, including its strengths and weaknesses. Mark Waite -- You received this message because you are subscribed to the Google Groups "Git for human beings" gr

[git-users] Re: Objects randomly corrupting

2016-03-09 Thread Mark Waite
That's an older version of git. If you can't avoid doing that, then you may want to try the most recent version of git, and possibly a 64 bit version of git. Mark Waite On Wednesday, March 9, 2016 at 4:01:01 PM UTC-7, Jerome O'Connor wrote: > > Hi all. > I'm setting up a git r