]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-10-11 nulltokentags: cover EEXISTS propagation upon creation
2012-10-11 nulltokenbranches: cover EEXISTS propagation upon moving
2012-10-11 nulltokenbranches: propagate EEXISTS upon creation
2012-10-11 nulltokenrefs: propagate EEXISTS upon renaming
2012-10-10 Carlos Martín... tests: add a test for tag autofollow behaviour
2012-10-10 Vicent MartíMerge pull request #971 from arrbee/base64-encoder
2012-10-10 Carlos Martín... http: don't discard the HEAD ref
2012-10-10 Russell BelferAdd git_buf_put_base64 to buffer API
2012-10-09 Russell BelferFix clar issue
2012-10-09 Russell BelferUpdate to latest clar
2012-10-09 Vicent MartíMerge pull request #803 from schu/gsoc-pack-objects
2012-10-09 Michael Schubertfixup! gsoc-pack-objects WIP
2012-10-09 Michael Schubertgsoc-pack-objects WIP
2012-10-09 Michael SchubertAdd diff-delta code from git.git
2012-10-09 Michael Schubertindexer: do not require absolute path
2012-10-09 Michael SchubertEnable pthread condition vars
2012-10-09 Michael SchubertAdd git_tag_foreach
2012-10-09 Michael Schubertgit_odb_object_free: don't segfault w/ arg == NULL
2012-10-09 Michael Schubertutil: add git__compress()
2012-10-09 Vicent MartíMerge pull request #967 from arrbee/diff-submodule...
2012-10-09 Michael SchubertFix compiler warnings
2012-10-08 Ben StraubMerge pull request #949 from nulltoken/topic/deploy_rep...
2012-10-08 Russell BelferAdd test for diffs with submodules and bug fixes
2012-10-08 Russell BelferExtend diff helpers for tests a little
2012-10-08 Russell BelferFix a few diff bugs with directory content
2012-10-08 Russell BelferMerge pull request #940 from scunz/diff_sm
2012-10-08 Russell BelferMerge pull request #966 from pwkelley/icasefix
2012-10-08 Philip KelleyFix a bug where ignorecase wasn't applied to ignores
2012-10-07 nulltokenclone: fix cloning of empty repository
2012-10-07 nulltokenclone: reorganize tests
2012-10-07 nulltokenclone: leverage refspec transform
2012-10-07 nulltokenrefspec: introduce git_refspec_transform_l()
2012-10-07 nulltokenclone: align type casing with convention
2012-10-07 nulltokenbranch: deploy git_branch_is_head()
2012-10-07 nulltokenbranch: introduce git_branch_is_head()
2012-10-07 nulltokenrefs: deploy git_repository_set_head() usage
2012-10-07 nulltokenclone: deploy git_repository_set_head() usage
2012-10-07 nulltokenreset: make reset rely on git_repository_head()
2012-10-07 nulltokenbranch: enhance branch moving test coverage
2012-10-07 nulltokenremote: use constants for well-known names
2012-10-07 nulltokenrefs: use constants for well-known names
2012-10-07 Carlos Martín... remote: only keep a weak pointer in update_tips
2012-10-07 Carlos Martín... protocol: don't store flushes
2012-10-05 Sascha CunzDiff: Do not try to calculate an oid for a GITLINK.
2012-10-05 Sascha CunzExtract submodule logic out of diff_output.c:get_workdi...
2012-10-05 Sascha CunzDiff: teach get_workdir_content to show a submodule...
2012-10-05 Sascha CunzDiff: teach get_blob_content to show a submodule as...
2012-10-05 Sascha CunzFix minor whitespace issue
2012-10-02 Vicent Marticlar: Proper shutdown order
2012-10-02 Russell BelferMerge pull request #932 from ben/clone_pack_race
2012-10-02 Russell BelferMerge pull request #939 from pwkelley/ignorecase
2012-10-01 Vicent MartíMerge pull request #961 from arrbee/win64-cleanups
2012-10-01 Russell BelferFix up more Win64 compile warnings
2012-10-01 Vicent Martithreads: Assert that the global state is initialized
2012-10-01 Vicent Martiremote: Fix mid-block declaration
2012-10-01 Vicent MartíMerge pull request #957 from carlosmn/include-tag
2012-09-30 Carlos Martín... remote: support downloading all tags
2012-09-30 Carlos Martín... remote: use the refspec functions to parse, instead...
2012-09-30 Carlos Martín... remote: add accessors for the autotag setting
2012-09-30 Carlos Martín... remote: create tags if we have them
2012-09-30 Carlos Martín... fetch: use the include-tag capability
2012-09-30 Carlos Martín... refs: propagate EEXISTS
2012-09-30 Carlos Martín... refspec: add git_refspec__free, remove git_refspec_parse
2012-09-30 Carlos Martín... examples: fix config getter param order
2012-09-28 Russell BelferClean up Win64 warnings
2012-09-28 Vicent MartíMerge pull request #959 from jamill/empty_file_hash
2012-09-28 Vicent MartíMerge pull request #958 from schu/fix-merge-base
2012-09-28 Vicent MartíMerge pull request #941 from arrbee/diff-separate-iterators
2012-09-27 Jameson MillerFix error hashing empty file.
2012-09-27 Michael Schubertrevwalk: fix off-by-one error
2012-09-25 Russell BelferAdd const to all shared pointers in diff API
2012-09-25 Russell BelferFix bugs in new diff patch code
2012-09-25 Russell BelferInitial implementation of new diff patch API
2012-09-25 Russell BelferNew take on iterating over diff content
2012-09-25 Vicent MartíMerge pull request #947 from arrbee/public-error-set
2012-09-25 Vicent MartíMerge pull request #944 from scunz/list_tags
2012-09-25 Vicent MartíMerge pull request #938 from nulltoken/topic/is_valid_name
2012-09-25 nulltokenrefspec: introduce git_refspec__parse()
2012-09-25 nulltokenrefs: introduce git_reference_is_valid_name()
2012-09-25 nulltokenrefs: make git_reference_normalize_name() accept refspe...
2012-09-22 Sascha CunzTests: Add test for git_tag_list to check for 'git...
2012-09-22 Sascha CunzTests: reindent object/tag/list.c to use tabs
2012-09-22 Sascha CunzTests::object::tag: also test for a 'foo/*/bar'.
2012-09-22 Sascha CunzTests: Add 3 tags to resources/testrepo.
2012-09-22 Sascha CunzTests::Object::Tag: Add a mechanism to test which tags...
2012-09-22 Sascha CunzTests::Object::Tag: move listing tags tests to an own...
2012-09-22 Sascha CunzTags: teach git_tag_list not to include the 'refs/tags...
2012-09-22 Michael SchubertFix -Wmaybe-uninitialized warning
2012-09-21 Russell BelferMerge pull request #948 from csware/comment-fix
2012-09-21 Sven StrickrothMake clear that git_odb_hashfile does not use filters
2012-09-21 Russell BelferMake giterr_set_str public
2012-09-21 Russell BelferMerge pull request #942 from nulltoken/topic/checkout...
2012-09-21 Russell BelferMerge pull request #943 from csware/only-close-open...
2012-09-21 nulltokencheckout: add notification callback for skipped files
2012-09-20 Sven Strickrothgit_repository_hashfile: Only close file handle if...
2012-09-20 nulltokenFix MSVC amd64 compilation warnings
2012-09-20 nulltokencheckout: prefer mode_t type usage over int
2012-09-19 Ben StraubODB pack: snapshot last_found to avoid race
2012-09-19 Ben StraubRemove mtime checks from ODB packfile backend
2012-09-19 Ben StraubODB: re-load packfiles on failed lookup
next