Author Commit Message Commit Date Allen Byrne fd18d013f18 M Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '4830a1796441abbb5a4fbd2cff9a651f2a0d066e':
Updated tools dump output when dataset offset is undefined.
Added checks for native optional call support in some of the tools.
Misc changes for h5dump VOL changes. 06 Apr 2020 Dana Robinson 4830a179644 M Merge pull request #2486 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:tools_vol_update to develop
* commit '110cafb9c7b5b9f9170340432062295d630f3ee6':
Updated tools dump output when dataset offset is undefined.
Added checks for native optional call support in some of the tools.
Misc changes for h5dump VOL changes. 06 Apr 2020 Dana Robinson 110cafb9c7b M Merge branch 'develop' into tools_vol_update 06 Apr 2020 Dana Robinson 85b3b9e6708 Updated tools dump output when dataset offset is undefined. 02 Apr 2020 Dana Robinson 456308ff17f Added checks for native optional call support in some of the tools. 02 Apr 2020 Dana Robinson 3cd1b46b9cd M Merge branch 'develop' into tools_vol_update 02 Apr 2020 Dana Robinson 816a12f04f5 M Merge branch 'develop' into tools_vol_update 31 Mar 2020 Dana Robinson c36b7075782 M Merge branch 'tools_vol_update' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into tools_vol_update 30 Mar 2020 Dana Robinson 36e8e2be4bc Misc changes for h5dump VOL changes. 30 Mar 2020 Allen Byrne 55299ab2ce6 M Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'a09f810e8d372d1e85661c52a7ef735a164904ad':
Narrowed the scope of ISO_C_BINDING with ONLY additions 06 Apr 2020 Scot Breitenfeld a09f810e8d3 M Merge pull request #2494 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:FortranWarn to develop
* commit '83d29f04c28e150fde5776fba64fbe4fa04f0f25':
Narrowed the scope of ISO_C_BINDING with ONLY additions 06 Apr 2020 Scot Breitenfeld 83d29f04c28 Narrowed the scope of ISO_C_BINDING with ONLY additions 06 Apr 2020 Allen Byrne b4dcee96cef Minor updates and fix settings for fortran flags 06 Apr 2020 Allen Byrne a3c57c730cd Update intel flags 06 Apr 2020 Allen Byrne 3247291b1e9 Fix missing endif 06 Apr 2020 Allen Byrne f8d8a96eb73 Correct improper file move 06 Apr 2020 Allen Byrne 0d701b9ff89 Move intel warnings to subfolder, update autotools files 06 Apr 2020 Allen Byrne d0a936ab622 Corrected note 06 Apr 2020 Allen Byrne 2e85f81126b Remove overzealous additions 05 Apr 2020 Allen Byrne 29ad4fcec93 Correct whitespace in flags, force list mode 05 Apr 2020 Allen Byrne 2c2627e7f66 Flag construction must be after compiler detection 05 Apr 2020 Allen Byrne 70495751c05 M Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '5d1590079ea0061a7b86d7210cb796b6d58a17c7':
Skip testing of passthrough VOL connector in a Family File tools test
Restore previous tools library driver name behavior with passthrough VOL connector 05 Apr 2020 Jordan Henderson 5d1590079ea M Merge pull request #2490 in HDFFV/hdf5 from tools_vol_update to develop
* commit 'a5a2fb44296327787476407a249d9470b3c80427':
Skip testing of passthrough VOL connector in a Family File tools test
Restore previous tools library driver name behavior with passthrough VOL connector 03 Apr 2020 Jordan Henderson a5a2fb44296 Skip testing of passthrough VOL connector in a Family File tools test 03 Apr 2020 Jordan Henderson 08e77ac6fac Restore previous tools library driver name behavior with passthrough VOL connector 03 Apr 2020 Allen Byrne 57f5d00a434 TRILAB-192 add c++ and fortran warnings build systems one file 05 Apr 2020 Allen Byrne 7a41367a130 Update release note for CMake warnings 03 Apr 2020 Allen Byrne b7227657f2b Add missing header include 03 Apr 2020 Allen Byrne 96ea55b95d2 M Merge pull request #2474 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '36b8060323f24341c8f4610108e8ccb955dbe192':
Correct extra flags
TRILAB-192 remove comment
TRILAB-192 add comparable clang flags 03 Apr 2020 Allen Byrne 36b8060323f M Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'ac099b0b6391fd149af4f4fcf8f79189dcc615bb':
Fixed unnecessary H5R casts in the tools that were raising warnings. 02 Apr 2020 Dana Robinson ac099b0b639 M Merge pull request #2485 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop
* commit '1c854737665f3f853a324c34292390ab57431fec':
Fixed unnecessary H5R casts in the tools that were raising warnings. 02 Apr 2020 Dana Robinson 1c854737665 Fixed unnecessary H5R casts in the tools that were raising warnings. 02 Apr 2020 Allen Byrne 7e06b76c64e M Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'bae05235a2d87acb0d6b3a2e1c32f3b6f48cf203':
Changed default dataset shared struct to initialize hid_t IDs to H5I_INVALID_HID.
A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails. This is triggered by the tests for revised references when the libver bounds setting does not allow version 4 datatype message to be created. The test failure is abort core dumped. This is due... 02 Apr 2020 Vailin Choi bae05235a2d M Merge pull request #2461 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/dtype_close_on_error to develop
* commit 'afdcac28b85d690eebc80ab568fa5266081baaaa':
A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails. This is triggered by the tests for revised references when the libver bounds setting does not allow version 4 datatype message to be created. The test failure is abort core dumped. This is due to the datatype initialization fails before... 01 Apr 2020 vchoi afdcac28b85 A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails.
This is triggered by the tests for revised references when the libver bounds setting does not allow version
4 datatype message to be created. The test failure is abort core dumped.
This is due to the datatype initialization fails before the datatype ID is registered.
The datatype cleanup code should provide for the above situation.
The code to fix the problem is the same as what is done in H5D... 23 Mar 2020 Dana Robinson 281e8444d86 M Merge pull request #2484 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop
* commit 'a267c4e5d37f00bf6cff942b57b5a13affaa8bd5':
Changed default dataset shared struct to initialize hid_t IDs to H5I_INVALID_HID. 01 Apr 2020 Dana Robinson a267c4e5d37 Changed default dataset shared struct to initialize hid_t IDs to
H5I_INVALID_HID. 01 Apr 2020 David Young 1547feed60a M Merge pull request #2363 in HDFFV/hdf5 from ~DYOUNG/werror:thread_id to develop
* commit '63c95faf49559ea66e3066427961095b69fdb213':
Remove tongue-in-cheek credit for Rusty Shackleford and Dale Alvin Gribble.
Follow HDF5 conventions. 01 Apr 2020 David Young 63c95faf495 Remove tongue-in-cheek credit for Rusty Shackleford and Dale Alvin Gribble.
Delete the comment questioning whether pthread_mutex_lock is allowed
in a key destructor, since pthread_key_create(3) provides the answer:
There is no notion of a destructor-safe function. If an application
does not call pthread_exit() from a signal handler, or if it blocks any
signal whose handler may call pthread_exit() while calling async-unsafe
functions, all functions may be safely called from d... 10 Feb 2020 David Young 3109f9e3237 Follow HDF5 conventions. 07 Feb 2020 Allen Byrne 196193c18d4 Correct extra flags 01 Apr 2020 Allen Byrne abd38c0b85b M Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '2c494482eb986ce051463e96d12a661c494a9335':
Minor renaming in the tools code. 31 Mar 2020 Dana Robinson 2c494482eb9 M Merge pull request #2483 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor to develop
* commit 'b1533616f28996983ec505fff8f62edf3dd820b3':
Minor renaming in the tools code. 31 Mar 2020 Dana Robinson b1533616f28 Minor renaming in the tools code. 31 Mar 2020 Allen Byrne 18db5749dcf M Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'a46f31c2eb436e946639bb32518ce279507fa368':
Fix for HDFFV-11065. 30 Mar 2020 Gerd Heber a46f31c2eb4 M Merge pull request #2479 in HDFFV/hdf5 from ~GHEBER/hdf5:bugfix/HDFFV-11065 to develop
* commit '2dfc047bc4aca7c13bccf44da97bff026cbbf5a6':
Fix for HDFFV-11065. 30 Mar 2020 Gerd Heber 2dfc047bc4a Fix for HDFFV-11065. 29 Mar 2020 Allen Byrne 076a981993f M Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'c20e268979ec623fb159501e382c6cc55a5d665e':
Fix latent bug in h5repack options file reading Add 'enable-error-stack' option to h5format_convert 30 Mar 2020 Jordan Henderson c20e268979e M Merge pull request #2478 in HDFFV/hdf5 from tools_vol_update to develop
* commit '9676029742f18aaae37dd48947bc1faf23406169':
Fix latent bug in h5repack options file reading Add 'enable-error-stack' option to h5format_convert 29 Mar 2020 Jordan Henderson 9676029742f Fix latent bug in h5repack options file reading
Add 'enable-error-stack' option to h5format_convert 29 Mar 2020 ← Prev Next → require('plugin/commitgraph/network').applyCommits([{id: 'fd18d013f18914051df55ceb0f425ced2f40dbf8', href: '/users/dyoung/repos/vchoi_fork/commits/fd18d013f18914051df55ceb0f425ced2f40dbf8',parents: [{ id: '55299ab2ce62ab8b2c25b0712a416885465d987e' },{ id: '4830a1796441abbb5a4fbd2cff9a651f2a0d066e' }]},{id: '4830a1796441abbb5a4fbd2cff9a651f2a0d066e', href: '/users/dyoung/repos/vchoi_fork/commits/4830a1796441abbb5a4fbd2cff9a651f2a0d066e',parents: [{ id: 'a09f810e8d372d1e85661c52a7ef735a164904ad' },{ id: '110cafb9c7b5b9f9170340432062295d630f3ee6' }]},{id: '110cafb9c7b5b9f9170340432062295d630f3ee6', href: '/users/dyoung/repos/vchoi_fork/commits/110cafb9c7b5b9f9170340432062295d630f3ee6',parents: [{ id: '85b3b9e67086d577a8d4ce95eb46a8ed7724e9f3' },{ id: 'a09f810e8d372d1e85661c52a7ef735a164904ad' }]},{id: '85b3b9e67086d577a8d4ce95eb46a8ed7724e9f3', href: '/users/dyoung/repos/vchoi_fork/commits/85b3b9e67086d577a8d4ce95eb46a8ed7724e9f3',parents: [{ id: '456308ff17f2c7462a644f9505643d9c1a7efcb8' }]},{id: '456308ff17f2c7462a644f9505643d9c1a7efcb8', href: '/users/dyoung/repos/vchoi_fork/commits/456308ff17f2c7462a644f9505643d9c1a7efcb8',parents: [{ id: '3cd1b46b9cdcc28507cc13441134bb6d58e41086' }]},{id: '3cd1b46b9cdcc28507cc13441134bb6d58e41086', href: '/users/dyoung/repos/vchoi_fork/commits/3cd1b46b9cdcc28507cc13441134bb6d58e41086',parents: [{ id: '816a12f04f5853a8d295791dab98eebec057452b' },{ id: 'bae05235a2d87acb0d6b3a2e1c32f3b6f48cf203' }]},{id: '816a12f04f5853a8d295791dab98eebec057452b', href: '/users/dyoung/repos/vchoi_fork/commits/816a12f04f5853a8d295791dab98eebec057452b',parents: [{ id: 'c36b707578211b2aa193454625955d53546780ef' },{ id: 'a46f31c2eb436e946639bb32518ce279507fa368' }]},{id: 'c36b707578211b2aa193454625955d53546780ef', href: '/users/dyoung/repos/vchoi_fork/commits/c36b707578211b2aa193454625955d53546780ef',parents: [{ id: '36e8e2be4bcb55dc0569a1ce502b055d3ed380f8' },{ id: '9676029742f18aaae37dd48947bc1faf23406169' }]},{id: '36e8e2be4bcb55dc0569a1ce502b055d3ed380f8', href: '/users/dyoung/repos/vchoi_fork/commits/36e8e2be4bcb55dc0569a1ce502b055d3ed380f8',parents: [{ id: 'f5cb547825e462c3299b6f41d03a71aa6faef950' }]},{id: '55299ab2ce62ab8b2c25b0712a416885465d987e', href: '/users/dyoung/repos/vchoi_fork/commits/55299ab2ce62ab8b2c25b0712a416885465d987e',parents: [{ id: 'b4dcee96cefac0835986853854c60ff3501f637e' },{ id: 'a09f810e8d372d1e85661c52a7ef735a164904ad' }]},{id: 'a09f810e8d372d1e85661c52a7ef735a164904ad', href: '/users/dyoung/repos/vchoi_fork/commits/a09f810e8d372d1e85661c52a7ef735a164904ad',parents: [{ id: '5d1590079ea0061a7b86d7210cb796b6d58a17c7' },{ id: '83d29f04c28e150fde5776fba64fbe4fa04f0f25' }]},{id: '83d29f04c28e150fde5776fba64fbe4fa04f0f25', href: '/users/dyoung/repos/vchoi_fork/commits/83d29f04c28e150fde5776fba64fbe4fa04f0f25',parents: [{ id: 'a46f31c2eb436e946639bb32518ce279507fa368' }]},{id: 'b4dcee96cefac0835986853854c60ff3501f637e', href: '/users/dyoung/repos/vchoi_fork/commits/b4dcee96cefac0835986853854c60ff3501f637e',parents: [{ id: 'a3c57c730cd5109eec34fd63fa560ba6437e3441' }]},{id: 'a3c57c730cd5109eec34fd63fa560ba6437e3441', href: '/users/dyoung/repos/vchoi_fork/commits/a3c57c730cd5109eec34fd63fa560ba6437e3441',parents: [{ id: '3247291b1e9e8eb4261c8be7d0b6a3bc17870320' }]},{id: '3247291b1e9e8eb4261c8be7d0b6a3bc17870320', href: '/users/dyoung/repos/vchoi_fork/commits/3247291b1e9e8eb4261c8be7d0b6a3bc17870320',parents: [{ id: 'f8d8a96eb73abbdd5ef0ce7a87c72b4a49e2fa8e' }]},{id: 'f8d8a96eb73abbdd5ef0ce7a87c72b4a49e2fa8e', href: '/users/dyoung/repos/vchoi_fork/commits/f8d8a96eb73abbdd5ef0ce7a87c72b4a49e2fa8e',parents: [{ id: '0d701b9ff8988bff5f67261e508e980aaac62f9b' }]},{id: '0d701b9ff8988bff5f67261e508e980aaac62f9b', href: '/users/dyoung/repos/vchoi_fork/commits/0d701b9ff8988bff5f67261e508e980aaac62f9b',parents: [{ id: 'd0a936ab622ad17d055df8d92922300c12345296' }]},{id: 'd0a936ab622ad17d055df8d92922300c12345296', href: '/users/dyoung/repos/vchoi_fork/commits/d0a936ab622ad17d055df8d92922300c12345296',parents: [{ id: '2e85f81126b1399e1214765e09e1a34fd63dcb65' }]},{id: '2e85f81126b1399e1214765e09e1a34fd63dcb65', href: '/users/dyoung/repos/vchoi_fork/commits/2e85f81126b1399e1214765e09e1a34fd63dcb65',parents: [{ id: '29ad4fcec93a16d454cceddf71aadad6372ca1a3' }]},{id: '29ad4fcec93a16d454cceddf71aadad6372ca1a3', href: '/users/dyoung/repos/vchoi_fork/commits/29ad4fcec93a16d454cceddf71aadad6372ca1a3',parents: [{ id: '2c2627e7f66ae9a7c333ad250101f97ae65178ab' }]},{id: '2c2627e7f66ae9a7c333ad250101f97ae65178ab', href: '/users/dyoung/repos/vchoi_fork/commits/2c2627e7f66ae9a7c333ad250101f97ae65178ab',parents: [{ id: '70495751c05c4471be3a55b0e933e4d1e73d79c5' }]},{id: '70495751c05c4471be3a55b0e933e4d1e73d79c5', href: '/users/dyoung/repos/vchoi_fork/commits/70495751c05c4471be3a55b0e933e4d1e73d79c5',parents: [{ id: '57f5d00a43421e4d2847d55560e4015f28cf162f' },{ id: '5d1590079ea0061a7b86d7210cb796b6d58a17c7' }]},{id: '5d1590079ea0061a7b86d7210cb796b6d58a17c7', href: '/users/dyoung/repos/vchoi_fork/commits/5d1590079ea0061a7b86d7210cb796b6d58a17c7',parents: [{ id: '96ea55b95d2d55cd3409d2caa0bbec80e51d860b' },{ id: 'a5a2fb44296327787476407a249d9470b3c80427' }]},{id: 'a5a2fb44296327787476407a249d9470b3c80427', href: '/users/dyoung/repos/vchoi_fork/commits/a5a2fb44296327787476407a249d9470b3c80427',labels: [{name: 'tools_vol_update', type: 'BRANCH', href: '/users/dyoung/repos/vchoi_fork/browse?at=tools_vol_update'}],parents: [{ id: '08e77ac6facaa0e22021d10d32cf8aefa98b7398' }]},{id: '08e77ac6facaa0e22021d10d32cf8aefa98b7398', href: '/users/dyoung/repos/vchoi_fork/commits/08e77ac6facaa0e22021d10d32cf8aefa98b7398',parents: [{ id: '9676029742f18aaae37dd48947bc1faf23406169' }]},{id: '57f5d00a43421e4d2847d55560e4015f28cf162f', href: '/users/dyoung/repos/vchoi_fork/commits/57f5d00a43421e4d2847d55560e4015f28cf162f',parents: [{ id: '7a41367a130a615f06e5c35154abbdc621c7c6b7' }]},{id: '7a41367a130a615f06e5c35154abbdc621c7c6b7', href: '/users/dyoung/repos/vchoi_fork/commits/7a41367a130a615f06e5c35154abbdc621c7c6b7',parents: [{ id: 'b7227657f2bad367a82e12b8a8895e0f260ed952' }]},{id: 'b7227657f2bad367a82e12b8a8895e0f260ed952', href: '/users/dyoung/repos/vchoi_fork/commits/b7227657f2bad367a82e12b8a8895e0f260ed952',parents: [{ id: '96ea55b95d2d55cd3409d2caa0bbec80e51d860b' }]},{id: '96ea55b95d2d55cd3409d2caa0bbec80e51d860b', href: '/users/dyoung/repos/vchoi_fork/commits/96ea55b95d2d55cd3409d2caa0bbec80e51d860b',parents: [{ id: 'ac099b0b6391fd149af4f4fcf8f79189dcc615bb' },{ id: '36b8060323f24341c8f4610108e8ccb955dbe192' }]},{id: '36b8060323f24341c8f4610108e8ccb955dbe192', href: '/users/dyoung/repos/vchoi_fork/commits/36b8060323f24341c8f4610108e8ccb955dbe192',parents: [{ id: '7e06b76c64e031372eccfd94d271a6e437e4f0be' },{ id: 'ac099b0b6391fd149af4f4fcf8f79189dcc615bb' }]},{id: 'ac099b0b6391fd149af4f4fcf8f79189dcc615bb', href: '/users/dyoung/repos/vchoi_fork/commits/ac099b0b6391fd149af4f4fcf8f79189dcc615bb',parents: [{ id: 'bae05235a2d87acb0d6b3a2e1c32f3b6f48cf203' },{ id: '1c854737665f3f853a324c34292390ab57431fec' }]},{id: '1c854737665f3f853a324c34292390ab57431fec', href: '/users/dyoung/repos/vchoi_fork/commits/1c854737665f3f853a324c34292390ab57431fec',parents: [{ id: 'bae05235a2d87acb0d6b3a2e1c32f3b6f48cf203' }]},{id: '7e06b76c64e031372eccfd94d271a6e437e4f0be', href: '/users/dyoung/repos/vchoi_fork/commits/7e06b76c64e031372eccfd94d271a6e437e4f0be',parents: [{ id: '196193c18d43d71b6dd8a0727fc59b91c8299341' },{ id: 'bae05235a2d87acb0d6b3a2e1c32f3b6f48cf203' }]},{id: 'bae05235a2d87acb0d6b3a2e1c32f3b6f48cf203', href: '/users/dyoung/repos/vchoi_fork/commits/bae05235a2d87acb0d6b3a2e1c32f3b6f48cf203',parents: [{ id: '281e8444d862991aeca1a28e42e387a627bc362b' },{ id: 'afdcac28b85d690eebc80ab568fa5266081baaaa' }]},{id: 'afdcac28b85d690eebc80ab568fa5266081baaaa', href: '/users/dyoung/repos/vchoi_fork/commits/afdcac28b85d690eebc80ab568fa5266081baaaa',parents: [{ id: '26fecb8c5a444c64106c36750addfc9d71338c1d' }]},{id: '281e8444d862991aeca1a28e42e387a627bc362b', href: '/users/dyoung/repos/vchoi_fork/commits/281e8444d862991aeca1a28e42e387a627bc362b',parents: [{ id: '1547feed60a66f54e8348b5c06e1181457195295' },{ id: 'a267c4e5d37f00bf6cff942b57b5a13affaa8bd5' }]},{id: 'a267c4e5d37f00bf6cff942b57b5a13affaa8bd5', href: '/users/dyoung/repos/vchoi_fork/commits/a267c4e5d37f00bf6cff942b57b5a13affaa8bd5',parents: [{ id: '1547feed60a66f54e8348b5c06e1181457195295' }]},{id: '1547feed60a66f54e8348b5c06e1181457195295', href: '/users/dyoung/repos/vchoi_fork/commits/1547feed60a66f54e8348b5c06e1181457195295',parents: [{ id: '2c494482eb986ce051463e96d12a661c494a9335' },{ id: '63c95faf49559ea66e3066427961095b69fdb213' }]},{id: '63c95faf49559ea66e3066427961095b69fdb213', href: '/users/dyoung/repos/vchoi_fork/commits/63c95faf49559ea66e3066427961095b69fdb213',parents: [{ id: '3109f9e32378087d73fe9b0cd956e41efa1ca6cd' }]},{id: '3109f9e32378087d73fe9b0cd956e41efa1ca6cd', href: '/users/dyoung/repos/vchoi_fork/commits/3109f9e32378087d73fe9b0cd956e41efa1ca6cd',parents: [{ id: 'e5ae3101095db4b57fedf120c1dadbc257dd92c3' }]},{id: '196193c18d43d71b6dd8a0727fc59b91c8299341', href: '/users/dyoung/repos/vchoi_fork/commits/196193c18d43d71b6dd8a0727fc59b91c8299341',parents: [{ id: 'abd38c0b85b7436c455ed986361a0b3cc939d68a' }]},{id: 'abd38c0b85b7436c455ed986361a0b3cc939d68a', href: '/users/dyoung/repos/vchoi_fork/commits/abd38c0b85b7436c455ed986361a0b3cc939d68a',parents: [{ id: '18db5749dcf287e571e5e03125595ed69801c94c' },{ id: '2c494482eb986ce051463e96d12a661c494a9335' }]},{id: '2c494482eb986ce051463e96d12a661c494a9335', href: '/users/dyoung/repos/vchoi_fork/commits/2c494482eb986ce051463e96d12a661c494a9335',parents: [{ id: 'a46f31c2eb436e946639bb32518ce279507fa368' },{ id: 'b1533616f28996983ec505fff8f62edf3dd820b3' }]},{id: 'b1533616f28996983ec505fff8f62edf3dd820b3', href: '/users/dyoung/repos/vchoi_fork/commits/b1533616f28996983ec505fff8f62edf3dd820b3',parents: [{ id: 'a46f31c2eb436e946639bb32518ce279507fa368' }]},{id: '18db5749dcf287e571e5e03125595ed69801c94c', href: '/users/dyoung/repos/vchoi_fork/commits/18db5749dcf287e571e5e03125595ed69801c94c',parents: [{ id: '076a981993fb2bd14602efe51f8bb89a3664d34d' },{ id: 'a46f31c2eb436e946639bb32518ce279507fa368' }]},{id: 'a46f31c2eb436e946639bb32518ce279507fa368', href: '/users/dyoung/repos/vchoi_fork/commits/a46f31c2eb436e946639bb32518ce279507fa368',parents: [{ id: 'c20e268979ec623fb159501e382c6cc55a5d665e' },{ id: '2dfc047bc4aca7c13bccf44da97bff026cbbf5a6' }]},{id: '2dfc047bc4aca7c13bccf44da97bff026cbbf5a6', href: '/users/dyoung/repos/vchoi_fork/commits/2dfc047bc4aca7c13bccf44da97bff026cbbf5a6',parents: [{ id: 'e9e3e2f1d67ccf71cc5af711065d1f85761ab5b7' }]},{id: '076a981993fb2bd14602efe51f8bb89a3664d34d', href: '/users/dyoung/repos/vchoi_fork/commits/076a981993fb2bd14602efe51f8bb89a3664d34d',parents: [{ id: 'd2a75d211d08a1f4ffb6ee22970fabcea0e25758' },{ id: 'c20e268979ec623fb159501e382c6cc55a5d665e' }]},{id: 'c20e268979ec623fb159501e382c6cc55a5d665e', href: '/users/dyoung/repos/vchoi_fork/commits/c20e268979ec623fb159501e382c6cc55a5d665e',parents: [{ id: 'e9e3e2f1d67ccf71cc5af711065d1f85761ab5b7' },{ id: '9676029742f18aaae37dd48947bc1faf23406169' }]},{id: '9676029742f18aaae37dd48947bc1faf23406169', href: '/users/dyoung/repos/vchoi_fork/commits/9676029742f18aaae37dd48947bc1faf23406169',parents: [{ id: '2a06f943779fd3cc04d93ad6ec9a94a28035c50d' }]}]);