[git-users] Exclude the master branch sources from a submodule commit ID.

2022-03-15 Thread Eric F
New to git.

We are trying to figure out how we can exclude the master branch sources 
from a submodule commit ID. We have a repo that has a submodule to another 
repo but the commit reference is to a branch that only has partial 
information of the branch.

We are finding out that if we clone the repo, we can go to that submodule 
without any network connection to the company and extract the master branch 
of that submodule exposing all the components we already hid behind the 
different branch.

Anyone know a solution for this, exclude the master branch sources from a 
submodule commit ID?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/6dbd11fc-64ac-47dc-9b9d-2c168f339bf9n%40googlegroups.com.


[git-users] Testing that my updated email address actually notifies me.

2019-08-01 Thread 'Eric Prater' via Git for human beings
Good job!! 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/c192bcba-4101-4cb5-9680-d12417345ffa%40googlegroups.com.


Re: [git-users] Request

2019-08-01 Thread 'Eric Prater' via Git for human beings
Unsubscribe me from

Sent from Yahoo Mail on Android 
 
  On Sun, Jul 28, 2019 at 11:10 AM, هود بن علي wrote:   I 
forget my Gmail address I'm trying to resolve but I can't please help me cause 
my pictures and decometes mufar...@gmail.com 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/6e9442a6-bbfb-478c-b5ef-8dd5034da482%40googlegroups.com.
  

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/1780623439.273228.1564695317864%40mail.yahoo.com.


[git-users] Git rebase proposal: Should rebase preserve commit dates as it rewrites, I vote yes

2018-08-16 Thread Eric Newton
Sometimes I use the git commit log to confirm my timesheets.

However this fails sometimes when I have a commit that I missed getting a 
particular file into, and I commit something like "squash into commit with 
" for eventual `git rebase -i` to fix the commits

This is before pushing into server too, for whatever that matters.

I propose default rebase operation should preserve either the commit 
date/author date so that I can legitimately use the git commit log as a 
backup to my timesheet.  A squashed commit clearly loses its dates, but the 
rebase operation should preserve commit date/author date.

What do others think?

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git-for-windows adds pre and post " char to string int .tsv (tab seperated value) file

2015-10-05 Thread Eric Nord


On Friday, September 25, 2015 at 12:01:19 AM UTC-6, Gergely Polonkai wrote:
>
> In this case, most probably it is done by a pre commit hook. What files 
> are there in the .git/hooks directory?
> On 25 Sep 2015 00:13, "Eric Nord" <eric@gmail.com > 
> wrote:
>
>> Data from notepad:
>>
>> BYU LEE CIRC-SFTWR Circulating Software - Circulation Desk CIRC-SFTWR LEE 
>> available available 3 Available available_for_checkout
>> BYU LEE CKOUTTRACE Item missing, being traced CKOUTTRACE LEE unavailable 
>> unavailable 13 Unavailable unavailable
>> BYU LEE CLEANUP Reclass cleanup records CLEANUP LEE unavailable 
>> unavailable 13 Unavailable unavailable
>> BYU LEE COMPACT Compact Shelving COMPACT LEE available maybe 8 holdable Ask 
>> at Help Desk available_for_checkout
>>
>>
>> On Thursday, September 24, 2015 at 3:44:37 PM UTC-6, Gergely Polonkai 
>> wrote:
>>>
>>> Hello,
>>>
>>> this is very unlikely, unless you have some pre-commit hooks. Could you 
>>> check with a program not as smart as Excel (e.g. Notepad) if that " is 
>>> present?
>>>
>>> Best,
>>> Gergely
>>> On 24 Sep 2015 23:25, "Eric Nord" <eric@gmail.com> wrote:
>>>
>>>> Example data
>>>>
>>>>
>>>> BYULEE CIRC-SFTWR  Circulating Software - Circulation Desk 
>>>> CIRC-SFTWR LEE  available   available   3   Available  
>>>>  available_for_checkout
>>>>
>>>>
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>>>  
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvF57>
>>>>
>>>> -BYU   LEE CKOUTTRACE  Item missing, being traced  
>>>> CKOUTTRACE LEE  unavailable unavailable 13  
>>>> Unavailable unavailable
>>>>
>>>>
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>>>  
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvT57>
>>>>
>>>> +BYU   LEE CKOUTTRACE  "Item missing, being traced"
>>>> CKOUTTRACE LEE  unavailable unavailable 13  
>>>> Unavailable unavailable
>>>>
>>>>
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>>>  
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvF58T58>
>>>>
>>>>  BYU   LEE CLEANUP Reclass cleanup records CLEANUP LEE 
>>>> unavailable unavailable 13  Unavailable unavailable
>>>>
>>>> Add a comment to this line 
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>>>  
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvF59T59>
>>>>
>>>>  BYU   LEE COMPACT Compact ShelvingCOMPACT LEE 
>>>> available   maybe   8   holdableAsk at Help Desk
>>>> available_for_check
>>>>
>>>>
>>>>
>>>> Recreate by:
>>>>
>>>> 1 git clone {repo}
>>>>
>>>> 2 git checkout integration 
>>>>
>>>> 3 check .tsv file for " char - not found
>>>>
>>>> 4 edit 1 char  in Excel
>>>>
>>>> 5 save .tsv
>>>>
>>>> 6 reopen and check for  " char - not found
>>>>
>>>> 7 git add -A
>>>>
>>>> 8 git commit -m "message"
>>>>
>>>>   --- commit shows more insertions than I made... Wha??
>>>>
>>>> 9 open .tsv in excel - search for " char - not found. 
>>>>
>>>> 10 push to repo
>>>>
>>>> 11 bitbucket pull request shows " char has been added. 
>>>>
>>>>
>>>>
>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "Git for human beings" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to git-users+...@googlegroups.com.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Git for human beings" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to git-users+...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git-for-windows adds pre and post " char to string int .tsv (tab seperated value) file

2015-09-25 Thread Eric Nord


<https://lh3.googleusercontent.com/-oJhv5eFd3lo/VgWG5UBdtjI/LB0/M3L4LpiR5l4/s1600/Capture.PNG>

<https://lh3.googleusercontent.com/-oJhv5eFd3lo/VgWG5UBdtjI/LB0/M3L4LpiR5l4/s1600/Capture.PNG>


