Chris Riddoch <chris@syntacticsugar.org> writes:Thanks. Getting much warmer. The default abbreviation depends on the command. Porcelain-ish commands default to abbreviate but plumbing commands tend to show unabbreviated. A few other things to note. - When --parents option is in effect, you will see the list of parent commits on "commit" line after the commit itself. - The list of parents shown on "Merge:" may be different from the true parents when the command's revision traversal is limited with paths parameters; they show simplified parents. This rule also applies to the parents on the "commit" line under --parents option. - The history simplification does not affect "parent" line of "--pretty=raw" format. You can use this to find the simplified parents from "commit" line and the true parents from "parent" lines with --pretty=raw. Here are some examples from git.git repository to illustrate differences between various combinations. C=2a54323 git diff-tree -s -m --pretty=$format $C git diff-tree -s -m --pretty=$format --abbrev $C git diff-tree -s -m --pretty=$format --abbrev --abbrev-commit $C git log --pretty=$format --parents -n 1 --abbrev-commit $C git log --pretty=$format --parents -n 1 $C git log --pretty=$format --parents -n 1 $C -- t/ - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| James Bottomley | Re: Integration of SCST in the mainstream Linux kernel |
| Stephen Rothwell | Re: Announce: Linux-next (Or Andrew's dream :-)) |
| Arjan van de Ven | Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux interfaceforon access scanning |
| Patrick McHardy | Re: [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Eric W. Biederman | Re: namespace support requires network modules to say "GPL" |
git: | |
