]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-05-29 Edward Thomsonallow (ignore) bare slash in gitignore
2013-05-29 Vicent MartíMerge pull request #1617 from arrbee/fix-oid-memory...
2013-05-29 Russell BelferFix memory leak in oid shortener tests
2013-05-28 Edward ThomsonMerge pull request #1615 from arthurschreiber/patch-1
2013-05-28 Arthur SchreiberFix two typos in the merge docs.
2013-05-27 Russell BelferFixing unwrapped calloc
2013-05-27 Vicent MartíMerge pull request #1614 from schu/packbuilder-write
2013-05-27 Michael Schubertpackbuilder: also write index in git_packbuilder_write
2013-05-27 Vicent MartíMerge pull request #1613 from schu/transport-ssh
2013-05-27 Michael Schuberttests: don't verify SSH unsupported with GIT_SSH
2013-05-26 Russell BelferMerge pull request #1612 from drodriguez/fix-branch...
2013-05-26 Daniel Rodríguez... Fix documentation of git_branch_delete.
2013-05-25 Vicent MartíMerge pull request #1609 from ethomson/qsort_r_glibc
2013-05-25 Edward Thomsonqsort_r appeared in glibc 2.8
2013-05-24 Vicent MartíMerge pull request #1608 from arrbee/various-cleanups...
2013-05-24 Russell BelferAdd ~ expansion to global attributes and excludes
2013-05-24 Russell BelferClarify GIT_DIFF_INCLUDE_UNTRACKED_CONTENT option
2013-05-24 Russell BelferTypedef git_config_level_t and use it everywhere
2013-05-24 Russell BelferDocs for git_libgit2_opts and cache disable tweak
2013-05-24 Russell BelferAdd typedefs on some public enums
2013-05-24 Russell BelferMerge pull request #1607 from ethomson/hurd
2013-05-24 Vicent MartíMerge pull request #1605 from ethomson/replace_reuc_fix
2013-05-24 Russell BelferEnsure reuc vector is always valid
2013-05-24 Edward Thomsonqsort_r is broken on HURD, avoid
2013-05-24 Vicent MartíMerge pull request #1593 from ethomson/conflict_iterator
2013-05-24 Vicent MartíMerge pull request #1592 from ethomson/merge_setup
2013-05-24 Vicent MartíMerge pull request #1603 from ben/shallow
2013-05-24 Vicent MartíMerge pull request #1595 from arrbee/even-more-rename...
2013-05-24 Vicent MartíMerge pull request #1604 from arrbee/config-file-checks
2013-05-24 Ben StraubStop leaking memory
2013-05-23 Russell BelferMore config code checks and cleanups
2013-05-23 Russell BelferMore tests of config with various absent files
2013-05-23 Russell BelferFill out diff rename test coverage
2013-05-23 Ben StraubImprove test failure output
2013-05-23 Russell BelferMove core.abbrev lookup out of diff print loop
2013-05-23 Russell BelferMore diff rename tests; better split swap handling
2013-05-23 Russell BelferFix dereference of freed delta
2013-05-23 Ben StraubMerge pull request #1599 from nulltoken/topic/windows_r...
2013-05-23 Ben StraubMerge pull request #1601 from Merovius/bugfix_shorten
2013-05-23 Axel WagnerAdd testcase for #1600
2013-05-22 Russell BelferSignificant rename detection rewrite
2013-05-22 Axel WagnerBugfix: Return NULL in push_leaf, when trie is full
2013-05-21 nulltokencmake: Update Windows resources to reflect the optional...
2013-05-21 nulltokencmake: Fix indentation
2013-05-21 Ben StraubMerge pull request #1594 from nulltoken/topic/tag_annot...
2013-05-21 nulltokentag: Introduce git_tag_annotation_create()
2013-05-21 Ben StraubMerge pull request #1597 from zodiac/patch-1
2013-05-21 Carlos Martín... refs: export the glob iterator
2013-05-21 Li Xuanjidefine "long name" in git_reference_name_to_id
2013-05-20 Edward ThomsonMerge pull request #1596 from grimreaper/development
2013-05-20 Russell BelferAdd more diff rename detection tests
2013-05-20 Russell BelferMore git_diff_find_similar improvements
2013-05-19 Eitan AdlerInitialize loose_deleted before it is used for a check...
2013-05-18 Russell BelferExtend diff example
2013-05-18 Russell BelferFix issues with git_diff_find_similar
2013-05-17 Russell BelferFix delta compare to use correct pathname
2013-05-17 Russell BelferAdd git_diff_print_raw printing helper
2013-05-17 Russell BelferAdd git_oid_nfmt - a flexible OID formatter
2013-05-17 Edward Thomsonintroduce git_conflict_iterator
2013-05-17 Edward Thomsonmerge setup
2013-05-16 Russell BelferMerge pull request #1568 from nulltoken/topic/revparse_ext
2013-05-16 nulltokenrevparse: Make revparse_ext() return git_reference...
2013-05-16 nulltokenrevparse: Introduce git_revparse_ext()
2013-05-16 nulltokenrevparse: Simplify temporary reference freeing
2013-05-16 Vicent MartíMerge pull request #1558 from bmorganpa/ssh_transport
2013-05-16 Vicent MartíMerge pull request #1590 from arrbee/examples-like-git
2013-05-16 Vicent MartíMerge pull request #1591 from arrbee/reorder-reuc-read...
2013-05-16 Russell BelferEnsure reuc vector is always valid
2013-05-16 Russell BelferMerge pull request #1574 from linquize/calloc
2013-05-16 Russell BelferMake examples/diff.c compile vs threadsafe library
2013-05-16 Russell BelferAdd cat-file example and increase const use in API
2013-05-16 Linquizecalloc() to initialize memory
2013-05-16 Vicent MartíMerge pull request #1586 from jamill/fetch_fix
2013-05-15 Vicent MartíMerge pull request #1579 from arrbee/index-entry-dup...
2013-05-15 Russell BelferUpdate index.h docs
2013-05-15 Russell BelferRemove entry dup/free functions and fix comments
2013-05-15 Russell BelferAdd APIs to dup and free git_index_entrys
2013-05-15 Russell BelferImprove docs for git_index_entry flag masks
2013-05-15 Vicent MartíMerge pull request #1588 from arrbee/fixes-for-checkout...
2013-05-15 Vicent MartíMerge pull request #1578 from nulltoken/fix/whitespaces
2013-05-15 Russell BelferUse GIT_IDXENTRY_STAGE macro
2013-05-15 Russell BelferImprove robustness of diff rename detection
2013-05-15 Russell BelferFix checkout of submodules with no .gitmodules
2013-05-15 Russell BelferRemove old symlinks before updating
2013-05-15 Russell BelferFix diff crash when last item is untracked dir
2013-05-15 nulltokenFix trailing whitespaces
2013-05-15 Jameson MillerFetch should not fail when remote HEAD reference is...
2013-05-15 Brad MorganAdded GITERR_CHECK_ALLOC
2013-05-15 Brad MorganChanged case of FindLibSSH2.cmake to FindLIBSSH2.cmake
2013-05-15 Brad MorganRenamed FindLibSSH2.cmake
2013-05-15 Brad MorganAdded GITERR_CHECK_ALLOC
2013-05-15 Brad MorganReworked git_cred_ssh_keyfile_passphrase_new method
2013-05-15 Brad MorganAdded error check
2013-05-15 Brad MorganCleanup
2013-05-15 Vicent Martisignature: Lenient when dupping, strict when creating
2013-05-15 Vicent MartíMerge pull request #1583 from linquize/whitespace
2013-05-15 LinquizeUnify whitespaces to tabs
2013-05-14 Russell BelferExtend valgrind suppressions on Mac
2013-05-14 Russell BelferMerge pull request #1580 from carlosmn/cmake-describe
2013-05-14 Russell BelferMerge pull request #1582 from dmgctrl/checkout_symlink_fix
next