]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2015-05-26 Colomban WendlingFix ident replacement to match Git behavior
2015-05-22 Carlos Martín... Merge pull request #3151 from ethomson/thinpack
2015-05-22 Edward Thomsonindexer: avoid loading already existent bases
2015-05-22 Edward Thomsonindexer: don't look for the index we're creating
2015-05-22 Edward ThomsonMerge pull request #3108 from libgit2/cmn/ssl-no-want
2015-05-22 Carlos Martín... travis: build maint branches
2015-05-21 Carlos Martín... Merge branch 'sni'
2015-05-21 Cristian OnețCall the openssl API to be able to work with SNI servers.
2015-05-21 Carlos Martín... Merge pull request #3145 from stinb/fix_cxx_build
2015-05-21 Carlos Martín... Merge pull request #3146 from ethomson/add_untracked_files
2015-05-21 Edward Thomsongit_index_add_all: don't recurse ignored dirs
2015-05-21 Edward ThomsonMerge pull request #3144 from libgit2/cmn/ignored-ignore
2015-05-21 Edward Thomsonindex_add_all: include untracked files in new subdirs
2015-05-20 Jason HaslamFix error when building as C++.
2015-05-20 Carlos Martín... ignore: clear the error when matching a pattern negation
2015-05-20 Carlos Martín... Add a missing include for reset
2015-05-20 Carlos Martín... Merge pull request #3137 from libgit2/cmn/server-errors
2015-05-20 Carlos Martín... errors: add GIT_EEOF to indicate early EOF
2015-05-20 Carlos Martín... ssh: read from stderr if stdout is empty
2015-05-19 Edward ThomsonMerge pull request #3109 from libgit2/cmn/index-use...
2015-05-19 Edward ThomsonMerge pull request #3132 from libgit2/cmn/path-direach...
2015-05-17 Carlos Martín... fileops: set an error on write error for file copy
2015-05-15 Carlos Martín... fileops: set an error message if we fail to link a...
2015-05-15 Carlos Martín... path: don't let direach overwrite the callback's error...
2015-05-15 Carlos Martín... Merge pull request #3130 from mortonfox/patch-1
2015-05-14 Carlos Martín... Merge pull request #3129 from Therzok/patch-2
2015-05-14 Morton FoxUpdated dlibgit link.
2015-05-14 Marius UngureanuMake "Early EOF" message start with lowercase
2015-05-14 Carlos Martín... local: plug a leak in the progress reporting
2015-05-14 Carlos Martín... index: add a CHANGELOG entry for the diff usage
2015-05-14 Carlos Martín... index: include TYPECHANGE in the diff
2015-05-14 Carlos Martín... index: make add_all to act on a diff
2015-05-14 Carlos Martín... index: refactor diff-based update_all to match other...
2015-05-14 Carlos Martín... index: use a diff to perform update_all
2015-05-14 Edward ThomsonMerge pull request #3128 from libgit2/cmn/push-notify...
2015-05-14 Carlos Martín... push: fix the update constructor
2015-05-14 Carlos Martín... push: add tests for the push negotiation callback
2015-05-14 Carlos Martín... Add CHANGELOG entry for index entry changes
2015-05-13 Carlos Martín... Merge pull request #3119 from ethomson/ignore
2015-05-13 Edward ThomsonMerge pull request #3103 from libgit2/cmn/local-push...
2015-05-13 Edward ThomsonMerge pull request #3102 from libgit2/cmn/pack-objects...
2015-05-13 Edward ThomsonMerge pull request #3118 from libgit2/cmn/stream-size
2015-05-13 Edward Thomsonattr tests: make explicit our dir/file match tests
2015-05-13 Carlos Martín... Fix a few leaks
2015-05-13 Carlos Martín... packbuilder: report progress during deltification
2015-05-13 Carlos Martín... local: send the packbuilder progress via the sideband
2015-05-13 Carlos Martín... examples: show the sideband progress on clone
2015-05-13 Edward ThomsonMerge pull request #3117 from libgit2/cmn/index-more...
2015-05-13 Edward ThomsonMerge pull request #3116 from libgit2/cmn/remove-ssh...
2015-05-13 Edward ThomsonMerge pull request #3115 from libgit2/cmn/clone-submodule
2015-05-13 Edward ThomsonMerge pull request #3120 from libgit2/cmn/backends...
2015-05-13 Carlos Martín... tests: don't push to our resources
2015-05-13 Carlos Martín... local: use the packbuilder to push
2015-05-13 Carlos Martín... local: add clarification for non-bare push restriction
2015-05-13 Carlos Martín... Merge pull request #3066 from libgit2/cmn/remote-less...
2015-05-13 Carlos Martín... odb: reverse the default backend priorities
2015-05-13 Carlos Martín... push: free the update list
2015-05-13 Carlos Martín... Update CHANGELOG with the changes to the remotes
2015-05-13 Carlos Martín... remote: simplify anonymous creation
2015-05-13 Carlos Martín... remote: remove git_remote_save()
2015-05-13 Carlos Martín... remote: remove live changing of refspecs
2015-05-13 Carlos Martín... examples: adjust to the new remote API
2015-05-13 Carlos Martín... remote: move the tagopt setting to the fetch options
2015-05-13 Carlos Martín... remote: move the update_fetchhead setting to the options
2015-05-13 Carlos Martín... remote: move the transport ctor to the callbacks
2015-05-13 Carlos Martín... remote: add prune option to fetch
2015-05-13 Carlos Martín... remote: remove url and pushurl from the save logic
2015-05-13 Carlos Martín... Remove the callbacks struct from the remote
2015-05-13 Carlos Martín... push: remove own copy of callbacks
2015-05-13 Carlos Martín... odb: make the writestream's size a git_off_t
2015-05-12 Edward Thomsonattr: declare variable at top of block for msvc
2015-05-12 Edward Thomsonattr: less path mangling during attribute matching
2015-05-12 Edward Thomsonattr: don't mangle file path during attr matching
2015-05-12 Edward Thomsonattr: always return errors
2015-05-12 Edward Thomsonattr: don't match files for folders
2015-05-12 Edward Thomsonattr test: test a file beneath ignored folder
2015-05-12 Edward Thomsonattr: test that a file is not ignored for a folder
2015-05-12 Edward Thomsonattr: regression tests for ignore matching
2015-05-12 Carlos Martín... index: make the entries have more accurate sizes
2015-05-12 Carlos Martín... Get rid of libssh2 embedding
2015-05-12 Carlos Martín... Merge pull request #3111 from whoisj/centralizing-buffe...
2015-05-12 Carlos Martín... submodule: add test initialising and cloning a repo
2015-05-12 Carlos Martín... Merge pull request #3018 from ethomson/stash_apply
2015-05-11 Edward Thomsoncheckout: better document the `baseline_index` opt
2015-05-11 Edward Thomsonstash application: document new API in CHANGELOG
2015-05-11 Edward Thomsonstash: propagate the error when writing a tree
2015-05-11 Edward Thomsonstash_apply: provide progress callbacks
2015-05-11 Edward Thomsonstash_apply: provide its own options structure
2015-05-11 Edward Thomsonstash: test checkout notify callbacks
2015-05-11 Edward Thomsonstash apply: default to at least GIT_CHECKOUT_SAFE
2015-05-11 Edward Thomsonstash: return GIT_EMERGECONFLICT on merge conflict
2015-05-11 Edward Thomsonstash: document merge conflicts
2015-05-11 Edward Thomsonstash: refactor to use merge_iterators
2015-05-11 Edward Thomsonstash: ensure a reflog has entries
2015-05-11 Edward Thomsonstash apply: check out a tree, not piecewise
2015-05-11 Edward Thomsonstash: use git_commit_summary for a summary
2015-05-11 Edward Thomsonindex: introduce git_index_read_index
2015-05-11 Edward Thomsoncheckout: allow baseline to be specified as index
2015-05-11 Edward Thomsonmerge: merge iterators
2015-05-11 Pierre-Olivier... Added git_stash_apply() and git_stash_pop() APIs
next