Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | describe: split into gather and format steps | Carlos Martín Nieto | 2014-09-30 | 1 | -4/+23 | |
| * | | | | describe: rename _object() to _commit() | Carlos Martín Nieto | 2014-09-30 | 1 | -1/+1 | |
| * | | | | Merge remote-tracking branch 'upstream/master' into cmn/describe | Carlos Martín Nieto | 2014-09-30 | 41 | -728/+1247 | |
| |\ \ \ \ | | |/ / / | ||||||
| * | | | | object: introduce git_describe_object() | nulltoken | 2014-04-30 | 4 | -0/+70 | |
* | | | | | Merge pull request #2448 from libgit2/cmn/reference-transaction | Edward Thomson | 2014-10-09 | 4 | -1/+128 | |
|\ \ \ \ \ | ||||||
| * | | | | | transaction: rename lock() to lock_ref()cmn/reference-transaction | Carlos Martín Nieto | 2014-10-09 | 1 | -1/+1 | |
| * | | | | | transaction: add documentation | Carlos Martín Nieto | 2014-09-30 | 1 | -2/+88 | |
| * | | | | | Introduce reference transactions | Carlos Martín Nieto | 2014-09-30 | 3 | -0/+41 | |
| * | | | | | reflog: constify byindex | Carlos Martín Nieto | 2014-09-30 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #2462 from libgit2/cmn/remote-fetch-refs | Edward Thomson | 2014-10-09 | 1 | -1/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | remote: allow overriding the refspecs for download and fetch | Carlos Martín Nieto | 2014-09-30 | 1 | -1/+7 | |
| |/ / / / | ||||||
* | | | | | Add git_merge_bases_many. | Arthur Schreiber | 2014-10-09 | 1 | -0/+15 | |
* | | | | | hashsig: Export as a `sys` headervmg/hashsig | Vicent Marti | 2014-10-01 | 1 | -0/+76 | |
* | | | | | Include git2/odb_backend.h in git2.h | Carlos Martín Nieto | 2014-09-30 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #2464 from libgit2/cmn/host-cert-info | Vicent Marti | 2014-09-17 | 5 | -11/+109 | |
|\ \ \ \ | ||||||
| * | | | | ssh: expose both hashes | Carlos Martín Nieto | 2014-09-16 | 1 | -9/+16 | |
| * | | | | ssh: provide our own types for host key lengths | Carlos Martín Nieto | 2014-09-16 | 1 | -2/+12 | |
| * | | | | net: use only structs to pass information about cert | Carlos Martín Nieto | 2014-09-16 | 2 | -3/+35 | |
| * | | | | Merge remote-tracking branch 'upstream/master' into cmn/host-cert-info | Carlos Martín Nieto | 2014-09-16 | 5 | -8/+82 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| * | | | | net: remove support for outright ignoring certificates | Carlos Martín Nieto | 2014-09-16 | 2 | -11/+0 | |
| * | | | | transport: move the cert type enum to types.h | Carlos Martín Nieto | 2014-09-16 | 2 | -17/+16 | |
| * | | | | transport: always call the certificate check callback | Carlos Martín Nieto | 2014-09-16 | 1 | -1/+3 | |
| * | | | | http: send the DER-encoded cert to the callback | Carlos Martín Nieto | 2014-09-16 | 2 | -4/+4 | |
| * | | | | Provide a callback for certificate validation | Carlos Martín Nieto | 2014-09-16 | 5 | -0/+59 | |
* | | | | | Fix attribute lookup in index for bare reposrb/attr-with-bare | Russell Belfer | 2014-09-15 | 1 | -0/+13 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #2543 from libgit2/cmn/known-transports | Vicent Marti | 2014-09-03 | 1 | -8/+5 | |
|\ \ \ \ | ||||||
| * | | | | remote: get rid of git_remote_valid_url() | Carlos Martín Nieto | 2014-08-31 | 1 | -8/+5 | |
* | | | | | 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 | |
| | |_|_|/ / | |/| | | | |