[git-users] Re: Git sign a tag and commit

2012-07-09 Thread Thomas Ferris Nicolaisen
No, GPG is the only way of signing. On Tuesday, July 10, 2012 7:20:04 AM UTC+2, seeni wrote: > > Dear Sir, > > Can we use Entrust Digital SW to sign tags and commits instead of gpg? > > Please guide me how to achieve this. > > Thanks > > Best regards > Seenivasan > -- You received this message b

[git-users] Re: Copying public keys from mac to pc

2012-07-09 Thread Thomas Ferris Nicolaisen
Just to follow up, the Github help pages have some good tips on setting up SSH keys on Windows: https://help.github.com/articles/generating-ssh-keys Just skip the part about generating new keys, and the Github specific things (like uploading ssh keys in the admin interface). Usually, these pro

[git-users] local repo, clone and push doesn't work as needed

2012-07-09 Thread Michel
Hi, I'm trying a migration from cvs to git. Just before, I tag the CVS repo with a "special_tag_before_import". I used the cvs2git utility. I have now a correct git repo with all history. For historical reasons, the CVS repo was complex. There were the main trunk and a special TRUNC branch. Som

[git-users] Re: Copying public keys from mac to pc

2012-07-09 Thread Les Nightingill
The first thing you need to try to diagnose is whether: a. the far end is falling back to password access b/c it cannot authenticate the public key you're sending b. the pc thinks the local private key requires a password for access if you can try an ssh connection using the keys with verbose mod

[git-users] Copying public keys from mac to pc

2012-07-09 Thread Jackson Beale
I have copied my public and private keys from my mac to my pc. I am using git bash. The keys work fine on the mac. I have put the keys in users/owner/.ssh and used the following permissions: chmod 700 ~/.ssh chmod 600 ~/.ssh/* chmod 644 ~/.ssh/known_hosts When I try and clone the remote repo, I

Re: [git-users] Re: Italian Translation of the documentation

2012-07-09 Thread Philip Oakley
Hi Jiang Xin coordinates the localisation (l10n) of the git messages. Have a look on the main git archive e.g. http://git.661346.n2.nabble.com/ or http://news.gmane.org/gmane.comp.version-control.git for some of the discusions. e.g. the latest request http://thread.gmane.org/gmane.comp.versio

Re: [git-users] Re: git commit -t won't let me use other template

2012-07-09 Thread Philip Oakley
A template is not a message. Rather it is guidance that needs to be edited. If the editor doesn't start, or you don't edit the words then it will be ignored by git. There has been some recent discussions and patches on the main list to see about changing the warning messages to make it all c

[git-users] Re: git commit -t won't let me use other template

2012-07-09 Thread Thomas Ferris Nicolaisen
On Monday, July 9, 2012 9:36:04 PM UTC+2, p4872 wrote: > Hi, > > I want to check in a squashed merge commit (i.e. the result of git merge > --squash) that had some conflicts, using the 'original' squash-merge > message, which is in .git/SQUASH_MSG. From the manual page, i get the > impression t

[git-users] Re: Italian Translation of the documentation

2012-07-09 Thread Thomas Ferris Nicolaisen
On a related note, I just stumbled over Git's own internationalized messages here: https://github.com/git/git/tree/master/po They don't accept Github pull requests, but if you improve the translations, I'm sure they'll accept it on the Git-developer list at g...@vger.kernel.org -- You receiv

[git-users] Re: Backup/restore local repo

2012-07-09 Thread Thomas Ferris Nicolaisen
Hi, If your repository is not corrupted by the missing objects, this oughta do it: cd ~ mkdir temp-repo sudo cp -r /path/to/backed/up/.git temp-repo/ sudo chown -R [your-username] temp-repo cd temp-repo git reset --hard On Monday, July 9, 2012 7:14:51 PM UTC+2, Daniel3ub wrote: > > Hello, guy

[git-users] git commit -t won't let me use other template

2012-07-09 Thread p4872
Hi, I want to check in a squashed merge commit (i.e. the result of git merge --squash) that had some conflicts, using the 'original' squash-merge message, which is in .git/SQUASH_MSG. From the manual page, i get the impression that i should use "git commit -t .git/SQUASH_MSG" to get that file

[git-users] Backup/restore local repo

2012-07-09 Thread Daniel Trezub
Hello, guys. So I had to format my machine. I was using git as a local repo only, and after a little research, I´ve found that I only had to backup my dir containing the .git dir. I make several backups of this dir using rsync, one backup each week. Now I want to restore my backup to continue de

[git-users] Re: Italian Translation of the documentation

2012-07-09 Thread Thomas Ferris Nicolaisen
On Monday, July 9, 2012 3:48:54 PM UTC+2, Zero Pingas wrote: > I would like to help to translate the documentation in Italian. Where do I > start? Hi, There are no official translator guidelines that I know of, but I do know that there is an incomplete Italian translation of the Git book here

[git-users] Italian Translation of the documentation

2012-07-09 Thread Zero Pingas
I would like to help to translate the documentation in Italian. Where do I start? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/GbfU-uc8jEIJ. To pos