]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-08-29 Vicent MartiAdd bounds checking to UTF-8 conversion
2012-08-29 Vicent Martiwindows: Keep UTF-8 on the stack yo
2012-08-29 Vicent MartíUTF-8 changes yo
2012-08-28 Vicent MartíMerge pull request #905 from carlosmn/signature-now
2012-08-28 Michael SchubertFix parentheses warning
2012-08-28 Carlos Martín... signature: make the OS give us the offset for git_signa...
2012-08-28 Carlos Martín... ssl: make cert check ignore work for invalid certs...
2012-08-27 Vicent MartiMerge branch 'branch-delete-ref' into development
2012-08-27 Vicent MartíMerge pull request #904 from arrbee/better-object-peel
2012-08-27 Vicent MartíMerge pull request #897 from nulltoken/topic/git_refere...
2012-08-27 Vicent MartíMerge pull request #899 from schu/revwalk-push
2012-08-27 Russell BelferMake git_object_peel a bit smarter
2012-08-27 Russell BelferMerge pull request #903 from nulltoken/topic/peeling...
2012-08-27 nulltokenbranch: reduce code duplication
2012-08-27 Michael Schubertrevwalk: refuse push of non-commit objects
2012-08-27 nulltokenrefs: expose git_reference_normalize_name()
2012-08-27 Vicent Martibranch: Change `git_branch_delete` to take a ref
2012-08-27 Vicent Martiposix: Always set a default mapping mode
2012-08-25 Carlos Martín... indexer: kill git_indexer_stats.data_received
2012-08-25 Carlos Martín... http: increase buffer side to deal with side-band-64k
2012-08-25 Carlos Martín... indexer: don't segfault when freeing an unused indexer
2012-08-25 Vicent MartíMerge pull request #896 from ben/revparse-ambiguous
2012-08-25 Ben StraubRevparse: GIT_EAMBIGUOUS
2012-08-24 Vicent MartíMerge pull request #895 from carlosmn/sideband
2012-08-24 Vicent MartíMerge pull request #852 from arrbee/submodule-extensions
2012-08-24 Vicent MartíMerge pull request #876 from arrbee/new-config-locations
2012-08-24 Russell BelferSupport new config locations
2012-08-24 Russell BelferFix memory leak in cp_r
2012-08-24 Russell BelferFix crash with adding internal ignores
2012-08-24 Russell BelferFix valgrind warnings and spurious error messages
2012-08-24 Carlos Martín... examples: add progress output to fetch
2012-08-24 Carlos Martín... network: add sideband support
2012-08-24 Russell BelferWorking implementation of git_submodule_status
2012-08-24 Russell BelferFix valgrind issues and leaks
2012-08-24 Russell BelferMajor submodule rewrite
2012-08-24 Russell BelferNew submodule test data
2012-08-24 Russell BelferFix errors on Win32 with new repo init
2012-08-24 Carlos Martín... indexer: recognize and mark when all of the packfile...
2012-08-23 Vicent MartíMerge pull request #844 from arrbee/init-extended
2012-08-23 Russell BelferFix warnings and merge issues on Win64
2012-08-22 Russell BelferSome cleanup suggested during review
2012-08-22 Russell BelferDon't reference stack vars in cleanup callback
2012-08-22 Russell Belferfix missing validation and type cast warning
2012-08-22 Russell BelferAdd template dir and set gid to repo init
2012-08-22 Russell BelferAdd git_repository_init_ext for power initters
2012-08-22 Russell BelferMinor bug fixes in diff code
2012-08-22 Vicent MartíMerge pull request #891 from arrbee/internal-ignore-api
2012-08-22 Russell BelferWrap up ignore API and add tests
2012-08-22 Russell BelferAdd public API for internal ignores
2012-08-21 Vicent MartíMerge pull request #889 from nulltoken/filemode-enum
2012-08-21 nulltokentree entry: rename git_tree_entry_attributes() into...
2012-08-21 nulltokenfilemode: deploy enum usage
2012-08-21 nulltokenfilemode: introduce enum to ease use of attributes
2012-08-21 Ben StraubWin32: test core.autocrlf
2012-08-21 Ben StraubTests: close file handles before asserting
2012-08-20 Vicent MartíMerge pull request #884 from carlosmn/global-windows
2012-08-20 Carlos Martín... Make the memory-window conrol structures global
2012-08-19 Vicent MartíMerge pull request #879 from nulltoken/deprecated-mode
2012-08-19 nulltokentreebuilder: enhance attributes handling on insertion
2012-08-19 nulltokenAdd deprecated-mode.git test repository
2012-08-19 Vicent MartíMerge pull request #778 from ben/clone
2012-08-15 Vicent MartíMerge pull request #877 from nulltoken/minor-fixes
2012-08-15 nulltokenrefs: fix missing parameter documentation
2012-08-15 nulltokennotes: slight documentation enhancements
2012-08-14 nulltokenFix compilation warning
2012-08-14 Carlos Martín... tests: fix tree walking test
2012-08-14 Carlos Martín... Merge pull request #873 from carlosmn/tree-walk
2012-08-14 Russell BelferMerge pull request #875 from arrbee/fix-message-prettif...
2012-08-14 Russell BelferMake git_message_prettify return bytes written
2012-08-14 Vicent MartíMerge pull request #871 from joshtriplett/fix-note_fore...
2012-08-14 Vicent MartíMerge pull request #870 from joshtriplett/fix-note_crea...
2012-08-14 Vicent MartíMerge pull request #872 from joshtriplett/fix-note_remo...
2012-08-14 Vicent MartíMerge pull request #867 from joshtriplett/fix-array...
2012-08-14 Vicent MartíMerge pull request #866 from arrbee/fix-config-file...
2012-08-13 Carlos Martín... tree: allow the user to skip an entry or cancel the...
2012-08-13 Carlos Martín... tree: bring back the documented behaviour for a walk
2012-08-12 Russell BelferClean up code
2012-08-12 Josh Triplettgit_note_remove: Copyediting on documentation for the...
2012-08-12 Russell BelferCheck prettify message output buffer after cleanup
2012-08-12 Russell BelferFix config parser boundary logic
2012-08-12 Josh Triplettgit_note_foreach: Fix documentation for notes_ref parameter
2012-08-12 Josh Triplettgit_note_oid: Fix the documentation to reference parame...
2012-08-12 Josh TriplettFix incorrect array size in example for git_config_get_...
2012-08-12 Vicent MartíMerge pull request #863 from joshtriplett/export-git_at...
2012-08-12 Josh TriplettExport git_attr_value
2012-08-11 Michael Schubertsha1: add missing header guards
2012-08-09 Vicent Martioid: Explicitly include `oid.h` for the inlined CMP
2012-08-09 Russell BelferMerge pull request #861 from josh/parse-chomped-oid
2012-08-09 Joshua PeekMerge remote-tracking branch 'arrbee/rtrim-loose-refs...
2012-08-09 Joshua PeekRevert implementation changes
2012-08-09 Joshua PeekIgnore ref oid terminator
2012-08-09 Joshua PeekTest trailing space after ref oid
2012-08-09 Russell Belfertrim whitespace when parsing loose refs
2012-08-09 Joshua PeekParse ref oids without trailing newline
2012-08-06 Russell BelferFix iterator check and return value
2012-08-06 Ben StraubCheckout: fix memory leak in tests.
2012-08-06 Vicent Martitest: Open ODB on each test suite
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
next