On Friday, September 25, 2015 at 12:01:19 AM UTC-6, Gergely Polonkai wrote:
>
> In this case, most probably it is done by a pre commit hook. What files 
> are there in the .git/hooks directory?
> On 25 Sep 2015 00:13, "Eric Nord" <eric@gmail.com > 
> wrote:
>
>> Data from notepad:
>>
>> BYU LEE CIRC-SFTWR Circulating Software - Circulation Desk CIRC-SFTWR LEE 
>> available available 3 Available available_for_checkout
>> BYU LEE CKOUTTRACE Item missing, being traced CKOUTTRACE LEE unavailable 
>> unavailable 13 Unavailable unavailable
>> BYU LEE CLEANUP Reclass cleanup records CLEANUP LEE unavailable 
>> unavailable 13 Unavailable unavailable
>> BYU LEE COMPACT Compact Shelving COMPACT LEE available maybe 8 holdable Ask 
>> at Help Desk available_for_checkout
>>
>>
>> On Thursday, September 24, 2015 at 3:44:37 PM UTC-6, Gergely Polonkai 
>> wrote:
>>>
>>> Hello,
>>>
>>> this is very unlikely, unless you have some pre-commit hooks. Could you 
>>> check with a program not as smart as Excel (e.g. Notepad) if that " is 
>>> present?
>>>
>>> Best,
>>> Gergely
>>> On 24 Sep 2015 23:25, "Eric Nord" <eric@gmail.com> wrote:
>>>
>>>> Example data
>>>>
>>>>
>>>> BYULEE CIRC-SFTWR  Circulating Software - Circulation Desk 
>>>> CIRC-SFTWR LEE  available   available   3   Available  
>>>>  available_for_checkout
>>>>
>>>>
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>>>  
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvF57>
>>>>
>>>> -BYU   LEE CKOUTTRACE  Item missing, being traced  
>>>> CKOUTTRACE LEE  unavailable unavailable 13  
>>>> Unavailable unavailable
>>>>
>>>>
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>>>  
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvT57>
>>>>
>>>> +BYU   LEE CKOUTTRACE  "Item missing, being traced"
>>>> CKOUTTRACE LEE  unavailable unavailable 13  
>>>> Unavailable unavailable
>>>>
>>>>
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>>>  
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvF58T58>
>>>>
>>>>  BYU   LEE CLEANUP Reclass cleanup records CLEANUP LEE 
>>>> unavailable unavailable 13  Unavailable unavailable
>>>>
>>>> Add a comment to this line 
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>>>  
>>>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvF59T59>
>>>>
>>>>  BYU   LEE COMPACT Compact ShelvingCOMPACT LEE 
>>>> available   maybe   8   holdableAsk at Help Desk
>>>> available_for_check
>>>>
>>>>
>>>>
>>>> Recreate by:
>>>>
>>>> 1 git clone {repo}
>>>>
>>>> 2 git checkout integration 
>>>>
>>>> 3 check .tsv file for " char - not found
>>>>
>>>> 4 edit 1 char  in Excel
>>>>
>>>> 5 save .tsv
>>>>
>>>> 6 reopen and check for  " char - not found
>>>>
>>>> 7 git add -A
>>>>
>>>> 8 git commit -m "message"
>>>>
>>>>   --- commit shows more insertions than I made... Wha??
>>>>
>>>> 9 open .tsv in excel - search for " char - not found. 
>>>>
>>>> 10 push to repo
>>>>
>>>> 11 bitbucket pull request shows " char has been added. 
>>>>
>>>>
>>>>
>>>> -- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "Git for human beings" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to git-users+...@googlegroups.com.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Git for human beings" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to git-users+...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] git-for-windows adds pre and post " char to string int .tsv (tab seperated value) file

2015-09-24 Thread Eric Nord


Example data


BYU LEE CIRC-SFTWR  Circulating Software - Circulation Desk 
CIRC-SFTWR LEE  available   available   3   Available   
available_for_checkout


 


-BYULEE CKOUTTRACE  Item missing, being traced  CKOUTTRACE LEE  
unavailable unavailable 13  Unavailable unavailable


 


+BYULEE CKOUTTRACE  "Item missing, being traced"CKOUTTRACE LEE  
unavailable unavailable 13  Unavailable unavailable


 


 BYULEE CLEANUP Reclass cleanup records CLEANUP LEE unavailable 
unavailable 13  Unavailable unavailable

Add a comment to this line 

 


 BYULEE COMPACT Compact ShelvingCOMPACT LEE available   
maybe   8   holdableAsk at Help Deskavailable_for_check



Recreate by:

1 git clone {repo}

2 git checkout integration 

3 check .tsv file for " char - not found

4 edit 1 char  in Excel

5 save .tsv

6 reopen and check for  " char - not found

7 git add -A

8 git commit -m "message"

  --- commit shows more insertions than I made... Wha??

9 open .tsv in excel - search for " char - not found. 

10 push to repo

11 bitbucket pull request shows " char has been added. 



-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git-for-windows adds pre and post " char to string int .tsv (tab seperated value) file

2015-09-24 Thread Eric Nord
The " char is not present when viewing from notepad - I'm wondering if they 
are getting added in the newline char conversion git-for-windows applies. 

On Thursday, September 24, 2015 at 3:44:37 PM UTC-6, Gergely Polonkai wrote:
>
> Hello,
>
> this is very unlikely, unless you have some pre-commit hooks. Could you 
> check with a program not as smart as Excel (e.g. Notepad) if that " is 
> present?
>
> Best,
> Gergely
> On 24 Sep 2015 23:25, "Eric Nord" <eric@gmail.com > 
> wrote:
>
>> Example data
>>
>>
>> BYU  LEE CIRC-SFTWR  Circulating Software - Circulation Desk 
>> CIRC-SFTWR LEE  available   available   3   Available
>>available_for_checkout
>>
>>
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>  
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvF57>
>>
>> -BYU LEE CKOUTTRACE  Item missing, being traced  CKOUTTRACE LEE  
>> unavailable unavailable 13  Unavailable unavailable
>>
>>
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>  
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvT57>
>>
>> +BYU LEE CKOUTTRACE  "Item missing, being traced"CKOUTTRACE LEE  
>> unavailable unavailable 13  Unavailable unavailable
>>
>>
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>  
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvF58T58>
>>
>>  BYU LEE CLEANUP Reclass cleanup records CLEANUP LEE unavailable 
>> unavailable 13  Unavailable unavailable
>>
>> Add a comment to this line 
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>  
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvF59T59>
>>
>>  BYU LEE COMPACT Compact ShelvingCOMPACT LEE available   
>> maybe   8   holdableAsk at Help Deskavailable_for_check
>>
>>
>>
>> Recreate by:
>>
>> 1 git clone {repo}
>>
>> 2 git checkout integration 
>>
>> 3 check .tsv file for " char - not found
>>
>> 4 edit 1 char  in Excel
>>
>> 5 save .tsv
>>
>> 6 reopen and check for  " char - not found
>>
>> 7 git add -A
>>
>> 8 git commit -m "message"
>>
>>   --- commit shows more insertions than I made... Wha??
>>
>> 9 open .tsv in excel - search for " char - not found. 
>>
>> 10 push to repo
>>
>> 11 bitbucket pull request shows " char has been added. 
>>
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Git for human beings" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to git-users+...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git-for-windows adds pre and post " char to string int .tsv (tab seperated value) file

2015-09-24 Thread Eric Nord
Data from notepad:

