]> git.proxmox.com Git - libgit2.git/shortlog
libgit2.git
2011-12-24 Vicent Martírefs: Fix double free
2011-12-22 Vicent MartíMerge pull request #517 from nulltoken/fix/local-remote-ls
2011-12-21 nulltokenremote: add test to retrieve the advertised references...
2011-12-21 Vicent MartíMerge pull request #514 from schu/fix-warning-uninitialized
2011-12-19 schuconfig_file: honor error
2011-12-18 Russell BelferAdd unit test for proper init of index entries
2011-12-18 Russell BelferRestore missing lstat in index_entry_init
2011-12-16 Vicent MartíMerge pull request #513 from carlosmn/development
2011-12-16 Carlos Martín... config: really delete variables
2011-12-16 Carlos Martín... Revert "config: Return ENOTFOUND when a variable was...
2011-12-15 Vicent Marticonfig: Return ENOTFOUND when a variable was deleted
2011-12-15 Vicent MartiUpdate to Clay 0.10.0
2011-12-14 Russell BelferAllow git_buf_joinpath to accept self-joins
2011-12-14 Russell BelferCheck error on path manipulations.
2011-12-14 Vicent MartíMerge pull request #510 from nulltoken/topic/commit...
2011-12-14 Paul BettsMerge pull request #512 from nulltoken/fix/mktemp-segfault
2011-12-14 nulltokenposix_w32: prevent segfaulting on Windows when building...
2011-12-14 nulltokencommit: add test to ensure predictability of generation...
2011-12-14 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/oid-gener...
2011-12-14 Vicent Martibuffer: inline `git_buf_cstr`
2011-12-14 Vicent MartiFix tree-diff with the new path API
2011-12-09 Vicent MartiMerge remote-tracking branch 'arrbee/git-buf-for-paths...
2011-12-08 Russell BelferUse git_buf for path storage instead of stack-based...
2011-12-04 nulltokentree: add test to ensure predictability of generation...
2011-12-03 Vicent Martitree: recursive diff-index
2011-12-03 Carlos Martín... clay: add tests for tree diff'ing
2011-12-03 Carlos Martín... tree: implement tree diffing
2011-12-01 Vicent MartíMerge pull request #506 from nulltoken/fix/warnings
2011-12-01 nulltokenFix compilation warnings
2011-11-30 Vicent MartíMerge pull request #504 from arrbee/git-buf-fast-join
2011-11-30 Russell BelferOptimized of git_buf_join.
2011-11-30 Vicent MartíMerge pull request #503 from arrbee/git-buf-always...
2011-11-30 Russell BelferMake initial value of git_buf ptr always be a valid...
2011-11-30 Russell BelferAdding unit tests for git_buf_copy_cstr
2011-11-30 Russell BelferMake git_buf functions always maintain a valid cstr.
2011-11-29 Vicent MartíMerge pull request #500 from schu/minor-fixups
2011-11-29 Vicent Marticlay: Add buffer tests
2011-11-29 schutests-clay: mix the tests
2011-11-29 schutransports: fix -Wunused-but-set-variable warning
2011-11-29 Vicent MartíMerge pull request #499 from arrbee/extend-git-buf
2011-11-28 Russell BelferResolve remaining feedback
2011-11-28 Carlos Martín... Plug a bunch of leaks
2011-11-28 Vicent Martirepository: Do not double-increment refcounts
2011-11-28 Russell BelferAdd two string git_buf_join and tweak input error checking.
2011-11-28 Vicent Martiremote: Fix connected test
2011-11-28 Vicent MartiMerge branch 'repo-ownership' into development
2011-11-28 Vicent Martiremote: Cleanup the remotes code
2011-11-28 Russell BelferExtend git_buf with new utility functions and unit...
2011-11-26 Vicent Martirepository: Use `git_config` when initializing
2011-11-26 Vicent Martiutil: Remove unused macro
2011-11-26 Vicent Martirefcount: Fix off-by one error
2011-11-26 Vicent MartiDocument all of the things
2011-11-26 Vicent Martitests: Add `refs` folder to the `bad_tag.git` repo
2011-11-26 Vicent MartiRename all `_close` methods
2011-11-26 Vicent Martirepository: Change ownership semantics
2011-11-26 Vicent MartíMerge pull request #497 from carlosmn/config
2011-11-26 Vicent MartíMerge pull request #491 from schu/refs-cleanup
2011-11-26 Carlos Martín... config: test saving config to new file
2011-11-26 Carlos Martín... config: allow to open and write to a new file
2011-11-22 Vicent Martitransport: Add `git_transport_valid_url`
2011-11-22 Carlos Martín... Add a note not to free the result from git_remote_ls
2011-11-22 Carlos Martín... Free the created refs in git_remote_update_tips
2011-11-22 Carlos Martín... Set transport to NULL after freeing it
2011-11-22 Brandon Caseytests-clay: remove extra semi-colon in clay_libgit2...
2011-11-22 Vicent MartíMerge pull request #493 from euler0/fix-typos-readme
2011-11-22 Vincent LeeFix to follow the Qt trademark policy
2011-11-22 Vincent LeeFix a typo in the README file
2011-11-22 Vicent Martiremote: Assert things that should be asserted
2011-11-22 Vicent MartíMerge pull request #492 from carlosmn/networking
2011-11-22 Vicent Martitree: Fix documentation
2011-11-22 Vicent Marticlay: Properly initialize filebuf
2011-11-22 Russell Belferfilebuf: add GIT_FILEBUF_INIT and protect multiple...
2011-11-22 Vicent Marticlay: Merge manually @leto's tests from #485
2011-11-22 Vicent MartíMerge pull request #489 from lht/fix-doc-bare-repo
2011-11-21 Carlos Martín... Add git_remote_connected
2011-11-21 Carlos Martín... Add git_remote_disconnect
2011-11-21 schureference_rename: don't delete the reflog
2011-11-21 schuAdd git_reflog_rename() and git_reflog_delete()
2011-11-21 schureference_rename: make sure to rollback
2011-11-21 schufileops.h: remove git_futils_mv_atomic prototype
2011-11-18 Carlos Martín... refspec: allow a simple branchname
2011-11-18 Carlos Martín... refspec: make the structure more complete
2011-11-18 Carlos Martín... Add a name to a remote created from the API
2011-11-18 Carlos Martín... remote: get rid of git_remote_negotiate
2011-11-18 Carlos Martín... net: move the reference storage to common code
2011-11-18 Haitao LiFix typo in repository documentation
2011-11-18 Carlos Martín... Update clay instructions to use -vtap
2011-11-18 Carlos Martín... Add test for renaming a file and adding it to the index
2011-11-18 Carlos Martín... Don't overwrite existing objects
2011-11-18 Vicent Martiinclude: Unify internal include strategies
2011-11-18 Vicent Marticlay: Bump to 0.9.0, add TAP support
2011-11-18 Vicent Martitree: Add payload to `git_tree_walk`
2011-11-18 Vicent MartiRename `git_tree_frompath` to `git_tree_get_subtree`
2011-11-17 Vicent MartíMerge pull request #486 from petdance/development
2011-11-16 Andy LesterQuoted the asterisk to avoid markdown highlighter confusion
2011-11-16 Vicent MartíMerge pull request #484 from brodie/packed-refs-perms
2011-11-16 Brodie Raorefs: move GIT_PACKED_REFS_FILE_MODE to refs.h as GIT_P...
2011-11-16 Brodie Raorefs: use 0666 permissions when writing packed-refs...
2011-11-16 Vicent MartíMerge pull request #482 from leto/patch-1
2011-11-16 Jonathan "Duke... Fix docs about the command to mix the clay tests
next