summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | remote: download HEAD when no refspecs are givenCarlos Martín Nieto2013-11-011-1/+1
* | | Allow callers to set mode on packfile creationEdward Thomson2013-11-072-0/+4
* | | Add git_packbuilder_hash to query pack filenameEdward Thomson2013-11-071-0/+10
| |/ |/|
* | Merge pull request #1946 from arthurschreiber/change-branch-iterator-definitionCarlos Martín Nieto2013-11-051-2/+2
|\ \
| * | Change the git_branch_iterator_new and git_branch_next definitions to use git...Arthur Schreiber2013-11-051-2/+2
* | | Blame: change signature to be more binding-friendlyBen Straub2013-11-051-1/+1
|/ /
* | merge branch into current, updating workdirEdward Thomson2013-11-052-0/+63
* | Merge pull request #1938 from libgit2/cmn/branch-iteratorVicent Martí2013-11-051-16/+24
|\ \
| * | branch: move from foreach to an iteratorCarlos Martín Nieto2013-11-051-16/+24
* | | Merge pull request #1941 from libgit2/rb/preserve-iterator-errorVicent Martí2013-11-051-0/+14
|\ \ \ | |/ / |/| |
| * | error: Simplify giterr_detachVicent Marti2013-11-051-9/+6
| * | Add giterr_detach API to get and clear errorRussell Belfer2013-11-041-0/+17
* | | Take umask into account in filebuf_commitEdward Thomson2013-11-041-2/+2
|/ /
* | Merge pull request #1939 from ethomson/readwrite_odbVicent Martí2013-11-041-1/+9
|\ \
| * | Allow backend consumers to specify file modeEdward Thomson2013-11-041-1/+9
| |/
* | Merge pull request #1317 from libgit2/blameRussell Belfer2013-11-043-0/+216
|\ \
| * \ Merge remote-tracking branch 'libgit2/development' into blameBen Straub2013-10-2820-531/+740
| |\ \
| * | | Move flag dependencies into docs and code.Ben Straub2013-10-101-4/+4
| * | | Include signatures in blame hunksBen Straub2013-10-101-0/+2
| * | | Merge branch 'development' into blameBen Straub2013-10-038-93/+218
| |\ \ \
| * \ \ \ Merge branch 'development' into blameBen Straub2013-09-2512-18/+615
| |\ \ \ \
| * | | | | Trim API, document which parts aren't doneBen Straub2013-09-251-6/+8
| * | | | | Blame: minor cleanupBen Straub2013-09-251-1/+1
| * | | | | Detect boundaries, support limiting commit rangeBen Straub2013-09-201-0/+4
| * | | | | Port blame from git.gitBen Straub2013-09-162-30/+58
| * | | | | Merge branch 'development' into blame_rebasedBen Straub2013-09-1639-298/+1141
| |\ \ \ \ \
| * | | | | | Fix spelling, remove pesky constsBen Straub2013-06-131-3/+3
| * | | | | | Introduce git_blame_bufferBen Straub2013-06-131-0/+14
| * | | | | | Change API based on @arrbee's feedbackBen Straub2013-06-131-13/+33
| * | | | | | Initial blame APIBen Straub2013-06-132-0/+146
* | | | | | | Merge pull request #1937 from scunz/checkout_assertVicent Martí2013-11-041-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Checkout: Don't assert if treeish is NULLSascha Cunz2013-11-021-1/+1
| * | | | | | | Checkout: Unifiy const-ness of `opts` parameterSascha Cunz2013-11-021-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Add git_diff_options_init helperRussell Belfer2013-11-012-13/+45
* | | | | | | Convert git_index_read to have a "force" flagRussell Belfer2013-11-011-9/+9
* | | | | | | Make diff and status perform soft index reloadRussell Belfer2013-11-013-5/+24
|/ / / / / /
* | | | | | Merge pull request #1918 from libgit2/cmn/indexer-namingVicent Martí2013-11-012-9/+9
|\ \ \ \ \ \
| * | | | | | indexer: remove the stream infixCarlos Martín Nieto2013-10-302-9/+9
| | |_|_|_|/ | |/| | | |
* | | | | | Fix saving remotes with several fetch/push ref specs.Daniel Rodríguez Troitiño2013-11-012-0/+12
* | | | | | Remove leftover function declarationCarlos Martín Nieto2013-10-301-15/+0
|/ / / / /
* | | | | Merge pull request #1891 from libgit2/cmn/fix-thin-packsVicent Martí2013-10-283-1/+15
|\ \ \ \ \
| * | | | | indexer: include the delta statsCarlos Martín Nieto2013-10-231-0/+2
| * | | | | indexer: clearer stats for thin packsCarlos Martín Nieto2013-10-111-0/+7
| * | | | | indexer: fix thin packsCarlos Martín Nieto2013-10-043-1/+6
* | | | | | Merge pull request #1904 from libgit2/cmn/ssh-namingVicent Martí2013-10-281-16/+26
|\ \ \ \ \ \
| * | | | | | Rename the ssh credentialsCarlos Martín Nieto2013-10-231-16/+26
* | | | | | | Merge pull request #1802 from libgit2/cmn/reflog-backendBen Straub2013-10-283-8/+69
|\ \ \ \ \ \ \
| * | | | | | | reflog: bring _append and _drop back to the frontendCarlos Martín Nieto2013-10-021-12/+0
| * | | | | | | reflog: add a convenience append functionCarlos Martín Nieto2013-10-021-0/+17
| * | | | | | | reflog: move the reflog implementation into refdb_fsCarlos Martín Nieto2013-10-023-8/+64
| | |/ / / / / | |/| | | | |