• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jacquesg / p5-Git-Raw
95%
master: 95%

Build:
Build:
LAST BUILD BRANCH: merge
DEFAULT BRANCH: master
Repo Added 01 May 2014 09:58AM UTC
Files 82
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v0.45
branch: v0.45
CHANGE BRANCH
x
Reset
  • v0.45
  • abs2rel
  • additions
  • api-additions
  • azure
  • azure-pipelines
  • code-coverage
  • codecov
  • coverage
  • filemode
  • filter-list
  • graph-error
  • jacques/travis-changes
  • jacquesg/0.25-additions
  • jacquesg/5.8.9
  • jacquesg/activeperl
  • jacquesg/ahead-behind
  • jacquesg/ahead-behind-distinct
  • jacquesg/api-additions
  • jacquesg/appveyor
  • jacquesg/appveyor-update
  • jacquesg/assert
  • jacquesg/callbacks
  • jacquesg/certificate-check
  • jacquesg/cherry-pick
  • jacquesg/commit-amend
  • jacquesg/commit-as-email
  • jacquesg/conflict-object
  • jacquesg/cop-blead
  • jacquesg/coverage
  • jacquesg/darwin-test
  • jacquesg/detach-head
  • jacquesg/diff-additions
  • jacquesg/diff-deltas
  • jacquesg/diff-fixes
  • jacquesg/doc-fixes
  • jacquesg/entry-list-not-ref
  • jacquesg/error-context
  • jacquesg/error-model
  • jacquesg/file-slurp
  • jacquesg/index-add-frombuffer
  • jacquesg/index-crash
  • jacquesg/index-entrycount
  • jacquesg/index-find
  • jacquesg/index-improve
  • jacquesg/index-set
  • jacquesg/index-undef
  • jacquesg/index-write-tree
  • jacquesg/libgit2-update
  • jacquesg/merge-base-object
  • jacquesg/merge-flags
  • jacquesg/merge-index-file
  • jacquesg/no-tagger
  • jacquesg/nonexistent-branch
  • jacquesg/not-found-undef
  • jacquesg/note-author
  • jacquesg/notes
  • jacquesg/odb
  • jacquesg/odb-data
  • jacquesg/odb-extra
  • jacquesg/odb-foreach
  • jacquesg/odb-object
  • jacquesg/owners
  • jacquesg/path-utils
  • jacquesg/perl-5.22
  • jacquesg/perl520
  • jacquesg/portability
  • jacquesg/prettify
  • jacquesg/refcount
  • jacquesg/reference-lookup
  • jacquesg/reference-peel
  • jacquesg/reflog
  • jacquesg/reflog-object
  • jacquesg/remote-undef
  • jacquesg/restore-openbsd
  • jacquesg/revparse
  • jacquesg/ssh-interactive-test
  • jacquesg/ssh2-issues
  • jacquesg/stash-enhance
  • jacquesg/stash-id
  • jacquesg/stash-save
  • jacquesg/status-improvements
  • jacquesg/strawberry-5.20.2
  • jacquesg/tag-improve
  • jacquesg/thread-safe
  • jacquesg/travis-more-perls
  • jacquesg/tree-bypath
  • jacquesg/tree-entry-type
  • jacquesg/update-libgit2
  • jacquesg/update-libgit2-again
  • jacquesg/update-tips
  • jacquesg/upstream-branch
  • jacquesg/user-callback
  • jacquesg/walker-all
  • jacquesg/walker-sorting
  • jacquesg/whitespace-merges
  • jacquesg/winhttp
  • master
  • merge
  • ppport
  • push-refine
  • rebase
  • small-additions
  • submodule
  • trailers
  • update
  • update-1.5
  • update-libgit2
  • v0.36
  • v0.37
  • v0.38
  • v0.39
  • v0.40
  • v0.41
  • v0.42
  • v0.43
  • v0.44
  • v0.46
  • v0.47
  • v0.48
  • v0.49
  • v0.50
  • v0.51
  • v0.52
  • v0.54
  • v0.55
  • v0.56
  • v0.57
  • v0.58
  • v0.59
  • v0.60
  • v0.61
  • v0.62
  • v0.63
  • v0.64
  • v0.65
  • v0.66
  • v0.67
  • v0.68
  • v0.69
  • v0.70
  • v0.71
  • v0.72
  • v0.73
  • v0.74
  • v0.75
  • v0.76
  • v0.77
  • v0.78
  • v0.79
  • v0.80
  • v0.81
  • v0.82
  • v0.83
  • worktree-support

pending completion
907

push

travis-ci

jacquesg
v0.45

 - Update libgit2 to 73dd663 (GH#126,GH#137)
 - Added Walker methods (GH#127):
    + sorting
 - Added Index::Entry methods (GH#130):
    + blob
 - Added Graph methods (GH#131,GH#132):
    + ahead()
    + behind()
    + ahead_behind()
 - Added Commit methods (GH#134,GH#138):
    + as_email()
    + diff()
 - Added Blob methods:
    + is_binary()
 - Added Walker methods (GH#140):
    + all()
 - Added methods:
    + message_prettify()
 - Removed Remote methods (GH#135) (Incompatible change):
    + is_url_valid()
 - Index -> write_tree() now returns a Tree object (GH#128). A stringify
   overload has been provided for compatibility
 - Repository -> merge_base() now returns a Commit object (GH#129)
 - Commit, Tree and Blob now have overloads for equality and stringify (GH#129)
 - Index -> conflicts() now returns Index::Conflict objects (GH#130)
   (Incompatible change). The documenation was actually incorrect, a list
   of hashes was returned whereas the documenation stated a list of
   Index::Entry objects.
 - Try to support WinHTTP on Windows
 - Remote's update tips callback now set $a or $b to undef if the
   reference was created or removed (Incompatible change) (GH#136)
 - Added extra diff flags (GH#138)
 - Remote -> load() used to consider a missing remote as an error.
   It now returns undef instead of die'ing. (Incompatible change) (GH#139)
 - Tag -> foreach() now also returns lightweight tags (GH#141,GH#142)
 - Reference -> is_tag() was broken for lightweight tags (GH#142)

2960 of 3106 relevant lines covered (95.3%)

113.44 hits per line

Relevant lines Covered
Build:
Build:
3106 RELEVANT LINES 2960 COVERED LINES
113.44 HITS PER LINE
Source Files on v0.45
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
907 v0.45 v0.45 - Update libgit2 to 73dd663 (GH#126,GH#137) - Added Walker methods (GH#127): + sorting - Added Index::Entry methods (GH#130): + blob - Added Graph methods (GH#131,GH#132): + ahead() + behind() + ahead_behind() - Add... push 18 Sep 2014 09:40PM UTC jacquesg travis-ci pending completion  
See All Builds (1056)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc