An open API service providing commit metadata for open source projects.

GitHub / libgit2/git2go / commits

Git to Go; bindings for libgit2. Like McDonald's but tastier.

SHA Message Author Date Stats
ae107d5f Fix memory leaks in NewIndex() and OpenIndex() FUJII Ryota <r****f@r****z> almost 11 years ago
749963ce merge Merge pull request #266 from clns/update-libgit2 Carlos Martín Nieto <c****n@d****e> almost 11 years ago
3b5633de Mention that MergeAnalysis is a bitmask Carlos Martín Nieto <c****n@d****e> almost 11 years ago
367cd8eb Update libgit2 to 821131f Calin Seciu <c****u@g****m> almost 11 years ago
c4868aef merge Merge pull request #262 from clearr/ignore-support Carlos Martín Nieto <c****n@d****e> almost 11 years ago
22495763 Expose AddGitIgnoreRules and ClearGitIgnoreRules funcs Jose Alvarez <j****n@g****m> almost 11 years ago
22da351b merge Merge pull request #258 from TheDahv/feat-config-snapshot Carlos Martín Nieto <c****n@d****e> almost 11 years ago
56cc9e1b Add support for ignore FUJII Ryota <r****f@r****z> almost 11 years ago
43b39805 merge Merge pull request #261 from jbranchaud/fix-readme-typo Carlos Martín Nieto <c****n@d****e> almost 11 years ago
b1d97c1e Fix typo in README: manaager -> manager jbranchaud <j****d@g****m> almost 11 years ago
698ed4a4 merge Merge pull request #260 from clearr/index-entrybypath Carlos Martín Nieto <c****n@d****e> almost 11 years ago
b8283e72 Add EntryByPath method to Index FUJII Ryota <r****f@r****z> almost 11 years ago
81e0b16d Tests config lookup methods David Pierce <d****e@m****m> almost 11 years ago
80cf533f Config#LookupString uses git_buf to load value David Pierce <d****e@m****m> almost 11 years ago
d54ea1d6 Add stash support Calin Seciu <c****u@g****m> almost 11 years ago
1c855246 merge Merge pull request #253 from joseferminj/checkout-baseline Carlos Martín Nieto <c****n@d****e> almost 11 years ago
05228867 merge Merge remote-tracking branch 'origin/master' into next Carlos Martín Nieto <c****n@d****e> almost 11 years ago
ebf7f15b merge Merge branch 'status-options' Carlos Martín Nieto <c****n@d****e> almost 11 years ago
34fb7e03 Fix crash when using Pathspec in StatusOptions Calin Seciu <c****u@g****m>
Committed by: Carlos Martín Nieto <c****n@d****e>
almost 11 years ago
9397af08 Expose baseline field in CheckoutOptions Jose Alvarez <j****n@g****m> almost 11 years ago
b3e7705c Update vendored libgit2 Carlos Martín Nieto <c****n@d****e> about 11 years ago
d5890f58 Run go fmt Carlos Martín Nieto <c****n@d****e> about 11 years ago
876ddd17 Update missing bit to the new object model Carlos Martín Nieto <c****n@d****e> about 11 years ago
d5975252 merge Merge pull request #237 from libgit2/object-type Carlos Martín Nieto <c****n@d****e> about 11 years ago
6d3a3499 merge Merge branch 'master-v23' Carlos Martín Nieto <c****n@d****e> about 11 years ago
4090c401 Don't call the finalizer on a borrowed repository Carlos Martín Nieto <c****n@d****e> about 11 years ago
337f25d4 Remove the vendored libgit2 submodule Carlos Martín Nieto <c****n@d****e> about 11 years ago
2743bbfc Test against Go 1.5 Carlos Martín Nieto <c****n@d****e> about 11 years ago
1ea99658 Install v23 on Travis Carlos Martín Nieto <c****n@d****e> about 11 years ago
f72db33b merge Merge branch 'next' Carlos Martín Nieto <c****n@d****e> about 11 years ago
157593f3 Don't trat a revwalk's ITEROVER as an error Carlos Martín Nieto <c****n@d****e> about 11 years ago
e4b22228 merge Merge pull request #242 from pks-t/fix-populate-clone-options Carlos Martín Nieto <c****n@d****e> about 11 years ago
c6c2e938 merge Merge branch 'push-cb' into next Carlos Martín Nieto <c****n@d****e> about 11 years ago
a572b15d Add back support for RemoteCallbacks in Remote.Push() Aaron O'Mullan <a****n@g****m>
Committed by: Carlos Martín Nieto <c****n@d****e>
about 11 years ago
803ef7da Add nil check on CredentialsCallback wrapper Aaron O'Mullan <a****n@g****m>
Committed by: Carlos Martín Nieto <c****n@d****e>
about 11 years ago
3d15c877 merge Merge pull request #241 from pks-t/memleak-fixes Carlos Martín Nieto <c****n@d****e> about 11 years ago
0b530c15 clone: improve handling of remote create callback Patrick Steinhardt <p****s@p****m> about 11 years ago
37bb1a60 merge: fix memory leak related to merge file opts Patrick Steinhardt <p****s@p****m> about 11 years ago
cce14aa5 branch: fix memory leaks related to CStrings Patrick Steinhardt <p****s@p****m> about 11 years ago
ff6d4a7d We do require sudo on Travis Carlos Martín Nieto <c****n@d****e> about 11 years ago
47949510 merge Merge remote-tracking branch 'origin/master' into next Carlos Martín Nieto <c****n@d****e> about 11 years ago
b7159b0c Move from an Object interface to a type Carlos Martín Nieto <c****n@d****e> about 11 years ago
5d989f2c merge Merge pull request #236 from clns/object-peel Carlos Martín Nieto <c****n@d****e> about 11 years ago
fba081dd merge Merge pull request #227 from clns/describe Carlos Martín Nieto <c****n@d****e> about 11 years ago
17950c19 Add ability to peel any git object Calin Seciu <c****u@g****m> about 11 years ago
ed62fda3 merge Merge pull request #234 from libgit2/cmn/merge-base Carlos Martín Nieto <c****n@d****e> about 11 years ago
c0c6caed merge Merge branch 'tags-col' into next Carlos Martín Nieto <c****n@d****e> about 11 years ago
def4494b Move CreateTag to the tags collection Carlos Martín Nieto <c****n@d****e> about 11 years ago
efd61a4b Wrap MergeBases Carlos Martín Nieto <c****n@d****e> about 11 years ago
6c4af98c Add more support for tags Calin Seciu <c****u@g****m> about 11 years ago
12311c85 Add TagsCollection Calin Seciu <c****u@g****m> about 11 years ago
3de64ea8 merge Merge pull request #233 from tuexss/typos Carlos Martín Nieto <c****n@d****e> about 11 years ago
08d30893 Headline typo Andreas Beer <a****r@g****m> about 11 years ago
47d82916 Typos/unclarities in readme. Andreas Beer <a****r@g****m> about 11 years ago
a2e4e925 merge Merge pull request #230 from clns/tree-entry-by-id Carlos Martín Nieto <c****n@d****e> about 11 years ago
f2d8797a merge Merge pull request #231 from shurcooL/master-fix-HandleList-Track-gc-issue Carlos Martín Nieto <c****n@d****e> about 11 years ago
64c160f6 Find tree entry by id Calin Seciu <c****u@g****m> about 11 years ago
b4ba35d8 merge Merge pull request #228 from clns/ref-additions Carlos Martín Nieto <c****n@d****e> about 11 years ago
d307391e merge Merge pull request #219 from shurcooL/next-fix-HandleList-Track-gc-issue Carlos Martín Nieto <c****n@d****e> about 11 years ago
ec93213f Add ReferenceIsValidName() Calin Seciu <c****u@g****m> about 11 years ago
4b88210c Add check if reference is a note Calin Seciu <c****u@g****m> about 11 years ago
1018ff76 Add git-describe support Calin Seciu <c****u@g****m> about 11 years ago
28dee704 Bring back CheckoutForce Carlos Martín Nieto <c****n@d****e> about 11 years ago
e1e1b4b1 Prevent slot int variable from being GCed. Dmitri Shuralyov <s****L@g****m> about 11 years ago
b5693c14 Prevent slot int variable from being GCed. Dmitri Shuralyov <s****L@g****m> about 11 years ago
b4ade2b9 merge Merge remote-tracking branch 'upstream/master' into next Carlos Martín Nieto <c****n@d****e> about 11 years ago
4eae20ec Adjust style Carlos Martín Nieto <c****n@d****e> about 11 years ago
84275e69 merge Merge commit 'refs/pull/198/head' of github.com:libgit2/git2go Carlos Martín Nieto <c****n@d****e> about 11 years ago
24759071 merge Merge commit 'refs/pull/174/head' of github.com:libgit2/git2go Carlos Martín Nieto <c****n@d****e> about 11 years ago
47191d12 Submodule: use the Repository constructor Carlos Martín Nieto <c****n@d****e> about 11 years ago
b6811196 Clone: test we clone something usable and fix constructor Carlos Martín Nieto <c****n@d****e> about 11 years ago
66d266f9 Repository: move to use an actual constructor Carlos Martín Nieto <c****n@d****e> about 11 years ago
d478f4b1 merge Merge pull request #216 from libgit2/diff Carlos Martín Nieto <c****n@d****e> about 11 years ago
0ce52d9a Update to libgit2 fb84cde8 Carlos Martín Nieto <c****n@d****e> about 11 years ago
2d6b1ebd travis: make the script executable Carlos Martín Nieto <c****n@d****e> about 11 years ago
5f3a9d76 travis: don't install libgit2 for 'next' branch Carlos Martín Nieto <c****n@d****e> about 11 years ago
3115b6c7 travis: allow containerized builds Carlos Martín Nieto <c****n@d****e> about 11 years ago
e50203a2 merge Merge remote-tracking branch 'upstream/master' into next Carlos Martín Nieto <c****n@d****e> about 11 years ago
70c95a76 Create a NotesCollection for managing notes Carlos Martín Nieto <c****n@d****e> about 11 years ago
01a2d8d3 Create a ReferenceCollection for managing references Carlos Martín Nieto <c****n@d****e> about 11 years ago
d2808d16 Create a SubmoduleCollection for managing submodules Carlos Martín Nieto <c****n@d****e> about 11 years ago
4b9cbd78 Create a RemoteCollection for managing remotes Carlos Martín Nieto <c****n@d****e> about 11 years ago
ba0a2408 Get rid of Owner() on Remote and Submdoule Carlos Martín Nieto <c****n@d****e> about 11 years ago
d400f1d5 Update to libgit2 fa39975 Carlos Martín Nieto <c****n@d****e> about 11 years ago
2488de28 merge Merge pull request #212 from libgit2/remote-handle Carlos Martín Nieto <c****n@d****e> about 11 years ago
e066d24e Add DiffBlobs Carlos Martín Nieto <c****n@d****e> about 11 years ago
86e99179 diff: remove unnecessary args to Hunk and Line ctors Carlos Martín Nieto <c****n@d****e> about 11 years ago
c00a0558 Make the network code use handles Carlos Martín Nieto <c****n@d****e> about 11 years ago
53fd8ea0 merge Merge pull request #211 from shinningstar/master Carlos Martín Nieto <c****n@d****e> about 11 years ago
830e1714 Free reference resource allocated by libgit2 during go garbage collecting shinningstar <s****2@h****m> about 11 years ago
aefe8503 merge Merge pull request #210 from michaeledgar/master Carlos Martín Nieto <c****n@d****e> about 11 years ago
36e0a256 Update to libgit2 b6011e29 Carlos Martín Nieto <c****n@d****e> about 11 years ago
af773978 Add error code matching GIT_EAUTH for authentication failures Mike Edgar <a****r@g****m> about 11 years ago
85fde1fc merge Merge remote-tracking branch 'origin/master' into next Carlos Martín Nieto <c****n@d****e> about 11 years ago
53c158fb Fix test error messages taylorchu <t****u@g****m>
Committed by: Carlos Martín Nieto <c****n@d****e>
over 11 years ago
35ff0de8 merge Merge pull request #196 from pks-t/pointer-indirection Carlos Martín Nieto <c****n@d****e> over 11 years ago
e8531dd5 diff: only untrack notify payload when it is set Patrick Steinhardt <p****s@p****m> over 11 years ago
c43afaf9 tree: use correct C callback signature Patrick Steinhardt <p****s@p****m> over 11 years ago
1bd338af handles: do not store handles by uintptr Patrick Steinhardt <p****s@p****m> over 11 years ago
d95932c8 handles: panic when we cannot retrieve handle data Patrick Steinhardt <p****s@p****m> over 11 years ago

← Back to repository