| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Checkout: reindent, fix uninit. variable. | Ben Straub | 2012-07-09 | 1 | -125/+124 | |
| | * | | | Apply filters on checkout. | Ben Straub | 2012-07-06 | 1 | -6/+40 | |
| | * | | | Clone: update index to HEAD. | Ben Straub | 2012-06-25 | 1 | -12/+28 | |
| | * | | | Checkout: read blob objects to file. | Ben Straub | 2012-06-25 | 1 | -2/+39 | |
| | * | | | Clone: non-empty-dir test, now for Win32. | Ben Straub | 2012-06-21 | 1 | -2/+23 | |
| | * | | | Clone: allow empty dirs. | Ben Straub | 2012-06-21 | 1 | -9/+52 | |
| | * | | | Checkout: initial tree walkers. | Ben Straub | 2012-06-21 | 1 | -2/+50 | |
| | * | | | Clone: replace one hardcoded value with another. | Ben Straub | 2012-06-21 | 1 | -2/+2 | |
| | * | | | Clone: new home for git_checkout_force. | Ben Straub | 2012-06-21 | 2 | -10/+72 | |
| | * | | | Clone: minor cleanup and whitespace. | Ben Straub | 2012-06-21 | 1 | -1/+1 | |
| | * | | | Clone: prefer "master" as default branch. | Ben Straub | 2012-06-21 | 1 | -27/+47 | |
| | * | | | Clone: local branch for remote HEAD. | Ben Straub | 2012-06-21 | 1 | -5/+89 | |
| | * | | | Clone: remove fragile path-handling code. | Ben Straub | 2012-06-21 | 1 | -62/+69 | |
| | * | | | Clone: restructure. | Ben Straub | 2012-06-21 | 1 | -15/+25 | |
| | * | | | Add progress reporting to clone. | Ben Straub | 2012-06-21 | 1 | -43/+48 | |
| | * | | | Add git_clone and git_clone_bare. | Ben Straub | 2012-06-21 | 1 | -0/+112 | |
| * | | | | Fix compilation warning | nulltoken | 2012-08-15 | 1 | -1/+1 | |
| * | | | | Merge pull request #873 from carlosmn/tree-walk | Carlos Martín Nieto | 2012-08-14 | 1 | -4/+7 | |
| |\ \ \ \ | ||||||
| | * | | | | tree: allow the user to skip an entry or cancel the walk | Carlos Martín Nieto | 2012-08-13 | 1 | -3/+8 | |
| | * | | | | tree: bring back the documented behaviour for a walk | Carlos Martín Nieto | 2012-08-13 | 1 | -4/+2 | |
| * | | | | | Merge pull request #875 from arrbee/fix-message-prettify-length-check | Russell Belfer | 2012-08-14 | 1 | -10/+14 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Make git_message_prettify return bytes written | Russell Belfer | 2012-08-14 | 1 | -12/+14 | |
| | * | | | | | Check prettify message output buffer after cleanup | Russell Belfer | 2012-08-12 | 1 | -4/+6 | |
| | |/ / / / | ||||||
| * | | | | | Clean up code | Russell Belfer | 2012-08-12 | 1 | -3/+2 | |
| * | | | | | Fix config parser boundary logic | Russell Belfer | 2012-08-12 | 1 | -4/+3 | |
| |/ / / / | ||||||
| * | | | | sha1: add missing header guards | Michael Schubert | 2012-08-11 | 1 | -0/+5 | |
| * | | | | oid: Explicitly include `oid.h` for the inlined CMP | Vicent Marti | 2012-08-09 | 8 | -0/+8 | |
| * | | | | trim whitespace when parsing loose refs | Russell Belfer | 2012-08-09 | 1 | -36/+13 | |
| * | | | | Fix iterator check and return value | Russell Belfer | 2012-08-06 | 1 | -1/+6 | |
| * | | | | remotes: Proper return for `git_remote_ls` | Vicent Marti | 2012-08-06 | 1 | -4/+2 | |
| * | | | | Merge remote-tracking branch 'arrbee/tree-walk-fixes' into development | Vicent Marti | 2012-08-06 | 12 | -109/+170 | |
| |\ \ \ \ | ||||||
| | * | | | | Add new iteration behavior to git_tree_walk | Russell Belfer | 2012-08-03 | 1 | -4/+6 | |
| | * | | | | Update iterators for consistency across library | Russell Belfer | 2012-08-03 | 14 | -112/+149 | |
| | * | | | | Fix git_tree_walk to return user error | Russell Belfer | 2012-07-26 | 1 | -8/+26 | |
| * | | | | | remote: add missing include git2/remote.h | Michael Schubert | 2012-08-04 | 3 | -2/+2 | |
| * | | | | | filebuf: Check the return value for `close` | Vicent Marti | 2012-08-03 | 1 | -2/+7 | |
| * | | | | | win32: set errno to ENOENT or ENOTDIR when appropriate in do_lstat | Carlos Martín Nieto | 2012-08-02 | 1 | -0/+7 | |
| * | | | | | Merge remote-tracking branch 'nulltoken/topic/amd64-compat' into development | Vicent Marti | 2012-08-02 | 23 | -70/+76 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | portability: Improve x86/amd64 compatibility | nulltoken | 2012-07-24 | 23 | -67/+68 | |
| * | | | | | | Merge pull request #850 from libgit2/attr-export | Vicent Martí | 2012-08-01 | 3 | -8/+27 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | attr: Do not export variables externally | Vicent Marti | 2012-08-02 | 3 | -8/+27 | |
| * | | | | | | | repository: Indentation | Vicent Marti | 2012-08-02 | 1 | -29/+28 | |
| * | | | | | | | Merge pull request #848 from carlosmn/pending-message | Vicent Martí | 2012-08-01 | 1 | -0/+56 | |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | repository: add a getter and remove function for git's prepared message | Carlos Martín Nieto | 2012-08-01 | 1 | -0/+56 | |
| * | | | | | | | Add function to query for compile time settings. | Sascha Cunz | 2012-08-01 | 1 | -0/+12 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #826 from carlosmn/config-find-error | Vicent Martí | 2012-07-31 | 1 | -0/+4 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | config: set the error code if we can't find the global/system config | Carlos Martín Nieto | 2012-07-23 | 1 | -0/+4 | |
| * | | | | | | | Merge pull request #833 from carlosmn/odb-one | Vicent Martí | 2012-07-31 | 2 | -0/+48 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | repo: add git_repository_wrap_odb() to wrap an ODB | Carlos Martín Nieto | 2012-07-21 | 1 | -0/+13 | |
| | * | | | | | | | odb: allow creating an ODB backend from a packfile index | Carlos Martín Nieto | 2012-07-21 | 1 | -0/+35 | |
