Remote working directory from index writeTree
commit7899abdc198ccfa00f943380167f888ed9d158ba
authorShawn O. Pearce <spearce@spearce.org>
Mon, 11 Jun 2007 05:58:37 +0000 (11 01:58 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 11 Jun 2007 05:58:37 +0000 (11 01:58 -0400)
treecd17a75eeac7f49910b301c96d51616564f39cec
parent8754a1bce44101ac5e61be2b2fd9fe6d35000adc
Remote working directory from index writeTree

When writing a tree object from the index contents we don't need to
look at or deal with the working directory.  So this argument is not
required, and having it listed in the signature is very misleading.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit/src/org/spearce/jgit/lib/GitIndex.java
org.spearce.jgit/tst/org/spearce/jgit/lib/T0007_Index.java