Add a single existing pack to the list of available pack files.
@param pack path of the pack file to open.
@return the pack that was opened and added to the database.
@throws IOException index file could not be opened, read, or is not recognized as a Git pack file index.
Add a single existing pack to the list of available pack files.
@param pack path of the pack file to open.
@param idx path of the corresponding index file.
@return the pack that was opened and added to the database.
@throws IOException index file could not be opened, read, or is not recognized as a Git pack file index.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.