BYU LEE CIRC-SFTWR Circulating Software - Circulation Desk CIRC-SFTWR LEE 
available available 3 Available available_for_checkout
BYU LEE CKOUTTRACE Item missing, being traced CKOUTTRACE LEE unavailable 
unavailable 13 Unavailable unavailable
BYU LEE CLEANUP Reclass cleanup records CLEANUP LEE unavailable unavailable 
13 Unavailable unavailable
BYU LEE COMPACT Compact Shelving COMPACT LEE available maybe 8 holdable Ask 
at Help Desk available_for_checkout


On Thursday, September 24, 2015 at 3:44:37 PM UTC-6, Gergely Polonkai wrote:
>
> Hello,
>
> this is very unlikely, unless you have some pre-commit hooks. Could you 
> check with a program not as smart as Excel (e.g. Notepad) if that " is 
> present?
>
> Best,
> Gergely
> On 24 Sep 2015 23:25, "Eric Nord" <eric@gmail.com > 
> wrote:
>
>> Example data
>>
>>
>> BYU  LEE CIRC-SFTWR  Circulating Software - Circulation Desk 
>> CIRC-SFTWR LEE  available   available   3   Available
>>available_for_checkout
>>
>>
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>  
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvF57>
>>
>> -BYU LEE CKOUTTRACE  Item missing, being traced  CKOUTTRACE LEE  
>> unavailable unavailable 13  Unavailable unavailable
>>
>>
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>  
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvT57>
>>
>> +BYU LEE CKOUTTRACE  "Item missing, being traced"CKOUTTRACE LEE  
>> unavailable unavailable 13  Unavailable unavailable
>>
>>
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>  
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvF58T58>
>>
>>  BYU LEE CLEANUP Reclass cleanup records CLEANUP LEE unavailable 
>> unavailable 13  Unavailable unavailable
>>
>> Add a comment to this line 
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#add-comment>
>>  
>> <https://bitbucket.org/byuhbll/greenxsl/pull-requests/25/fixed-misspelling-in-223-j-unavaliable/diff#Lmapping/availability.tsvF59T59>
>>
>>  BYU LEE COMPACT Compact ShelvingCOMPACT LEE available   
>> maybe   8   holdableAsk at Help Deskavailable_for_check
>>
>>
>>
>> Recreate by:
>>
>> 1 git clone {repo}
>>
>> 2 git checkout integration 
>>
>> 3 check .tsv file for " char - not found
>>
>> 4 edit 1 char  in Excel
>>
>> 5 save .tsv
>>
>> 6 reopen and check for  " char - not found
>>
>> 7 git add -A
>>
>> 8 git commit -m "message"
>>
>>   --- commit shows more insertions than I made... Wha??
>>
>> 9 open .tsv in excel - search for " char - not found. 
>>
>> 10 push to repo
>>
>> 11 bitbucket pull request shows " char has been added. 
>>
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Git for human beings" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to git-users+...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Fw: [git-users] Re: How report an error in the Spanish traduction?

2015-08-06 Thread Eric Romanenghi
Thank you a lot!

