Re: [ANNOUNCE] Git v1.7.12-rc0

2012-07-24 Thread Tomas Carnecky
On Mon, 23 Jul 2012 22:08:48 -0700, Junio C Hamano wrote: > * The value of core.attributesfile and core.excludesfile default to >$HOME/.config/attributes and $HOME/.config/ignore respectively when >these files exist. $HOME/.config/git/attributes .. -- To unsubscribe from this list: send

Renaming a remote is 'rename', but removing is 'rm'

2012-09-05 Thread Tomas Carnecky
A fella on IRC was confused by $subject. And it did bother me sometimes as well. If you don't use `git remote` often, it is confusing that the commands are named inconsistently. If I know that there is `git remote rm` then I kindof expect `git remote mv` to exist. Because I am used to rm/mv and gi

Re: Git an case-insensitive Mac OS X filesystem

2012-09-11 Thread Tomas Carnecky
On Tue, Sep 11, 2012 at 9:30 AM, Roger Pau Monné wrote: > On Tue, Sep 11, 2012 at 10:24 AM, Tomas Carnecky > wrote: >> On Tue, 11 Sep 2012 10:21:16 +0100, Roger Pau Monné >> wrote: >>> Hello, >>> >>> I'm using git for all my projects, and

Re: Python extension commands in git - request for policy change

2012-12-11 Thread Tomas Carnecky
On Wed, 12 Dec 2012 05:39:43 +0530, Sitaram Chamarty wrote: > Does lua have os.putenv() yet? The inability to even *set* an env var > before calling something else was a killer for me when I last tried > it. If it doesn't, it would be trivial to add. It's a one-liner. It's been a while since I u

Re: Python extension commands in git - request for policy change

2012-12-11 Thread Tomas Carnecky
On Wed, 12 Dec 2012 08:50:27 +0700, Nguyen Thai Ngoc Duy wrote: > On Wed, Dec 12, 2012 at 7:53 AM, Tomas Carnecky > wrote: > > If it doesn't, it would be trivial to add. It's a one-liner. It's been a > > while > > since I used Lua, but it would be somethi

Re: How to specify remote branch correctly

2012-12-16 Thread Tomas Carnecky
On Mon, 17 Dec 2012 16:13:08 +1100, Andrew Ardill wrote: > On 17 December 2012 16:06, Woody Wu wrote: > > 1. git checkout foo. > > By this command, I think I am checking out files in my local branch > > named foo, and after that I also switch to the branch. Right? > > Correct. Your working dire

Re: How to specify remote branch correctly

2012-12-16 Thread Tomas Carnecky
On Mon, 17 Dec 2012 07:02:46 +, Woody Wu wrote: > On 2012-12-17, Tomas Carnecky wrote: > > 'git checkout foo' has special meaning if a local branch with that > > name doesn't exist but there is a remote branch with that name. In > > that case it's equ

Re: git log reliability

2012-12-17 Thread Tomas Carnecky
On Mon, 17 Dec 2012 14:56:17 +0530, Prasad Karmarkar wrote: > Hi , > > I have been hearing from my Release Management that git log is not > reliable. Is it so ? > Is there a known instance where Git log has missed out on commits ? > > Any information about this would be really helpful Are you

Re: Git Log and History Simplification

2012-12-17 Thread Tomas Carnecky
On Mon, 17 Dec 2012 17:03:09 +0530, Dinesh Subramani wrote: > I am using the below command : > > git log --stat --decorate=full --since= > > Can you please let me know if the above command will list all the > commits and would not skip any of the commits due to History > Simplification. Any hel

Re: Find the starting point of a local branch

2012-12-23 Thread Tomas Carnecky
On Mon, 24 Dec 2012 12:28:45 +0700, Nguyen Thai Ngoc Duy wrote: > On Mon, Dec 24, 2012 at 11:09 AM, Seth Robertson wrote: > > > > In message <20121224035825.GA17203@zuhnb712>, Woody Wu writes: > > > > How can I find out what's the staring reference point (a commit number > > or tag name)

Re: [PATCH] fix some clang warnings

2013-01-16 Thread Tomas Carnecky
On Wed, 16 Jan 2013 09:50:57 -0800, Jeff King wrote: > However, clang also defines __GNUC__, [...] http://sourceforge.net/p/predef/wiki/Compilers/ Notice that the meaning of the __GNUC__ macro has changed subtly over the years, from identifying the GNU C/C++ compiler to identifying any

Re: [RFC] git rm -u

2013-01-19 Thread Tomas Carnecky
On Sat, 19 Jan 2013 16:35:18 -0500, Eric James Michael Ritz wrote: > Hello everyone, > > I am thinking about implementing a feature but I would appreciate any > feedback before I begin, because more experienced Git developers and > users may see some major problem that I do not. > > Earlier tod

Re: How to identify the users?

2013-01-30 Thread Tomas Carnecky
On Thu, 31 Jan 2013 13:52:32 +0800, Scott Yan wrote: > Hello everyone: > > The user info of git client (user name and email) is set by the users > themselves, so , how to avoid userA pretend to be userB? > > Git server could authentication the user, but it do nothing about the > user info of com

Re: [PATCH] gitremote-helpers.txt: rename from git-remote-helpers.txt

