• 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.37
branch: v0.37
CHANGE BRANCH
x
Reset
  • v0.37
  • 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.38
  • v0.39
  • v0.40
  • v0.41
  • v0.42
  • v0.43
  • v0.44
  • v0.45
  • 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
667

push

travis-ci

jacquesg
v0.37

 - Removed Index -> add_conflict() (Incompatible change) (GH#97)
 - Index -> read() now takes an optional force argument (GH#97)
 - Added Raw -> features() method. This may be used to query the features
    built into libgit2 (and thus Git::Raw).
 - Added Repository methods (GH#97):
    + Repository -> cherry_pick()
    + Repository -> revert()
 - Update libgit2 to df19219 (GH#99,GH#102)
 - Added Index methods (GH#100):
    + Index -> capabilities()
    + Index -> path()
    + Index -> add_all()
    + Index -> remove_all()
 - Improved documentation (GH#101)
 - Improved the error model (GH#101)
    All errors are now Git::Raw::Error objects. Extended error information
	provided by libgit2 may be queried (code/category/message) via the
	corresponding accessor. All existing code should continue to work as is
	(via "" and bool overloads).
 - Added Error methods (GH#101):
	+ Error -> code()
	+ Error -> category()
	+ Error -> message()
 - Removed constants from Filter (Incompatible change) (GH#101):
   They are now located in the Error namespace.

2444 of 2569 relevant lines covered (95.13%)

116.13 hits per line

Relevant lines Covered
Build:
Build:
2569 RELEVANT LINES 2444 COVERED LINES
116.13 HITS PER LINE
Source Files on v0.37
  • 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
667 v0.37 v0.37 - Removed Index -> add_conflict() (Incompatible change) (GH#97) - Index -> read() now takes an optional force argument (GH#97) - Added Raw -> features() method. This may be used to query the features built into libgit2 (and thus Git:... push 08 Jun 2014 03:36PM 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