2015-08-05 20:42 GMT-03:00 Philip Oakley philipoak...@iee.org:

 [cc'ing Git users list again]

 Hi Eric,

 Thanks for that.

 As Jiang had noted on the main Git list (
 http://thread.gmane.org/gmane.comp.version-control.git/275141 and
 http://article.gmane.org/gmane.comp.version-control.git/275142), the
 Ubuntu folks have an independent translation.

 quote
 Some linux distribution, such as Ubuntu, has its own l10n workflow for
 each package (including git.git), and not works well with the upstream.
 For example, Ubuntu makes a one-time import from our Git translations
 (from some obsoleted version) into their l10n databases, and their
 contributors will start to translate using their web UI, and never sync
 with our upstream again.  They ubuntu may have more languages
 support, but they may also have more bugs.  Sometime,  their bugs
 will be reported to our upstream, for example:

 *
 http://thread.gmane.org/gmane.comp.version-control.git/239130/focus=239130
 /quote
 The Ubuntu wiki is
 https://wiki.ubuntu.com/Translations/KnowledgeBase/TranslationsPrecedence 
 which
 has a link for reporting.

 I may see if I can follow up on their stated policy regarding upstream
 translations seeing as git/git does not yet have an es.po at the moment.

 Hope this helps in your reporting of the translations. (I'm not a Spanish
 speaker)

 regards

 - Original Message -
 *From:* Eric Romanenghi ericromanen...@gmail.com
 *To:* Philip Oakley philipoak...@iee.org
 *Sent:* Wednesday, August 05, 2015 1:50 PM
 *Subject:* Re: Fw: [git-users] Re: How report an error in the Spanish
 traduction?

 I've looking for the es.po file in the git repository, and i could not
 find it.

 Do you know where the file is?

 Thanks!

 Eric

 P.S.: The error is still present. And we my teammates found other correct
 but strange translations, for example: use «git add archivo...» para
 actualizar lo que se ejecutará. What is the meaning of para actualizar lo
 que se ejecutará? That has no sense.



 2015-08-05 9:39 GMT-03:00 Eric Romanenghi ericromanen...@gmail.com:

 Hi!

 My version of Git is: git version 1.9.1

 And my OS is: GNU/Linux - 14.04.1-Ubuntu x86_64 - Linux 3.16.0-45-generic

 If you want, i can colaborate with the translation to the Spanish. There
 is any repo or something?

 Thanks you!

 Eric

 2015-08-05 4:39 GMT-03:00 Philip Oakley philipoak...@iee.org:

 Hi Eric,

 Which OS/Git distribution are you using ?

 Philip

 - Original Message -
 *From:* Eric Romanenghi ericromanen...@gmail.com
 *To:* Philip Oakley philipoak...@iee.org
 *Sent:* Saturday, August 01, 2015 9:20 PM
 *Subject:* Re: Fw: [git-users] Re: How report an error in the Spanish
 traduction?

 Thank you!

 2015-08-01 10:35 GMT-03:00 Philip Oakley philipoak...@iee.org:

 Hi Eric,

 Not sure if you saw my reply on the list. I had missed one layer of
 indirection..

 While the po/es translation is still not part of the main gt/git
 translations, I am putting forward a small patch to help clear up the
 instructions in the po/README regarding how to process mistranslations,
 especially for those not held by git/git.

 I hope this helps a little.

 Philip

 - Original Message -
 *From:* Philip Oakley philipoak...@iee.org
 *To:* git-users@googlegroups.com
 *Cc:* Renán Romero Ruiz renanrom...@gmail.com
 *Sent:* Sunday, July 19, 2015 11:54 AM
 *Subject:* Re: [git-users] Re: How report an error in the Spanish
 traduction?

 Hi Renán,

 Junio, the primary Git maintainer, has noted that currently Spanish is
 not one of the translations managed through his Internationalisation [for
 codes, see 1], as coordinated by Jiang Xin.

 What distribution of Git are you using (i.e. where is it provided from,
 what's it's licence/copyright)?

 Initially the translation mistake should be reported to that upstream.

 I believe the Git team would still welcome the contribution of a
 Spanish transalation [2] if you or the upstream would like to contribute.
 The current transalation teams are at [3].

 regards

 Philip

 [1] https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
 [2] Code Indo-European :: Spanish :: español :: es (from 1)
 [3] https://github.com/git-l10n/git-po/blob/master/po/TEAMS

 - Original Message -
 *From:* Philip Oakley philipoak...@iee.org
 *To:* git-users@googlegroups.com
 *Cc:* Git List g...@vger.kernel.org
 *Sent:* Saturday, July 18, 2015 12:32 AM
 *Subject:* Re: [git-users] Re: How report an error in the Spanish
 traduction?

 copying the main Git List g...@vger.kernel.org message regarding
 Internationalisation (I10n).
 The mail list public record is at
 http://news.gmane.org/gmane.comp.version-control.git.

 See the last paragraph:


 14 July 2015 00:54

 [L10N] Kickoff of translation for Git 2.5.0 round 2
 Hi,

 Thanks to all the l10n teams, and the 1st round of translations for Git
 2.5.0
 has been merged.  While there are some new messages need to be
 translated for the new released Git v2.5.0-rc2, let's start

[git-users] How report an error in the Spanish traduction?

2015-07-17 Thread Eric Romanenghi
Hi! There is a an error in the spanish traduction of Git. 

When i wrote git status this morning, i saw this:

(use «git checkout -- archivo...« para descartar cambios en le directorio 
de trabajo)

 Note the error *le* directorio is *el* directorio

*.*How can i report or fix this error?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Workflow With QA Team

2014-09-05 Thread Eric Kolotyluk

What sort of workflow do people use with their QA teams?

For example, when a feature branch is ready for testing, do people do a 
pull request to master, development, or to a special test//branch/? When 
QA have confirmed the feature is good, do they then do a pull request to 
master, release, or somewhere else.


Does anyone know of any good documentation that talks about git 
workflows incorporating a test team?


Cheers, Eric

--
You received this message because you are subscribed to the Google Groups Git for 
human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] How to create a repo

2014-06-04 Thread Eric Fowler
This should be screamingly easy, in fact, I know I have done this before - 
but I forget how. 

I do remember that I had a hard time with it before.  :-(

I have created a file on my C:\ drive. Let us call it 
c:\mydir\helloworld.cmd . 

I have a Z: drive mapped with lots of drive space and write privs. This 
drive is accessible to the millions of programmer-slaves under my command. 

I wish to use z: as a repository for all my code, and for all my 
programmer-slaves code. 

I wish to add my helloworld.cmd file to that repository. 

How do I do this? 

I know how to use 'git init' to create a repo on C:, and how to use 'git 
add', 'git commit', and 'git push'. But I don't know how to tell 'git push' 
to use Z: as a target, and I don't know what I have to do to prepare z:\ to 
receive the files. 







-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] How to create a repo

2014-06-04 Thread Eric Fowler
This worked. 

Thanks to Mr. Polonkai. 

Eric

On Wednesday, June 4, 2014 12:23:32 AM UTC-7, Gergely Polonkai wrote:

 You must first create an empty repository on Z:, add it as a remote in 
 C:\mydir, then issue the git push. Basically as follows, although I 
 don’t know how Windows git handles backslashes in paths, so maybe you 
 will have to replace it wich slashes: 

 C:\mydir Z: 
 Z:\ mkdir projectname 
 Z:\ cd projectname 
 Z:\projectname git init --bare 
 Initialized empty Git repository in Z:\projectname\ 
 Z:\projectname C: 
 C:\mydir git remote add origin Z:\projectname 
 C:\mydir git push origin master 

 On 4 June 2014 08:49, Eric Fowler eric@gmail.com javascript: 
 wrote: 
  This should be screamingly easy, in fact, I know I have done this before 
 - 
  but I forget how. 
  
  I do remember that I had a hard time with it before.  :-( 
  
  I have created a file on my C:\ drive. Let us call it 
  c:\mydir\helloworld.cmd . 
  
  I have a Z: drive mapped with lots of drive space and write privs. This 
  drive is accessible to the millions of programmer-slaves under my 
 command. 
  
  I wish to use z: as a repository for all my code, and for all my 
  programmer-slaves code. 
  
  I wish to add my helloworld.cmd file to that repository. 
  
  How do I do this? 
  
  I know how to use 'git init' to create a repo on C:, and how to use 'git 
  add', 'git commit', and 'git push'. But I don't know how to tell 'git 
 push' 
  to use Z: as a target, and I don't know what I have to do to prepare z:\ 
 to 
  receive the files. 
  
  
  
  
  
  
  
  -- 
  You received this message because you are subscribed to the Google 
 Groups 
  Git for human beings group. 
  To unsubscribe from this group and stop receiving emails from it, send 
 an 
  email to git-users+...@googlegroups.com javascript:. 
  For more options, visit https://groups.google.com/d/optout. 


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Configuring SCM for github

2014-03-19 Thread Eric Kolotyluk

I am having trouble getting mvn release:prepare to work with github

  scm
connectionscm:git:http://github.com/kolotyluk/java-file-utilities/connection
urlscm:git:http://github.com/kolotyluk/java-file-utilities/url
developerConnectionscm:git:https://github.com/kolotyluk/java-file-utilities/developerConnection
tagjava-file-utilities-0.0.1/tag
  /scm

When I try to prepare the release I get

  [INFO] Checking in modified POMs...
  [INFO] Executing: cmd.exe /X /C git add -- pom.xml
  [INFO] Working directory: 
D:\Users\Eric\Software\Project\Repositories\java-file-utilities

  [INFO] Executing: cmd.exe /X /C git status
  [INFO] Working directory: 
D:\Users\Eric\Software\Project\Repositories\java-file-utilities
  [INFO] Executing: cmd.exe /X /C git commit --verbose -F 
C:\Users\Eric\AppData\Local\Temp\maven-scm-559613294.commit pom.xml
  [INFO] Working directory: 
D:\Users\Eric\Software\Project\Repositories\java-file-utilities

  [INFO] Executing: cmd.exe /X /C git symbolic-ref HEAD
  [INFO] Working directory: 
D:\Users\Eric\Software\Project\Repositories\java-file-utilities
  [INFO] Executing: cmd.exe /X /C git push 
https://github.com/kolotyluk/java-file-utilities master:master
  [INFO] Working directory: 
D:\Users\Eric\Software\Project\Repositories\java-file-utilities


and mvn just hangs forever at that point. Is this a credentials problem 
or something else?


Cheers, Eric

--
You received this message because you are subscribed to the Google Groups Git for 
human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Re: Configuring SCM for github

2014-03-19 Thread Eric Kolotyluk

Now I have

  scm
urlhttps://github.com/kolotyluk/java-file-utilities.git/url
connectionscm:git:https://github.com/kolotyluk/java-file-utilities.git/connection
developerConnectionscm:git:https://github.com/kolotyluk/java-file-utilities.git/developerConnection
  /scm

But it still hangs...

  [INFO] Checking in modified POMs...
  [INFO] Executing: cmd.exe /X /C git add -- pom.xml
  [INFO] Working directory: 
D:\Users\Eric\Software\Project\Repositories\java-file-utilities

  [INFO] Executing: cmd.exe /X /C git status
  [INFO] Working directory: 
D:\Users\Eric\Software\Project\Repositories\java-file-utilities
  [INFO] Executing: cmd.exe /X /C git commit --verbose -F 
C:\Users\Eric\AppData\Local\Temp\maven-scm-1007803688.commit pom.xml
  [INFO] Working directory: 
D:\Users\Eric\Software\Project\Repositories\java-file-utilities

  [INFO] Executing: cmd.exe /X /C git symbolic-ref HEAD
  [INFO] Working directory: 
D:\Users\Eric\Software\Project\Repositories\java-file-utilities
  [INFO] Executing: cmd.exe /X /C git push 
https://github.com/kolotyluk/java-file-utilities.git master:master
  [INFO] Working directory: 
D:\Users\Eric\Software\Project\Repositories\java-file-utilities


In my experience, getting release to work is the hardest thing I have 
ever done in Maven. I struggled for weeks to get it working with 
Perforce correctly. This is my first time with Git.


Do I need to set up a server in my settings.xml file for github?

Cheers, Eric

On 3/19/2014 12:06 PM, Russell Gold wrote:

HI Eric, I think you are missing the .git extensions in your urls. Here's the 
ones I use.

 scm
 urlhttps://github.com/meterware/simplestub.git/url
 
developerConnectionscm:git:https://github.com/meterware/simplestub.git/developerConnection
 
connectionscm:git:https://github.com/meterware/simplestub.git/connection
 /scm

On Mar 19, 2014, at 2:58 PM, Eric Kolotyluk eric.koloty...@gmail.com wrote:


I am having trouble getting mvn release:prepare to work with github

  scm
connectionscm:git:http://github.com/kolotyluk/java-file-utilities/connection
urlscm:git:http://github.com/kolotyluk/java-file-utilities/url
developerConnectionscm:git:https://github.com/kolotyluk/java-file-utilities/developerConnection
tagjava-file-utilities-0.0.1/tag
  /scm

When I try to prepare the release I get

  [INFO] Checking in modified POMs...
  [INFO] Executing: cmd.exe /X /C git add -- pom.xml
  [INFO] Working directory: 
D:\Users\Eric\Software\Project\Repositories\java-file-utilities
  [INFO] Executing: cmd.exe /X /C git status
  [INFO] Working directory: 
D:\Users\Eric\Software\Project\Repositories\java-file-utilities
  [INFO] Executing: cmd.exe /X /C git commit --verbose -F 
C:\Users\Eric\AppData\Local\Temp\maven-scm-559613294.commit pom.xml
  [INFO] Working directory: 
D:\Users\Eric\Software\Project\Repositories\java-file-utilities
  [INFO] Executing: cmd.exe /X /C git symbolic-ref HEAD
  [INFO] Working directory: 
D:\Users\Eric\Software\Project\Repositories\java-file-utilities
  [INFO] Executing: cmd.exe /X /C git push 
https://github.com/kolotyluk/java-file-utilities master:master
  [INFO] Working directory: 
D:\Users\Eric\Software\Project\Repositories\java-file-utilities

and mvn just hangs forever at that point. Is this a credentials problem or 
something else?

Cheers, Eric

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


-
Author, Getting Started with Apache Maven 
http://www.packtpub.com/getting-started-with-apache-maven/video

Come read my webnovel, Take a Lemon http://www.takealemon.com,
and listen to the Misfile radio play http://www.fuzzyfacetheater.com/misfile/!










--
You received this message because you are subscribed to the Google Groups Git for 
human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Re: Configuring SCM for github

2014-03-19 Thread Eric Kolotyluk

Ok, adding

server
  idgithub.com/id
  usernamekolotyluk/username
  password/secret//password
/server

to settings.xml did the trick. Many thanks Stephen, and Russell.

Russell, this would be a good step to add to Video6_3.mp4

Why is ssh better than https?

Cheers, Eric


On 3/19/2014 12:30 PM, Stephen Connolly wrote:

On Wednesday, 19 March 2014, Eric Kolotyluk eric.koloty...@gmail.com
wrote:


Now I have

   scm
urlhttps://github.com/kolotyluk/java-file-utilities.git/url
connectionscm:git:https://github.com/kolotyluk/java-file-utilities.git/
connection
developerConnectionscm:git:https://github.com/kolotyluk/
java-file-utilities.git/developerConnection


I favour the ssh variant of the GitHub URL



   /scm

But it still hangs...

   [INFO] Checking in modified POMs...
   [INFO] Executing: cmd.exe /X /C git add -- pom.xml
   [INFO] Working directory: D:\Users\Eric\Software\
Project\Repositories\java-file-utilities
   [INFO] Executing: cmd.exe /X /C git status
   [INFO] Working directory: D:\Users\Eric\Software\
Project\Repositories\java-file-utilities
   [INFO] Executing: cmd.exe /X /C git commit --verbose -F
C:\Users\Eric\AppData\Local\Temp\maven-scm-1007803688.commit pom.xml
   [INFO] Working directory: D:\Users\Eric\Software\
Project\Repositories\java-file-utilities
   [INFO] Executing: cmd.exe /X /C git symbolic-ref HEAD
   [INFO] Working directory: D:\Users\Eric\Software\
Project\Repositories\java-file-utilities
   [INFO] Executing: cmd.exe /X /C git push https://github.com/kolotyluk/
java-file-utilities.git master:master
   [INFO] Working directory: D:\Users\Eric\Software\
Project\Repositories\java-file-utilities

In my experience, getting release to work is the hardest thing I have ever
done in Maven. I struggled for weeks to get it working with Perforce
correctly. This is my first time with Git.

Do I need to set up a server in my settings.xml file for github?


Yes



Cheers, Eric

On 3/19/2014 12:06 PM, Russell Gold wrote:


HI Eric, I think you are missing the .git extensions in your urls.
Here's the ones I use.

  scm
  urlhttps://github.com/meterware/simplestub.git/url
  developerConnectionscm:git:https://github.com/meterware/
simplestub.git/developerConnection
  connectionscm:git:https://github.com/meterware/simplestub.git
/connection
  /scm

On Mar 19, 2014, at 2:58 PM, Eric Kolotyluk eric.koloty...@gmail.com
wrote:

  I am having trouble getting mvn release:prepare to work with github

   scm
connectionscm:git:http://github.com/kolotyluk/java-file-utilities
/connection
urlscm:git:http://github.com/kolotyluk/java-file-utilities/url
developerConnectionscm:git:https://github.com/kolotyluk/
java-file-utilities/developerConnection
 tagjava-file-utilities-0.0.1/tag
   /scm

When I try to prepare the release I get

   [INFO] Checking in modified POMs...
   [INFO] Executing: cmd.exe /X /C git add -- pom.xml
   [INFO] Working directory: D:\Users\Eric\Software\
Project\Repositories\java-file-utilities
   [INFO] Executing: cmd.exe /X /C git status
   [INFO] Working directory: D:\Users\Eric\Software\
Project\Repositories\java-file-utilities
   [INFO] Executing: cmd.exe /X /C git commit --verbose -F
C:\Users\Eric\AppData\Local\Temp\maven-scm-559613294.commit pom.xml
   [INFO] Working directory: D:\Users\Eric\Software\
Project\Repositories\java-file-utilities
   [INFO] Executing: cmd.exe /X /C git symbolic-ref HEAD
   [INFO] Working directory: D:\Users\Eric\Software\
Project\Repositories\java-file-utilities
   [INFO] Executing: cmd.exe /X /C git push
https://github.com/kolotyluk/java-file-utilities master:master
   [INFO] Working directory: D:\Users\Eric\Software\
Project\Repositories\java-file-utilities

and mvn just hangs forever at that point. Is this a credentials problem
or something else?

Cheers, Eric

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

  -

Author, Getting Started with Apache Maven http://www.packtpub.com/
getting-started-with-apache-maven/video

Come read my webnovel, Take a Lemon http://www.takealemon.com,
and listen to the Misfile radio play http://www.fuzzyfacetheater.
com/misfile/!










-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org




--
You received this message because you are subscribed to the Google Groups Git for 
human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Problems with com.github.github:site-maven-plugin:0.9:site

2014-03-19 Thread Eric Kolotyluk

I configured things according to https://github.com/github/maven-plugins

But when I try to run 'mvn site' I get the following errors.

Does the gh-pages branch need to be created manually first, or should 
the plug-in do that automatically? Or am I chasing some other type of error.


Cheers, Eric

[ERROR] Failed to execute goal 
com.github.github:site-maven-plugin:0.9:site (default) on project 
java-file-utilities: Error creating blob: Not Found (404) - [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to 
execute goal com.github.github:site-maven-plugin:0.9:site (default) on 
project java-file-utilities: Error creating blob: Not Found (404)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
at 
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
at 
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)

at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:317)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:152)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:555)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:214)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:158)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:606)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error 
creating blob: Not Found (404)
at 
com.github.maven.plugins.site.SiteMojo.createBlob(SiteMojo.java:289)
at 
com.github.maven.plugins.site.SiteMojo.execute(SiteMojo.java:352)
at 
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:106)
at 
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)

