]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-05-09 Vicent MartíMerge pull request #1566 from ethomson/ref_zero
2013-05-09 Edward Thomsoncalloc refs instead of malloc'ing them
2013-05-09 Vicent MartíMerge pull request #1563 from arrbee/doc-fix-repo-message
2013-05-09 Russell BelferFix git_repository_message docs
2013-05-09 Vicent MartíMerge pull request #1560 from carlosmn/ref-dwim
2013-05-09 Vicent MartíMerge pull request #1561 from arrbee/fix-windows-diff...
2013-05-08 Russell BelferFix dumb type in time comparison
2013-05-07 Vicent MartíMerge pull request #1552 from carlosmn/config-helpers
2013-05-07 Carlos Martín... Expose git_reference_dwim
2013-05-07 Carlos Martín... config: convenience function to open global/xdg
2013-05-07 Carlos Martín... repo: unconditionally create a global config backend
2013-05-07 Vicent MartíMerge pull request #1557 from carlosmn/tagopt
2013-05-07 Russell BelferFix win32 type warnings
2013-05-07 Carlos Martín... remote: correctly interpret tagopt '--tags'
2013-05-07 Vicent MartíMerge pull request #1556 from arrbee/diff-patch-fixes
2013-05-07 Russell BelferFix line numbering for patches with eofnl
2013-05-07 Russell BelferImprove diff function docs
2013-05-07 Russell BelferMore tests for files with no newline at end
2013-05-07 Russell BelferAdd GIT_DIFF_LINE_CONTEXT_EOFNL
2013-05-07 Carlos Martín... Merge pull request #1551 from nvloff/set_upstream_local...
2013-05-07 Russell BelferMerge pull request #1554 from sba1/sort-amiga-fix
2013-05-07 Sebastian BauerFixed qsort_r() problem when targeting AmigaOS.
2013-05-07 Russell BelferMerge pull request #1553 from jdavid/git_commit_owner
2013-05-07 J. David IbáñezAdd git_commit_owner to the public interface
2013-05-06 Nikolai Vladimirovgit_branch_set_upstream with local branches
2013-05-06 Vicent MartíMerge pull request #1547 from ethomson/win32_stat
2013-05-06 Vicent MartíMerge pull request #1526 from arrbee/cleanup-error...
2013-05-06 Vicent MartíMerge pull request #1524 from jamill/clone_tagopts
2013-05-06 Vicent MartíMerge pull request #1545 from ethomson/checkout_dirs_in_use
2013-05-06 Russell BelferMerge pull request #1550 from nvloff/fix_typo_in_branch_h
2013-05-06 Nikolai Vladimirovbranch.h: fix typo in docs
2013-05-05 Russell BelferMerge pull request #1549 from nulltoken/fix/from_oids
2013-05-05 nulltokencommit: make create_from_oids() accept plain oid
2013-05-05 nulltokencommit: guard create() against not owned trees
2013-05-04 Edward Thomsonp_stat() should follow symlinks on windows
2013-05-04 Jameson MillerDo not write tagopt configuration option on clone by...
2013-05-04 Russell BelferRemove obsolete test for peel type
2013-05-03 Edward Thomsonallow checkout to proceed when a dir to be removed...
2013-05-03 Vicent Martiodb: Do not error out if an alternate ODB is missing
2013-05-03 Vicent Marticlar: Always generate the test suite
2013-05-03 Vicent MartíMerge pull request #1540 from ethomson/leaks
2013-05-03 Edward Thomsonfix some leaks
2013-05-02 Vicent MartíMerge pull request #1538 from ethomson/merge_warning_cl...
2013-05-02 Edward Thomsonbraces
2013-05-02 Vicent MartíMerge pull request #1537 from ethomson/merge_warning_cl...
2013-05-02 Edward Thomsonpuns are not funny; type punning especially so
2013-05-02 Russell BelferUse assert for peel target type check
2013-05-02 Vicent MartíMerge pull request #1535 from carlosmn/pack-threading
2013-05-02 Carlos Martín... Switch to index_version as "git_pack_file is ready...
2013-05-02 Vicent MartíMerge pull request #1531 from libgit2/jk/peeled-refs
2013-05-02 Jeff Kingrefdb_fs: respect PEELING_STANDARD
2013-05-02 Vicent Martirefdb_fs: Only strstr the traits line
2013-05-02 Vicent Martirefdb_fs: Traits are always surrounded by spaces
2013-05-02 Vicent Martirefdb_fs: store "cannot be peeled" flag for packed...
2013-05-02 Vicent Martirefdb_fs: implement the fully-peeled trait
2013-05-02 Carlos Martín... Revert "Protect sha1_entry_pos call with mutex"
2013-05-02 Jeff Kingrefdb_fs: do not require peeled packed refs to be tags
2013-05-02 Vicent MartíMerge pull request #1529 from arrbee/more-packfile...
2013-05-02 Russell BelferProtect sha1_entry_pos call with mutex
2013-05-02 Russell BelferFix some compile warnings and trailing whitespace
2013-05-02 Russell BelferExtra threading tests
2013-05-02 Russell BelferAdd extra locking around packfile open
2013-05-01 Russell Belferclarify error propogation
2013-05-01 Russell Belferclarify where error message is set
2013-05-01 Russell BelferClear error msg when we eat error silently
2013-05-01 Russell BelferFix one error not reported in revparse
2013-05-01 Russell Belferminor missing error message
2013-05-01 Russell BelferFactor out some code that needed to clear errors
2013-05-01 Russell BelferError messages for a couple other boundary conditions
2013-05-01 Russell BelferReport some errors returnable by push
2013-05-01 Russell BelferCatch some odd odb backend corner case errors
2013-05-01 Russell BelferReport a couple object error conditions
2013-05-01 Russell BelferReport errors finding notes
2013-05-01 Russell BelferSet error when no merge base is found
2013-05-01 Russell BelferReport stat error when checking if file modified
2013-05-01 Russell BelferMerge pull request #1527 from ethomson/checkout_allow_e...
2013-05-01 Russell BelferMore care reporting diff patch iteration errors
2013-05-01 Russell BelferMore care catching and setting config errors
2013-05-01 Vicent Martirefdb: Properly load namespaces
2013-05-01 Edward Thomsonallow empty dirs to exist when doing checkout
2013-05-01 Vicent Martimerge: Warning noise
2013-05-01 Vicent Martirefdb: Proper namespace root
2013-05-01 Vicent MartíMerge pull request #1389 from ethomson/merge_trees
2013-05-01 Russell BelferAdd error messages for failed submodule lookup
2013-05-01 Russell Belferfix typo
2013-05-01 Russell BelferMake sure error messages get set
2013-05-01 Russell BelferSimplify error reporting
2013-05-01 Russell BelferSet error message for branch functions
2013-05-01 Vicent MartíMerge pull request #1523 from libgit2/vmg/namespaces
2013-04-30 Edward Thomsonmove NAME and REUC extensions to sys/
2013-04-30 Edward Thomsonrenames!
2013-04-30 Edward Thomsonmerge!
2013-04-30 Vicent Martilol namespaces
2013-04-30 Vicent MartíMerge pull request #1507 from arrbee/fix-look-inside...
2013-04-30 Russell BelferFix some formatting inconsistency
2013-04-30 Russell BelferUpdate comment for clarity
2013-04-30 Russell BelferMore tests for diff untracked directories
2013-04-30 Russell BelferUpdate diff handling of untracked directories
2013-04-30 Russell BelferReorganize diff code into functions
2013-04-30 Vicent Martiobject: haha
next