Branch | Commit message | Author | Age |
8bit-filename-status | Fix git_status_file for files that start with a character > 0x7f | Adam Roben | 12 years |
appveyor | pbbbbbbbbbbbbt | Edward Thomson | 8 years |
attr-export | attr: Do not export variables externally | Vicent Marti | 12 years |
autocrlf-fixes | Move crlf conversion into buf_text | Russell Belfer | 12 years |
better-url-parsing | Make url decoding more bulletproof | Ben Straub | 11 years |
bindings/libgit2sharp/020_2 | Always checkout with case sensitive iterator | Edward Thomson | 10 years |
bindings/libgit2sharp/022_1 | smart_pkt: treat empty packet lines as error | Patrick Steinhardt | 8 years |
blame-fixes | Minor cleanup | Ben Straub | 11 years |
branch-delete-ref | branch: Change `git_branch_delete` to take a ref | Vicent Marti | 12 years |
breaking-changes | errors: Rename error codes | Vicent Martí | 12 years |
brianmario/attr-from-tree | skip loading an index if we loaded the repo as bare | Brian Lopez | 8 years |
brianmario/revwalk-filter | allow re-assigning filter callback | Brian Lopez | 7 years |
brianmario/trailer-info | Add message trailer iterator API | Brian Lopez | 7 years |
brianmario/trailer-list | change trailer API to return a simple array | Brian Lopez | 7 years |
bug/status_case | status: Add case insensitivity related failing test | nulltoken | 11 years |
charliesome/trailer-info | rename find_trailer to extract_trailer_block | Brian Lopez | 7 years |
ci | z | Edward Thomson | 6 years |
clar-no-cache | Disable caching in Clar | Vicent Marti | 12 years |
clar2 | clar: fix merge/setup.c | Vicent Marti | 12 years |
clay-rename | gitignore: Add `clar` data | Vicent Martí | 13 years |
clay-test | Add Clay 0.7.0 script | Vicent Marti | 13 years |
cmn/add-unreg-submodule | index: stage an unregistered submodule as well | Carlos Martín Nieto | 9 years |
cmn/ahead-behind-order | graph: fix ahead-behind logic | Carlos Martín Nieto | 10 years |
cmn/allocator-init-order | alloc: don't overwrite allocator during init if set | Carlos Martín Nieto | 6 years |
cmn/annotated-from-tag | annotated_commit: peel to commit instead of assuming we have one | Carlos Martín Nieto | 6 years |
cmn/atexit-skeleton | atexit: create skeleton | Carlos Martín Nieto | 7 years |
cmn/auth-retry | tests: create a ctest target for cred_callback | Carlos Martín Nieto | 9 years |
cmn/backends-prio | odb: reverse the default backend priorities | Carlos Martín Nieto | 9 years |
cmn/badssl | net: add tests against badssl.com | Carlos Martín Nieto | 9 years |
cmn/branch-or-ref | repo: specify init.defaultbranch is meant to be a branch name | Carlos Martín Nieto | 4 years |
cmn/bump-pretend-git | http: bump the pretend git version in the User-Agent | Carlos Martín Nieto | 8 years |
cmn/bump-v25 | Bump version number to v0.25 | Carlos Martín Nieto | 8 years |
cmn/cancellation | Add minimal cancellation to diff | Carlos Martín Nieto | 8 years |
cmn/changelog | CHANGELOG: fill in some updates we missed | Carlos Martín Nieto | 8 years |
cmn/checkout-free-stream | filter: make sure to close the stream even on error | Carlos Martín Nieto | 9 years |
cmn/clar-tmp | p_open: make flags volatile | Carlos Martín Nieto | 11 years |
cmn/clone-auth-change | test: remove assembla clone test | Carlos Martín Nieto | 10 years |
cmn/clone-custom-repo | clone: remote git_clone_into{,_local} from the public API | Carlos Martín Nieto | 10 years |
cmn/clone-everything | local: recusrively insert non-branch objects into the packfile | Carlos Martín Nieto | 10 years |
cmn/clone-into-mirror | clone: don't error out if the branch already exists | Carlos Martín Nieto | 10 years |
cmn/clone-local | clone: more explicit local tests | Carlos Martín Nieto | 10 years |
cmn/clone-submodule | submodule: add test initialising and cloning a repo | Carlos Martín Nieto | 9 years |
cmn/cmake-feature-302 | cmake: use a FEATURE_SUMMARY call compatible with 3.0.2 | Carlos Martín Nieto | 7 years |
cmn/comment-char | message: don't assume the comment char | Carlos Martín Nieto | 10 years |
cmn/commit-create-safe | commit: safer commit creation with reference update | Carlos Martín Nieto | 11 years |
cmn/commit-header-field | commit: allow retrieving an arbitrary header field | Carlos Martín Nieto | 9 years |
cmn/commit-on | examples: adjust merge to git_commit_create_on | Carlos Martín Nieto | 7 years |
cmn/commit-to-memory | commit: split creating the commit and writing it out | Carlos Martín Nieto | 9 years |
cmn/commit-with-signature | commit: add function to attach a signature to a commit | Carlos Martín Nieto | 9 years |
cmn/common-crypto | hash: use CommonCrypto on OSX for SHA-1 | Carlos Martín Nieto | 10 years |
cmn/compress-buf-free | Plug a leak in the refs compressor | Carlos Martín Nieto | 8 years |
cmn/config-borrow-entry | config: borrow refcounted references | Carlos Martín Nieto | 10 years |
cmn/config-checksum | filebuf: use an internal buffer | Carlos Martín Nieto | 9 years |
cmn/config-comment | config: buffer comments to match git's variable-adding | Carlos Martín Nieto | 9 years |
cmn/config-default-snapshot | Make the default repository config getter return a snapshot | Carlos Martín Nieto | 10 years |
cmn/config-get-path | config: add parsing and getter for paths | Carlos Martín Nieto | 10 years |
cmn/config-header-common | config: return an error if config_refresh is called on a snapshot | Carlos Martín Nieto | 7 years |
cmn/config-ignore-access | repository: allow the global and system configs to fail loading | Carlos Martín Nieto | 11 years |
cmn/config-nonewline | config: variables might appear on the same line as a section header | Carlos Martín Nieto | 6 years |
cmn/config-refresh-remove | config: remove the refresh function and backend field | Carlos Martín Nieto | 10 years |
cmn/config-regex-is-normalised | config: explicitly state that subsections are case-sensitive | Carlos Martín Nieto | 7 years |
cmn/config-repeated | config: show we write a spurious duplicated section header | Carlos Martín Nieto | 9 years |
cmn/config-snapshot | repository: introduce a convenience config snapshot method | Carlos Martín Nieto | 11 years |
cmn/config-tx | config: perform unlocking via git_transaction | Carlos Martín Nieto | 9 years |
cmn/config-write-preserve-case | config: check for OOM when writing | Carlos Martín Nieto | 7 years |
cmn/conventions | CONVENTIONS: update to include general public API principles | Carlos Martín Nieto | 9 years |
cmn/copypeertrust-null | SecureTransport: handle NULL trust on success | Carlos Martín Nieto | 8 years |
cmn/coverity | filter: close the descriptor in case of error | Carlos Martín Nieto | 9 years |
cmn/create-with-signature-verification | commit: verify objects exist in git_commit_with_signature | Carlos Martín Nieto | 5 years |
cmn/createblob-stream | blob: remove _fromchunks() | Carlos Martín Nieto | 9 years |
cmn/ctest-jobs | clar: give the caller a chance to clean up when listing suites | Carlos Martín Nieto | 9 years |
cmn/curl-proxyauth-any | curl: use the most secure auth method for the proxy | Carlos Martín Nieto | 9 years |
cmn/curl-stream | SecureTransport: use the curl stream if available | Carlos Martín Nieto | 9 years |
cmn/custom-agent | winhttp: use a custom user-agent if the user has set it | Carlos Martín Nieto | 9 years |
cmn/delta-base-eviction | pack: use a doubly linked lru list for eviction | Carlos Martín Nieto | 11 years |
cmn/describe | describe: document the API | Carlos Martín Nieto | 10 years |
cmn/diff-binary-patch | binary diff: test that the diff and patch otputs are the same | Carlos Martín Nieto | 9 years |
cmn/diriter-notfound | path: convert diropen's ENOENT to GIT_ENOTFOUND | Carlos Martín Nieto | 9 years |
cmn/disable-ssh-check | travis: disable the cert callback on OSX | Carlos Martín Nieto | 10 years |
cmn/doc-all | doc: add documentation to all the public structs and enums | Carlos Martín Nieto | 10 years |
cmn/doc-allocfmt | oid: explain why allocfmt is exposed | Carlos Martín Nieto | 10 years |
cmn/docstuff | index: split GIT_IDXENTRY into two flag enums | Carlos Martín Nieto | 10 years |
cmn/dont-grow-borrowed | Add CHANGELOG entries | Carlos Martín Nieto | 9 years |
cmn/double-author | commit: ignore multiple author fields | Carlos Martín Nieto | 9 years |
cmn/dual-os | travis: build on osx too | Carlos Martín Nieto | 10 years |
cmn/dwim-general-message | refs: provide a more general error message for dwim | Carlos Martín Nieto | 9 years |
cmn/dynamic-libssh2 | fixup | Carlos Martín Nieto | 8 years |
cmn/embed-libssh2 | Provide option to embed libssh2 | Carlos Martín Nieto | 10 years |
cmn/embed-ssh | Provide option to embed libssh2 | Carlos Martín Nieto | 10 years |
cmn/empty-objects | odb: hardcode the empty blob and tree | Carlos Martín Nieto | 10 years |
cmn/error-buffer | error: store the error messages in a reusable buffer | Carlos Martín Nieto | 9 years |
cmn/example-pull | Add pull example | Carlos Martín Nieto | 10 years |
cmn/expose-gitfile-check | path: export the dotgit-checking functions | Carlos Martín Nieto | 6 years |
cmn/expose-indent-heuristic | blame: disable the indent heuristic | Carlos Martín Nieto | 7 years |
cmn/extract-oneline-sig | commit: fix extraction of single-line signatures | Carlos Martín Nieto | 9 years |
cmn/faster-header | odb: avoid inflating the full delta to read the header | Carlos Martín Nieto | 9 years |
cmn/fetch-ex-fetch | examples: modernise the fetch example | Carlos Martín Nieto | 9 years |
cmn/fetch-prune | Update CHANGELOG for pruning | Carlos Martín Nieto | 10 years |
cmn/fetch-spec-fetchhead | remote: insert refspecs with no rhs in FETCH_HEAD | Carlos Martín Nieto | 9 years |
cmn/fetch-tags-refspec | remote: check the relevance of the refspec when updating FETCH_HEAD | Carlos Martín Nieto | 10 years |
cmn/fetch-terminate | smart: send a flush when we disconnect | Carlos Martín Nieto | 10 years |
cmn/fetch-twice | fetch: clear the connection data on close | Carlos Martín Nieto | 10 years |
cmn/fetchhead-refactor | remote: refactor the reference-update decision | Carlos Martín Nieto | 10 years |
cmn/file-in-objects-dir | odb: ignore files in the objects dir | Carlos Martín Nieto | 11 years |
cmn/filebuf-atomic-unlock | filebuf: make unlocking atomic | Carlos Martín Nieto | 10 years |
cmn/filebuf-rename-error | filebuf: remove lockfile upon rename errors | Carlos Martín Nieto | 9 years |
cmn/filter-doc | filter: add docs for streaming filters | Carlos Martín Nieto | 9 years |
cmn/fix-allowed-failures | travis: fix allowed failures list | Carlos Martín Nieto | 10 years |
cmn/follow-symlink | filebuf: follow symlinks when creating a lock file | Carlos Martín Nieto | 9 years |
cmn/for-v23 | Add test case | Vicent Marti | 9 years |
cmn/forbid-mutiurl | remote: refuse to load multi-url remotes | Carlos Martín Nieto | 9 years |
cmn/foreach-cancel-loose | path: error out if the callback returns an error | Carlos Martín Nieto | 9 years |
cmn/format-security | cmake: enable -Wformat and -Wformat-security | Carlos Martín Nieto | 6 years |
cmn/free-tls-error | global: free the error message when exiting a thread | Carlos Martín Nieto | 10 years |
cmn/global-init | Rename git_threads_ to git_libgit2_ | Carlos Martín Nieto | 10 years |
cmn/global-mwf | Share packs across repository instances | Carlos Martín Nieto | 10 years |
cmn/goals | README: be more explicit in the goals and scope | Carlos Martín Nieto | 8 years |
cmn/header-field-2 | commit: also match the first header field when searching | Carlos Martín Nieto | 9 years |
cmn/hide-push | remote: remove git_push from the public API | Carlos Martín Nieto | 10 years |
cmn/hide-then-push | revwalk: reword the push text | Carlos Martín Nieto | 10 years |
cmn/host-cert-info | ssh: skip the localhost cert check earlier | Carlos Martín Nieto | 10 years |
cmn/http-enforce-cred | http: enforce the credential types | Carlos Martín Nieto | 10 years |
cmn/http-error | http: propagate the credentials callback's error code | Carlos Martín Nieto | 9 years |
cmn/http-recv-buffer | http: make sure we can consume the data we request | Carlos Martín Nieto | 10 years |
cmn/http-url-path | netops: error out on url without a path | Carlos Martín Nieto | 10 years |
cmn/https-cap-no-hardcode | settings: clarify what each value means | Carlos Martín Nieto | 8 years |
cmn/idx-extra-check | pack: don't allow a negative offset | Carlos Martín Nieto | 9 years |
cmn/idx-fill-hole | indexer: use lseek to extend the packfile | Carlos Martín Nieto | 9 years |
cmn/ignore-file-trailing-cr | ignore: consider files with a CR in their names | Carlos Martín Nieto | 10 years |
cmn/ignore-full-dir | status: failing test with slash-star | Carlos Martín Nieto | 10 years |
cmn/ignore-starstar | ignore: move star-star matching closer to it use | Carlos Martín Nieto | 9 years |
cmn/ignore-symlink | ignore: don't use realpath to canonicalize path | Carlos Martín Nieto | 9 years |
cmn/ignored-ignore | ignore: clear the error when matching a pattern negation | Carlos Martín Nieto | 9 years |
cmn/index-add-conllision-extra | index: failing more thorough test for adding colliding path | Carlos Martín Nieto | 6 years |
cmn/index-add-modes | index: check for valid filemodes on add | Carlos Martín Nieto | 10 years |
cmn/index-add-submodule | index: allow add_bypath to update submodules | Carlos Martín Nieto | 9 years |
cmn/index-checksum | index: make relative comparison use the checksum as well | Carlos Martín Nieto | 9 years |
cmn/index-hashmap | index: put the icase insert choice in macros | Carlos Martín Nieto | 9 years |
cmn/index-more-accurate | index: make the entries have more accurate sizes | Carlos Martín Nieto | 9 years |
cmn/index-nolock | index: get rid of the locking | Carlos Martín Nieto | 9 years |
cmn/index-use-diff | index: add a CHANGELOG entry for the diff usage | Carlos Martín Nieto | 9 years |
cmn/indexer-mmap | indexer: mmap fixes for Windows | Carlos Martín Nieto | 10 years |
cmn/indexer-vector-handling | indexer: avoid memory moves | Carlos Martín Nieto | 11 years |
cmn/init-libssh2 | ssh: initialize libssh2 | Carlos Martín Nieto | 9 years |
cmn/init-readme | Mention the init function in the README | Carlos Martín Nieto | 10 years |
cmn/init-ssh | openssl: re-export the last-resort locking function | Carlos Martín Nieto | 9 years |
cmn/init-ssl-once | ssl: init everything all the time | Carlos Martín Nieto | 10 years |
cmn/invalid-cert-return | netops: return GIT_ECERTIFICATE when it fails the basic tests | Carlos Martín Nieto | 10 years |
cmn/io-stream | stream: constify the write buffer | Carlos Martín Nieto | 10 years |
cmn/io-stream-backends | Tentative support for GnuTLS | Carlos Martín Nieto | 10 years |
cmn/iterator-skip-diriter | iterator: adjust unreadable-dir test to new behaviour | Carlos Martín Nieto | 9 years |
cmn/known-libs | Don't exclude libssh2 from MinGW | Carlos Martín Nieto | 11 years |
cmn/leaks | Plug a few leaks | Carlos Martín Nieto | 9 years |
cmn/link-fallback | clone: fall back to copying when linking does not work | Carlos Martín Nieto | 9 years |
cmn/link-one-level | pc: Put libcurl and libssh2 in Libs.private | Carlos Martín Nieto | 9 years |
cmn/local-pack-threading | local: create pack with multiple threads | Carlos Martín Nieto | 10 years |
cmn/local-proto-progress | local: send 'counting objects' output | Carlos Martín Nieto | 10 years |
cmn/local-push | local: adjust to the common refspec parser | Carlos Martín Nieto | 10 years |
cmn/local-push-message | tests: don't push to our resources | Carlos Martín Nieto | 9 years |
cmn/lock-io | Lock around encrypted I/O | Carlos Martín Nieto | 9 years |
cmn/macos-ramdisk | travis: let's try a 5GB ramdisk | Carlos Martín Nieto | 7 years |
cmn/maint-21 | Silence unused return value warning | Jacques Germishuys | 10 years |
cmn/maint-update | appveyor: build maint branches | Carlos Martín Nieto | 9 years |
cmn/match-host-tests | netops: catch the server not sending a certificate | Carlos Martín Nieto | 11 years |
cmn/mirror-refspec | remote: don't confuse tag auto-follow rules with refspec matching | Carlos Martín Nieto | 9 years |
cmn/mixed-eol-passthrough | crlf: pass-through mixed EOL buffers from LF->CRLF | Carlos Martín Nieto | 10 years |
cmn/mmap-readable | Fix segmentation fault observed on OpenBSD/sparc64 | Stefan Sperling | 10 years |
cmn/multivar-set-locked | config: don't special-case multivars that don't exist yet | Carlos Martín Nieto | 9 years |
cmn/mwindow-try-harder | mwindow: free unused windows if we fail to mmap | Carlos Martín Nieto | 9 years |
cmn/neg-ignore-dir | ignore: match git's rule negation rules | Carlos Martín Nieto | 10 years |
cmn/negotiation-notify | push: report the update plan to the caller | Carlos Martín Nieto | 10 years |
cmn/no-embed | Remove Makefile.embed | Carlos Martín Nieto | 9 years |
cmn/no-grow | blob: don't recomment using git_buf_grow | Carlos Martín Nieto | 9 years |
cmn/not-opaque | docs: fix transparent/opaque confusion in the conventions file | Carlos Martín Nieto | 6 years |
cmn/notes-buf | note: use a git_buf to return the default namespace | Carlos Martín Nieto | 10 years |
cmn/notes-consistency | notes: fix comments for git_note_next() | Carlos Martín Nieto | 10 years |
cmn/null-oid-existing-tree | tree: rename from_tree to validate and clarify the tree in the test | Carlos Martín Nieto | 6 years |
cmn/object-size-nopublic | object: deprecate git_object__size for removal | Carlos Martín Nieto | 5 years |
cmn/odb-streaming-read-changelog | CHANGELOG: mention the change to `git_odb_open_rstream` | Carlos Martín Nieto | 7 years |
cmn/odd-slowdown | revwalk: detect when we're out of interesting commits | Carlos Martín Nieto | 10 years |
cmn/oidarray | merge: expose multiple merge bases | Carlos Martín Nieto | 10 years |
cmn/old-security | CMake: fall back to OpenSSL on older OS X | Carlos Martín Nieto | 9 years |
cmn/openssl-maint | Add support for OpenSSL 1.1.0 for BIO filter | Carlos Martín Nieto | 8 years |
cmn/openssl-sys | Add the OpenSSL changes to the CHANGELOG | Carlos Martín Nieto | 10 years |
cmn/osx-ssh-key | travis: take the newer ssh-keygen format into account | Carlos Martín Nieto | 8 years |
cmn/pack-cache-init | pack: init the cache on packfile alloc | Carlos Martín Nieto | 10 years |
cmn/pack-objects-memory | pack-objects: always write out the status in write_one() | Carlos Martín Nieto | 11 years |
cmn/pack-objects-report | packbuilder: report progress during deltification | Carlos Martín Nieto | 9 years |
cmn/pack-objects-walk | local: let the packbuilder perform smarter object insertion | Carlos Martín Nieto | 10 years |
cmn/pack-unpack-loop | pack: don't forget to cache the base object | Carlos Martín Nieto | 10 years |
cmn/packed-refs-sorted | refs: include " sorted " in our packed-refs header | Carlos Martín Nieto | 7 years |
cmn/parallel-clar | Add a parallel runner for clar | Carlos Martín Nieto | 10 years |
cmn/parse-mode | tree: use a specialised mode parse function | Carlos Martín Nieto | 9 years |
cmn/path-direach-cberror | fileops: set an error on write error for file copy | Carlos Martín Nieto | 9 years |
cmn/path-to-path | clone: re-use the local transport's path resolution | Carlos Martín Nieto | 10 years |
cmn/pcre2 | regex: make sure to link against PCRE2's regex functions | Carlos Martín Nieto | 5 years |
cmn/peeling-errors | peel: reject bad queries with EINVALIDSPEC | Carlos Martín Nieto | 10 years |
cmn/pkg-config-ssh | Find libssh2 via pkg-config | Carlos Martín Nieto | 10 years |
cmn/plug-sm | submodule: plug a few leaks | Carlos Martín Nieto | 9 years |
cmn/plug-test-leak | rebase: plug a leak in the tests | Carlos Martín Nieto | 8 years |
cmn/pool-limit | Split the page size from the mmap alignment | Carlos Martín Nieto | 9 years |
cmn/prettify-docs | message: update docs for git_message_prettify | Carlos Martín Nieto | 7 years |
cmn/programdata-config | config: add a ProgramData level | Carlos Martín Nieto | 9 years |
cmn/proxy-config | CI: download the proxy jar also on mingw | Carlos Martín Nieto | 9 years |
cmn/proxy-options-free | proxy: rename the options freeing function | Carlos Martín Nieto | 7 years |
cmn/push-error-concerns | push: reword comment on finish() | Carlos Martín Nieto | 10 years |
cmn/push-notify-deleted | push: fix the update constructor | Carlos Martín Nieto | 9 years |
cmn/push-refspec-refactor | push: use the common refspec parser | Carlos Martín Nieto | 10 years |
cmn/push-tests | clone: set the credentials callback during testing | Carlos Martín Nieto | 9 years |
cmn/push-tests-inline-oid | push: put the git_oid inline in the test structure | Carlos Martín Nieto | 9 years |
cmn/quick-parse-64 | revwalk: make commit list use 64 bits for time | Carlos Martín Nieto | 9 years |
cmn/racy-diff | checkout: allow workdir to contain checkout target | Edward Thomson | 9 years |
cmn/racy-diff-again | Add a note about racy-git in CHANGELOG | Carlos Martín Nieto | 9 years |
cmn/rc4 | badssl: RC4 should not fail with ECERTIFICATE | Edward Thomson | 4 years |
cmn/read-only-size | odb: allow asking for the size alone | Carlos Martín Nieto | 9 years |
cmn/read-shared | normaler flags | Carlos Martín Nieto | 9 years |
cmn/read-tree-cache | Update CHANGELOG and PROJECTS with the tree cache changes | Carlos Martín Nieto | 10 years |
cmn/readdir | path: remove unnecessary readdir_r usage | Carlos Martín Nieto | 9 years |
cmn/ref-iter-concurrent | refs: copy the packed refs on iteration | Carlos Martín Nieto | 10 years |
cmn/ref-txn | wip | Carlos Martín Nieto | 11 years |
cmn/refdb-fs-errors | refdb: bubble up recursive rm when locking a ref | Carlos Martín Nieto | 8 years |
cmn/refdb-para | refdb: use a constant for the number of per-thread creations/deletes | Carlos Martín Nieto | 8 years |
cmn/reference-lock | start of stash | Carlos Martín Nieto | 10 years |
cmn/reference-transaction | transaction: rename lock() to lock_ref() | Carlos Martín Nieto | 10 years |
cmn/reflog-annotated | CHANGELOG: add notes about the annotated ref-modifying functions | Carlos Martín Nieto | 10 years |
cmn/reflog-del-backend | refdb: delete a ref's reflog upon deletion | Carlos Martín Nieto | 9 years |
cmn/refspec-start-middle | Add a CHANGELOG entry for refspecs with asterisk in the middle | Carlos Martín Nieto | 10 years |
cmn/regex-nofail | diff: don't error out on an invalid regex | Carlos Martín Nieto | 9 years |
cmn/release-docs | docs: udpates to wording in release documentation | Carlos Martín Nieto | 7 years |
cmn/release-fixups | http: don't give up on auth on the first try | Carlos Martín Nieto | 9 years |
cmn/remote-default-restrict | clone: handle overly restrictive refspecs | Carlos Martín Nieto | 10 years |
cmn/remote-delete | remote: build up the list of refs to remove | Carlos Martín Nieto | 10 years |
cmn/remote-delete-name | remote: accept a repository and remote name for deletion | Carlos Martín Nieto | 10 years |
cmn/remote-fetch-refs | remote: implement opportunistic remote-tracking branch updates | Carlos Martín Nieto | 10 years |
cmn/remote-fixups | remote: call the update_tips callback for opportunisitc updates | Carlos Martín Nieto | 9 years |
cmn/remote-less-state | push: free the update list | Carlos Martín Nieto | 10 years |
cmn/remote-lookup | remote: rename _load() to _lookup() | Carlos Martín Nieto | 10 years |
cmn/remote-ls | remote: don't say we free the remote on disconnect | Carlos Martín Nieto | 10 years |
cmn/remote-options | wip | Carlos Martín Nieto | 10 years |
cmn/remote-push | remote: use configured push refspecs if none are given | Carlos Martín Nieto | 10 years |
cmn/remote-rename | remote: accept a repo and name for renaming | Carlos Martín Nieto | 10 years |
cmn/remote-rename-fixes | remote: tighten up reference renaming | Carlos Martín Nieto | 10 years |
cmn/remote-rename-more | remote: don't free the remote on delete | Carlos Martín Nieto | 10 years |
cmn/remote-symref | clone: get rid of head_info | Carlos Martín Nieto | 10 years |
cmn/remote-unify | remote: unify the creation code | Carlos Martín Nieto | 10 years |
cmn/remove-mingw32 | Remove CI support for mingw32 | Carlos Martín Nieto | 9 years |
cmn/remove-single-entry | tree: handle removal of all entries in the updater | Carlos Martín Nieto | 8 years |
cmn/remove-ssh-embed | Get rid of libssh2 embedding | Carlos Martín Nieto | 9 years |
cmn/remove-supported-url | remote: delete git_remote_supported_url() | Carlos Martín Nieto | 10 years |
cmn/rename-reflog | refdb: use the same id for old and new when renaming a reference | Carlos Martín Nieto | 10 years |
cmn/rename-unspecified | Rename FALLBACK to UNSPECIFIED | Carlos Martín Nieto | 9 years |
cmn/repo-ident | Update CHANGELOG with the reflog ident changes | Carlos Martín Nieto | 10 years |
cmn/repo-no-passthrough | repo: remove an inappropriate use of PASSTHROUGH | Carlos Martín Nieto | 4 years |
cmn/repo-v1 | CHANGELOG: add entry about odb registration | Carlos Martín Nieto | 9 years |
cmn/repo-version-check | repository: check the format version | Carlos Martín Nieto | 9 years |
cmn/repository-state-sequencer | repository: distinguish sequencer cherry-pick and revert | Carlos Martín Nieto | 9 years |
cmn/reset-dir-file | reset: perform the checkout before moving HEAD or the index | Carlos Martín Nieto | 9 years |
cmn/reset-dont-free-url | smart subtransport: don't free the url when resetting the stream | Carlos Martín Nieto | 6 years |
cmn/revwalk-array-fix | revwalk: more sensible array handling | Carlos Martín Nieto | 10 years |
cmn/revwalk-iteration | revwalk: formatting updates | Edward Thomson | 6 years |
cmn/revwalk-merge-base | revwalk: clear first-parent flag on reset | Carlos Martín Nieto | 10 years |
cmn/revwalk-no-prealloc | array: mark the array to grow as volatile | Carlos Martín Nieto | 10 years |
cmn/revwalk-sign-regression | revwalk: only check the first commit in the list for an earlier timestamp | Carlos Martín Nieto | 6 years |
cmn/rpath-policy | CMake: activate the rpath policy for OSX | Carlos Martín Nieto | 9 years |
cmn/safe-commit | commit: add a function to create a commit on top of a ref | Carlos Martín Nieto | 11 years |
cmn/sched-yield | Move yield to the tests and enable for FreeBSD | Carlos Martín Nieto | 10 years |
cmn/sec-update-24 | https: don't test that RC4 is invalid | Carlos Martín Nieto | 8 years |
cmn/sec-update-25 | https: don't test that RC4 is invalid | Carlos Martín Nieto | 8 years |
cmn/secure-transport | SecureTransport: handle graceful closes | Carlos Martín Nieto | 10 years |
cmn/server | server: handle negotiation lines | Carlos Martín Nieto | 10 years |
cmn/server-errors | errors: add GIT_EEOF to indicate early EOF | Carlos Martín Nieto | 9 years |
cmn/signature-empty-email | signature: don't allow empty emails | Carlos Martín Nieto | 10 years |
cmn/silly-tags | tag: ignore extra header fields | Carlos Martín Nieto | 9 years |
cmn/smart-callbacks | cred: add a free function wrapper | Carlos Martín Nieto | 9 years |
cmn/sortedcache-close | sortedcache: close the fd on stat trouble as well | Carlos Martín Nieto | 8 years |
cmn/sorting-modes | revwalk: refer the sorting modes more to git's options | Carlos Martín Nieto | 6 years |
cmn/soversion | Change SOVERSION at API breaks | Carlos Martín Nieto | 10 years |
cmn/ssh-embed-again | Revert "Get rid of libssh2 embedding" | Carlos Martín Nieto | 9 years |
cmn/ssh-errors | ssh: store error message immediately after a failed agent call | Carlos Martín Nieto | 10 years |
cmn/ssh-factory-for-paths | ssh: provide a factory function for setting ssh paths | Carlos Martín Nieto | 10 years |
cmn/ssh-retry | travis: enable password authentication on OSX | Carlos Martín Nieto | 10 years |
cmn/ssh-send-everything | ssh: libssh2_channel_write() behaves like send() | Carlos Martín Nieto | 10 years |
cmn/ssl-no-want | openssl: don't try to handle WANT_READ or WANT_WRITE | Carlos Martín Nieto | 10 years |
cmn/ssl-null | openssl: don't try to teardown an unconnected SSL context | Carlos Martín Nieto | 9 years |
cmn/ssl-tls | ssl: dump the SSL ciphers in favour of TLS | Carlos Martín Nieto | 10 years |
cmn/stacked-ignore | ignore: don't leak rules into higher directories | Carlos Martín Nieto | 10 years |
cmn/static-archive-later | cmake: move the rule to find static archives close to building clar | Carlos Martín Nieto | 7 years |
cmn/stream-check-ec | http: do not try to use the cert callback on unencrypted streams | Carlos Martín Nieto | 10 years |
cmn/stream-size | odb: make the writestream's size a git_off_t | Carlos Martín Nieto | 9 years |
cmn/strict-object | reset: use real ids for the tests | Carlos Martín Nieto | 9 years |
cmn/submodule-and-dir | iterator: submodules are determined by an index or tree | Carlos Martín Nieto | 10 years |
cmn/submodule-backslash | submodule, path: extract slash conversion | Carlos Martín Nieto | 9 years |
cmn/submodule-config-state | submodule: remove the RESET enum values | Carlos Martín Nieto | 9 years |
cmn/submodule-duplicate | submodule: correctly delimit the keys to use for lookup | Carlos Martín Nieto | 9 years |
cmn/submodule-foreach-diff-path | submodule: lookup the submodule by path if available | Carlos Martín Nieto | 9 years |
cmn/submodule-refactor | submodule: add a test for a renamed submdoule dir | Carlos Martín Nieto | 9 years |
cmn/sysdir-no-reguess | sysdir: don't guess the paths again when $PATH is specified | Carlos Martín Nieto | 8 years |
cmn/tag-bad-signature | signature: don't leave a dangling pointer to the strings on parse failure | Carlos Martín Nieto | 7 years |
cmn/template-path | repository: parse init.templatedir as a path | Carlos Martín Nieto | 10 years |
cmn/thisisterrible | openssl: we already had the function, just needed the header | Carlos Martín Nieto | 9 years |
cmn/threading | docs: explicitly document the threading caveats | Carlos Martín Nieto | 10 years |
cmn/threading-update | THREADING: OpenSSL 1.1 is thead-safe, rework some paragraphs | Carlos Martín Nieto | 8 years |
cmn/threadsafe-on | Flip THREADSAFE's default to ON | Carlos Martín Nieto | 10 years |
cmn/tls-register | stream: allow registering a user-provided TLS constructor | Carlos Martín Nieto | 9 years |
cmn/tmp | crashdebug | Carlos Martín Nieto | 7 years |
cmn/transport-get-proxy | transport: provide a getter for the proxy options | Carlos Martín Nieto | 8 years |
cmn/travis-jobs | Travis: do non-threadsafe builds | Carlos Martín Nieto | 10 years |
cmn/tree-is-sorted | tree: mark a tree as already sorted | Carlos Martín Nieto | 9 years |
cmn/tree-parse-speed | tree: ensure the entry filename fits in 16 bits | Carlos Martín Nieto | 9 years |
cmn/tree-parser-sort-input | oops | Carlos Martín Nieto | 8 years |
cmn/tree-reuse | tree: store the entries in a growable array | Carlos Martín Nieto | 9 years |
cmn/tree-update | Introduce a function to create a tree based on a different one | Carlos Martín Nieto | 8 years |
cmn/tree-update-basename | tree: plug leaks in the tree updater | Carlos Martín Nieto | 8 years |
cmn/tree-updater-ordering | tree: look for conflicts in the new tree when updating | Carlos Martín Nieto | 8 years |
cmn/tree-write-initialise | tree: initialize the id we use for testing submodule insertions | Carlos Martín Nieto | 7 years |
cmn/treebuilder-insert-sorted | treebuilder: insert sorted | Carlos Martín Nieto | 10 years |
cmn/treebuilder-new | treebuilder: rename _create() to _new() | Carlos Martín Nieto | 10 years |
cmn/treebuilder-perf | treentry: no need for manual size book-keeping | Carlos Martín Nieto | 10 years |
cmn/treebuilder-set-attribute | treebuilder: set the attributes before sorting and inserting | Carlos Martín Nieto | 10 years |
cmn/treebuilder-submodule | treebuilder: don't try to verify submodules exist in the odb | Carlos Martín Nieto | 9 years |
cmn/typedef-sizet | Add a no-op size_t typedef for the doc parser | Carlos Martín Nieto | 9 years |
cmn/typo | Fix a few checkout -> rebase typos | Carlos Martín Nieto | 9 years |
cmn/unpack-offset | pack: return the correct final offset | Carlos Martín Nieto | 10 years |
cmn/update-v24 | commit: always initialize commit message | Patrick Steinhardt | 8 years |
cmn/update-zlib | zlib: disable warning 4142 on MSVC | Carlos Martín Nieto | 10 years |
cmn/upstream-invalid-refname | branch: add test showing ENOTFOUND for invalid upstream configuration | Carlos Martín Nieto | 11 years |
cmn/upstream-matching-push | branch: error out if we cannot find the remote | Carlos Martín Nieto | 9 years |
cmn/url-empty | remote: return EINVALIDSPEC when given an empty URL | Carlos Martín Nieto | 9 years |
cmn/v22-update | Include git2/transaction.h | Carlos Martín Nieto | 9 years |
cmn/v24-updates | array: fix search for empty arrays | Carlos Martín Nieto | 8 years |
cmn/valgrind-once | travis: run valgrind only once | Carlos Martín Nieto | 10 years |
cmn/validity-tree-from-unowned-index | checkout: fix test fixture missing objects | Edward Thomson | 6 years |
cmn/walk-limit-enough | revwalk: don't show commits that become uninteresting after being enqueued | Carlos Martín Nieto | 8 years |
cmn/warn-python | CMake: be more explicit with python errors | Carlos Martín Nieto | 9 years |
cmn/warnings | crlf: raise a warning for safecrlf=warn | Carlos Martín Nieto | 9 years |
cmn/win32-free-tls | win32: free thread-local data on thread exit | Carlos Martin Nieto | 9 years |
cmn/windows-no-concurrent-compress | refdb: disable concurrent compress in the threading tests on Windows | Carlos Martín Nieto | 8 years |
config-int-types | core: One last `long long` | Vicent Marti | 13 years |
correct-ahead-behind | Fix a bunch of leaks, error handling cases | Scott J. Goldman | 12 years |
csware/findfiles_win32 | Make Git for Windows root detection work with Git for Windows >= 2 | Sven Strickroth | 5 years |
csware/system_proxy | Disable by default, but how to allow users of the library to enable this?! | Sven Strickroth | 10 years |
development | Merge pull request #2366 from kitbellew/fix-indexer-mmap-cast | Carlos Martín Nieto | 10 years |
development-merge | Merge pull request #664 from arrbee/attrs-from-index | Vicent Martí | 13 years |
diff-fails-with-cpp-file | added failing repo | Brendan Forster | 10 years |
ed/merge_file | Introduce git_merge_file for consumers | Edward Thomson | 11 years |
ed/rebase | rebase: add information to the CHANGELOG | Edward Thomson | 10 years |
editorconfig | editorconfig: allow trailing whitespace in markdown | Edward Thomson | 6 years |
empty-name | Merge remote-tracking branch 'carlosmn/empty-name' into empty-name | Justin Spahr-Summers | 11 years |
empty-remote-url-crash | 'geterr' -> 'giterr' | Justin Spahr-Summers | 12 years |
enterprise/backport-2.6-4136-4178 | Merge pull request #4178 from libgit2/ethomson/enfasten_sha1 | Carlos Martín Nieto | 8 years |
enterprise/backport-2.7-4136-4178 | Merge pull request #4178 from libgit2/ethomson/enfasten_sha1 | Carlos Martín Nieto | 8 years |
enterprise/backport-2.8-4136-4178 | Merge pull request #4178 from libgit2/ethomson/enfasten_sha1 | Carlos Martín Nieto | 8 years |
enterprise/backport-2.9-4136-4178 | Merge pull request #4178 from libgit2/ethomson/enfasten_sha1 | Carlos Martín Nieto | 8 years |
env-expansion | Clean up system file finding tests on Win32 | Russell Belfer | 12 years |
error-handling | Merge branch 'development' into error-handling | Carlos Martín Nieto | 13 years |
ethomson/025_relnotes | move git_merge_options changes to correct location | Simon Byrne | 8 years |
ethomson/027 | ci: fail if requested test name is not found | Edward Thomson | 6 years |
ethomson/0_28 | version: 0.28 | Edward Thomson | 6 years |
ethomson/0_99 | v0.99: really, truly the last of the changes | Edward Thomson | 5 years |
ethomson/1_0_1 | v1.0.1: Update the version numbers | Edward Thomson | 4 years |
ethomson/3872 | inet_pton: don't assume addr families don't exist | Edward Thomson | 8 years |
ethomson/actions | coverity | Edward Thomson | 4 years |
ethomson/ancient_gcc_not_threadsafe | Provide error on gcc < 4.1 when THREADSAFE | Edward Thomson | 8 years |
ethomson/annotated_commit_refs | annotated_commit: provide refs and description | Edward Thomson | 9 years |
ethomson/apfs_precompose_fixes | status::renames: write NFD instead of NFC filename | Edward Thomson | 7 years |
ethomson/apply | test: ensure applying a patch can't delete a file twice | Edward Thomson | 6 years |
ethomson/appveyor | appveyor: don't rewrite system mingw | Edward Thomson | 8 years |
ethomson/arm-actions | ci: propagate environment variables | Edward Thomson | 4 years |
ethomson/assert | win32: use GIT_ASSERT | Edward Thomson | 4 years |
ethomson/assert_macros | assert: allow non-int returning functions to assert | Edward Thomson | 4 years |
ethomson/attr | attr: rename constants and macros for consistency | Edward Thomson | 5 years |
ethomson/attr_longpaths | attr_file: don't take the `repo` as an arg | Edward Thomson | 3 years |
ethomson/attr_lookups | attr: ensure lookups are on repo-relative paths | Edward Thomson | 3 years |
ethomson/attrs_from_head | filter: test second-level in-repo `.gitattributes` | Edward Thomson | 5 years |
ethomson/auth_failure | online tests: use gitlab for auth failures | Edward Thomson | 5 years |
ethomson/azp | ci: provide globalsign certs for bionic | Edward Thomson | 5 years |
ethomson/backport_0278 | smart transport: only clear url on hard reset | Edward Thomson | 6 years |
ethomson/badgification | README: add maint/v0.26 branch status | Edward Thomson | 6 years |
ethomson/bitbucket | online tests: update auth for bitbucket test | Edward Thomson | 7 years |
ethomson/blob_data_is_binary | blob: identify binary content | Edward Thomson | 3 years |
ethomson/branch_symlinks | refs:iterator: add tests to recurse symlinks | Edward Thomson | 7 years |
ethomson/buf_is_readonly | buf: deprecate public git_buf writing functions | Edward Thomson | 3 years |
ethomson/buf_oom_test | buf::oom tests: use custom allocator for oom failures | Edward Thomson | 6 years |
ethomson/bump-v26 | Update version number to v0.26 | Edward Thomson | 7 years |
ethomson/callback_names | trace: suffix the callbacks with `_cb` | Edward Thomson | 5 years |
ethomson/canonical | win32: test relative symlinks | Patrick Steinhardt | 5 years |
ethomson/cdecl | changelog: document that we always build cdecl | Edward Thomson | 6 years |
ethomson/centos_ci | ci: update centos to find libssh2 | Edward Thomson | 3 years |
ethomson/changelog | changelog: document git_merge_analysis_for_ref | Edward Thomson | 6 years |
ethomson/checkout_conflict_respect_index | checkout: dirty index should conflict on typechange | Edward Thomson | 8 years |
ethomson/checkout_dont_calculate_oid_for_dirs | checkout: don't try to calculate oid for directories | Edward Thomson | 8 years |
ethomson/checkout_filemode | checkout: respect core.filemode when comparing filemodes | Edward Thomson | 7 years |
ethomson/checkout_head_docs | documentation: improve docs for `checkout_head` | Edward Thomson | 8 years |
ethomson/checkout_no_index | checkout: use empty baseline when no index | Edward Thomson | 8 years |
ethomson/checkout_pathspecs | checkout: filter pathspecs for _all_ checkout types | Edward Thomson | 4 years |
ethomson/checkout_safety | checkout: deprecate GIT_CHECKOUT_NONE | Edward Thomson | 3 years |
ethomson/checkout_typechange | checkout: test force checkout when mode changes | Edward Thomson | 7 years |
ethomson/checkout_typechange_with_index_and_wd | checkout test: further ensure workdir perms are updated | Edward Thomson | 7 years |
ethomson/ci | ci: don't assume SKIP_ONLINE means SKIP_NTLM | Edward Thomson | 2 years |
ethomson/ci-refactor | ci: don't stop on failure | Edward Thomson | 6 years |
ethomson/ci-rename | README: rename "VSTS" to "Azure DevOps" | Edward Thomson | 6 years |
ethomson/ci_026 | ci: run clar with verbosity | Edward Thomson | 6 years |
ethomson/ci_027 | ci: rename vsts to azure-pipelines | Edward Thomson | 6 years |
ethomson/ci_docs | ci: publish documentation on merge | Edward Thomson | 6 years |
ethomson/ci_docurium | ci: run docurium to create documentation | Edward Thomson | 6 years |
ethomson/ci_libssh2 | ci: pull libssh2 from www.libssh2.org | Edward Thomson | 3 years |
ethomson/ci_nightly | ci: update nightly to use source path | Edward Thomson | 3 years |
ethomson/ci_test_results | ci: add summary of test results | Edward Thomson | 2 years |
ethomson/cifix | ci: enable the VALGRIND flag on builds | Edward Thomson | 5 years |
ethomson/clang-format | Add a .clang-format with our style | Edward Thomson | 3 years |
ethomson/clar-xml | ci: write test result XML | Edward Thomson | 6 years |
ethomson/clar_exactmatch | offer exact name matching with a `$` suffix | Edward Thomson | 4 years |
ethomson/clar_internal | clar: remove unused shell_out function | Edward Thomson | 4 years |
ethomson/clar_messages | `cl_git_exec` -> `cl_git_expect` | Edward Thomson | 8 years |
ethomson/clar_no_more | cmake: BUILD_CLAR is now BUILD_TESTS | Edward Thomson | 3 years |
ethomson/clar_tap | clar: include the function name | Edward Thomson | 4 years |
ethomson/clar_threads | tests: handle life without threads | Edward Thomson | 8 years |
ethomson/cleanup | cmake: use CMAKE_SOURCE_DIR and CMAKE_BINARY_DIR | Edward Thomson | 3 years |
ethomson/cli | mingw: define DWORD_MAX | Edward Thomson | 4 years |
ethomson/cli_cmd_clone | cli: support checkout branch in clone | Edward Thomson | 3 years |
ethomson/cli_redux | cmake: use project-specific root variable instead of CMAKE_SOURCE_DIR | Edward Thomson | 3 years |
ethomson/clone_branch | clone: set refs/remotes/origin/HEAD when branch is specified | Edward Thomson | 4 years |
ethomson/clone_namespaced | clone: test for cloning a repo with namespace scope | Edward Thomson | 2 years |
ethomson/cmake | cmake: refactor zlib selection | Edward Thomson | 3 years |
ethomson/cmake2 | cmake: standardize USE_THREADS and USE_NSEC | Edward Thomson | 3 years |
ethomson/cmake3 | cmake: refactor zlib selection | Edward Thomson | 3 years |
ethomson/cmake4 | cmake: rename git2internal target to libgit2 | Edward Thomson | 3 years |
ethomson/cmake5 | cli: add `cat-file` command | Edward Thomson | 3 years |
ethomson/cmake6 | cmake: don't create an object library for libgit2 | Edward Thomson | 3 years |
ethomson/cmake_fixes | cmake: move ENABLE_WARNINGS to a module | Edward Thomson | 7 years |
ethomson/cmake_object_library | cmake: break out the ugly split sources fn | Edward Thomson | 8 years |
ethomson/cmake_pc | cmake: include threading libraries in pkg-config | Edward Thomson | 9 years |
ethomson/cmake_test | cmake: use WINHTTP when USE_WINHTTP is specified | Edward Thomson | 3 years |
ethomson/codeql | ci: run codeql | Edward Thomson | 4 years |
ethomson/codespaces | Update setup.sh | Edward Thomson | 3 years |
ethomson/commit_create_cb | rebase: deprecate signing_cb | Edward Thomson | 3 years |
ethomson/config_for_inmemory_repo | remote: ensure we can create an anon remote on inmemory repo | Edward Thomson | 7 years |
ethomson/config_for_innemory_Repo | repository: don't fail to create config option in inmemory repo | Edward Thomson | 7 years |
ethomson/config_section_validity | config: rename subsection header parser func | Edward Thomson | 5 years |
ethomson/config_unreadable | config: test that unreadable files are treated as notfound | Edward Thomson | 4 years |
ethomson/configmapcache | repository: use intptr_t's in the config map cache | Edward Thomson | 4 years |
ethomson/conflict_marker_size | CHANGELOG: include merge_file conflict marker size | Edward Thomson | 7 years |
ethomson/conflicts_crlf | merge: test CR/LF conflicts for CR/LF files | Edward Thomson | 7 years |
ethomson/copyright | COPYING: remove regex copyright, add PCRE copyright | Edward Thomson | 3 years |
ethomson/coverity | repo::open: ensure we can open the repository | Edward Thomson | 5 years |
ethomson/cred_deprecation | credentials: provide backcompat for opaque structs | Edward Thomson | 5 years |
ethomson/creds_for_scheme | http: ensure the scheme supports the credentials | Ian Hattendorf | 5 years |
ethomson/credtype | credential: change git_cred to git_credential | Edward Thomson | 5 years |
ethomson/crlf | checkout::crlf: ensure success | Edward Thomson | 6 years |
ethomson/custom_cert_locations | mbedTLS: Fix setting certificate directory | Zachary Michaels | 3 years |
ethomson/custom_url | remote: deprecate resolve_url callback | Edward Thomson | 3 years |
ethomson/cvar | configuration: deprecate git_cvar safely | Edward Thomson | 5 years |
ethomson/date | date: rfc2822 formatting uses a `git_buf` instead of a static string | Edward Thomson | 3 years |
ethomson/defer_cert_cred_cb | transport: allow cred/cert callbacks to return GIT_PASSTHROUGH | Edward Thomson | 6 years |
ethomson/defer_cert_cred_cb_0_27 | transport: allow cred/cert callbacks to return >0 | Edward Thomson | 6 years |
ethomson/deprecate | ci: enable hard deprecation | Edward Thomson | 6 years |
ethomson/deprecate_headlist | net: remove unused `git_headlist_cb` | Edward Thomson | 5 years |
ethomson/deprecation | rebase: fix (deprecated) signing test | Edward Thomson | 3 years |
ethomson/devcontainer | VSCode: build in parallel | Edward Thomson | 3 years |
ethomson/diff-only-load-binaries-when-requested | diff: treat binary patches with no data special | Edward Thomson | 8 years |
ethomson/diff-read-empty-binary | diff: treat binary patches with no data special | Edward Thomson | 8 years |
ethomson/diff_enum | diff: update `GIT_DIFF_IGNORE_BLANK_LINES` | Edward Thomson | 3 years |
ethomson/diff_fail | test: completely ignored diff is empty | Edward Thomson | 3 years |
ethomson/diff_file | git_diff_file: move `id_abbrev` | Edward Thomson | 8 years |
ethomson/diff_parse | diff::parse: don't include `diff.h` | Edward Thomson | 4 years |
ethomson/diff_regexp_ignore | diff: support regexp ignores | Edward Thomson | 3 years |
ethomson/diff_rename_limit | diff: document updated rename limit | Edward Thomson | 3 years |
ethomson/difftest | diff::workdir: actually test the buffers | Edward Thomson | 4 years |
ethomson/dlopen_ssl | ci: run dynamically loaded openssl workflows nightly | Edward Thomson | 3 years |
ethomson/doc_diff_from_buffer | diff: document `git_diff_from_buffer` | Edward Thomson | 8 years |
ethomson/dockerfile | ci: remove the docker entrypoint | Edward Thomson | 3 years |
ethomson/dockerv1 | ci: update to docker v1 tasks | Edward Thomson | 6 years |
ethomson/docs | ci: publish documentation | Edward Thomson | 6 years |
ethomson/docs_ci | ci: only update docs on push | Edward Thomson | 3 years |
ethomson/docurium | test docurium | Edward Thomson | 6 years |
ethomson/dont_trunc_and_excl | git_futils: don't O_EXCL and O_TRUNC | Edward Thomson | 8 years |
ethomson/email | diff: deprecate diff_format_email | Edward Thomson | 3 years |
ethomson/empty_blob | odb: actually insert the empty blob in tests | Edward Thomson | 8 years |
ethomson/empty_default_branch | repo: ignore empty init.defaultbranch | Edward Thomson | 4 years |
ethomson/enfasten_sha1 | sha1dc: `SHA1DCUpdate` now takes a `size_t` | Edward Thomson | 8 years |
ethomson/error_messages | errors: use lowercase | Edward Thomson | 5 years |
ethomson/error_msgs | tests: update error message checking | Edward Thomson | 8 years |
ethomson/expand_tilde | config: expand paths with `git_sysdir_expand...` | Edward Thomson | 8 years |
ethomson/extensions | common: support custom repository extensions | Edward Thomson | 3 years |
ethomson/fail_on_leaks | travis: fail on memory leaks | Edward Thomson | 7 years |
ethomson/filter_apply | filter: deprecate apply function | Edward Thomson | 3 years |
ethomson/filter_commit_id | filter: use a `git_oid` in filter options, not a pointer | Edward Thomson | 3 years |
ethomson/filter_driver_git_buf | filter: filter drivers stop taking git_buf as user input | Edward Thomson | 3 years |
ethomson/filter_opts | filter: use a `git_oid` in filter options, not a pointer | Edward Thomson | 3 years |
ethomson/find_executable | path: introduce git_fs_path_find_executable | Edward Thomson | 3 years |
ethomson/fix-intrinsics | add with overflow: correct documentation | Edward Thomson | 6 years |
ethomson/fix-stale-filesize-crash | diff: fail generation if a file changes size | Edward Thomson | 3 years |
ethomson/fixes | submodule: set a default to the iterator | Edward Thomson | 8 years |
ethomson/fixups | date: promote before multiply | Edward Thomson | 3 years |
ethomson/flaky_ci | ci: add flaky test re-execution on Windows | Edward Thomson | 5 years |
ethomson/follow_redirects | remote: support `http.followRedirects=true` | Edward Thomson | 3 years |
ethomson/follow_redirects_initial | ci: minor formatting cleanups to test output | Edward Thomson | 3 years |
ethomson/forced_checkout_2 | git_futils_rmdir: only allow `EBUSY` when asked | Edward Thomson | 7 years |
ethomson/freshen_trees | git_commit_create: freshen tree objects in commit | Edward Thomson | 8 years |
ethomson/friendlier_getting_started | alloc: set up an allocator that fails before library init | Edward Thomson | 4 years |
ethomson/fsync | Honor `core.fsyncObjectFiles` | Edward Thomson | 8 years |
ethomson/futils | fuzzer: use futils instead of fileops | Edward Thomson | 5 years |
ethomson/futimens | cmake: extended futimens checking on macOS | Edward Thomson | 3 years |
ethomson/future | Merge branch 'ethomson/cmake' into future | Edward Thomson | 3 years |
ethomson/fuzzer | fuzzer: update for indexer changes | Edward Thomson | 6 years |
ethomson/git_obj | object_type: convert final internal users to new names | Edward Thomson | 6 years |
ethomson/git_ref | references: use new names in internal usage | Edward Thomson | 6 years |
ethomson/giterr | errors: update docs for giterr changes | Edward Thomson | 6 years |
ethomson/github_actions | Introduce CI with GitHub Actions | Edward Thomson | 4 years |
ethomson/gitstr | str: introduce `git_str` for internal, `git_buf` is external | Edward Thomson | 3 years |
ethomson/gssapi | http: introduce GIT_ERROR_HTTP | Edward Thomson | 5 years |
ethomson/header_guards | consistent header guards | Edward Thomson | 7 years |
ethomson/hexdump | git__hexdump: better mimic `hexdump -C` | Edward Thomson | 5 years |
ethomson/http | httpclient: clear the read_buf on new requests | Edward Thomson | 4 years |
ethomson/http_empty_password | http: don't require a password | Edward Thomson | 3 years |
ethomson/https_proxy | ci: add ssl proxy tests | Edward Thomson | 5 years |
ethomson/iconv | cmake: let USE_ICONV be optional on macOS | Edward Thomson | 7 years |
ethomson/ignore_leading_slash | ignore: only skip first leading slash | Edward Thomson | 5 years |
ethomson/ignore_skip_bom | ignore: skip UTF8 BOM in ignore file | Edward Thomson | 5 years |
ethomson/ignore_spaces | attr: ensure regular attr files can have whitespace | Edward Thomson | 5 years |
ethomson/includeif | config: test allocation in config conditionals | Edward Thomson | 3 years |
ethomson/index_add_requires_files | git_index_add_frombuffer: only accept files/links | Edward Thomson | 7 years |
ethomson/index_dirty | docs: add unsaved index safety to changelog | Edward Thomson | 6 years |
ethomson/index_fixes | object_type: use new enumeration names | Edward Thomson | 6 years |
ethomson/index_iterator | index: introduce git_index_iterator | Edward Thomson | 6 years |
ethomson/init | Move libgit2 settings into libgit2.c | Edward Thomson | 4 years |
ethomson/init-bak | Move libgit2 settings into libgit2.c | Edward Thomson | 4 years |
ethomson/insteadof | remote: refactor insteadof application | Edward Thomson | 3 years |
ethomson/inttypes | Remove public 'inttypes.h' header | Edward Thomson | 6 years |
ethomson/ipv6 | net: function to identify ipv6 addresses in URLs | Edward Thomson | 4 years |
ethomson/is_and_from | oid: `is_zero` instead of `iszero` | Edward Thomson | 5 years |
ethomson/issue-4203 | merge: don't leak the index during reloads | Edward Thomson | 6 years |
ethomson/issue_template | Introduce a GitHub Issue Template | Edward Thomson | 8 years |
ethomson/keepalive | fixup! ci: run the no-keep-alive tests | Edward Thomson | 19 months |
ethomson/large_loose_blobs | tests: add GITTEST_SLOW env var check | Edward Thomson | 7 years |
ethomson/largefiles_32bit | largefile tests: only write 2GB on 32-bit platforms | Edward Thomson | 5 years |
ethomson/leaks | mbedtls: free stream on shutdown | Edward Thomson | 6 years |
ethomson/libcurl_build | travis: add custom apt sources | Edward Thomson | 7 years |
ethomson/libgit2deps_azure | travis: we use bintray's own key for signing | Carlos Martín Nieto | 7 years |
ethomson/libssh2 | fixup | Edward Thomson | 21 months |
ethomson/libssh2_not_libssh | cmake: correct comment from libssh to libssh2 | Edward Thomson | 6 years |
ethomson/links | docs: libgit2.github.com is now libgit2.org | Edward Thomson | 4 years |
ethomson/mac_build | ci: install homebrew's curl on mac | Edward Thomson | 8 years |
ethomson/mac_no_leaks | ci builds: drop macOS leak detection | Edward Thomson | 6 years |
ethomson/mailmap | mailmap: prefer ethomson@edwardthomson.com | Edward Thomson | 6 years |
ethomson/mainbranch | refs: remove "master" branch constant | Edward Thomson | 4 years |
ethomson/memleak | object validation: free some memleaks | Edward Thomson | 8 years |
ethomson/memleaks | repository: free memory in symlink detection function | Edward Thomson | 6 years |
ethomson/merge_opts | CHANGELOG: update `GIT_MERGE_OPTIONS_INIT` changes | Edward Thomson | 8 years |
ethomson/middleware | util: add more to the utility library | Edward Thomson | 5 years |
ethomson/mwindow_init | mwindow: init mwindow files in git_libgit2_init | Edward Thomson | 8 years |
ethomson/name_is_valid | changelog: include new reference validity functions | Edward Thomson | 4 years |
ethomson/namespaces | refdb_fs: honor the namespace | Edward Thomson | 8 years |
ethomson/netrefactor | http: free auth context on failure | Edward Thomson | 5 years |
ethomson/nightlies | coverity | Edward Thomson | 6 years |
ethomson/no_qemu | Update nightly.yml | Edward Thomson | 3 years |
ethomson/no_void | git_libgit2_version: return an int | Edward Thomson | 5 years |
ethomson/nonblocking | streams: sockets are non-blocking and can timeout | Edward Thomson | 20 months |
ethomson/notes_cleanup | notes: use a buffer internally | Edward Thomson | 3 years |
ethomson/ntlm | http: detect closed connection by the server | Edward Thomson | 6 years |
ethomson/ntlm2 | WIP | Edward Thomson | 6 years |
ethomson/ntlm_htonll | ntlm: update ntlm dependency for htonll | Edward Thomson | 4 years |
ethomson/object_size | object: rename git_object__size to git_object_size | Edward Thomson | 5 years |
ethomson/object_validation | object: introduce a raw content validation function | Edward Thomson | 3 years |
ethomson/objectformat | tests: helpers for getting ints from configuration | Edward Thomson | 23 months |
ethomson/odb_alloc_error | hash: set error messages on failure | Edward Thomson | 7 years |
ethomson/odb_backend_allocations | odb: provide a free function for custom backends | Edward Thomson | 6 years |
ethomson/odb_loose_readstream | odb_loose: HEADER_LEN -> MAX_HEADER_LEN | Edward Thomson | 7 years |
ethomson/odb_tests_priority | tests: reset odb backend priority | Edward Thomson | 3 years |
ethomson/off_t | internal: use off64_t instead of git_off_t | Edward Thomson | 5 years |
ethomson/off_t_bak | Deprecate git_off_t | Edward Thomson | 5 years |
ethomson/oid | fuzzers: use updated hash functions | Edward Thomson | 3 years |
ethomson/oid_cleanups | packbuilder: use the packfile name instead of hash | Edward Thomson | 3 years |
ethomson/oidarray_dispose | oidarray: introduce `git_oidarray_dispose` | Edward Thomson | 3 years |
ethomson/oidmadness | midx: use raw oids | Edward Thomson | 3 years |
ethomson/openssl_valgrind | openssl: don't fail when we can't customize allocators | Edward Thomson | 3 years |
ethomson/opts_init | apply: add an options struct initializer | Edward Thomson | 5 years |
ethomson/packfile_close | indexer: avoid warning about `idx->pack` | Edward Thomson | 8 years |
ethomson/patch_from_diff | Teach `git_patch_from_diff` about parsed diffs | Edward Thomson | 8 years |
ethomson/patch_id | step_1 | Edward Thomson | 7 years |
ethomson/path | win32: include correct path header | Edward Thomson | 3 years |
ethomson/path_validation | path: rename `git_path_validate_filesystem` | Edward Thomson | 3 years |
ethomson/paths_init | sysdir: use the standard `init` pattern | Edward Thomson | 8 years |
ethomson/pcre | pcre: upgrade to 8.44 | Edward Thomson | 4 years |
ethomson/pcre_warnings | cmake: disable fallthrough warnings for PCRE | Edward Thomson | 5 years |
ethomson/poolinit | git_pool_init: handle failure cases | Edward Thomson | 4 years |
ethomson/prng2 | fixup! rand: introduce git_rand PRNG | Edward Thomson | 3 years |
ethomson/proxy | http: reset replay_count upon connection | Edward Thomson | 6 years |
ethomson/proxy_pass_in_env | online::clone: validate user:pass in HTTP_PROXY | Edward Thomson | 7 years |
ethomson/publish_docs_on_master | ci: only push docs from the libgit2/libgit2 repo | Edward Thomson | 5 years |
ethomson/qemu-build | ci: use trusty-amd64 for openssl and mbedtls | Edward Thomson | 6 years |
ethomson/racy-diff | checkout: allow workdir to contain checkout target | Edward Thomson | 9 years |
ethomson/read_index_conflicts | index: include conflicts in `git_index_read_index` | Edward Thomson | 8 years |
ethomson/read_prefix | odb_read_prefix: reset error in backends loop | Edward Thomson | 7 years |
ethomson/readbuffer_dont_hash | git_futils_readbuffer: don't compute sha-1 | Edward Thomson | 8 years |
ethomson/readme | README: instructions for using libgit2 without compiling | Edward Thomson | 4 years |
ethomson/readme_v028 | ci: skip ssh tests on macOS | Edward Thomson | 6 years |
ethomson/rebase_detached | rebase: correctly finish rebasing detached heads | Edward Thomson | 9 years |
ethomson/rebase_inmemory_no_base | rebase: handle no common ancestor for inmemory | Edward Thomson | 9 years |
ethomson/recursive | merge: virtual commit should be last argument to merge-base | Tyrie Vella | 7 years |
ethomson/reference_cmp | refs: make `git_reference_cmp` consider the name | Edward Thomson | 2 years |
ethomson/refresh_objects | odb: only freshen pack files every 2 seconds | Edward Thomson | 8 years |
ethomson/release_docs | release.md: note that we do two security releases | Edward Thomson | 5 years |
ethomson/release_script_typo | release script: fix typo | Edward Thomson | 4 years |
ethomson/remote_completion | remote: Rename git_remote_completion_type to _t | Edward Thomson | 6 years |
ethomson/remote_connect_opts | remote: introduce `git_remote_connect_options` | Edward Thomson | 3 years |
ethomson/remote_error | remote: handle error case | Edward Thomson | 3 years |
ethomson/remove_bashisms | ci: use sh not bash | Edward Thomson | 6 years |
ethomson/remove_sys_remote_h | Remove unused 'sys/remote.h' header | Edward Thomson | 7 years |
ethomson/revparse | revspec: rename git_revparse_mode_t to git_revspec_t | Edward Thomson | 4 years |
ethomson/revwalk_hide_old | revwalk: refactor the initial mark-unintersting loop | Carlos Martín Nieto | 8 years |
ethomson/sanitizer_ci | sanitizer ci: skip negotiate tests | Edward Thomson | 4 years |
ethomson/schannel | schannel | Edward Thomson | 20 months |
ethomson/scp_urls_with_ports | ssh: use url parsing functionality | Edward Thomson | 3 years |
ethomson/set_head_to_tag | git_repository_set_head: use remote name in reflog | Edward Thomson | 8 years |
ethomson/settings_docs | docs: GIT_OPT_ENABLE_STRICT_OBJECT_CREATION is enabled | Edward Thomson | 8 years |
ethomson/sha1dc | cmake: drop unset `SHA1_TYPE` | Edward Thomson | 8 years |
ethomson/sha256 | sha: cast nonsense for obnoxious gcc warnings | Edward Thomson | 3 years |
ethomson/sha256_experimental-old | clone: support sha256 | Edward Thomson | 23 months |
ethomson/sha256_fix | better | Edward Thomson | 20 months |
ethomson/sha256_index | index: add sha256 support | Edward Thomson | 19 months |
ethomson/sha256_loose | odb_loose: SHA256 support for loose object storage | Edward Thomson | 3 years |
ethomson/sha256_pack | pack: support SHA256 in packfiles | Edward Thomson | 2 years |
ethomson/sha256_raw | midx: use raw oids | Edward Thomson | 3 years |
ethomson/signature_from_buffer | Introduce `git_signature_from_buffer` | Edward Thomson | 9 years |
ethomson/smart_transport_url | smart transport: only clear url on hard reset | Edward Thomson | 6 years |
ethomson/smart_transport_url_027 | smart transport: only clear url on hard reset | Edward Thomson | 6 years |
ethomson/smartrefactor | huh | Edward Thomson | 19 months |
ethomson/spnego | winhttp: properly support ntlm and negotiate | Edward Thomson | 7 years |
ethomson/ssh-unescape | buf: add tests for percent decoding | Edward Thomson | 7 years |
ethomson/ssh_exec | meh | Edward Thomson | 18 months |
ethomson/ssh_exec_2 | yo | Edward Thomson | 19 months |
ethomson/ssl_proxy | tests: PROXY_URL is more accurately PROXY_HOST | Edward Thomson | 6 years |
ethomson/ssl_refactor | openssl: dynamically load libssl and symbols (optionally) | Edward Thomson | 3 years |
ethomson/sslread | httpclient: use a 16kb read buffer for macOS | Edward Thomson | 5 years |
ethomson/strarray | buf: common_prefix takes a string array | Edward Thomson | 3 years |
ethomson/stream-truncated-writes | mbedtls: fix potential size overflow when reading or writing data | Patrick Steinhardt | 6 years |
ethomson/strncmp_stdcall | win32: strncmp -> git__strncmp | Edward Thomson | 7 years |
ethomson/submodule_renames | diff: don't do rename detection on submodules | Edward Thomson | 8 years |
ethomson/submodule_status | iterator: use correct search function | Edward Thomson | 9 years |
ethomson/sysdir_test | ci: convert PATH correctly to Cygwin format on Windows | Edward Thomson | 21 months |
ethomson/sysdir_unused | sysdir: remove unused git_sysdir_get_str | Edward Thomson | 5 years |
ethomson/tag_valid | tag: set validity to 0 by default | Edward Thomson | 3 years |
ethomson/template | github: update issue template | Edward Thomson | 7 years |
ethomson/test_https | online: test with https instead of git protocol | Edward Thomson | 3 years |
ethomson/test_leak | online::clone: free url and username before resetting | Edward Thomson | 6 years |
ethomson/test_urls_with_spaces | tests: test URLs with spaces | Edward Thomson | 21 months |
ethomson/threads | threads::iterator: use separate repository objects | Edward Thomson | 6 years |
ethomson/timeouts | clone: skip timeout tests on WinHTTP | Edward Thomson | 18 months |
ethomson/tlsdata | Replace global storage TLS with new interface | Tyler Ang-Wanek | 4 years |
ethomson/tlsdata_fail | threadstate: don't use an unnecessary macro | Edward Thomson | 21 months |
ethomson/to_from | tag: add underscore to `from` function | Edward Thomson | 5 years |
ethomson/trace | tests: optionally show test execution tracing | Edward Thomson | 5 years |
ethomson/transfer_progress | remote: deprecate git_push_transfer_progress | Edward Thomson | 6 years |
ethomson/travis | README: remove travis | Edward Thomson | 6 years |
ethomson/travis-explicit-openssl | travis: install openssl explicitly | Edward Thomson | 7 years |
ethomson/travis_libssh | travis: use custom libssh2-1-dev package | Edward Thomson | 7 years |
ethomson/tree_error_messages | tree: standard error messages are lowercase | Edward Thomson | 7 years |
ethomson/treebuilder_docs | docs: git_treebuilder_insert validates entries | Edward Thomson | 7 years |
ethomson/treebuilder_write | ci: enable UBSan stacktraces | Edward Thomson | 4 years |
ethomson/tttoo_many_ttts | blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD` | Edward Thomson | 4 years |
ethomson/typet | auth: update enum type name for consistency | Edward Thomson | 5 years |
ethomson/unborn_head | repository_head: return HEAD when on unborn branch | Edward Thomson | 8 years |
ethomson/unc_paths | win32: refactor `git_win32_path_remove_namespace` | Edward Thomson | 6 years |
ethomson/unc_tests | ctest: temporarily disable UNC path tests | Edward Thomson | 7 years |
ethomson/update_tips_spec | remote: add git_refspec to update_tips | Edward Thomson | 18 months |
ethomson/urlparse_empty_port | http-parser: use our bundled http-parser by default | Edward Thomson | 5 years |
ethomson/user_agent | http: standardize user-agent addition | Edward Thomson | 7 years |
ethomson/userbuf | buf: deprecate git_buf as a public type | Edward Thomson | 4 years |
ethomson/util | checkpoint | Edward Thomson | 3 years |
ethomson/util2 | temp: use verbose | Edward Thomson | 3 years |
ethomson/util3 | yo | Edward Thomson | 3 years |
ethomson/util4 | checkpoint | Edward Thomson | 3 years |
ethomson/util5 | refactor: make util an object library | Edward Thomson | 3 years |
ethomson/util_as_a_directory | util as a directory | Edward Thomson | 5 years |
ethomson/v0.27.8 | version: bump to v0.27.8 | Edward Thomson | 6 years |
ethomson/v0.28.5 | changelog: include FETCH_HEAD creds removal | Edward Thomson | 5 years |
ethomson/v0_28_1 | Release v0.28.1 | Edward Thomson | 6 years |
ethomson/v1.1 | Release v1.1 | Edward Thomson | 4 years |
ethomson/v1.1_ci | ci: use GITHUB_ENV instead of set-env | Edward Thomson | 4 years |
ethomson/v1_3 | v1.3: update version number | Edward Thomson | 3 years |
ethomson/v24-updates | ci: install homebrew's curl on mac | Edward Thomson | 8 years |
ethomson/vs_to_vsts | Update README: VS -> VSTS | Edward Thomson | 7 years |
ethomson/vsts-build-badge | ci: add VSTS build badge to README | Edward Thomson | 6 years |
ethomson/warnings | repository: warn on safe.directory handling | Edward Thomson | 21 months |
ethomson/win32_findfile_fixes | win32: improve impl & tests for system path / g4w interop | Edward Thomson | 3 years |
ethomson/win32_hash | sha1: don't inline `git_hash_global_init` for win32 | Edward Thomson | 6 years |
ethomson/win32_leakcheck | ci: set WIN32_LEAKCHECK instead of MSVC_CRTDBG | Edward Thomson | 4 years |
ethomson/win32_posix | win32: `remediation` not `cleanup` | Edward Thomson | 8 years |
ethomson/win32_remediate | win32: provide fast-path for retrying filesystem operations | Edward Thomson | 7 years |
ethomson/win_ci | ci: fail on test failures | Edward Thomson | 6 years |
ethomson/win_symlinks | symlink tests: test symbolic links on windows | Edward Thomson | 6 years |
ethomson/win_utimes | utimes | Edward Thomson | 8 years |
ethomson/winauth | http: match mechs with the cred types they support | Edward Thomson | 6 years |
ethomson/windows_init_traversal | git_repository_init: stop traversing at windows root | Edward Thomson | 6 years |
ethomson/windows_ssh | fixup! clone: ignore ssh certificate checking in tests | Edward Thomson | 21 months |
ethomson/winhttp | winhttp: enable TLS 1.2 on Windows 7 and earlier | Edward Thomson | 7 years |
ethomson/wintls_fix | winhttp: retry erroneously failing requests | Edward Thomson | 6 years |
ethomson/workflow | reusable | Edward Thomson | 21 months |
ethomson/xdiff | xdiff: update to xdiff from git 2.40.1 | Edward Thomson | 18 months |
ethomson/zlib | pack: continue zlib while we can make progress | Edward Thomson | 4 years |
example_general | Fix Issue #4047 Check return codes and free objects | Douglas Swanson | 7 years |
expose-buffer-binary-detection | Export git_buf_text_is_binary and git_buf_text_contains_nul. | joshaber | 10 years |
features/push | Squash some leaks | Philip Kelley | 12 years |
features/push_old | Merge branch 'development' into gsoc-push | Michael Schubert | 12 years |
features/push_rebased | Remove more sample hooks from test repo for push | Philip Kelley | 12 years |
filename-containing-bracket | Add a test for getting status of files containing brackets | Adam Roben | 12 years |
filename-validation | Add a test for invalid filenames while writing tree from index | Scott J. Goldman | 12 years |
fileops | fileops: Fix stat() on directories for W32 | Vicent Marti | 13 years |
fix-git-status-list-new-unreadable-folder | undo indentation change in diff_print.c | Alan Rogers | 10 years |
fix-init-ordering | Merge branch 'master' into fix-init-ordering | joshaber | 9 years |
fix-memory-index-doc-comment | Give the correct name for the function in the doc. | Rob Rix | 11 years |
fix-stale-config-snapshot | tabs. | Alan Rogers | 10 years |
fix-submodule-config-loading | lolXcode. | Alan Rogers | 11 years |
getenv-win32 | Force the Unicode version of GetEnvVar | Paul Betts | 13 years |
gh-pages | generated docs | Documentation Generation | 18 months |
gpgsign | Introduce git_commit_extract_signature | Carlos Martín Nieto | 9 years |
halloc | global: Deploy halloc | Vicent Marti | 13 years |
hf/021_patch | index tests: test capitalization before mkdir | Edward Thomson | 10 years |
hf/libgit2sharp_020_patch | Introduce core.protectHFS and core.protectNTFS | Edward Thomson | 10 years |
hf/master_patch | index tests: test capitalization before mkdir | Edward Thomson | 10 years |
http-parser-2 | Bump the builtin http-parser | Vicent Marti | 12 years |
ignore-submodules-in-stash | Ensure submodule repos and indices are freed | Ben Straub | 11 years |
index-open-cleanup | index: Add `git_index_new` | Vicent Marti | 12 years |
jamill/doc_update | Update documentation for API changes | Jameson Miller | 10 years |
jamill/push_fetch_first | Update message for error during push | Jameson Miller | 10 years |
jamill/rebase_opt_ver_check | Check rebase options version on public entry points | Jameson Miller | 10 years |
jamill/relative_gitlink | Introduce option to use relative paths for repository work directory | Jameson Miller | 10 years |
jamill/submodule_update | Introduce a convenience function for submodule update | Jameson Miller | 10 years |
jk/peeled-refs | refdb_fs: respect PEELING_STANDARD | Jeff King | 12 years |
jk/userdiff-cc | userdiff: update ada patterns | Jeff King | 11 years |
jss/fix-ignore-pop | Merge remote-tracking branch 'origin/development' into jss/fix-ignore-pop | Justin Spahr-Summers | 11 years |
leaks | index, iterator, fetchhead: plug leaks | Carlos Martín Nieto | 9 years |
longpath-printf | win32::longpath: don't print path | Edward Thomson | 9 years |
main | Merge branch 'worktree_prunable' (PR #5712) | Edward Thomson | 18 months |
maint/v0.21 | Always checkout with case sensitive iterator | Edward Thomson | 10 years |
maint/v0.22 | Merge pull request #3245 from libgit2/cmn/no-grow | Edward Thomson | 9 years |
maint/v0.23 | Bump version to 0.23.4 | Carlos Martín Nieto | 9 years |
maint/v0.24 | Merge pull request #4075 from libgit2/cmn/sec-update-24 | Carlos Martín Nieto | 8 years |
maint/v0.25 | Merge pull request #4072 from libgit2/ethomson/025_relnotes | Carlos Martín Nieto | 7 years |
maint/v0.26 | Merge pull request #4865 from pks-t/pks/v0.26.8 | Patrick Steinhardt | 6 years |
maint/v0.27 | Merge pull request #5329 from pks-t/ethomson/v0.27.10 | Patrick Steinhardt | 5 years |
maint/v0.28 | Merge pull request #5473 from libgit2/ethomson/v0.28.5 | Patrick Steinhardt | 5 years |
maint/v0.99 | Merge pull request #5291 from libgit2/ethomson/0_99 | Patrick Steinhardt | 5 years |
maint/v1.0 | Merge pull request #5542 from libgit2/ethomson/1_0_1 | Edward Thomson | 4 years |
maint/v1.1 | Merge pull request #5931 from libgit2/ethomson/1.1.1 | Edward Thomson | 3 years |
maint/v1.2 | url: ensure minimum components for formatting | Edward Thomson | 3 years |
maint/v1.3 | meta: update changelog for v1.3.2 | Edward Thomson | 2 years |
maint/v1.4 | Merge pull request #6478 from libgit2/ethomson/v1.4.6 | Edward Thomson | 21 months |
maint/v1.5 | Merge pull request #6477 from libgit2/ethomson/v1.5.2 | Edward Thomson | 21 months |
maint/v1.6 | Merge pull request #6548 from libgit2/ethomson/v1.6.4 | Edward Thomson | 19 months |
master | Merge pull request #5759 from JoshuaS3/master | Edward Thomson | 4 years |
merge | fix some memleaks | Edward Thomson | 12 years |
more-api-tweaks | More external API cleanup | Vicent Marti | 12 years |
new-error-handling | Merge pull request #662 from carlosmn/remotes | Vicent Martí | 13 years |
new-references | reflog: Do not free references before time | Vicent Marti | 13 years |
niik/disable-tree-entry-pool-on-win32 | Temporarily disable tree entry pool on Windows | Markus Olsson | 9 years |
no-newline-packed-refs | Handle packed refs with no trailing newline | Scott J. Goldman | 12 years |
ntk/appveyor | AppVeyor: Prettify build script | nulltoken | 10 years |
ntk/appveyor_install | Windows CI: Leverage 'install' section | nulltoken | 10 years |
ntk/case_index_conflicts | index: overwrite the path when inserting conflicts | Carlos Martín Nieto | 9 years |
ntk/expose_git_buf_put | buffer: Expose git_buf_put() to bindings | nulltoken | 10 years |
ntk/macosx_build | Merge pull request #2919 from jeffhostetler/jeffhostetler/bug/mac_compile_fix | Carlos Martín Nieto | 10 years |
ntk/macosx_build_cherrypicked | Fix MAX 32 bit build problem described in libgit2/libgit2#2917 | Jeff Hostetler | 10 years |
ntk/propagate_url_parsing_error | winhttp: Prevent swallowing of url parsing error | nulltoken | 10 years |
ntk/reflog_branch_create | Drop trailing whitespaces | nulltoken | 10 years |
ntk/topic/config_rename_better_error | config: Enhance config_rename_section error handling | nulltoken | 11 years |
options-names | git_revert_opts -> git_revert_options | Ben Straub | 11 years |
origin/ethomson/defer_cert_cred_cb_0_27 | transport: allow cred/cert callbacks to return >0 | Edward Thomson | 6 years |
packed-refs-race | refdb_fs: load packed-refs only when necessary | Jeff King | 6 years |
peff/binary-search-do-while | sha1_position: convert do-while to while | Jeff King | 7 years |
peff/drop-sha1-entry-pos | sha1_lookup: drop sha1_entry_pos function | Jeff King | 7 years |
peff/hashcmp-is-memcmp | oid: use memcmp in git_oid__hashcmp | Jeff King | 7 years |
peff/iconv | examples: add a basic for-each-ref example | Jeff King | 11 years |
phkelley/flexarray | Fixes #2443 Zero size arrays are an extension | Philip Kelley | 10 years |
pks-cmake-targets | deps: pcre: Use per-target properties | Patrick Steinhardt | 4 years |
pks-config-map-optimization | config_entries: Avoid excessive map operations | Patrick Steinhardt | 4 years |
pks-pcre-8.44 | deps: pcre: upgrade to v8.44 | Patrick Steinhardt | 4 years |
pks-release-build-warnings | sysdir: fix formatting error message with NULL string | Patrick Steinhardt | 4 years |
pks/azure-coverity | azure: coverity: fix Coverity builds due to various issues | Patrick Steinhardt | 5 years |
pks/azure-fix-arm32 | azure: docker: fix ARM builds by replacing gosu(1) | Patrick Steinhardt | 5 years |
pks/azure-remove-docjob | azure: Remove job generating documentation | Patrick Steinhardt | 4 years |
pks/cmake-sort-reproducible-builds | cmake: Sort source files for reproducible builds | Patrick Steinhardt | 4 years |
pks/coverity-fix-sudo | azure: docker: set up HOME variable to fix Coverity builds | Patrick Steinhardt | 5 years |
pks/futils-symlink-args | futils: fix order of declared parameters for `git_futils_fake_symlink` | Patrick Steinhardt | 4 years |
pks/ntlmclicent-htonll-generic | deps: ntlmclient: provide platform-independent htonll implementation | Patrick Steinhardt | 4 years |
pks/refdb-refactorings | refdb: avoid unlimited spinning in case of symref cycles | Patrick Steinhardt | 4 years |
pks/reftables-support | wire up reftable | Patrick Steinhardt | 5 years |
pks/small-fixes | checkout: remove unused code for deferred removals | Patrick Steinhardt | 4 years |
pks/synchronize-shutdown | tests: core: test deinitialization and concurrent initialization | Patrick Steinhardt | 8 years |
pks/test-allocator | tests: only copy when `ptr` is non-NULL | Edward Thomson | 18 months |
pks/valgrind-openssl | streams: openssl: switch approach to silence Valgrind errors | Patrick Steinhardt | 5 years |
precompose-test | add precompose test | Josh Vera | 11 years |
rb/attr-with-bare | Fix attribute lookup in index for bare repos | Russell Belfer | 10 years |
rb/commit-modified-file | Add git_diff_commit and last-changed example | Russell Belfer | 11 years |
rb/contributing-updates | missing paren | Russell Belfer | 10 years |
rb/coverity-fixes | Increase use of config snapshots | Russell Belfer | 10 years |
rb/diff-update-index-stat-cache | Fix remaining init_options inconsistencies | Russell Belfer | 11 years |
rb/dont-count-on-libgit2-source | Create cl_skip macro and use it to skip tests | Russell Belfer | 11 years |
rb/dont-stop-diff-on-safecrlf | Disable threads::refdb::edit_while_iterate test | Russell Belfer | 11 years |
rb/filter-options | Add filter flag to prevent preloading workdir data | Russell Belfer | 10 years |
rb/fix-2333 | Be more careful with user-supplied buffers | Russell Belfer | 11 years |
rb/fix-ignore-slash-star | Demonstrate a trailing slash failure. | Rob Rix | 10 years |
rb/fix-leading-slash-ignores | Fix core.excludesfile named .gitignore | Russell Belfer | 11 years |
rb/fix-starstar-again | Make ** pattern eat trailing slash | Russell Belfer | 11 years |
rb/fix-submodules-with-tracked-content | Update submodules with parent-tracked content | Russell Belfer | 11 years |
rb/fix-untracked-repo-status | New tests of status for repo inside repo | Russell Belfer | 11 years |
rb/how-broken-can-ignores-be | Improve checks for ignore containment | Russell Belfer | 11 years |
rb/minor-cleanups | Don't use cl_git_pass for POSIX functions | Russell Belfer | 10 years |
rb/mkdir-allow-parent-failures | Allow mkdir helper to skip parent errors | Russell Belfer | 10 years |
rb/note-git-diff-index-behavior | Replace math fns with simpler integer math | Russell Belfer | 11 years |
rb/object-parse-flexibility | Add lax parsing for commit and tag objects | Russell Belfer | 10 years |
rb/restore-search-paths | Better search path sandboxing | Russell Belfer | 10 years |
rb/round-up-pool-allocations | Round up pool alloc sizes for alignment | Russell Belfer | 10 years |
rb/safecrlf-on-lf-platform | Just don't CRLF filter if there are no CRs | Russell Belfer | 10 years |
rb/starstar-fnmatch | Fix fnmatch comment to be clearer | Russell Belfer | 11 years |
rb/stash-skip-submodules | Handle explicitly ignored dir slightly differently | Russell Belfer | 11 years |
rb/status-with-precomposed-changes | Improve docs for status rename detection limits | Russell Belfer | 11 years |
rb/test-builtin-drivers | Add API to precompile all diff drivers | Russell Belfer | 10 years |
rb/timer-typo | Fix typo in timer normalization constants | Russell Belfer | 10 years |
rb/unicode-branch-names | Don't always test composed-insensitive lookups | Russell Belfer | 11 years |
rb/update-4k-to-8k | Git binary check compat tests | Russell Belfer | 10 years |
rb/warnings-for-commit-headers | Warnings that default to being errors | Russell Belfer | 11 years |
refresh-config-snapshot | Patch from @carlosmn to refresh the parent config before snapshotting. | Alan Rogers | 10 years |
refresh-submodule-on-lookup | Reload config in git_submodule_lookup() if not found | Justin Spahr-Summers | 11 years |
remove_time_monotonic | Remove `git_time_monotonic` | Edward Thomson | 6 years |
repo-ownership | remote: Cleanup the remotes code | Vicent Marti | 13 years |
revert-1997 | Revert pull request #1997 | Vicent Marti | 11 years |
robrix/ignore-dir-with-or-without-slash | Demonstrate a trailing slash failure. | Rob Rix | 10 years |
shiftkey-patch-1 | corrected URL | Brendan Forster | 10 years |
signatures-2 | signature: Small cleanup | Vicent Marti | 12 years |
signed_char | path validation: `char` is not signed by default. | Edward Thomson | 6 years |
status-with-subdir | Make it work, ugh | Carlos Martín Nieto | 9 years |
stopwatch | Improvements to stopwatch implementation | Philip Kelley | 11 years |
threading-docs | Update threading.md | Etienne Samson | 6 years |
threadsafe | Fix the threading implementation | Vicent Marti | 14 years |
topic/CRLF_blob_filtered_content | Update core.autocrlf = true behavior | Russell Belfer | 11 years |
tree-entry-by-path | tree: Rename `entry_copy` to `entry_dup` | Vicent Marti | 12 years |
typedef-submodule-cb | Play nice with the docs. | joshaber | 9 years |
update-v23 | config: correct documentation for non-existent config file | Carlos Martín Nieto | 9 years |
users/ethomson/cmake2 | tests: include function declarations | Edward Thomson | 3 years |
users/ethomson/security_updates | changelog: include security updates | Edward Thomson | 5 years |
utf8-paths-win32 | Fix opendir/readdir and friends on Win32 to use Unicode | Paul Betts | 13 years |
utf8-win | Add bounds checking to UTF-8 conversion | Vicent Marti | 12 years |
vmg/atomic64 | opts: Add getter for cached memory | Vicent Marti | 12 years |
vmg/attr-null | text: Null-terminate a string if we've been gouging it | Vicent Marti | 10 years |
vmg/bare-open | repository: Add `git_repository_open_bare` | Vicent Marti | 12 years |
vmg/clar-skip-test | Clar: skip tests | Vicent Marti | 11 years |
vmg/commit-leak | commit: Fix memory leak in test suite | Vicent Marti | 9 years |
vmg/crud | tests: Fix warnings | Vicent Marti | 9 years |
vmg/dupe-odb-backends | Merge branch 'development' into vmg/dupe-odb-backends | Vicent Marti | 12 years |
vmg/empty | odb: `git_odb_object` contents are never NULL | Vicent Marti | 10 years |
vmg/expand-fixes | odb: Try to lookup headers in all backends before passthrough | Vicent Marti | 9 years |
vmg/features | features: Rename `_HAS_` to `_FEATURE_` | Vicent Marti | 11 years |
vmg/full-ref-iterator | Merge pull request #1627 from arrbee/iterator-api-improvements | Vicent Martí | 11 years |
vmg/gcc-warnings | clar: Fix warnings in GCC/Linux | Vicent Marti | 11 years |
vmg/hashsig | hashsig: Export as a `sys` header | Vicent Marti | 10 years |
vmg/index-fill | merge: Use `git_index__fill` to populate the index | Vicent Marti | 9 years |
vmg/index-fill-2 | index: Also size-hint the hash table | Vicent Marti | 9 years |
vmg/mempack | In-memory packing backend | Vicent Marti | 11 years |
vmg/mkdir-ext | mkdir-ext: Retry lstat on EEXIST race | Vicent Marti | 10 years |
vmg/namespaces | lol namespaces | Vicent Marti | 12 years |
vmg/new-cache | cache: Max cache size, and evict when the cache fills up | Vicent Marti | 12 years |
vmg/no-lookup | oid: Helper for old-school hashcmp | Vicent Marti | 11 years |
vmg/odb-lookups | odb: Prioritize alternate backends | Vicent Marti | 9 years |
vmg/panic | ffffuuu another broken one | Vicent Marti | 11 years |
vmg/pkg-config-sort | pkg-config: Sort the different sections | Vicent Marti | 9 years |
vmg/pool | merge: Do not mallocz unecessary entries | Vicent Marti | 9 years |
vmg/pool-align | pool: Never return unaligned buffers | Vicent Marti | 9 years |
vmg/prefix-len | test-diff-blob: Pass proper nibble sizes | Vicent Marti | 9 years |
vmg/read-types | Remove asserts | Vicent Marti | 10 years |
vmg/redundant | merge: Fix memory leak in test | Vicent Marti | 9 years |
vmg/refs-peel | refs: Do not union the peel | Vicent Marti | 12 years |
vmg/repo-format-1 | changelog: Add repositoryformatversion changes | Vicent Marti | 9 years |
vmg/reuc-insert | merge: Plug memory leak | Vicent Marti | 9 years |
vmg/state-cleanup | Rewrite `git_repository__cleanup_files` | Vicent Marti | 11 years |
vmg/time | time: Export `git_time_monotonic` | Vicent Marti | 8 years |
vmg/tostr_s | oid: Export `git_oid_tostr_s` instead of `_allocfmt` | Vicent Marti | 10 years |
vmg/unified-revision | Fix examples | Vicent Marti | 12 years |
vmg/walk-up-path | repository: Do not double-free config | The rugged tests are fragile | 10 years |
vmg/winrc-filename | If you need a custom filename, specify it | Vicent Marti | 11 years |
|
Tag | Download | Author | Age |
v1.6.4 | libgit2-1.6.4.tar.gz | Edward Thomson | 19 months |
v1.6.3 | libgit2-1.6.3.tar.gz | Edward Thomson | 20 months |
v1.6.2 | libgit2-1.6.2.tar.gz | Edward Thomson | 20 months |
v1.6.1 | libgit2-1.6.1.tar.gz | Edward Thomson | 20 months |
v1.5.2 | libgit2-1.5.2.tar.gz | Edward Thomson | 21 months |
v1.4.6 | libgit2-1.4.6.tar.gz | Edward Thomson | 21 months |
v1.5.1 | libgit2-1.5.1.tar.gz | Edward Thomson | 22 months |
v1.4.5 | libgit2-1.4.5.tar.gz | Edward Thomson | 22 months |
v1.5.0 | libgit2-1.5.0.tar.gz | Edward Thomson | 2 years |
v1.4.4 | libgit2-1.4.4.tar.gz | Edward Thomson | 2 years |
v1.3.2 | libgit2-1.3.2.tar.gz | Edward Thomson | 2 years |
v1.3.1 | libgit2-1.3.1.tar.gz | Edward Thomson | 3 years |
v1.4.3 | libgit2-1.4.3.tar.gz | Edward Thomson | 3 years |
v1.4.2 | libgit2-1.4.2.tar.gz | Edward Thomson | 3 years |
v1.4.1 | libgit2-1.4.1.tar.gz | Edward Thomson | 3 years |
v1.4.0 | libgit2-1.4.0.tar.gz | Edward Thomson | 3 years |
v1.3.0 | libgit2-1.3.0.tar.gz | Edward Thomson | 3 years |
v1.2.0 | libgit2-1.2.0.tar.gz | Edward Thomson | 3 years |
v1.1.1 | libgit2-1.1.1.tar.gz | Edward Thomson | 3 years |
v1.1.0 | libgit2-1.1.0.tar.gz | Edward Thomson | 4 years |
v1.0.1 | libgit2-1.0.1.tar.gz | Edward Thomson | 4 years |
v1.0.0 | libgit2-1.0.0.tar.gz | Patrick Steinhardt | 5 years |
v0.28.5 | libgit2-0.28.5.tar.gz | Patrick Steinhardt | 5 years |
v0.99.0 | libgit2-0.99.0.tar.gz | Patrick Steinhardt | 5 years |
v0.28.4 | libgit2-0.28.4.tar.gz | Patrick Steinhardt | 5 years |
v0.27.10 | libgit2-0.27.10.tar.gz | Patrick Steinhardt | 5 years |
v0.27.9 | libgit2-0.27.9.tar.gz | Edward Thomson | 5 years |
v0.28.3 | libgit2-0.28.3.tar.gz | Edward Thomson | 5 years |
v0.28.2 | libgit2-0.28.2.tar.gz | Patrick Steinhardt | 5 years |
v0.28.1 | libgit2-0.28.1.tar.gz | Edward Thomson | 6 years |
v0.28.0 | libgit2-0.28.0.tar.gz | Edward Thomson | 6 years |
v0.28.0-rc1 | libgit2-0.28.0-rc1.tar.gz | Edward Thomson | 6 years |
v0.27.8 | libgit2-0.27.8.tar.gz | Edward Thomson | 6 years |
v0.27.7 | libgit2-0.27.7.tar.gz | Patrick Steinhardt | 6 years |
v0.27.6 | libgit2-0.27.6.tar.gz | Patrick Steinhardt | 6 years |
v0.26.8 | libgit2-0.26.8.tar.gz | Patrick Steinhardt | 6 years |
v0.26.7 | libgit2-0.26.7.tar.gz | Patrick Steinhardt | 6 years |
v0.27.5 | libgit2-0.27.5.tar.gz | Patrick Steinhardt | 6 years |
v0.26.6 | libgit2-0.26.6.tar.gz | Patrick Steinhardt | 6 years |
v0.27.4 | libgit2-0.27.4.tar.gz | Patrick Steinhardt | 6 years |
v0.26.5 | libgit2-0.26.5.tar.gz | Patrick Steinhardt | 6 years |
v0.27.3 | libgit2-0.27.3.tar.gz | Patrick Steinhardt | 6 years |
v0.27.2 | libgit2-0.27.2.tar.gz | Patrick Steinhardt | 6 years |
v0.26.4 | libgit2-0.26.4.tar.gz | Edward Thomson | 6 years |
v0.27.1 | libgit2-0.27.1.tar.gz | Edward Thomson | 6 years |
v0.27.0 | libgit2-0.27.0.tar.gz | Edward Thomson | 7 years |
v0.27.0-rc3 | libgit2-0.27.0-rc3.tar.gz | Edward Thomson | 7 years |
v0.26.3 | libgit2-0.26.3.tar.gz | Patrick Steinhardt | 7 years |
v0.26.2 | libgit2-0.26.2.tar.gz | Patrick Steinhardt | 7 years |
v0.26.1 | libgit2-0.26.1.tar.gz | Edward Thomson | 7 years |
v0.27.0-rc2 | libgit2-0.27.0-rc2.tar.gz | Edward Thomson | 7 years |
v0.27.0-rc1 | libgit2-0.27.0-rc1.tar.gz | Edward Thomson | 7 years |
v0.26.0 | libgit2-0.26.0.tar.gz | Edward Thomson | 7 years |
v0.26.0-rc2 | libgit2-0.26.0-rc2.tar.gz | Edward Thomson | 7 years |
v0.26.0-rc1 | libgit2-0.26.0-rc1.tar.gz | Edward Thomson | 7 years |
v0.25.1 | libgit2-0.25.1.tar.gz | Carlos Martín Nieto | 8 years |
v0.24.6 | libgit2-0.24.6.tar.gz | Carlos Martín Nieto | 8 years |
v0.25.0 | libgit2-0.25.0.tar.gz | Carlos Martín Nieto | 8 years |
v0.25.0-rc2 | libgit2-0.25.0-rc2.tar.gz | Carlos Martín Nieto | 8 years |
v0.24.5 | libgit2-0.24.5.tar.gz | Carlos Martín Nieto | 8 years |
v0.24.4 | libgit2-0.24.4.tar.gz | Edward Thomson | 8 years |
v0.25.0-rc1 | libgit2-0.25.0-rc1.tar.gz | Carlos Martín Nieto | 8 years |
v0.24.3 | libgit2-0.24.3.tar.gz | Carlos Martín Nieto | 8 years |
v0.24.2 | libgit2-0.24.2.tar.gz | Carlos Martín Nieto | 8 years |
v0.24.1 | libgit2-0.24.1.tar.gz | Carlos Martín Nieto | 9 years |
v0.24.0 | libgit2-0.24.0.tar.gz | Edward Thomson | 9 years |
v0.24.0-rc1 | libgit2-0.24.0-rc1.tar.gz | Carlos Martín Nieto | 9 years |
v0.23.4 | libgit2-0.23.4.tar.gz | Carlos Martín Nieto | 9 years |
v0.23.3 | libgit2-0.23.3.tar.gz | Edward Thomson | 9 years |
v0.23.2 | libgit2-0.23.2.tar.gz | Carlos Martín Nieto | 9 years |
v0.23.1 | libgit2-0.23.1.tar.gz | Carlos Martín Nieto | 9 years |
v0.23.0 | libgit2-0.23.0.tar.gz | Carlos Martín Nieto | 9 years |
v0.23.0-rc2 | libgit2-0.23.0-rc2.tar.gz | Carlos Martín Nieto | 9 years |
v0.23.0-rc1 | libgit2-0.23.0-rc1.tar.gz | Carlos Martín Nieto | 9 years |
v0.22.3 | libgit2-0.22.3.tar.gz | Edward Thomson | 9 years |
v0.22.2 | libgit2-0.22.2.tar.gz | Carlos Martín Nieto | 10 years |
v0.21.5 | libgit2-0.21.5.tar.gz | Edward Thomson | 10 years |
v0.22.1 | libgit2-0.22.1.tar.gz | Edward Thomson | 10 years |
v0.22.0 | libgit2-0.22.0.tar.gz | Carlos Martín Nieto | 10 years |
v0.22.0-rc2 | libgit2-0.22.0-rc2.tar.gz | Carlos Martín Nieto | 10 years |
v0.21.4 | libgit2-0.21.4.tar.gz | Philip Kelley | 10 years |
v0.22.0-rc1 | libgit2-0.22.0-rc1.tar.gz | Carlos Martín Nieto | 10 years |
v0.21.3 | libgit2-0.21.3.tar.gz | Edward Thomson | 10 years |
v0.21.2 | libgit2-0.21.2.tar.gz | Carlos Martín Nieto | 10 years |
v0.21.1 | libgit2-0.21.1.tar.gz | Carlos Martín Nieto | 10 years |
v0.21.0 | libgit2-0.21.0.tar.gz | Vicent Marti | 10 years |
v0.21.0-rc2 | libgit2-0.21.0-rc2.tar.gz | Vicent Marti | 10 years |
v0.21.0-rc1 | libgit2-0.21.0-rc1.tar.gz | Vicent Marti | 10 years |
v0.20.0 | libgit2-0.20.0.tar.gz | Vicent Marti | 11 years |
v0.19.0 | libgit2-0.19.0.tar.gz | Vicent Marti | 11 years |
v0.18.0 | libgit2-0.18.0.tar.gz | Vicent Marti | 12 years |
v0.17.0 | libgit2-0.17.0.tar.gz | Vicent Marti | 12 years |
v0.16.0 | libgit2-0.16.0.tar.gz | Vicent Martí | 13 years |
v0.15.0 | libgit2-0.15.0.tar.gz | Vicent Marti | 13 years |
v0.14.0 | libgit2-0.14.0.tar.gz | Vicent Marti | 13 years |
v0.13.0 | libgit2-0.13.0.tar.gz | Vicent Marti | 13 years |
v0.12.0 | libgit2-0.12.0.tar.gz | Vicent Marti | 13 years |
v0.11.0 | libgit2-0.11.0.tar.gz | Vicent Marti | 14 years |
v0.10.0 | libgit2-0.10.0.tar.gz | Vicent Marti | 14 years |
v0.8.0 | libgit2-0.8.0.tar.gz | Vicent Marti | 14 years |
v0.3.0 | libgit2-0.3.0.tar.gz | Vicent Marti | 14 years |
v0.2.0 | libgit2-0.2.0.tar.gz | Vicent Marti | 14 years |
v0.1.0 | libgit2-0.1.0.tar.gz | Scott Chacon | 14 years |