... 19 more
Caused by: org.eclipse.egit.github.core.client.RequestException: Not 
Found (404)
at 
org.eclipse.egit.github.core.client.GitHubClient.createException(GitHubClient.java:552)
at 
org.eclipse.egit.github.core.client.GitHubClient.sendJson(GitHubClient.java:643)
at 
org.eclipse.egit.github.core.client.GitHubClient.post(GitHubClient.java:757)
at 
org.eclipse.egit.github.core.service.DataService.createBlob(DataService.java:115)
at 
com.github.maven.plugins.site.SiteMojo.createBlob(SiteMojo.java:285)

... 22 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, 
please read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

D:\Users\Eric\Software\Project\Repositories\java-file-utilities

--
You received this message because you are subscribed to the Google Groups Git for 
human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Git and Multi-Module Maven Projects

2014-03-03 Thread Eric Kolotyluk
In simple terms I understand that using one git repo per project is the 
most sane choice. 

But when I have Maven Projects that have one or more hierarchies of 
modules, I am not sure the best choice of managing a git repo. I have 
looked at the module support in git, and frankly is scares me, and I worry 
I might go insane if I attempt to use it. Too many opportunities to screw 
up...

For example, let's say I have a Maven project like

My Project POM
Module 1 POM
Module 2 POM
Module 3 POM
Module A POM
Module B POM
Module C POM

