jgit/org.eclipse.jgit.test/tst/org/eclipse/jgit
Nasser Grainawi 2a6b2eddcf PackFile: Add id + ext based constructors
Add new constructors to PackFile to improve a common use case where
callers know the directory, id, and extension, but previously needed to
construct a valid file name (with prefix, '.', etc) to create a
PackFile. Most callers can use the variant that has id as an ObjectId,
but provide an id as String variant too.

Change-Id: I39e4466abe8c9509f5916d5bfe675066570b8585
Signed-off-by: Nasser Grainawi <quic_nasserg@quicinc.com>
2021-03-07 00:02:56 +01:00
..
api init: add config option to set default for the initial branch name 2021-02-22 23:11:45 +01:00
attributes Ignore core.eol if core.autocrlf=input 2020-05-22 17:09:23 -04:00
diff DiffFormatter: correctly deal with tracked files in ignored folders 2020-07-17 00:50:24 +02:00
dircache Allow to resolve a conflict by checking out a file 2020-11-17 14:27:28 +01:00
events Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
fnmatch Remove duplicate copyright statements 2020-01-04 01:34:46 +01:00
gitrepo Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
ignore Remove duplicate copyright statements 2020-01-04 01:34:46 +01:00
indexdiff Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 2018-09-04 10:53:10 +09:00
internal PackFile: Add id + ext based constructors 2021-03-07 00:02:56 +01:00
junit Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
lib Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabase 2021-01-27 02:22:45 -05:00
logging Fix bug in PerformanceLogContext 2020-11-06 19:20:08 -04:00
merge Allow dir/file conflicts in virtual base commit on recursive merge. 2021-02-09 15:26:03 +00:00
nls Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
notes Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
patch Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
revplot Revert "RevWalk: stop mixing lines of history in topo sort" 2020-02-26 14:47:20 -05:00
revwalk Fix DateRevQueue tie breaks with more than 2 elements 2021-02-07 06:09:48 -05:00
storage/file [spotbugs] Fix potential NPE in FileBasedConfigTest 2020-12-17 18:42:00 +01:00
submodule Ensure .gitmodules is loaded when accessing submodule name 2020-10-25 22:24:17 +01:00
symlinks Fix remaining javadoc errors raised by doclint 2017-12-21 02:42:14 +01:00
test/resources Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
transport Rename PackFile to Pack 2021-02-10 22:46:15 -07:00
treewalk Update EDL 1.0 license headers to new short SPDX compliant format 2020-01-04 01:10:05 +01:00
util IO: fix IO.readFully(InputStream, byte[], int) 2021-01-31 10:31:10 +01:00