summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* attr: Do not export variables externallyattr-exportVicent Marti2012-08-023-8/+27
* Add function to query for compile time settings.Sascha Cunz2012-08-011-0/+12
* 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 #833 from carlosmn/odb-oneVicent Martí2012-07-312-0/+48
|\ \
| * | repo: add git_repository_wrap_odb() to wrap an ODBCarlos Martín Nieto2012-07-211-0/+13
| * | odb: allow creating an ODB backend from a packfile indexCarlos Martín Nieto2012-07-211-0/+35
* | | 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
* | | 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-306-167/+144
* | | git_oid_cmp: inline memcmp by hand to optimizeMichael Schubert2012-07-292-11/+1
* | | Fix -Wuninitialized warningMichael Schubert2012-07-281-1/+1
* | | Merge pull request #834 from carlosmn/network-callbacksVicent Martí2012-07-272-3/+11
|\ \ \
| * | | Add a struct for network callbacksCarlos Martín Nieto2012-07-212-3/+11
| | |/ | |/|
* | | branch: Add `repository` argument to `create`Vicent Marti2012-07-272-3/+6
* | | Merge remote-tracking branch 'nulltoken/topic/branch-rework' into developmentVicent Marti2012-07-274-110/+107
|\ \ \
| * | | branch: enforce git_branch_delete() parameter checkingnulltoken2012-07-241-0/+1
| * | | refs: drop git_reference_remote_tracking_from_branch()nulltoken2012-07-241-74/+0
| * | | branch: introduce git_branch_tracking()nulltoken2012-07-242-1/+69
| * | | branch: make git_branch_move() reference basednulltoken2012-07-241-12/+16
| * | | branch: introduce git_reference_is_branch()nulltoken2012-07-241-0/+7
| * | | branch: introduce git_branch_lookup()nulltoken2012-07-241-0/+11
| * | | branch: change git_branch_create() to make it return a referencenulltoken2012-07-241-9/+5
| * | | branch: remove useless headernulltoken2012-07-242-18/+2
* | | | reflog: Rename `entry_drop` to `drop`Vicent Marti2012-07-271-1/+1
* | | | Merge remote-tracking branch 'nulltoken/topic/reflog-delete' into developmentVicent Marti2012-07-272-102/+222
|\ \ \ \
| * | | | reflog: keep the reflog name in sync with the reference namenulltoken2012-07-251-0/+22
| * | | | reflog: prevent git_reflog_append() from persisting the reflog back to disknulltoken2012-07-251-81/+59
| * | | | reflog: prevent git_reflog_read() from chocking when no log exists yetnulltoken2012-07-251-9/+16
| * | | | reflog: introduce git_reflog_write()nulltoken2012-07-252-57/+114
| * | | | reflog: rename git_reflog_write() to git_reflog_append()nulltoken2012-07-251-1/+1
| * | | | reflog: introduce git_reflog_entry_drop()nulltoken2012-07-251-4/+58
| * | | | reflog: add GIT_OID_HEX_ZERO constantnulltoken2012-07-252-1/+3
| |/ / /
* | | | remote: fix C99-ismCarlos Martín Nieto2012-07-271-1/+2
* | | | Remotes: Use correct url in git_remote_connectSascha Cunz2012-07-272-1/+22
* | | | Remotes: Save a cleaned pushurl (by deleting it from the config)Sascha Cunz2012-07-271-4/+13
* | | | Remotes: Setter for url+pushurl; Getter for pushurlSascha Cunz2012-07-261-0/+32
* | | | Remotes: Load/Save for fetch.foo.pushurlSascha Cunz2012-07-262-0/+33
* | | | Remove unneccessary string transformationSascha Cunz2012-07-261-1/+1
* | | | Add flag to turn off pathspec testing for diff and statusyorah2012-07-242-2/+5
* | | | Fix getting status of files containing bracketsyorah2012-07-242-9/+20
* | | | Add git_buf_unescape and git__unescape to unescape all characters in a string...yorah2012-07-245-11/+35
|/ / /
* | | update_tips: report error if it fails to create a refCarlos Martín Nieto2012-07-241-1/+1
* | | revparse: initialize 'parsed' in case the user doesn't give a number with the...Carlos Martín Nieto2012-07-231-1/+1
* | | revparse: don't allow an empty stringCarlos Martín Nieto2012-07-231-3/+3
* | | Merge pull request #818 from nulltoken/reworkVicent Martí2012-07-213-479/+655
|\ \ \ | |/ / |/| |