commit | e5b1444b96b842597348d449722ec876432a6530 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Tue Feb 06 00:43:59 2007 -0500 |
committer | Shawn O. Pearce <spearce@spearce.org> | Tue Feb 06 00:43:59 2007 -0500 |
tree | bed585c43315f1ff5055cc7194535f866d560d9f | |
parent | 10e8d68820db9c7b6412d5a553a93fd200388f30 [diff] |
Correct minor style issue in fast-import. Junio noticed that I was using a different style in fast-import for returned pointers than the rest of Git. Before merging this code into the main git.git tree I'd like to make it consistent, as this style variation was not intentional. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>