2013-01-31 Thread Tomas Carnecky
On Thu, 31 Jan 2013 20:08:14 +, John Keeping wrote: > This is the patch to rename it to "gitremote-helpers.txt". > > Documentation/{git-remote-helpers.txt => gitremote-helpers.txt} | 6 +++--- It feels somewhat weird to have 'git-remote' but 'gitremote-helpers'. -- To unsubscribe from this l

Re: Feature request: Allow extracting revisions into directories

2013-02-04 Thread Tomas Carnecky
On Mon, 04 Feb 2013 13:14:05 +0100, Robert Clausecker wrote: > Of course that is a possibility but it does not not feel right and is > not intuitive. Adding this feature won't cause feature creep but would > rather add an operation that makes sense in some scenarios and reduces > the dependencies

Re: erratic behavior commit --allow-empty

2012-10-03 Thread Tomas Carnecky
On Wed, 03 Oct 2012 10:24:00 +0200, Angelo Borsotti wrote: > create a new one. To force it to create a brand new one I added > --allow-empty to it > because the man page stated that it would bypass the check that prevents to > make > a new one. The I discovered that sometimes --allow-empty does

git-pull suggests deprecated git-branch --set-upstream flag

2012-10-23 Thread Tomas Carnecky
I just ran git pull, and it suggested that I should use `git branch --set-upstream`. Yet when I used it, git-branch told me that the flag is deprecated. Git version 1.8.0. tom -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org Mo

Re: Why does git-commit --template want the template to be modified ?

2012-10-30 Thread Tomas Carnecky
On Tue, 30 Oct 2012 11:53:08 +0100, Francis Moreau wrote: > Hi, > > I'm using git-commit with the --template option. The template I'm > given is self sufficient for my purpose but as stated in the > documentation, git-commit wants the template to be edited otherwise it > aborts the operation. >

Re: Lack of netiquette, was Re: [PATCH v4 00/13] New remote-hg helper

2012-11-01 Thread Tomas Carnecky
On Thu, Nov 1, 2012 at 1:46 PM, René Scharfe wrote: > Also, and I'm sure you didn't know that, "Jedem das Seine" (to each his own) > was the slogan of the Buchenwald concentration camp. For that reason some > (including me) hear the unspoken cynical half-sentence "and some people just > have to b

Re: Like commit -a, but...

2012-11-05 Thread Tomas Carnecky
On Mon, 05 Nov 2012 21:56:28 +0100, Andreas Krey wrote: > On Mon, 05 Nov 2012 21:29:48 +, Andreas Krey wrote: > ... > > But still I'd like to know if there is a cleaner solution, > > esp. with respect to the index. > > Actually, it seems > > commit -m 'index' > commit -a -m 'worktree' > .

Re: orphan blob or what?

2012-11-08 Thread Tomas Carnecky
On Thu, 08 Nov 2012 16:24:36 -0800, bruce wrote: > In today's and older clones of https://github.com/mirrors/linux.git I > find this object, 6fa98ea0ae40f9a38256f11e5dc270363f785aee, that I can't > figure out how to eliminate^h^h^h^h^h^h^h^h^hget rid of. I don't see it > in 'git fsck', 'git gc --a

Re: Rename edge case...

2012-11-09 Thread Tomas Carnecky
On Fri, 09 Nov 2012 04:10:31 -0500, John Szakmeister wrote: > I've been browsing StackOverflow answering git-related questions, and > ran across this one: > > > It's a bit of an interesting situation. The user did a cou

Re: orphan blob or what?

2012-11-09 Thread Tomas Carnecky
On Fri, 09 Nov 2012 11:37:04 -0800, bruce wrote: > Tomas Carnecky writes: > > Just idiocy on my part. Thanks. > > > On Thu, 08 Nov 2012 16:24:36 -0800, bruce > > wrote: > >> In today's and older clones of https://github.com/mir

Re: using multiple version of git simultaneously

2012-11-17 Thread Tomas Carnecky
On Sat, 17 Nov 2012 20:25:21 +0600, arif wrote: > I'm trying to use different version of git simultaneously. So how can i > append some suffix (like "--program-suffix=git1.8) so that i can > distinguish between different versions. Install each version into its own prefix (~/git/1.8.0/, ~/git/1.7.

Re: commit gone after merge - how to debug?

2012-11-26 Thread Tomas Carnecky
On Mon, 26 Nov 2012 14:06:09 +0100, Igor Lautar wrote: > git log > - commit NOT shown in file history any more and file does not have this > change does `git log --full-history ` show the commit? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majo

Building git with NO_PERL=1 will install git-submodule, which depends on perl

2013-02-24 Thread Tomas Carnecky
Compare with git-instaweb which is replaced by as a small shell script which informs the user that the functionality is not implemented. I've only checked git-submodule, other commands may also have an undocumented dependency on perl. -- To unsubscribe from this list: send the line "unsubscribe gi

Re: Feature Request for the Git Bundler

2013-05-27 Thread Tomas Carnecky
On Mon, 27 May 2013 16:11:06 +0430, Omid Mo'menzadeh wrote: > Dear Tomas, > I was using your git bundler a few days ago, and it worked like a charm. > But there is a problem out there, and that is most users of your bundler > are people using an unstable internet connection. I downloaded the bund