]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-05-24 Carlos Martín... examples/network: consistently use tabs for indentation
2012-05-24 Carlos Martín... README: use docs/rel-notes/ for the release notes
2012-05-23 Vicent MartíMerge pull request #720 from nulltoken/fix/libgit2sharp...
2012-05-23 Vicent MartíMerge pull request #712 from waywardmonkeys/embedded_ma...
2012-05-23 Vicent MartíMerge pull request #716 from scottjg/examples-cleanup
2012-05-23 Vicent MartíMerge pull request #723 from carlosmn/rel-notes
2012-05-23 Carlos Martín... README: add rules about writing release notes as they...
2012-05-23 Carlos Martín... CONVENTIONS: Update error code names
2012-05-23 Carlos Martín... Remove left-over debugging output
2012-05-23 nulltokenfileops: Make git_futils_mkdir_r() able to cope with...
2012-05-20 Scott J. GoldmanAdd CMake build for examples / add them to Travis
2012-05-20 Scott J. GoldmanFix examples/general.c compilation
2012-05-19 Vicent MartíMerge pull request #715 from schu/cleanup-misc
2012-05-19 Michael SchubertCleanup
2012-05-19 Vicent MartíMerge pull request #713 from waywardmonkeys/spelling
2012-05-19 Bruce MitchenerFix spelling errors.
2012-05-19 Bruce MitchenerAllow passing additional defines and cflags to Makefile...
2012-05-19 Bruce MitchenerBuild xdiff as well in Makefile.embed.
2012-05-18 Vicent Martilibgit2 v0.17.0 "Lord of Diffstruction"
2012-05-18 Vicent MartíMerge pull request #710 from libgit2/breaking-changes
2012-05-18 Vicent MartíMerge pull request #711 from schu/fetch-local-dummy
2012-05-18 Michael Schubertfetch: set dummy function for local fetch
2012-05-17 Vicent MartíMerge pull request #685 from nulltoken/fix/list-remote...
2012-05-17 Vicent Martíerrors: Rename error codes
2012-05-17 Vicent Martíerrors: Rename the generic return codes
2012-05-17 Vicent MartíProperly tag all `enums` with a `_t`
2012-05-17 Vicent Martírefs: git_reference_listall -> git_reference_list
2012-05-17 Vicent Martíerrors: Remove old comments
2012-05-17 Vicent Martíglobal: Fix unit tests after reordering
2012-05-17 Vicent Martíglobal: Change parameter ordering in API
2012-05-17 nulltokenbranch: retrieve symbolic references when listing the...
2012-05-17 Vicent MartíMerge pull request #709 from arrbee/profiling-with...
2012-05-17 Russell BelferNo point in keeping commented out fn
2012-05-17 Vicent MartíMerge pull request #708 from arrbee/fix-empty-workdir...
2012-05-17 Russell BelferFix workdir iterators on empty directories
2012-05-17 Russell BelferOther optimization and warning fixes
2012-05-17 Russell BelferOptimize away git_text_gather_stats in diff
2012-05-17 Russell BelferBasic setup for profiling
2012-05-17 Vicent MartíMerge pull request #706 from arrbee/fix_592_again
2012-05-17 Russell BelferFix status for files under ignored dirs
2012-05-16 Vicent MartíMerge pull request #705 from nulltoken/fix/note_list_ca...
2012-05-16 nulltokennotes: make git_note_foreach() callback signature easie...
2012-05-16 Vicent Martítree: Naming conventions
2012-05-16 Vicent Martíclar: Fix warning
2012-05-16 Vicent Martítree: Kill the `git_tree_diff` functions
2012-05-16 Vicent MartíMerge pull request #700 from cholin/revwalk_reset
2012-05-16 Vicent MartíMerge pull request #702 from arrbee/fix-status-file
2012-05-16 Vicent MartíMerge pull request #703 from carlosmn/consistency
2012-05-15 Russell BelferDocument git_buf_common_prefix
2012-05-15 Carlos Martín... indexer: add more consistency checks
2012-05-15 Russell BelferFix notes to use new fixed iterator signature
2012-05-15 Russell BelferRanged iterators and rewritten git_status_file
2012-05-15 Carlos Martín... Introduce GITERR_INDEXER
2012-05-15 Nico von Geysoreally reset walker with git_revwalk_reset
2012-05-14 Vicent MartíMerge pull request #699 from nulltoken/fix/compilation...
2012-05-14 nulltokenFix compilation warnings
2012-05-14 Vicent MartíMerge pull request #696 from nulltoken/topic/notes...
2012-05-14 Vicent MartíRevert "Specifiy dllimport to MSVC if we're not buildin...
2012-05-14 nulltokennotes: add git_notes_foreach()
2012-05-14 Vicent MartíMerge pull request #693 from nulltoken/topic/enhance_br...
2012-05-14 Vicent MartíMerge pull request #692 from nulltoken/fix/delete-branc...
2012-05-14 Vicent MartíMerge pull request #688 from hanwen/master
2012-05-14 Sascha CunzSpecifiy dllimport to MSVC if we're not building libgit...
2012-05-14 Vicent MartíMerge pull request #671 from nulltoken/topic/blob_creat...
2012-05-14 Vicent MartíMerge pull request #681 from scottjg/solaris-fixes
2012-05-14 Vicent MartíMerge pull request #682 from arrbee/attribute-cache...
2012-05-14 Sascha CunzAdd missing GIT_EXTERN declarations
2012-05-14 Vicent MartíMerge pull request #689 from scunz/visibility-gcc
2012-05-14 Vicent MartíMerge pull request #694 from nulltoken/topic/mergebase...
2012-05-14 Russell BelferMerge pull request #695 from nulltoken/topic/iterator_f...
2012-05-14 Scott J. GoldmanAdd a test to verify FILENAME_MAX
2012-05-13 nulltokeniterator: prevent git_iterator_free() from segfaulting...
2012-05-13 nulltokenmergebase: enhance test code coverage
2012-05-13 Carlos Martín... tests: make sure we clean up in objects/blob/write.c
2012-05-13 nulltokenblob: Add git_blob_create_fromdisk()
2012-05-13 nulltokenbranch: cover with test that moving a non existing...
2012-05-13 nulltokenbranch: make git_branch_delete() return GIT_ENOTFOUND...
2012-05-12 Han-Wen NienhuysHandle duplicate objects from different backends in...
2012-05-12 Scott J. GoldmanFix readdir_r() usage for Solaris
2012-05-12 Sascha CunzUse -fvisibility=hidden in GCC builds
2012-05-12 Vicent MartíMerge pull request #683 from arrbee/better-repo-init
2012-05-12 Vicent MartíMerge pull request #687 from nulltoken/fix/object-looku...
2012-05-11 nulltokenobject: make git_object_lookup() return GIT_ENOTFOUND...
2012-05-11 Carlos Martín... examples: fix an oopsie
2012-05-11 Russell BelferFixed leaks and added tests
2012-05-11 Scott J. GoldmanFix comment typo in common.h
2012-05-11 Scott J. GoldmanFix rmdir() usage on Solaris
2012-05-10 Russell BelferFixed mode on clar
2012-05-10 Russell BelferAdd cache busting to attribute cache
2012-05-10 Scott J. GoldmanHook up Windows compat fnmatch() for Solaris
2012-05-10 Carlos Martín... examples: update network examples error handling
2012-05-09 Vicent Martíclar: Update from upstream
2012-05-09 Vicent MartíMerge pull request #678 from nulltoken/fix/msvc-weird...
2012-05-09 nulltokenFix MSVC compilation issue
2012-05-09 Russell BelferImprove repo initialization to be more like git
2012-05-09 Russell BelferFix 64-bit build warning
2012-05-09 Russell BelferMerge pull request #679 from nulltoken/fix/git__isspace
2012-05-09 Michael Schuberttests-clar/diff: fix missing-prototype warning
2012-05-09 Carlos Martín... fetch: filter tag annotation pseudo-refs while generati...
2012-05-09 Carlos Martín... remote: don't try to create tag annotations as refs...
next