]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
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-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
2013-04-30 Vicent Martiobject: Explicitly define helper API methods for all...
2013-04-30 Vicent MartíMerge pull request #1518 from arrbee/export-oid-comparison
2013-04-30 Vicent MartíMerge pull request #1520 from carlosmn/nth-refspec
2013-04-30 Vicent MartíMerge pull request #1522 from arrbee/repo-open-with...
2013-04-30 Russell BelferCatch issue in config set with no config file
2013-04-30 Carlos Martín... remote: fix a leak when dwim'ing refspecs
2013-04-30 Carlos Martín... remote: add resfpec list accessors
2013-04-30 Carlos Martín... refspec: add direction accessor
2013-04-30 Russell BelferSome cleanups
2013-04-30 Russell BelferAdd new src/oid.h
2013-04-29 Russell BelferStandardize cast versions of git_object accessors
2013-04-29 Russell BelferMake git_oid_cmp public and add git_oid__cmp
2013-04-29 Vicent MartíMerge pull request #1511 from carlosmn/refspec-shorthand
2013-04-29 Vicent MartíMerge pull request #1516 from ethomson/win32_alternate_...
2013-04-29 Edward Thomsondon't use uninitialized struct stat in win32
2013-04-29 Vicent MartíMerge pull request #1513 from ethomson/cmake
2013-04-29 Edward Thomsoncmake 2.6 parser bug workaround
2013-04-29 Russell BelferAdd git_oid_strcmp and use it for git_oid_streq
2013-04-29 Russell BelferFix fragile git_oid_ncmp
2013-04-29 Russell BelferIntroduce git_oid_compare, an exported oid cmp
2013-04-29 Carlos Martín... Merge pull request #1512 from carlosmn/push-delete...
next