| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne... | Alan Rogers | 2014-07-10 | 4 | -28/+72 | |
| | | |\ \ \ | ||||||
| | | * | | | | Whitespace wibbles. | Alan Rogers | 2014-06-04 | 2 | -6/+7 | |
| | | * | | | | Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne... | Alan Rogers | 2014-06-04 | 20 | -125/+221 | |
| | | |\ \ \ \ | ||||||
| | | * | | | | | GIT_DIFF_INCLUDE_UNREADABLE_AS_UNTRACKED | Alan Rogers | 2014-06-03 | 1 | -1/+4 | |
| | | * | | | | | Add GIT_STATUS_OPT_INCLUDE_UNREADABLE_AS_UNTRACKED | Alan Rogers | 2014-06-03 | 1 | -16/+16 | |
| | | * | | | | | Add GIT_STATUS_OPT_INCLUDE_UNREADABLE | Alan Rogers | 2014-05-30 | 1 | -0/+1 | |
| | | * | | | | | Remove GIT_FILEMODE_NEW as it's unused. | Alan Rogers | 2014-05-30 | 1 | -2/+1 | |
| | | * | | | | | Try a value for UNREADABLE that won't get masked out?! | Alan Rogers | 2014-05-23 | 1 | -1/+1 | |
| | | * | | | | | Return GIT_FILEMODE_UNREADABLE for files that fail to stat. | Alan Rogers | 2014-05-21 | 2 | -1/+1 | |
| | | * | | | | | Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE. | Alan Rogers | 2014-05-20 | 2 | -0/+5 | |
| | | * | | | | | Rename GIT_ENOACCESS -> GIT_EUNREADABLE | Alan Rogers | 2014-05-20 | 1 | -1/+1 | |
| | | * | | | | | 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 | 3 | -43/+16 | |
| | * | | | | | Export git_buf_text_is_binary and git_buf_text_contains_nul.expose-buffer-binary-detection | joshaber | 2014-07-15 | 2 | -0/+43 | |
| | * | | | | | 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 | |
