summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* describe: document the APIcmn/describeCarlos Martín Nieto2014-09-301-3/+71
* describe: rename git_describe_opts to git_describe_optionsCarlos Martín Nieto2014-09-301-5/+9
* describe: implement describing the workdirCarlos Martín Nieto2014-09-301-0/+5
* describe: split into gather and format stepsCarlos Martín Nieto2014-09-301-4/+23
* describe: rename _object() to _commit()Carlos Martín Nieto2014-09-301-1/+1
* Merge remote-tracking branch 'upstream/master' into cmn/describeCarlos Martín Nieto2014-09-3041-728/+1247
|\
| * Merge pull request #2464 from libgit2/cmn/host-cert-infoVicent Marti2014-09-175-11/+109
| |\
| | * ssh: expose both hashesCarlos Martín Nieto2014-09-161-9/+16
| | * ssh: provide our own types for host key lengthsCarlos Martín Nieto2014-09-161-2/+12
| | * net: use only structs to pass information about certCarlos Martín Nieto2014-09-162-3/+35
| | * Merge remote-tracking branch 'upstream/master' into cmn/host-cert-infoCarlos Martín Nieto2014-09-165-8/+82
| | |\
| | * | net: remove support for outright ignoring certificatesCarlos Martín Nieto2014-09-162-11/+0
| | * | transport: move the cert type enum to types.hCarlos Martín Nieto2014-09-162-17/+16
| | * | transport: always call the certificate check callbackCarlos Martín Nieto2014-09-161-1/+3
| | * | http: send the DER-encoded cert to the callbackCarlos Martín Nieto2014-09-162-4/+4
| | * | Provide a callback for certificate validationCarlos Martín Nieto2014-09-165-0/+59
| * | | Fix attribute lookup in index for bare reposrb/attr-with-bareRussell Belfer2014-09-151-0/+13
| | |/ | |/|
| * | Merge pull request #2543 from libgit2/cmn/known-transportsVicent Marti2014-09-031-8/+5
| |\ \
| | * | remote: get rid of git_remote_valid_url()Carlos Martín Nieto2014-08-311-8/+5
| * | | Introduce option to use relative paths for repository work directoryjamill/relative_gitlinkJameson Miller2014-09-022-0/+21
| |/ /
| * | Merge pull request #2481 from libgit2/cmn/oidarrayVicent Marti2014-08-292-0/+56
| |\ \ | | |/ | |/|
| | * merge: expose multiple merge basescmn/oidarrayCarlos Martín Nieto2014-07-272-0/+56
| * | Merge remote-tracking branch 'upstream/master' into cmn/ssh-retryCarlos Martín Nieto2014-08-2716-480/+560
| |\ \
| | * \ Merge pull request #2528 from libgit2/vmg/tostr_sVicent Marti2014-08-181-4/+8
| | |\ \
| | | * | oid: Export `git_oid_tostr_s` instead of `_allocfmt`vmg/tostr_sVicent Marti2014-08-181-4/+8
| | * | | Custom transport: minor cleanupsEdward Thomson2014-08-144-348/+364
| | |/ /
| | * | Merge pull request #2484 from libgit2/fix-git-status-list-new-unreadable-folderVicent Marti2014-07-233-20/+30
| | |\ \
| | | * \ Merge remote-tracking branch 'origin/master' into fix-git-status-list-new-unr...Alan Rogers2014-07-229-115/+165
| | | |\ \ | | | | |/
| | | * | Move the UNREADABLE enums to the correct group.Alan Rogers2014-07-221-6/+6
| | | * | Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-07-104-28/+72
| | | |\ \
| | | * | | Whitespace wibbles.Alan Rogers2014-06-042-6/+7
| | | * | | Merge remote-tracking branch 'origin/development' into fix-git-status-list-ne...Alan Rogers2014-06-0420-125/+221
| | | |\ \ \
| | | * | | | GIT_DIFF_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-031-1/+4
| | | * | | | Add GIT_STATUS_OPT_INCLUDE_UNREADABLE_AS_UNTRACKEDAlan Rogers2014-06-031-16/+16
| | | * | | | Add GIT_STATUS_OPT_INCLUDE_UNREADABLEAlan Rogers2014-05-301-0/+1
| | | * | | | Remove GIT_FILEMODE_NEW as it's unused.Alan Rogers2014-05-301-2/+1
| | | * | | | Try a value for UNREADABLE that won't get masked out?!Alan Rogers2014-05-231-1/+1
| | | * | | | Return GIT_FILEMODE_UNREADABLE for files that fail to stat.Alan Rogers2014-05-212-1/+1
| | | * | | | Start adding GIT_DELTA_UNREADABLE and GIT_STATUS_WT_UNREADABLE.Alan Rogers2014-05-202-0/+5
| | | * | | | Rename GIT_ENOACCESS -> GIT_EUNREADABLEAlan Rogers2014-05-201-1/+1
| | | * | | | Return a specific error for EACCES.Alan Rogers2014-05-151-0/+1
| | * | | | | git_cherry_pick -> git_cherrypickEdward Thomson2014-07-222-16/+16
| | | |_|_|/ | | |/| | |
| | * | | | Just put it all in buffer.joshaber2014-07-162-42/+16
| | * | | | Export git_buf_text_is_binary and git_buf_text_contains_nul.expose-buffer-binary-detectionjoshaber2014-07-151-0/+42
| | * | | | Merge pull request #2463 from libgit2/cmn/ssh-factory-for-pathsVicent Marti2014-07-111-0/+16
| | |\ \ \ \
| | | * | | | ssh: provide a factory function for setting ssh pathscmn/ssh-factory-for-pathsCarlos Martín Nieto2014-07-071-0/+16
| | * | | | | checkout: fix docs formatting for the optionsCarlos Martín Nieto2014-07-111-12/+12
| | * | | | | Documentation fixesCarlos Martín Nieto2014-07-082-13/+20
| | |/ / / /
| | * | | | Fix git_cred_ssh_interactive_callback signatureJacques Germishuys2014-07-031-1/+1
| | * | | | Merge pull request #2449 from libgit2/cmn/maint-21Vicent Marti2014-07-021-10/+12
| | |\ \ \ \