One choice is to put all of My Project in a single repo, but if the 
project gets really big, or I want to release some modules on their on 
version schedule, things could get hairy.

The other choice is to put some modules in their own git repo, but then 
what happens with the parent POM? I guess one solution is to refer to the 
Parent POM via Maven coordinates, than directly via the file system.

Silly question, does anyone else get in confusing discussions with people 
when talking about git repos and maven repos, and people just say repo?

Cheers, Eric

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Submodules and clobbering history

2014-01-29 Thread Eric Reischer
git-archive seems interesting, but alas, I *do* want to deliver a git 
repository, because there will be times (albeit rare) where we may code up 
a quick on-site fix at the customer site, and want to be able to 
conveniently deliver that update back to our shop.  git-bundle is ideally 
suited for that situation, and if I'm just using git to package up the 
source files, I can accomplish the same thing just by removing the .git 
folder.  I'm thinking a series of scripts that makes the necessary shallow 
clones and packages up the resulting repositories is probably going to be 
my best solution, and just dropping the super-repo idea.  It was just a 
convenience thing (there isn't any code in the top-level folder for the 
super-repo to track), so it's looking like that would be providing more 
work than benefit.

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[git-users] Submodules and clobbering history

2014-01-28 Thread Eric Reischer
I have a fairly esoteric situation, but I suspect I'm probably not the only 
one who is attempting to do something along these lines.  I have a software 
product that consists of a number of Git repositories, each with its own 
group of engineers working on it (think of MATLAB (R) with its plethora of 
toolboxes).  When we deliver software to customers, we ideally would have a 
superproject that references each repo such that we can just have bare 
repositories that are delivered (i.e. zip up the superproject after 
removing all source code), and then on-site the customer runs a program 
that performs a reset --hard to get all the source code back.  Easy 
enough.  (Before everyone asks, it's because the source code occupies 
several hundred megabytes, so having everything compressed in the repo is 
convenient for keeping the media count low.)

The rub comes in that we do not want our customers to see all of our 
development history (and our sometimes not-so-professional commit 
remarks).  I've read about a shallow clone (i.e. --depth 1), but it is my 
understanding these types of repos cannot be used with git-bundle.  It does 
seem to follow everything else though, in that updates that occur upstream 
(i.e. bugfixes to a major revision) will be successfully applied with a 
pull or fetch.  The other issue is the --depth flag doesn't seem to be 
supported with the submodule command.

Anyone have any thoughts on how to accomplish all this?

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Another easy merge question

2013-10-30 Thread Eric Fowler
Given that I have already made a commit of my new changes in master (but
not a push), is this still the way to go?

Eric


