]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-02-22 Russell BelferIterator improvements from diff implementation
2012-02-21 Russell BelferUniform iterators for trees, index, and workdir
2012-02-21 Carlos Martín... Fix check for writing remote's fetch and push configura...
2012-02-20 Vicent MartíMerge pull request #568 from carlosmn/remotes
2012-02-20 Carlos Martín... Move git_remote_load() to git_buf
2012-02-20 Carlos Martín... Add git_remote_save()
2012-02-20 Carlos Martín... Add git_remote_set_{fetch,push}spec()
2012-02-16 Vicent MartíMerge pull request #563 from schu/notes-fixup
2012-02-16 schunotes: fix assert
2012-02-15 Vicent MartíMerge pull request #558 from schu/notes-api
2012-02-15 schuAdd git notes API
2012-02-15 Vicent Martízlib: Remove custom `git2/zlib.h` header
2012-02-15 schuutil: add git__ishex
2012-02-15 schucommit: actually allow yet to be born update_ref
2012-02-13 Vicent MartíMerge pull request #557 from schu/copyright
2012-02-13 schuUpdate Copyright header
2012-02-13 Vicent MartíMerge pull request #474 from schu/clang-unused
2012-02-13 schuconfig_file: fix clang sizeof-pointer-memaccess
2012-02-13 Vicent MartíMerge pull request #556 from schu/fix-sign-compare
2012-02-13 schutests-clar: fix warning sign-compare
2012-02-11 Vicent MartíMerge pull request #554 from carlosmn/revwalk-reset
2012-02-10 Vicent Martíodb: Proper symlink hashing
2012-02-10 Vicent Martíodb: Add internal `git_odb__hashfd`
2012-02-09 Vicent Martímakefile: Define _GNU_SOURCE in the embed mkfile
2012-02-07 Carlos Martín... revwalk: unmark commits as uninteresting on reset
2012-02-07 Vicent MartíMerge pull request #553 from nacho/glib
2012-02-07 Ignacio Casal... Add libgit2-glib link to README.md
2012-02-05 Vicent Martílibgit2 v0.16.0 "Dutch Fries"
2012-02-05 Vicent MartíMerge pull request #551 from schu/treebuilder-entries
2012-02-05 schutreebuilder: remove needless variable entry_count
2012-02-04 Vicent MartíMerge pull request #549 from nulltoken/fix/open-repo...
2012-02-03 nulltokenrepository: ensure that the path to the .git directory...
2012-02-02 Vicent MartíMerge pull request #548 from ehsan/build_fix
2012-02-02 Ehsan AkhgariFix the build on Emscripten
2012-02-01 Russell BelferCompile with _GNU_SOURCE when appropriate
2012-02-01 Russell BelferAdd unit tests for recent bug fixes
2012-02-01 Russell BelferFix memory leak in attr file cache
2012-02-01 Vicent Martístatus: Document submodule TODOs
2012-02-01 Vicent MartíMerge remote-tracking branch 'arrbee/status-bugs' into...
2012-02-01 Carlos Martín... tests: free the remotes temp buffer
2012-01-31 Vicent MartíMerge pull request #544 from nulltoken/fix/thread-tests
2012-01-31 Russell BelferFix issue with ignoring whole directories
2012-01-31 Russell BelferFix attr path is_dir check
2012-01-31 Russell BelferConvert status assert to skip file
2012-01-31 Carlos Martín... refspec: a ref name includes the refs/ prefix
2012-01-29 nulltokenthreads: Make the old test suite TLS aware
2012-01-28 Vicent Martíclar: Remove pregenerated files
2012-01-28 Vicent Martícache: Simplify locking mechanics
2012-01-27 Vicent Martíwin32: Use the Windows Atomic API on MinGW too
2012-01-27 Vicent Martímsvc: Move `ssize_t` typedef to MSVC-only
2012-01-26 Vicent MartíMerge pull request #541 from nulltoken/topic/repo-reinit
2012-01-25 nulltokenrepository: add minimal reinitialization of repository
2012-01-25 nulltokenclay: migrate a test initializing a repository which...
2012-01-25 Vicent MartíMerge pull request #540 from libgit2/clay-rename
2012-01-25 Vicent Martígitignore: Add `clar` data
2012-01-25 Vicent MartíRename the Clay test suite to Clar
2012-01-23 Carlos Martín... config: don't use 'section "subsection"' internal form...
2012-01-23 nulltokenremote: add test which creates a basic remote entry...
2012-01-20 Russell BelferMerge branch 'fix-subdir-attr-paths' into development
2012-01-19 Carlos Martín... diff-index: fix leak
2012-01-19 Carlos Martín... http: use PRIuZ
2012-01-19 Vicent MartíMerge pull request #538 from carlosmn/ref-noleak
2012-01-19 Carlos Martín... refs: don't leak the packref when deleting/renaming
2012-01-19 Carlos Martín... hashtable: add remove2 to retrieve the value that was...
2012-01-19 Carlos Martín... indexer: save the pack index with the right name
2012-01-19 Carlos Martín... remote: don't try to free the ref on error
2012-01-18 Vicent MartíMerge pull request #537 from nulltoken/fix/download...
2012-01-18 nulltokentransport: prevent git_remote_download() from segfaulti...
2012-01-17 Russell BelferMove path related functions from fileops to path
2012-01-17 Vicent MartíMerge pull request #536 from nulltoken/fix/transport...
2012-01-17 nulltokenrepository: add the invalid repository path to the...
2012-01-17 nulltokentransport: prevent the transport determination mechanis...
2012-01-17 nulltokenFix MSVC compilation warning
2012-01-17 Russell BelferRemove poor git__removechar function
2012-01-17 Russell BelferFix handling of relative paths for attrs
2012-01-16 Russell BelferMerge pull request #531 from arrbee/gitignore
2012-01-16 Russell BelferPatch cleanup for merge
2012-01-16 Carlos Martín... Windows: store all 64 bits of the size in the stat...
2012-01-15 Vicent MartíFix #534: 64-bit issues in Windows
2012-01-13 Carlos Martín... config: handle EOF properly
2012-01-13 Carlos Martín... examples: use git_repository_odb instead of _database
2012-01-12 Russell BelferFix several memory issues
2012-01-12 Russell BelferConvert git_path_walk_up to regular function
2012-01-12 Russell BelferFix bug in dir_for_path
2012-01-12 Russell BelferAllow ignores (and attribs) for nonexistent files
2012-01-11 Russell BelferFix up status tests
2012-01-11 Russell BelferInitial implementation of gitignore support
2012-01-09 Russell BelferRestore portability to git_path_prettify.
2012-01-06 Vicent MartíMerge pull request #528 from arrbee/valgrind-fixes-2
2012-01-06 Carlos Martín... clay tests: free resources
2012-01-05 Russell BelferFix memory leak in git_index_remove.
2012-01-05 Russell BelferThrow first error in chain, not rethrow.
2012-01-05 Russell BelferRemove repo open immediately after init in test
2012-01-05 Jeff Kingreflog_write: don't access free()'d memory
2012-01-04 Vicent MartíMerge remote-tracking branch 'nulltoken/topix/path_from...
2012-01-04 Vicent MartíMerge pull request #526 from nulltoken/fix/attr
2012-01-04 nulltokenFix Windows specific off-by-one error
2012-01-04 nulltokenFix MSVC compilation warnings
2012-01-03 Russell BelferMerge pull request #525 from euler0/add-missing-semicolon
2012-01-03 Vincent LeeAdd missing semicolon
next