summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Clone: restructure.Ben Straub2012-06-211-15/+25
* Add progress reporting to clone.Ben Straub2012-06-211-43/+48
* Add git_clone and git_clone_bare.Ben Straub2012-06-211-0/+112
* repository: avoid opening the repository twice on reinitCarlos Martín Nieto2012-06-211-0/+1
* Fix indentation.Ben Straub2012-06-191-6/+6
* Avoid uninitialized variable error.Ben Straub2012-06-191-2/+2
* diff: make sure we free all allocated resourcesCarlos Martín Nieto2012-06-201-6/+21
* odb: don't leak when detecting id ambiguityCarlos Martín Nieto2012-06-201-0/+3
* Plug a few leaksCarlos Martín Nieto2012-06-201-0/+2
* Merge pull request #775 from arrbee/fix-index-filemodesVicent Martí2012-06-194-20/+80
|\
| * Make index add/append support core.filemode flagRussell Belfer2012-06-194-20/+80
* | Merge pull request #768 from nulltoken/topic/expose-message-prettifyVicent Martí2012-06-193-12/+27
|\ \
| * | message: Expose git_message_prettify()nulltoken2012-06-193-12/+27
* | | revparse: handle a non-existent path in the colon syntaxCarlos Martín Nieto2012-06-191-1/+6
| |/ |/|
* | Fix potential segfault in revparse.Ben Straub2012-06-191-1/+6
|/
* Merge pull request #758 from libgit2/config-values-containing-quotesVicent Martí2012-06-181-6/+47
|\
| * config: correctly escape quotes in the valueCarlos Martín Nieto2012-06-131-6/+47
* | clar: Fix warningsVicent Marti2012-06-191-1/+1
* | Merge pull request #753 from nulltoken/topic/merge-base-manyVicent Martí2012-06-181-0/+56
|\ \
| * | merge: Expose git_merge_base_many()nulltoken2012-06-071-0/+56
* | | Merge remote-tracking branch 'yorah/fix/notes-creation' into developmentVicent Marti2012-06-192-241/+310
|\ \ \
| * | | notes: simplify the handling of fanoutsyorah2012-06-081-239/+222
| * | | treebuilder: prevent git_treebuilder_free() from segfaulting when being passe...nulltoken2012-06-081-0/+3
* | | | tree: Proper path comparison logicVicent Marti2012-06-191-7/+12
* | | | Fix compile errors when building on windowsTim Clem2012-06-152-1/+1
* | | | Fix broken tests caused by no longer prettifying by defaultTim Clem2012-06-151-5/+2
* | | | Kill message_prettify - we will export insteadTim Clem2012-06-151-4/+0
* | | | Don't strip comments (#) from commit messages by defaultTim Clem2012-06-151-1/+1
* | | | Precompile headers for MSVC.Ben Straub2012-06-132-0/+20
* | | | Fix issue #763Frederick Ros2012-06-131-3/+5
| |_|/ |/| |
* | | Merge pull request #760 from nulltoken/topic/logAllRefUpdatesRussell Belfer2012-06-121-0/+3
|\ \ \
| * | | repository: make git_repository_init() value the core.logallrefupdates config...nulltoken2012-06-121-0/+3
* | | | revparse: remove unnecessary GIT_BEGIN_DECLMichael Schubert2012-06-121-5/+0
|/ / /
* | | Fix fragile commit parsing in revwalkRussell Belfer2012-06-111-15/+21
* | | Fix mingw32 (Travis) build.Ben Straub2012-06-111-0/+1
* | | Ignores allow unescapes internal whitespaceRussell Belfer2012-06-111-0/+2
* | | Better fix for isalpha in drive letter detectionRussell Belfer2012-06-081-4/+7
* | | isalpha is not great for UTF-8Russell Belfer2012-06-081-1/+2
* | | Minor fixes, cleanups, and clarificationsRussell Belfer2012-06-082-27/+47
* | | Fix filemode comparison in diffsRussell Belfer2012-06-083-19/+40
* | | misc: Fix warnings from PVS Studio trialVicent Martí2012-06-0712-14/+20
* | | Fixing rev-parse-induced Travis errors.Ben Straub2012-06-071-0/+5
|/ /
* | Merge pull request #669 from nulltoken/topic/resetVicent Martí2012-06-074-61/+164
|\ \
| * | Add git_reset()nulltoken2012-06-074-61/+164
* | | Merge pull request #684 from benstraub/rev-parseVicent Martí2012-06-076-14/+1727
|\ \ \
| * | | Prefer git__free (again).Ben Straub2012-06-071-1/+1
| * | | Rename internal function.Ben Straub2012-06-071-2/+2
| * | | Rename posix wrappers with 'p_' prefix.Ben Straub2012-06-065-15/+19
| * | | Remove 'git__' prefix from a static function.Ben Straub2012-06-061-2/+2
| * | | Rev-parse: stop referencing freed memory.Ben Straub2012-06-061-6/+7