On Tue, Oct 29, 2013 at 4:43 PM, William Seiti Mizuta 
william.miz...@gmail.com wrote:

 Hi Eric,

 to not lose your changes, you can create a branch which represents your
 current state of your repository. For this, just create a branch with git
 branch fallback command. It will be a copy of your current branch, so run
 this command when you are at master branch.

 Then, you can return to your remote master state with git reset --hard
 origin/master. When you want to recover the modifications, just merge the
 content of fallback branch: git merge fallback.


 William Seiti Mizuta
 @williammizuta
 Caelum | Ensino e Inovação
 www.caelum.com.br


 On Tue, Oct 29, 2013 at 9:07 PM, Eric Fowler eric.fow...@gmail.comwrote:

 I did a commit and push into master a while back. I stayed in master and
 made some changes, which I have committed but not pushed.

 I want to store the changes but revert my working code to the code I last
 pushed (for some regression testing), without permanently discarding the
 new changes.

 How can I do this?

 --
 You received this message because you are subscribed to the Google Groups
 Git for human beings group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to git-users+unsubscr...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.


  --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/xwpB4rnT2Kg/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
cc:NSA

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[git-users] Another easy merge question

2013-10-29 Thread Eric Fowler
I did a commit and push into master a while back. I stayed in master and 
made some changes, which I have committed but not pushed. 

I want to store the changes but revert my working code to the code I last 
pushed (for some regression testing), without permanently discarding the 
new changes.

How can I do this?

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[git-users] Easy question about merging

2013-10-10 Thread Eric Fowler
I am a git newbie but have used other SCMs.

I have two branches, master and X. Both have changes, both have been 
committed. X has a lot of refactoring changes, master has a few bug fixes I 
don't want to lose. 

I want to merge X into master. But I'm chicken. What if the merge fails and 
leaves me with broken code? There is a deadline coming up and that would be 
disastrous.

So I want to know exactly what I have to do merge, *knowing* that I can 
easily get to *exactly what I have now*. 

What are the steps? Will 'git checkout master; git merge X --no-commit' do 
it? 

Thanks

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[git-users] Integrating a previously split sub-directory back into the same initial repository

2013-10-04 Thread Eric
Hi All,
 
Apologies if this was asked somewhere else but my colleague and I haven't 
been able to find any mention of a situation like this before.
 
Context:
1. We started in CVS with a Main Repository A and within it, a 
subdirectory B
2. We migrated to GIT and preserved all history - we have Main Repository 
A, and pulled out subdirectory B into it's own repository. A and B 
are now two entirely separate repositories.
 
Question:
Is there a way to bring B back into Main Repository A and preserve all 
history (for both)? A and B have now progressed a bit, otherwise we 
would just scrap the whole thing and do the migration over again.
 
Note:
There are plenty of links and info on combining repositories, but we've not 
seen any regarding combining two repositroies that were once one.
 
Thanks very much,
-Eric
 

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] Re: Humorous description of git

2013-06-17 Thread Eric Gorr
I to would like to see a translation...

On Monday, June 17, 2013 3:25:02 AM UTC-4, Philip Oakley wrote:

  But waht we need is the 'translation' as to why it's true ;)
  
 I see that homeomorphic = a one-to-one correspondence, continuous in both 
 directions, between the points of two geometric figures or between two 
 topological spaces. So I think that means if my SHA1 equals your SHA1 we 
 have the same commit tree and DAG.
  
 I'm guessing the sub-manifolds is about branches.
  
 Any more suggestions?
  
 Philip

 - Original Message - 
 *From:* Eric Gorr javascript: 
 *To:* git-...@googlegroups.com javascript: 
 *Sent:* Monday, June 17, 2013 2:40 AM
 *Subject:* [git-users] Re: Humorous description of git

 Randomly came across it again...if anyone is interested...

 https://twitter.com/tabqwerty/status/45611899953491968

 git gets easier once you get the basic idea that branches are 
 homeomorphic endofunctors mapping submanifolds of a Hilbert space.



 On Sunday, June 16, 2013 1:18:17 PM UTC-4, Eric Gorr wrote: 

 Hello. Awhile ago, I came across a rather humorous description of git, 
 but (a) I can't remember exactly how it went or (b) where I saw it. It 
 described git a being a tesseract inside of a manifold or some such thing. 
 Does this ring a bell with anyone? (I did find this 
 http://tartley.com/?p=1267, but that isn't it...I believe it was part of 
 some blog post tutorial.)


 -- 
 You received this message because you are subscribed to the Google Groups 
 Git for human beings group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to git-users+...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  

 No virus found in this message.
 Checked by AVG - www.avg.com
 Version: 2013.0.3345 / Virus Database: 3199/6415 - Release Date: 06/16/13



-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[git-users] Humorous description of git

2013-06-16 Thread Eric Gorr
Hello. Awhile ago, I came across a rather humorous description of git, but 
(a) I can't remember exactly how it went or (b) where I saw it. It 
described git a being a tesseract inside of a manifold or some such thing. 
Does this ring a bell with anyone? (I did find this 
http://tartley.com/?p=1267, but that isn't it...I believe it was part of 
some blog post tutorial.)


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[git-users] Re: Humorous description of git

2013-06-16 Thread Eric Gorr
Randomly came across it again...if anyone is interested...

https://twitter.com/tabqwerty/status/45611899953491968

git gets easier once you get the basic idea that branches are homeomorphic 
endofunctors mapping submanifolds of a Hilbert space.



On Sunday, June 16, 2013 1:18:17 PM UTC-4, Eric Gorr wrote:

 Hello. Awhile ago, I came across a rather humorous description of git, but 
 (a) I can't remember exactly how it went or (b) where I saw it. It 
 described git a being a tesseract inside of a manifold or some such thing. 
 Does this ring a bell with anyone? (I did find this 
 http://tartley.com/?p=1267, but that isn't it...I believe it was part of 
 some blog post tutorial.)




-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[git-users] Re: Humorous description of git

2013-06-16 Thread Eric Gorr


On Sunday, June 16, 2013 1:18:17 PM UTC-4, Eric Gorr wrote:

 Hello. Awhile ago, I came across a rather humorous description of git, but 
 (a) I can't remember exactly how it went or (b) where I saw it. It 
 described git a being a tesseract inside of a manifold or some such thing. 
 Does this ring a bell with anyone? (I did find this 
 http://tartley.com/?p=1267, but that isn't it...I believe it was part of 
 some blog post tutorial.)




-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [git-users] How do I create download packages on GitHub?

2013-03-18 Thread Eric Gunawan
This feature is already deprecated from GitHub, right?

I've just read this: https://github.com/blog/1302-goodbye-uploads


