]> git.proxmox.com Git - libgit2.git/commit - tests/libgit2/odb/foreach.c
revwalk: introduce tests that hide old commits
authorEdward Thomson <ethomson@github.com>
Sun, 26 Jun 2016 00:02:45 +0000 (20:02 -0400)
committerCarlos Martín Nieto <cmn@dwim.me>
Thu, 6 Oct 2016 09:04:55 +0000 (11:04 +0200)
commit565fb8dcd41eefb373ec6dc71dc2f19884d29cdc
tree1f2dd0e07d187cd4a7f2df293359b5a40181939d
parente8ab13b3fd8485086c2a906dac85ecc8fa162d84
revwalk: introduce tests that hide old commits

Introduce some tests that show some commits, while hiding some commits
that have a timestamp older than the common ancestors of these two
commits.
15 files changed:
tests/odb/foreach.c
tests/resources/testrepo.git/objects/43/da5ec3274dd061df152ff5e69853d562b01842 [new file with mode: 0644]
tests/resources/testrepo.git/objects/43/e968a905a821532069bb413801d35b200631cf [new file with mode: 0644]
tests/resources/testrepo.git/objects/5d/0f8f7891e872d284beef38254882dc879b2602 [new file with mode: 0644]
tests/resources/testrepo.git/objects/5f/34cd6e3285089647165983482cf90873d50940 [new file with mode: 0644]
tests/resources/testrepo.git/objects/8e/73b769e97678d684b809b163bebdae2911720f [new file with mode: 0644]
tests/resources/testrepo.git/objects/b2/04707bbc546a1a770ef6ced37c7089cc3bfe6b [new file with mode: 0644]
tests/resources/testrepo.git/objects/b2/35959d89084af8d3544fbdf675e47944f86524 [new file with mode: 0644]
tests/resources/testrepo.git/objects/b9/1e763008b10db366442469339f90a2b8400d0a [new file with mode: 0644]
tests/resources/testrepo.git/objects/bd/758010071961f28336333bc41e9c64c9a64866 [new file with mode: 0644]
tests/resources/testrepo.git/objects/db/4df74a2fc340a0d0cb0cafc0db471fdfff1048 [new file with mode: 0644]
tests/resources/testrepo.git/objects/db/793a00a5615eca1aac97e42b3a68b1acfa8bfd [new file with mode: 0644]
tests/resources/testrepo.git/objects/db/c0be625bed24b5d8f5d9a927484f2065d321af [new file with mode: 0644]
tests/resources/testrepo.git/objects/f0/a2a10243ca64f935dbe3dccb89ec8bf16bdace [new file with mode: 0644]
tests/revwalk/basic.c