summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Checkout: use caller's flags for open()Ben Straub2012-07-261-15/+15
* Checkout: implementation of most optionsBen Straub2012-07-261-18/+47
* Restructure for better checkout optionsBen Straub2012-07-262-7/+12
* checkout: introduce git_checkout_optsBen Straub2012-07-262-19/+29
* checkout: create submodule dirsBen Straub2012-07-211-16/+17
* filter: fix memory leakBen Straub2012-07-211-0/+3
* Checkout: obey core.symlinks.Ben Straub2012-07-175-9/+48
* Merge branch 'development' into cloneBen Straub2012-07-1748-989/+1834
|\
| * attr: Rename the `git_attr__` exportsVicent Marti2012-07-151-7/+7
| * indexer: delay resolving deltasCarlos Martín Nieto2012-07-141-22/+24
| * pkt: correctly advertise capabilititesCarlos Martín Nieto2012-07-131-1/+1
| * Merge pull request #815 from nulltoken/topic/revparse-refacVicent Martí2012-07-132-82/+34
| |\
| | * revparse: fix propagation of errornulltoken2012-07-121-1/+1
| | * revparse: only allow decimal specifiers in carete and tilde synatxnulltoken2012-07-121-2/+2
| | * revparse: fix disambiguation of refs and abbrev oidsnulltoken2012-07-121-7/+7
| | * revparse: simplify handling of the colon syntaxnulltoken2012-07-121-71/+20
| | * tree: unfound tree entry returns GIT_ENOTFOUNDnulltoken2012-07-121-1/+1
| | * tree: prevent git_tree_entry_free() from segfaulting when being passed a NULL...nulltoken2012-07-121-0/+3
| * | refs: fix a memory leaknulltoken2012-07-121-0/+3
| |/
| * Missed a couple of khash inline dependenciesRussell Belfer2012-07-122-2/+2
| * Isolate khash inlines from global namespaceRussell Belfer2012-07-122-7/+9
| * Use GIT_INLINE instead of inlineCarlos Martín Nieto2012-07-121-1/+1
| * Merge pull request #789 from carlosmn/odb-foreachVicent Martí2012-07-125-0/+163
| |\
| | * odb: add git_odb_foreach()Carlos Martín Nieto2012-07-035-0/+163
| * | Merge pull request #805 from nulltoken/fix/revwalk-email-parsingVicent Martí2012-07-122-12/+43
| |\ \
| | * | signature: prevent angle bracket usage in identitynulltoken2012-07-111-5/+19
| | * | revwalk: relax the parsing of the commit timenulltoken2012-07-111-7/+24
| * | | Merge pull request #814 from nulltoken/topic/revparse-refacVicent Martí2012-07-123-67/+133
| |\ \ \
| | * | | revparse: deploy git_reference_remote_tracking_from_branch()nulltoken2012-07-121-26/+6
| | * | | refs: introduce git_reference_remote_tracking_from_branch()nulltoken2012-07-121-0/+74
| | * | | revparse: deploy git_commit_nth_gen_ancestor()nulltoken2012-07-121-21/+2
| | * | | commit: introduce git_commit_nth_gen_ancestor()nulltoken2012-07-121-0/+34
| | * | | commit: reduce code duplicationnulltoken2012-07-121-10/+9
| | * | | revparse: simplify the parsing of described objectnulltoken2012-07-121-14/+12
| | |/ /
| * | | Merge pull request #812 from arrbee/assorted-tweaksVicent Martí2012-07-129-24/+287
| |\ \ \ | | |/ / | |/| |
| | * | Fix missing NUL termination of bufferRussell Belfer2012-07-101-0/+2
| | * | Add flag to write gitlink on setting repo workdirRussell Belfer2012-07-101-9/+83
| | * | Adding git_config_foreach_match() iteration fnRussell Belfer2012-07-103-11/+59
| | * | Adding unicode space to match crlf patternsRussell Belfer2012-07-101-1/+1
| | * | Add path utilities to resolve relative pathsRussell Belfer2012-07-102-3/+89
| | * | Add a couple of useful git_buf utilitiesRussell Belfer2012-07-102-0/+53
| * | | Merge pull request #801 from nulltoken/fix/ref-renamingVicent Martí2012-07-115-136/+223
| |\ \ \ | | |/ / | |/| |
| | * | revparse: unfound reference return ENOTFOUNDnulltoken2012-07-071-24/+50
| | * | revparse: do not segfault when retrieving the last entrynulltoken2012-07-071-1/+1
| | * | revparse: fix disambiguation of refsnulltoken2012-07-071-84/+98
| | * | revparse: unfound previous head return ENOTFOUNDnulltoken2012-07-071-0/+2
| | * | revparse: only allow decimal reflog ordinal specsnulltoken2012-07-071-2/+2
| | * | revparse: leverage git__isdigit()nulltoken2012-07-071-4/+5
| | * | util: add git__isdigit()nulltoken2012-07-071-0/+5
| | * | revparse: detect incorrect "refname@{-n}" syntaxnulltoken2012-07-071-16/+13