]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-08-06 Vicent Martiremotes: Proper return for `git_remote_ls`
2012-08-06 Vicent MartiMerge remote-tracking branch 'arrbee/tree-walk-fixes...
2012-08-04 Michael Schubertremote: add missing include git2/remote.h
2012-08-04 Russell BelferAdd new iteration behavior to git_tree_walk
2012-08-04 Russell BelferUpdate iterators for consistency across library
2012-08-02 Vicent Martifilebuf: Check the return value for `close`
2012-08-02 Carlos Martín... win32: set errno to ENOENT or ENOTDIR when appropriate...
2012-08-01 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/amd64...
2012-08-01 Vicent MartíMerge pull request #850 from libgit2/attr-export
2012-08-01 Vicent Martirepository: Indentation
2012-08-01 Vicent MartíMerge pull request #848 from carlosmn/pending-message
2012-08-01 Vicent Martiattr: Do not export variables externally
2012-08-01 Vicent MartíMerge pull request #849 from scunz/git_caps
2012-08-01 Sascha CunzAdd function to query for compile time settings.
2012-08-01 Carlos Martín... repository: add a getter and remove function for git...
2012-07-31 Vicent MartíMerge pull request #826 from carlosmn/config-find-error
2012-07-31 Vicent MartíMerge pull request #837 from carlosmn/travis
2012-07-31 Vicent MartíMerge pull request #833 from carlosmn/odb-one
2012-07-30 Vicent MartíMerge pull request #840 from carlosmn/remote-unify
2012-07-30 Carlos Martín... transport: rename encrypt to use_ssl
2012-07-30 Carlos Martín... fetch: remove timeout code
2012-07-30 Carlos Martín... ssl: use the callback instead of ifs to determine how...
2012-07-30 Carlos Martín... examples: fix warnings in network/
2012-07-30 Carlos Martín... transport: store the refs in a common area
2012-07-30 Carlos Martín... remote: use the same code to control git and http
2012-07-30 Carlos Martín... network: implement multi_ack for the git transport
2012-07-30 Carlos Martín... remote: start moving the protocol to a common area
2012-07-30 Russell BelferMerge pull request #847 from schu/inline-oid-cmp
2012-07-29 Michael Schubertgit_oid_cmp: inline memcmp by hand to optimize
2012-07-28 Michael SchubertFix -Wuninitialized warning
2012-07-27 Vicent MartíMerge pull request #839 from nulltoken/topic/odb-foreac...
2012-07-27 Vicent MartíMerge pull request #834 from carlosmn/network-callbacks
2012-07-27 Vicent Martibranch: Add `repository` argument to `create`
2012-07-27 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/branch...
2012-07-27 Vicent Martireflog: Rename `entry_drop` to `drop`
2012-07-27 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/reflog...
2012-07-27 Carlos Martín... remote: fix C99-ism
2012-07-27 Carlos Martín... Merge pull request #838 from scunz/remote_push_url
2012-07-26 Russell BelferFix git_tree_walk to return user error
2012-07-26 Sascha CunzRemotes: Use correct url in git_remote_connect
2012-07-26 Sascha CunzRemotes: Save a cleaned pushurl (by deleting it from...
2012-07-26 Sascha CunzTests: Test remote's pushurl
2012-07-26 Sascha CunzRemotes: Setter for url+pushurl; Getter for pushurl
2012-07-26 Sascha CunzRemotes: Load/Save for fetch.foo.pushurl
2012-07-26 Sascha CunzRemove unneccessary string transformation
2012-07-25 Michael Schuberttests-clar/status: fix missing-prototype warning
2012-07-25 nulltokenodb: add some documentation to the foreach() test
2012-07-25 nulltokenreflog: keep the reflog name in sync with the reference...
2012-07-25 nulltokenreflog: prevent git_reflog_append() from persisting...
2012-07-25 nulltokenreflog: prevent git_reflog_read() from chocking when...
2012-07-25 nulltokenreflog: introduce git_reflog_write()
2012-07-25 nulltokenreflog: rename git_reflog_write() to git_reflog_append()
2012-07-25 nulltokenreflog: introduce git_reflog_entry_drop()
2012-07-25 nulltokenreflog: add GIT_OID_HEX_ZERO constant
2012-07-25 nulltokentests: reorganize reflog tests
2012-07-24 Russell BelferMerge pull request #799 from yorah/fix/issue-787
2012-07-24 Carlos Martín... travis: be more idiomatic with the environment
2012-07-24 nulltokenportability: Improve x86/amd64 compatibility
2012-07-24 nulltokenbranch: enforce git_branch_delete() parameter checking
2012-07-24 nulltokenrefs: drop git_reference_remote_tracking_from_branch()
2012-07-24 nulltokenbranch: introduce git_branch_tracking()
2012-07-24 nulltokenbranch: make git_branch_move() reference based
2012-07-24 nulltokenbranch: slight git_branch_create() doc improvement
2012-07-24 nulltokenbranch: introduce git_reference_is_branch()
2012-07-24 nulltokenbranch: introduce git_branch_lookup()
2012-07-24 nulltokenbranch: change git_branch_create() to make it return...
2012-07-24 nulltokenbranch: remove useless header
2012-07-24 yorahAdd flag to turn off pathspec testing for diff and...
2012-07-24 yorahFix getting status of files containing brackets
2012-07-24 yorahAdd more test coverage to match default git behavior...
2012-07-24 arobenAdd a test for getting status of files containing brackets
2012-07-24 yorahAdd git_buf_unescape and git__unescape to unescape...
2012-07-24 Carlos Martín... update_tips: report error if it fails to create a ref
2012-07-23 Carlos Martín... revparse: initialize 'parsed' in case the user doesn...
2012-07-23 Carlos Martín... travis: build with both gcc and clang
2012-07-23 Carlos Martín... revparse: don't allow an empty string
2012-07-23 Carlos Martín... config: set the error code if we can't find the global...
2012-07-21 Carlos Martín... Add a struct for network callbacks
2012-07-21 Carlos Martín... tests: plug a leak in the config stress
2012-07-21 Vicent MartíMerge pull request #818 from nulltoken/rework
2012-07-21 Carlos Martín... repo: add git_repository_wrap_odb() to wrap an ODB
2012-07-21 Carlos Martín... odb: allow creating an ODB backend from a packfile...
2012-07-21 Carlos Martín... config: escape subsection names when creating them
2012-07-20 Vicent MartíMerge pull request #831 from schu/tree-walk-order
2012-07-19 Russell BelferFix bug with merging diffs with null options
2012-07-19 Michael Schuberttree: fix ordering for git_tree_walk
2012-07-17 nulltokenrevparse: deploy git_object_peel()
2012-07-17 nulltokenobject: introduce git_object_peel()
2012-07-17 nulltokenrevparse: enhance parsing engine
2012-07-17 Vicent MartíMerge pull request #827 from schu/cleanup-error-cruft
2012-07-17 Michael SchubertRemove old error handling code
2012-07-16 Vicent MartíMerge pull request #823 from schu/cmake-install-dir
2012-07-16 Michael Schubertlibgit2.pc.in: also switch to LIB_INSTALL_DIR
2012-07-15 nulltokenrevparse: extend test coverage
2012-07-15 nulltokenrevparse: add reflog test data
2012-07-15 Vicent MartíMerge pull request #821 from nacho/development
2012-07-15 Vicent Martiattr: Rename the `git_attr__` exports
2012-07-14 Carlos Martín... indexer: delay resolving deltas
2012-07-13 Carlos Martín... pkt: correctly advertise capabilitites
2012-07-13 Ignacio Casal... Add support for the more standard LIB_INSTALL_DIR variable
next