| Summary: | git-1.2.6 error when executing "git-pull" without arguments | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | John Reed Riley <john.reed.riley> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
John Reed Riley
2006-04-16 17:53:06 UTC
I just reinstalled dev-util/git-1.2.6 using the curl use flag.
I can confirm that this fixes the problem described, and that I'm not all that good with git syntax. ("git-pull ." doesn't do at all the same thing as "git-pull")
*** This bug has been marked as a duplicate of 125636 *** Also you should not be using 'git-cmd' but using 'git cmd', since git- commands may disappear from PATH in the not so far future. 'git pull' means 'fetch all branches defined in .git/remotes/origin and merge them into the current repository'. 'git pull .' means 'fetch all branches from current repository into the current repository' which does not really make any sense to me, since it will always say 'Already up-to-date.'. Note that 'git pull . foo' makes a lot of sense. It is the standard way of merging the local branch 'foo' into the current HEAD. HTH. - ferdy |