| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | Return a specific error for EACCES. | Alan Rogers | 2014-05-15 | 1 | -0/+1 | |
| | * | | | | | | git_cherry_pick -> git_cherrypick | Edward Thomson | 2014-07-22 | 2 | -16/+16 | |
| | | |_|_|/ / | |/| | | | | ||||||
| | * | | | | | Just put it all in buffer. | joshaber | 2014-07-16 | 2 | -42/+16 | |
| | * | | | | | Export git_buf_text_is_binary and git_buf_text_contains_nul.expose-buffer-binary-detection | joshaber | 2014-07-15 | 1 | -0/+42 | |
| | * | | | | | Merge pull request #2463 from libgit2/cmn/ssh-factory-for-paths | Vicent Marti | 2014-07-11 | 1 | -0/+16 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | ssh: provide a factory function for setting ssh pathscmn/ssh-factory-for-paths | Carlos Martín Nieto | 2014-07-07 | 1 | -0/+16 | |
| | * | | | | | | checkout: fix docs formatting for the options | Carlos Martín Nieto | 2014-07-11 | 1 | -12/+12 | |
| | * | | | | | | Documentation fixes | Carlos Martín Nieto | 2014-07-08 | 2 | -13/+20 | |
| | |/ / / / / | ||||||
| | * | | | | | Fix git_cred_ssh_interactive_callback signature | Jacques Germishuys | 2014-07-03 | 1 | -1/+1 | |
| | * | | | | | Merge pull request #2449 from libgit2/cmn/maint-21 | Vicent Marti | 2014-07-02 | 1 | -10/+12 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | ssh: always declare the libssh2 types | Carlos Martín Nieto | 2014-06-30 | 1 | -8/+11 | |
| | | * | | | | | ssh: create the right callback signature based on build options | Carlos Martín Nieto | 2014-06-30 | 1 | -10/+9 | |
| | | | |_|/ / | | |/| | | | ||||||
| | * | | | | | clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repo | Carlos Martín Nieto | 2014-07-02 | 1 | -53/+0 | |
| | * | | | | | clone: add a callback for repository creation | Carlos Martín Nieto | 2014-07-02 | 1 | -3/+36 | |
| | * | | | | | Improvements to git_transport extensibility | Philip Kelley | 2014-06-26 | 2 | -21/+48 | |
| | * | | | | | Export git_revert_commit | Edward Thomson | 2014-06-25 | 1 | -1/+1 | |
| | * | | | | | Merge remote-tracking branch 'upstream/cmn/treebuilder-perf' | Carlos Martín Nieto | 2014-06-24 | 1 | -2/+4 | |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | | * | | | | treebuilder: don't keep removed entries around | Carlos Martín Nieto | 2014-06-10 | 1 | -3/+5 | |
| | | * | | | | treebuilder: use a map instead of vector to store the entries | Carlos Martín Nieto | 2014-06-10 | 1 | -1/+1 | |
| * | | | | | | cred: add convenience function to get the username | Carlos Martín Nieto | 2014-06-26 | 1 | -0/+8 | |
| * | | | | | | cred: introduce username-only cred | Carlos Martín Nieto | 2014-06-26 | 1 | -0/+14 | |
| * | | | | | | Introduce GIT_EAUTH | Carlos Martín Nieto | 2014-06-26 | 1 | -0/+1 | |
| |/ / / / / | ||||||
| * | | | | | remote: update documentation | Carlos Martín Nieto | 2014-06-11 | 1 | -18/+60 | |
| |/ / / / | ||||||
| * | | | | pathspec: use C guards in header | Carlos Martín Nieto | 2014-06-10 | 1 | -0/+3 | |
| * | | | | remote: fix rename docs | Carlos Martín Nieto | 2014-06-09 | 1 | -3/+0 | |
| * | | | | Bump version to 0.21.0 | Carlos Martín Nieto | 2014-06-08 | 1 | -3/+3 | |
| * | | | | Change SOVERSION at API breakscmn/soversion | Carlos Martín Nieto | 2014-06-08 | 1 | -0/+2 | |
| * | | | | remote: don't free the remote on deletecmn/remote-rename-more | Carlos Martín Nieto | 2014-06-06 | 1 | -2/+0 | |
| * | | | | remote: return problem refspecs instead of using a callback | Carlos Martín Nieto | 2014-06-06 | 1 | -3/+5 | |
| | |/ / |/| | | ||||||
| * | | | index: split GIT_IDXENTRY into two flag enumscmn/docstuff | Carlos Martín Nieto | 2014-06-03 | 1 | -28/+31 | |
| * | | | Formatting fixes for the docs | Carlos Martín Nieto | 2014-06-03 | 5 | -58/+58 | |
| * | | | Merge pull request #2011 from libgit2/cmn/clone-local | Vicent Marti | 2014-05-29 | 1 | -0/+37 | |
| |\ \ \ | ||||||
| | * | | | clone: allow for linking in local clone | Carlos Martín Nieto | 2014-05-28 | 1 | -0/+4 | |
| | * | | | clone: add flag not to link | Carlos Martín Nieto | 2014-05-28 | 1 | -0/+1 | |
| | * | | | clone: add flags to override whether to perform a local clone | Carlos Martín Nieto | 2014-05-28 | 1 | -0/+7 | |
| | * | | | clone: perform a "local clone" when given a local path | Carlos Martín Nieto | 2014-05-28 | 1 | -0/+25 | |
| * | | | | [Blob] Update documentation for is_binary. | Ungureanu Marius | 2014-05-28 | 1 | -1/+1 | |
| * | | | | Modify GIT_MERGE_CONFIG -> GIT_MERGE_PREFERENCE | Edward Thomson | 2014-05-27 | 1 | -6/+7 | |
| * | | | | Move GIT_MERGE_CONFIG_* to its own enum | Edward Thomson | 2014-05-27 | 1 | -3/+11 | |
| * | | | | Introduce GIT_MERGE_CONFIG_* for merge.ff settings | Edward Thomson | 2014-05-27 | 1 | -0/+12 | |
| |/ / / | ||||||
| * | | | Fixed miscellaneous documentation errors. | Michael Anderson | 2014-05-23 | 10 | -34/+31 | |
| * | | | remote: add api to guess the remote's default branch | Carlos Martín Nieto | 2014-05-21 | 1 | -0/+18 | |
| * | | | remote: expose the remote's symref mappings | Carlos Martín Nieto | 2014-05-21 | 1 | -0/+5 | |
| * | | | message: don't assume the comment charcmn/comment-char | Carlos Martín Nieto | 2014-05-18 | 1 | -3/+5 | |
| * | | | Merge pull request #2313 from libgit2/cmn/remote-delete | Vicent Marti | 2014-05-16 | 1 | -0/+13 | |
| |\ \ \ | |/ / |/| | | ||||||
| | * | | remote: Introduce git_remote_delete() | nulltoken | 2014-04-30 | 1 | -0/+13 | |
| | |/ | ||||||
| * | | Minor fixes for warnings and error propagation | Russell Belfer | 2014-05-12 | 1 | -1/+5 | |
| * | | Merge pull request #2188 from libgit2/cmn/config-snapshot | Russell Belfer | 2014-05-12 | 3 | -3/+43 | |
| |\ \ | ||||||
| | * | | repository: introduce a convenience config snapshot methodcmn/config-snapshot | Carlos Martín Nieto | 2014-05-07 | 1 | -1/+13 | |
| | * | | config: document the how long the pointers are valid for | Carlos Martín Nieto | 2014-04-18 | 1 | -1/+14 | |
