]> git.proxmox.com Git - libgit2.git/history - src
refs: expose git_reference_normalize_name()
[libgit2.git] / src /
2012-08-27 nulltokenrefs: expose git_reference_normalize_name()
2012-08-24 Russell BelferFix crash with adding internal ignores
2012-08-24 Russell BelferFix errors on Win32 with new repo init
2012-08-23 Vicent MartíMerge pull request #844 from arrbee/init-extended
2012-08-23 Russell BelferFix warnings and merge issues on Win64
2012-08-22 Russell BelferSome cleanup suggested during review
2012-08-22 Russell Belferfix missing validation and type cast warning
2012-08-22 Russell BelferAdd template dir and set gid to repo init
2012-08-22 Russell BelferAdd git_repository_init_ext for power initters
2012-08-22 Russell BelferMinor bug fixes in diff code
2012-08-22 Vicent MartíMerge pull request #891 from arrbee/internal-ignore-api
2012-08-22 Russell BelferWrap up ignore API and add tests
2012-08-22 Russell BelferAdd public API for internal ignores
2012-08-21 Vicent MartíMerge pull request #889 from nulltoken/filemode-enum
2012-08-21 nulltokentree entry: rename git_tree_entry_attributes() into...
2012-08-21 nulltokenfilemode: deploy enum usage
2012-08-20 Vicent MartíMerge pull request #884 from carlosmn/global-windows
2012-08-20 Carlos Martín NietoMake the memory-window conrol structures global
2012-08-19 Vicent MartíMerge pull request #879 from nulltoken/deprecated-mode
2012-08-19 nulltokentreebuilder: enhance attributes handling on insertion
2012-08-19 Vicent MartíMerge pull request #778 from ben/clone
2012-08-15 Vicent MartíMerge pull request #877 from nulltoken/minor-fixes
2012-08-14 nulltokenFix compilation warning
2012-08-14 Carlos Martín NietoMerge pull request #873 from carlosmn/tree-walk
2012-08-14 Russell BelferMerge pull request #875 from arrbee/fix-message-prettif...
2012-08-14 Russell BelferMake git_message_prettify return bytes written
2012-08-14 Vicent MartíMerge pull request #871 from joshtriplett/fix-note_fore...
2012-08-14 Vicent MartíMerge pull request #870 from joshtriplett/fix-note_crea...
2012-08-14 Vicent MartíMerge pull request #872 from joshtriplett/fix-note_remo...
2012-08-14 Vicent MartíMerge pull request #867 from joshtriplett/fix-array...
2012-08-14 Vicent MartíMerge pull request #866 from arrbee/fix-config-file...
2012-08-13 Carlos Martín Nietotree: allow the user to skip an entry or cancel the...
2012-08-13 Carlos Martín Nietotree: bring back the documented behaviour for a walk
2012-08-12 Russell BelferClean up code
2012-08-12 Russell BelferCheck prettify message output buffer after cleanup
2012-08-12 Russell BelferFix config parser boundary logic
2012-08-11 Michael Schubertsha1: add missing header guards
2012-08-09 Vicent Martioid: Explicitly include `oid.h` for the inlined CMP
2012-08-09 Russell BelferMerge pull request #861 from josh/parse-chomped-oid
2012-08-09 Joshua PeekMerge remote-tracking branch 'arrbee/rtrim-loose-refs...
2012-08-09 Joshua PeekRevert implementation changes
2012-08-09 Joshua PeekIgnore ref oid terminator
2012-08-09 Russell Belfertrim whitespace when parsing loose refs
2012-08-09 Joshua PeekParse ref oids without trailing newline
2012-08-06 Russell BelferFix iterator check and return value
2012-08-06 Vicent Martiremotes: Proper return for `git_remote_ls`
2012-08-06 Vicent MartiMerge remote-tracking branch 'arrbee/tree-walk-fixes...
2012-08-04 Michael Schubertremote: add missing include git2/remote.h
2012-08-04 Russell BelferAdd new iteration behavior to git_tree_walk
2012-08-04 Russell BelferUpdate iterators for consistency across library
2012-08-02 Vicent Martifilebuf: Check the return value for `close`
2012-08-02 Carlos Martín Nietowin32: set errno to ENOENT or ENOTDIR when appropriate...
2012-08-01 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/amd64...
2012-08-01 Vicent MartíMerge pull request #850 from libgit2/attr-export
2012-08-01 Vicent Martirepository: Indentation
2012-08-01 Vicent MartíMerge pull request #848 from carlosmn/pending-message
2012-08-01 Vicent Martiattr: Do not export variables externally
2012-08-01 Vicent MartíMerge pull request #849 from scunz/git_caps
2012-08-01 Ben StraubClean up a TODO comment.
2012-08-01 Sascha CunzAdd function to query for compile time settings.
2012-08-01 Carlos Martín Nietorepository: add a getter and remove function for git...
2012-08-01 Ben StraubCheckout: fix problem with detached HEAD.
2012-07-31 Ben StraubCheckout: crlf filter.
2012-07-31 Ben StraubCheckout: handle file modes properly.
2012-07-31 Vicent MartíMerge pull request #826 from carlosmn/config-find-error
2012-07-31 Vicent MartíMerge pull request #837 from carlosmn/travis
2012-07-31 Vicent MartíMerge pull request #833 from carlosmn/odb-one
2012-07-31 Ben StraubCheckout: save index on checkout.
2012-07-30 Vicent MartíMerge pull request #840 from carlosmn/remote-unify
2012-07-30 Ben StraubEnable stats on git_index_read_tree.
2012-07-30 Ben StraubCheckout: use git_index_read_tree_with_stats.
2012-07-30 Carlos Martín Nietotransport: rename encrypt to use_ssl
2012-07-30 Carlos Martín Nietofetch: remove timeout code
2012-07-30 Carlos Martín Nietossl: use the callback instead of ifs to determine how...
2012-07-30 Carlos Martín Nietotransport: store the refs in a common area
2012-07-30 Carlos Martín Nietoremote: use the same code to control git and http
2012-07-30 Carlos Martín Nietonetwork: implement multi_ack for the git transport
2012-07-30 Carlos Martín Nietoremote: start moving the protocol to a common area
2012-07-30 Russell BelferMerge pull request #847 from schu/inline-oid-cmp
2012-07-29 Michael Schubertgit_oid_cmp: inline memcmp by hand to optimize
2012-07-28 Michael SchubertFix -Wuninitialized warning
2012-07-28 Ben StraubCheckout: add head- and ref-centric checkouts.
2012-07-27 Ben StraubAdjust for msvc pedantry.
2012-07-27 Ben StraubCheckout: handle deeply-nested submodules better.
2012-07-27 Ben StraubFix mismatched git_branch_create args.
2012-07-27 Ben StraubUse new git_remote_update_tips signature.
2012-07-27 Ben StraubMerge remote-tracking branch 'upstream/development...
2012-07-27 Vicent MartíMerge pull request #839 from nulltoken/topic/odb-foreac...
2012-07-27 Vicent MartíMerge pull request #834 from carlosmn/network-callbacks
2012-07-27 Vicent Martibranch: Add `repository` argument to `create`
2012-07-27 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/branch...
2012-07-27 Vicent Martireflog: Rename `entry_drop` to `drop`
2012-07-27 Vicent MartiMerge remote-tracking branch 'nulltoken/topic/reflog...
2012-07-27 Ben StraubCheckout: use caller's flags for open()
2012-07-27 Carlos Martín Nietoremote: fix C99-ism
2012-07-27 Carlos Martín NietoMerge pull request #838 from scunz/remote_push_url
2012-07-26 Ben StraubCheckout: implementation of most options
2012-07-26 Russell BelferFix git_tree_walk to return user error
2012-07-26 Sascha CunzRemotes: Use correct url in git_remote_connect
2012-07-26 Sascha CunzRemotes: Save a cleaned pushurl (by deleting it from...
next