On Friday, September 28, 2012 11:39:25 PM UTC+7, Konstantin Khomoutov wrote:

 On Fri, 28 Sep 2012 09:20:38 -0700 (PDT) 
 Simon Bingham smn...@gmail.com javascript: wrote: 

  Can't believe I missed that. It is Friday afternoon though. Thank you. 
  
  It seems a bit strange that you have to upload a file to create a new 
  package when the code is already on GitHub. 

 I suppose it's because this feature is provided to allow hosting of 
 *binary packages* like .msi or .exe installers for Windows or, 
 say, .deb and .rpm packages for various other OSes.  Obviously, that's 
 something someone usually does on their workstation. 

 An ability to download a tip of any branch as a .zip or .tar.gz file is 
 builtin and is provided by github itself out of the box. 


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[git-users] GIT get corrupted on lustre filesystem

2012-12-23 Thread Eric Chamberland
Hi,

we are experiencing many problemes like those described here:

http://thread.gmane.org/gmane.comp.file-systems.lustre.user/12093

Does anyone has an idea on how to compile/configure GIT ti have it worke 
properly on Lustre filesystem?

Thanks,

Eric

-- 




Re: [git-users] How to install git on CentOS5 without root access?

2012-12-21 Thread Eric Benzacar
On Thu, Dec 20, 2012 at 2:35 PM, Andy Hardy a...@hardyfamily.org.uk wrote:

 On 20/12/2012 18:00, Eric B wrote:

  [eric git]$ git clone https://e...@git.assembla.com/myproj.git
  Cloning into 'myproj'...
  Password for 'https://e...@git.assembla.com
  https://e...@git.assembla.com/':
  error: RPC failed; result=22, HTTP code = 401
  fatal: The remote end hung up unexpectedly

 HTTP 401 is an 'unauthorized' message, it sounds like user 'eric'
 doesn't have authority to clone https://git.assembla.com/myproj.git.

 Perhaps the wrong password or that user simply isn't allowed to access
 that repository?


No - password is correct and user has access rights (have tried multiple
times to ensure no typos) and it works fine from my local desktop.  A wrong
password also returns a different msg:
 fatal: Authentication failed

So authentication passes.  I presume there is something that I am missing
or don't have configured right in git, but have no idea what...

Tx!

Eric

-- 




Re: [git-users] How to install git on CentOS5 without root access?

2012-12-20 Thread Eric B
On Thu, Dec 20, 2012 at 12:08 PM, Konstantin Khomoutov 
flatw...@users.sourceforge.net wrote:

Are you able to run `git init`, `git clone` `git fetch`?
 If they fail, then how? (Please, cite the full error output).


Well, none of the man pages work (which is an annoyance, but not the end of
the world).  I've set up an env var for GIT_EXEC_PATH and GIT_TEMPLATE_PATH
to point to the correct locations, but when I try `git clone`, I get the
following:

[eric git]$ git clone https://e...@git.assembla.com/myproj.git
Cloning into 'myproj'...
Password for 'https://e...@git.assembla.com':
error: RPC failed; result=22, HTTP code = 401
fatal: The remote end hung up unexpectedly

In all fairness, I do not know if that is due to my package being installed
under my home dir vs standard dirs, or if there is a firewall issue/etc,
but I can confirm that a clone to that repo works properly on another
system.  Similarly, I can confirm that I can d/l data from other https
sites without issues.

I would install CentOS 5.5 somewhere (on a virtual machine for
 instance), install the necessary developer tools there and then built
 Git from the source configuring it to use /home/you/git as its PREFIX.
 Then install it (on the build machine, I mean) using something like


Sure - I was trying to avoid that effort, so was hoping that there would be
some other way(s) to specify the required paths.

Thanks,

Eric

-- 




[git-users] Problem getting mergetool (kdiff3) to work

2012-09-19 Thread Eric Parent
Hi,

I used to use 'kdiff3' as my mergetool for git. I'm running git v
1.7.11.msysgit.1 on Windows 7 64 bits. It used to work for about 8
months up to this week.

I tried manually configuring my mergetool through these commands:

$ git config --global mergetool kdiff3

Also, I checked my ~/.gitconfig file had the following content:

(...)
[merge]
tool = kdiff3
[mergetool kdiff3]
path = C:/Program Files (x86)/KDiff3/kdiff3.exe
keepBackup = false
trustExitCode = false
[diff]
guitool = kdiff3
[difftool kdiff3]
path = c:/Program Files (x86)/KDiff3/kdiff3.exe

I can start kdiff3 from the command prompt without any issue: I
added the path to kdiff3.exe in my PATH env variable.

Any ideas what could cause my problem and how to fix it?

Cheers,

-- 
Eric Parent
mailto:e...@eparent.info

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] How to make a new branch with a portion of a branch?

2012-06-17 Thread Eric Parent
Hi,

   I've been working on a branch, say '2.1' and made a few commits on
it. We've made a release and tagged the changeset at which the commit
was produced, say 'tag2.1'.

   Development continued and a few more commits were made on that
branch, the '2.1'.

   As the development goes, we think it would be a better idea to
create a branch '2.2' that starts at the tag where the release was
made and keep '2.1' only for the maintenance of that release.

So here's what we have at the moment:

 (tag2.1)
branch 2.1 :  A   -   B   -   C   -   D   -   ...- K

Here is what we would like to have:


changesets C up to K to be on a branch 2.2 starting at 'tag2.1':

(tag2.1)
branch 2.1: A   -   B
branch 2.2:-   C'   -   D'   -E'   -   ...- K'

Any hints?

I tried a few things like:

$ git checkout 2.1
$ git branch 2.2 'tag2.1'
$ git reset --hard 'tag2.1'

But that left me with an inconsistent repo...

$ git checkout 2.1
$ git branch tmp 'tag2.1'
$ git branch 2.2 'tag2.1'
$ git rebase --onti 2.2 tmp 2.1

But did not leave me with the expected result either.

Any hint is welcome.

Cheers!

-- 
- Eric

--
Eric Parent
mailto:parent.eri...@gmail.com
blog: http://eric-parent.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] Handling binary files?

2012-04-04 Thread Eric Parent
Hi all,

Seems like I'm facing a problem that was encountered quite a few times
already but I have a problem telling Git how to behave with binary
files.

My objective is rather simple: overwrite the binary files during a git pull.

What I've done:
I've created a .gitattributes with *.sdf -binary in my project's
base directory, like this:

myProj/
  .gitattributes
   foo
   bar
   (etc.)

When I pull changes from a remote repo, there are conflicts found for,
say, foo/zap.sdf file. But when I git diff foo/zap.sdf, Git tells
me it's a binary file and no diff is being shown, which is a sign I've
partially set my .gitattributes file correctly.

I've previously tried git pull -s recursive -X theirs but that's not
what I wanted.

I ended up selecting the file in the following manner:

$ git checkout remotes/origin/myBranch -- foo/zap.sdf

But I don't want to do that all the time.

How can I tell Git to overwrite any binary (*.sdf and eventually other
files) that I pull from the remote repo?

Cheers,

- Eric

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.