| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Introduce option to use relative paths for repository work directoryjamill/relative_gitlink | Jameson Miller | 2014-09-02 | 2 | -0/+21 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #2481 from libgit2/cmn/oidarray | Vicent Marti | 2014-08-29 | 2 | -0/+56 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | merge: expose multiple merge basescmn/oidarray | Carlos Martín Nieto | 2014-07-27 | 2 | -0/+56 | |
| * | | | | Merge remote-tracking branch 'upstream/master' into cmn/ssh-retry | Carlos Martín Nieto | 2014-08-27 | 16 | -480/+560 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge pull request #2528 from libgit2/vmg/tostr_s | Vicent Marti | 2014-08-18 | 1 | -4/+8 | |
| | |\ \ \ \ | ||||||
| | | * | | | | oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_s | Vicent Marti | 2014-08-18 | 1 | -4/+8 | |
| | | | |_|/ | | |/| | | ||||||
| | * | | | | Custom transport: minor cleanups | Edward Thomson | 2014-08-14 | 4 | -348/+364 | |
| | |/ / / | ||||||
| | * | | | Merge pull request #2484 from libgit2/fix-git-status-list-new-unreadable-folder | Vicent Marti | 2014-07-23 | 3 | -20/+30 | |
| | |\ \ \ | ||||||
| | | * \ \ | Merge remote-tracking branch 'origin/master' into fix-git-status-list-new-unr... | Alan Rogers | 2014-07-22 | 9 | -115/+165 | |
| | | |\ \ \ | | | |/ / | ||||||
| | | * | | | Move the UNREADABLE enums to the correct group. | Alan Rogers | 2014-07-22 | 1 | -6/+6 | |
| | | * | | | 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 | |
| | |/ / |/| | | ||||||
