summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* attr: Do not export variables externallyattr-exportVicent Marti2012-08-024-17/+52
* Merge pull request #849 from scunz/git_capsVicent Martí2012-08-012-0/+35
|\
| * Add function to query for compile time settings.Sascha Cunz2012-08-012-0/+35
|/
* Merge pull request #826 from carlosmn/config-find-errorVicent Martí2012-07-311-0/+4
|\
| * config: set the error code if we can't find the global/system configCarlos Martín Nieto2012-07-231-0/+4
* | Merge pull request #837 from carlosmn/travisVicent Martí2012-07-311-7/+18
|\ \
| * | travis: be more idiomatic with the environmentCarlos Martín Nieto2012-07-241-7/+18
* | | Merge pull request #833 from carlosmn/odb-oneVicent Martí2012-07-317-6/+156
|\ \ \
| * | | repo: add git_repository_wrap_odb() to wrap an ODBCarlos Martín Nieto2012-07-212-0/+26
| * | | odb: allow creating an ODB backend from a packfile indexCarlos Martín Nieto2012-07-215-6/+130
* | | | Merge pull request #840 from carlosmn/remote-unifyVicent Martí2012-07-3017-793/+551
|\ \ \ \
| * | | | transport: rename encrypt to use_sslCarlos Martín Nieto2012-07-303-6/+6
| * | | | fetch: remove timeout codeCarlos Martín Nieto2012-07-301-13/+0
| * | | | ssl: use the callback instead of ifs to determine how to get dataCarlos Martín Nieto2012-07-301-40/+31
| * | | | examples: fix warnings in network/Carlos Martín Nieto2012-07-304-46/+24
| * | | | transport: store the refs in a common areaCarlos Martín Nieto2012-07-308-297/+184
| * | | | remote: use the same code to control git and httpCarlos Martín Nieto2012-07-3010-317/+193
| * | | | network: implement multi_ack for the git transportCarlos Martín Nieto2012-07-304-26/+85
| * | | | remote: start moving the protocol to a common areaCarlos Martín Nieto2012-07-307-167/+147
|/ / / /
* | | | Merge pull request #847 from schu/inline-oid-cmpRussell Belfer2012-07-293-12/+26
|\ \ \ \
| * | | | git_oid_cmp: inline memcmp by hand to optimizeMichael Schubert2012-07-293-12/+26
|/ / / /
* | | | Fix -Wuninitialized warningMichael Schubert2012-07-281-1/+1
* | | | Merge pull request #839 from nulltoken/topic/odb-foreach-documentationVicent Martí2012-07-271-1/+11
|\ \ \ \
| * | | | odb: add some documentation to the foreach() testnulltoken2012-07-251-1/+11
| | |/ / | |/| |
* | | | Merge pull request #834 from carlosmn/network-callbacksVicent Martí2012-07-275-6/+55
|\ \ \ \
| * | | | Add a struct for network callbacksCarlos Martín Nieto2012-07-215-6/+55
| | |_|/ | |/| |
* | | | branch: Add `repository` argument to `create`Vicent Marti2012-07-274-9/+13
* | | | Merge remote-tracking branch 'nulltoken/topic/branch-rework' into developmentVicent Marti2012-07-2718-267/+325
|\ \ \ \
| * | | | branch: enforce git_branch_delete() parameter checkingnulltoken2012-07-241-0/+1
| * | | | refs: drop git_reference_remote_tracking_from_branch()nulltoken2012-07-243-144/+0
| * | | | branch: introduce git_branch_tracking()nulltoken2012-07-249-7/+164
| * | | | branch: make git_branch_move() reference basednulltoken2012-07-243-49/+41
| * | | | branch: slight git_branch_create() doc improvementnulltoken2012-07-241-2/+2
| * | | | branch: introduce git_reference_is_branch()nulltoken2012-07-243-0/+33
| * | | | branch: introduce git_branch_lookup()nulltoken2012-07-243-0/+70
| * | | | branch: change git_branch_create() to make it return a referencenulltoken2012-07-243-54/+23
| * | | | branch: remove useless headernulltoken2012-07-246-22/+2
| | |/ / | |/| |
* | | | reflog: Rename `entry_drop` to `drop`Vicent Marti2012-07-273-11/+11
* | | | Merge remote-tracking branch 'nulltoken/topic/reflog-delete' into developmentVicent Marti2012-07-275-167/+453
|\ \ \ \
| * | | | reflog: keep the reflog name in sync with the reference namenulltoken2012-07-252-0/+43
| * | | | reflog: prevent git_reflog_append() from persisting the reflog back to disknulltoken2012-07-253-139/+98
| * | | | reflog: prevent git_reflog_read() from chocking when no log exists yetnulltoken2012-07-252-9/+20
| * | | | reflog: introduce git_reflog_write()nulltoken2012-07-255-61/+146
| * | | | reflog: rename git_reflog_write() to git_reflog_append()nulltoken2012-07-253-11/+11
| * | | | reflog: introduce git_reflog_entry_drop()nulltoken2012-07-253-4/+189
| * | | | reflog: add GIT_OID_HEX_ZERO constantnulltoken2012-07-253-2/+4
| * | | | tests: reorganize reflog testsnulltoken2012-07-251-7/+8
| |/ / /
* | | | remote: fix C99-ismCarlos Martín Nieto2012-07-271-1/+2
* | | | Merge pull request #838 from scunz/remote_push_urlCarlos Martín Nieto2012-07-265-4/+178
|\ \ \ \
| * | | | Remotes: Use correct url in git_remote_connectSascha Cunz2012-07-273-1/+34