]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2012-11-27 Ben StraubAPI updates for repository.h
2012-11-27 Ben StraubFix warning
2012-11-27 Ben StraubAPI updates for remote.h
2012-11-27 Ben StraubAPI updates for oid.h
2012-11-27 Ben StraubAPI updates for odb_backend.h
2012-11-27 Ben StraubAPI updates for odb.h
2012-11-27 Ben StraubAPI updates for notes.h/c.
2012-11-27 Ben StraubAPI updates for net.h
2012-11-27 Ben StraubAPI updates for message.h
2012-11-27 Ben StraubFormat/documentation tweaks for merge.h
2012-11-27 Ben StraubMove merge functions to merge.c
2012-11-27 Ben StraubAPI updates for indexer.h
2012-11-27 Russell BelferFix warnings on Win64 build
2012-11-27 Russell Belferupdate internal index API to avoid cast
2012-11-27 Russell BelferAPI updates for status.h
2012-11-27 Russell BelferFixing up some comments in strarray.h
2012-11-27 Russell BelferFix up some missing consts in tree & index
2012-11-27 Ben StraubAPI updates for index.h
2012-11-27 Russell BelferAPI updates for tag.h
2012-11-27 Russell BelferAPI updates for submodule.h
2012-11-27 Russell BelferUpdate diff callback param order
2012-11-27 Ben StraubClean up config.h
2012-11-27 Russell BelferUpdate callback fn ptr for git_reference_foreach
2012-11-27 Russell BelferAPI review / update for tree.h
2012-11-27 Russell BelferUpdates to reset.h
2012-11-27 Ben StraubExamples: fix clone api
2012-11-27 Ben StraubExamples: fix reference names
2012-11-27 Vicent MartiMore external API cleanup
2012-11-27 Ben StraubRename ref and reflog apis for consistency
2012-11-26 Vicent MartíMerge pull request #1106 from frasertweedale/fix/freebs...
2012-11-26 Fraser Tweedalefix build on FreeBSD
2012-11-26 Vicent MartíMerge pull request #1101 from csware/prevent_die
2012-11-26 Vicent MartíMerge pull request #1105 from delanne/invalid_read_conf...
2012-11-26 delanneFix invalid read reported by valgrind
2012-11-24 Sven StrickrothSet p->mwf.fd to -1 on error
2012-11-23 Vicent MartíMerge pull request #1097 from nulltoken/topic/head_tree...
2012-11-23 Vicent MartíMerge pull request #1093 from libgit2/contributing
2012-11-23 Vicent MartíMerge pull request #1098 from scunz/cleanup_in_cleanup
2012-11-23 Edward ThomsonMerge pull request #1100 from martinwoodward/fuckityfuck
2012-11-23 Martin WoodwardRemove use of English expletives
2012-11-23 Sascha CunzReset all static variables to NULL in clar's __cleanup
2012-11-22 nulltokenrepo: Make git_repository_head_tree() return error...
2012-11-22 nulltokentest: Minor fixes
2012-11-22 Philip KelleyCall git_remote_update_tips before git_remote_disconnect
2012-11-22 Philip KelleyMerge pull request #1095 from martinwoodward/authors
2012-11-21 Ben StraubRewrite conventions to be more complete
2012-11-21 Ben StraubMarkdownize CONVENTIONS
2012-11-21 Ben StraubAdd contributing guidelines
2012-11-20 Russell BelferMerge pull request #1092 from arrbee/legal-to-not-have...
2012-11-20 Russell BelferNeed to clear ignored error from config load
2012-11-20 Russell BelferMerge pull request #1089 from edubart/fix_win32_lstat
2012-11-20 Russell BelferIt is okay to not have a .gitconfig file
2012-11-20 Eduardo BartMinor optimization in win32 do_lstat
2012-11-20 Eduardo BartUpdate clar tests p_lstat_posixly and p_lstat
2012-11-20 Eduardo Bartupdate win32 lstat comment
2012-11-20 Eduardo BartFix win32 lstat
2012-11-19 Russell BelferMerge pull request #1086 from scunz/vs_warning_level
2012-11-19 Sascha CunzVS-Build: Disable /W4 parameter, as it is not picked...
2012-11-19 Russell BelferMerge pull request #1085 from scunz/no_pch_for_nmake
2012-11-19 Sascha CunzDon't use precompiled headers for command-line based...
2012-11-19 Vicent MartíMerge pull request #1084 from libgit2/filename-validation
2012-11-19 Scott J. GoldmanAdd a test for invalid filenames while writing tree...
2012-11-19 Scott J. GoldmanCatch invalid filenames in append_entry()
2012-11-18 Scott J. GoldmanPrevent creating `..`, `.`, and `.git` with tree builder
2012-11-18 Vicent MartíMerge pull request #1082 from scunz/fixDoubleDeleteOnError
2012-11-18 Sascha CunzIndexer: Avoid a possible double-deletion in error...
2012-11-18 Michael SchubertFix a couple of warnings
2012-11-18 nulltokenMerge pull request #1077 from nulltoken/fix/api
2012-11-18 nulltokenreflog: make entry_byindex() and drop() git compliant
2012-11-18 nulltokenreflog: Fix documentation
2012-11-18 nulltokenconfig: Opening a nonexistent file returns ENOTFOUND
2012-11-17 nulltokenconfig: Make git_config_file__ondisk() internal
2012-11-17 nulltokenrepo: ensure is_empty() checks there are no refs
2012-11-17 nulltokentests: introduce cl_git_remove_placeholders()
2012-11-17 nulltokenrepo: readonly tests don't need a sandboxed repo
2012-11-17 nulltokenenv: ensure git_futils_find_xxx() returns ENOTFOUND
2012-11-17 nulltokentag: rename git_tag_type to git_tag_target_type
2012-11-17 nulltokenFix MSVC compilation warnings
2012-11-16 Vicent MartíMerge pull request #1075 from carlosmn/alternates-recurse
2012-11-16 Carlos Martín... odb: recursively load alternates
2012-11-16 Scott J. GoldmanMerge pull request #1071 from arrbee/alternate-fix...
2012-11-16 Michael SchubertAUTHORS: cleanup
2012-11-16 Michael SchubertFix -Wmaybe-uninitialized warning
2012-11-16 Ben StraubInclude Microsoft in AUTHORS
2012-11-15 Vicent MartíMerge pull request #1074 from edubart/ignore_diff_filemode
2012-11-15 Vicent MartíMerge pull request #1072 from arrbee/diff-api-signatures
2012-11-15 Eduardo BartAdd option to ignore file mode in diffs
2012-11-15 Russell BelferAdd explicit git_index ptr to diff and checkout
2012-11-15 Russell BelferAdd iterator for git_index object
2012-11-15 Russell BelferFix diff API to better parameter order
2012-11-15 Russell BelferFix reset hard tests on platforms with CRLF
2012-11-15 Russell BelferAdd POSIX compat lstat() variant for win32
2012-11-15 Russell BelferCreate internal strcmp variants for function ptrs
2012-11-14 Vicent MartíMerge pull request #1069 from carlosmn/readme
2012-11-14 Carlos Martín... Explain a few CMake options in the README
2012-11-14 Carlos Martín... Slightly different valgrind fix
2012-11-14 Carlos Martín... Fix a few valgrind errors
2012-11-13 Vicent MartíMerge pull request #1068 from carlosmn/config-empty...
2012-11-13 Carlos Martín... config: return an emtpy string when there is no value
2012-11-13 Vicent Martihttp: Unrustle
next