summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | network: add sideband supportCarlos Martín Nieto2012-08-249-13/+156
| * | | indexer: recognize and mark when all of the packfile has been downloadedCarlos Martín Nieto2012-08-244-3/+18
* | | | Merge pull request #852 from arrbee/submodule-extensionsVicent Martí2012-08-24293-301/+3777
|\ \ \ \
| * | | | Fix valgrind warnings and spurious error messagesRussell Belfer2012-08-244-7/+16
| * | | | Working implementation of git_submodule_statusRussell Belfer2012-08-2410-316/+606
| * | | | Fix valgrind issues and leaksRussell Belfer2012-08-246-128/+226
| * | | | Major submodule rewriteRussell Belfer2012-08-2413-200/+2273
| * | | | New submodule test dataRussell Belfer2012-08-24270-0/+1007
* | | | | Merge pull request #876 from arrbee/new-config-locationsVicent Martí2012-08-244-11/+24
|\ \ \ \ \
| * | | | | Support new config locationsRussell Belfer2012-08-244-11/+24
|/ / / / /
* | | | | Fix memory leak in cp_rRussell Belfer2012-08-241-0/+1
| |_|_|/ |/| | |
* | | | Fix crash with adding internal ignoresRussell Belfer2012-08-242-8/+27
|/ / /
* | | Fix errors on Win32 with new repo initRussell Belfer2012-08-244-21/+37
|/ /
* | Merge pull request #844 from arrbee/init-extendedVicent Martí2012-08-2338-276/+1922
|\ \ | |/ |/|
| * Fix warnings and merge issues on Win64Russell Belfer2012-08-2312-43/+30
| * Some cleanup suggested during reviewRussell Belfer2012-08-227-56/+24
| * Don't reference stack vars in cleanup callbackRussell Belfer2012-08-221-4/+7
| * fix missing validation and type cast warningRussell Belfer2012-08-221-1/+4
| * Add template dir and set gid to repo initRussell Belfer2012-08-2229-184/+1481
| * Add git_repository_init_ext for power inittersRussell Belfer2012-08-226-141/+529
|/
* Minor bug fixes in diff codeRussell Belfer2012-08-223-3/+6
* Merge pull request #891 from arrbee/internal-ignore-apiVicent Martí2012-08-227-9/+190
|\
| * Wrap up ignore API and add testsRussell Belfer2012-08-224-9/+146
| * Add public API for internal ignoresRussell Belfer2012-08-214-0/+44
* | Merge pull request #889 from nulltoken/filemode-enumVicent Martí2012-08-219-92/+116
|\ \ | |/ |/|
| * tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()nulltoken2012-08-215-12/+12
| * filemode: deploy enum usagenulltoken2012-08-217-80/+94
| * filemode: introduce enum to ease use of attributesnulltoken2012-08-211-0/+10
|/
* Win32: test core.autocrlfBen Straub2012-08-211-7/+23
* Tests: close file handles before assertingBen Straub2012-08-201-5/+9
* Merge pull request #884 from carlosmn/global-windowsVicent Martí2012-08-204-14/+44
|\
| * Make the memory-window conrol structures globalCarlos Martín Nieto2012-08-204-14/+44
* | Merge pull request #879 from nulltoken/deprecated-modeVicent Martí2012-08-1913-5/+167
|\ \
| * | treebuilder: enhance attributes handling on insertionnulltoken2012-08-193-5/+151
| * | Add deprecated-mode.git test repositorynulltoken2012-08-1910-0/+16
|/ /
* | Merge pull request #778 from ben/cloneVicent Martí2012-08-1942-30/+1304
|\ \ | |/ |/|
| * Checkout: fix memory leak in tests.Ben Straub2012-08-061-0/+2
| * Clean up a TODO comment.Ben Straub2012-08-011-1/+0
| * Add documentation for clone methods.Ben Straub2012-07-311-2/+3
| * Checkout: fix problem with detached HEAD.Ben Straub2012-07-312-5/+7
| * Add checkout.h to git2.h.Ben Straub2012-07-313-4/+5
| * Checkout: fix crlf tests under win32.Ben Straub2012-07-311-3/+8
| * Checkout: crlf filter.Ben Straub2012-07-312-17/+83
| * Checkout: handle file modes properly.Ben Straub2012-07-316-10/+17
| * Try to fix Travis.Ben Straub2012-07-311-1/+7
| * Rename example function to avoid name collision.Ben Straub2012-07-313-3/+3
| * Checkout: save index on checkout.Ben Straub2012-07-312-1/+1
| * Enable stats on git_index_read_tree.Ben Straub2012-07-306-24/+7
| * Add clone to the network example.Ben Straub2012-07-304-0/+72
| * Checkout: use git_index_read_tree_with_stats.Ben Straub2012-07-303-6/+39