summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Checkout: reindent, fix uninit. variable.Ben Straub2012-07-091-125/+124
| * | | Apply filters on checkout.Ben Straub2012-07-061-6/+40
| * | | Clone: update index to HEAD.Ben Straub2012-06-251-12/+28
| * | | Checkout: read blob objects to file.Ben Straub2012-06-251-2/+39
| * | | Clone: non-empty-dir test, now for Win32.Ben Straub2012-06-211-2/+23
| * | | Clone: allow empty dirs.Ben Straub2012-06-211-9/+52
| * | | Checkout: initial tree walkers.Ben Straub2012-06-211-2/+50
| * | | Clone: replace one hardcoded value with another.Ben Straub2012-06-211-2/+2
| * | | Clone: new home for git_checkout_force.Ben Straub2012-06-212-10/+72
| * | | Clone: minor cleanup and whitespace.Ben Straub2012-06-211-1/+1
| * | | Clone: prefer "master" as default branch.Ben Straub2012-06-211-27/+47
| * | | Clone: local branch for remote HEAD.Ben Straub2012-06-211-5/+89
| * | | Clone: remove fragile path-handling code.Ben Straub2012-06-211-62/+69
| * | | Clone: restructure.Ben Straub2012-06-211-15/+25
| * | | Add progress reporting to clone.Ben Straub2012-06-211-43/+48
| * | | Add git_clone and git_clone_bare.Ben Straub2012-06-211-0/+112
* | | | Fix compilation warningnulltoken2012-08-151-1/+1
* | | | Merge pull request #873 from carlosmn/tree-walkCarlos Martín Nieto2012-08-141-4/+7
|\ \ \ \
| * | | | tree: allow the user to skip an entry or cancel the walkCarlos Martín Nieto2012-08-131-3/+8
| * | | | tree: bring back the documented behaviour for a walkCarlos Martín Nieto2012-08-131-4/+2
* | | | | Merge pull request #875 from arrbee/fix-message-prettify-length-checkRussell Belfer2012-08-141-10/+14
|\ \ \ \ \
| * | | | | Make git_message_prettify return bytes writtenRussell Belfer2012-08-141-12/+14
| * | | | | Check prettify message output buffer after cleanupRussell Belfer2012-08-121-4/+6
| |/ / / /
* | | | | Clean up codeRussell Belfer2012-08-121-3/+2
* | | | | Fix config parser boundary logicRussell Belfer2012-08-121-4/+3
|/ / / /
* | | | sha1: add missing header guardsMichael Schubert2012-08-111-0/+5
* | | | oid: Explicitly include `oid.h` for the inlined CMPVicent Marti2012-08-098-0/+8
* | | | trim whitespace when parsing loose refsRussell Belfer2012-08-091-36/+13
* | | | Fix iterator check and return valueRussell Belfer2012-08-061-1/+6
* | | | remotes: Proper return for `git_remote_ls`Vicent Marti2012-08-061-4/+2
* | | | Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti2012-08-0612-109/+170
|\ \ \ \
| * | | | Add new iteration behavior to git_tree_walkRussell Belfer2012-08-031-4/+6
| * | | | Update iterators for consistency across libraryRussell Belfer2012-08-0314-112/+149
| * | | | Fix git_tree_walk to return user errorRussell Belfer2012-07-261-8/+26
* | | | | remote: add missing include git2/remote.hMichael Schubert2012-08-043-2/+2
* | | | | filebuf: Check the return value for `close`Vicent Marti2012-08-031-2/+7
* | | | | win32: set errno to ENOENT or ENOTDIR when appropriate in do_lstatCarlos Martín Nieto2012-08-021-0/+7
* | | | | Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into developmentVicent Marti2012-08-0223-70/+76
|\ \ \ \ \
| * | | | | portability: Improve x86/amd64 compatibilitynulltoken2012-07-2423-67/+68
* | | | | | Merge pull request #850 from libgit2/attr-exportVicent Martí2012-08-013-8/+27
|\ \ \ \ \ \
| * | | | | | attr: Do not export variables externallyVicent Marti2012-08-023-8/+27
* | | | | | | repository: IndentationVicent Marti2012-08-021-29/+28
* | | | | | | Merge pull request #848 from carlosmn/pending-messageVicent Martí2012-08-011-0/+56
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | repository: add a getter and remove function for git's prepared messageCarlos Martín Nieto2012-08-011-0/+56
* | | | | | | Add function to query for compile time settings.Sascha Cunz2012-08-011-0/+12
|/ / / / / /
* | | | | | Merge pull request #826 from carlosmn/config-find-errorVicent Martí2012-07-311-0/+4
|\ \ \ \ \ \
| * | | | | | config: set the error code if we can't find the global/system configCarlos Martín Nieto2012-07-231-0/+4
* | | | | | | Merge pull request #833 from carlosmn/odb-oneVicent Martí2012-07-312-0/+48
|\ \ \ \ \ \ \
| * | | | | | | repo: add git_repository_wrap_odb() to wrap an ODBCarlos Martín Nieto2012-07-211-0/+13
| * | | | | | | odb: allow creating an ODB backend from a packfile indexCarlos Martín Nieto2012-07-211-0/+35