]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2013-06-10 Russell Belferfix missing file and bad prototype
2013-06-10 Russell BelferReorganize diff and add basic diff driver
2013-06-05 Russell BelferMove some diff helpers into separate file
2013-06-05 Russell BelferBasic function context header
2013-06-05 Vicent MartiI'm a dick
2013-06-05 Vicent MartíMerge pull request #1634 from arrbee/alternative-mkdir-fix
2013-06-05 Russell BelferEnsure git_futils_mkdir won't mkdir root
2013-06-05 Vicent MartíMerge pull request #1633 from jamill/directory_create_fix
2013-06-05 Jameson MillerAllow creation of directories under the volume root...
2013-06-03 Vicent MartíMerge pull request #1624 from libgit2/vmg/full-ref...
2013-06-02 Scott J. GoldmanMerge pull request #1631 from scottjg/fix-timezone...
2013-06-02 Scott J. GoldmanDon't bail on parsing commits with an invalid timezone
2013-06-01 Vicent MartíMerge pull request #1630 from arrbee/index-read-tree...
2013-06-01 Russell BelferMake git_index_read_tree preserve stat cache
2013-05-31 Vicent MartíMerge pull request #1627 from arrbee/iterator-api-impro...
2013-05-31 Russell BelferMake iterators use GIT_ITEROVER & smart advance
2013-05-31 Vicent MartíMerge pull request #1626 from ethomson/index_ext_truncation
2013-05-31 Edward Thomsonimprove test for index extension truncation
2013-05-31 Vicent MartíMerge pull request #1621 from NHDaly/clone_transport_flags
2013-05-31 Nathan DalyAdded support for setting transport flags (No check...
2013-05-31 Vicent MartíMerge pull request #1559 from carlosmn/ref-shorthand
2013-05-31 Vicent MartíMerge pull request #1623 from yorah/fix/tag_auto
2013-05-31 Vicent MartíMerge pull request #1530 from veeti/http-parser
2013-05-30 Vicent MartiFrees
2013-05-30 Veeti PaananenBuild with the system's http-parser installation if...
2013-05-30 yorahProposal to handle default value (auto = 0)
2013-05-30 yorahremote: make default tag retrieving behaviour consistent
2013-05-30 Ben StraubMerge pull request #1622 from yorah/fix/thread-segfault
2013-05-30 Vicent MartiRefcounting
2013-05-30 yorahthread: fix segfault on Windows 64 bits
2013-05-30 Vicent Marti...Aaaand this works
2013-05-29 Russell BelferMerge pull request #1619 from ethomson/gitignore_slash
2013-05-29 Edward Thomsonallow (ignore) bare slash in gitignore
2013-05-29 Vicent MartiWhat are the chances, really
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-28 Vicent MartiLiike this
2013-05-28 Vicent MartiThis refs iterator pleases the gods.
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
next