summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix warnings and merge issues on Win64Russell Belfer2012-08-234-30/+10
* | Some cleanup suggested during reviewRussell Belfer2012-08-225-40/+16
* | fix missing validation and type cast warningRussell Belfer2012-08-221-1/+4
* | Add template dir and set gid to repo initRussell Belfer2012-08-2211-166/+594
* | Add git_repository_init_ext for power inittersRussell Belfer2012-08-225-137/+398
|/
* Minor bug fixes in diff codeRussell Belfer2012-08-222-2/+4
* Merge pull request #891 from arrbee/internal-ignore-apiVicent Martí2012-08-224-9/+61
|\
| * Wrap up ignore API and add testsRussell Belfer2012-08-222-9/+18
| * Add public API for internal ignoresRussell Belfer2012-08-213-0/+43
* | tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()nulltoken2012-08-213-5/+5
* | filemode: deploy enum usagenulltoken2012-08-213-23/+33
|/
* 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
* | treebuilder: enhance attributes handling on insertionnulltoken2012-08-191-4/+26
* | Merge pull request #778 from ben/cloneVicent Martí2012-08-1914-21/+767
|\ \ | |/ |/|
| * Clean up a TODO comment.Ben Straub2012-08-011-1/+0
| * Checkout: fix problem with detached HEAD.Ben Straub2012-07-311-5/+2
| * Checkout: crlf filter.Ben Straub2012-07-311-8/+80
| * Checkout: handle file modes properly.Ben Straub2012-07-311-6/+9
| * Checkout: save index on checkout.Ben Straub2012-07-311-0/+1
| * Enable stats on git_index_read_tree.Ben Straub2012-07-303-8/+3
| * Checkout: use git_index_read_tree_with_stats.Ben Straub2012-07-302-6/+24
| * Checkout: add head- and ref-centric checkouts.Ben Straub2012-07-272-28/+27
| * Adjust for msvc pedantry.Ben Straub2012-07-271-1/+2
| * Checkout: handle deeply-nested submodules better.Ben Straub2012-07-271-1/+2
| * Fix mismatched git_branch_create args.Ben Straub2012-07-271-3/+4
| * Use new git_remote_update_tips signature.Ben Straub2012-07-271-1/+1
| * Merge remote-tracking branch 'upstream/development' into test-mergeBen Straub2012-07-2723-741/+1184
| |\
| * | 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
| |\ \
| * | | Checkout: handle symlinks.Ben Straub2012-07-164-23/+57
| * | | Migrate code to git_filter_blob_contents.Ben Straub2012-07-163-38/+46
| * | | Use git_blob__getbuf.Ben Straub2012-07-161-9/+5
| * | | Create filtered_blob_contents out of parts on hand.Ben Straub2012-07-131-57/+77
| * | | Move is_dot_or_dotdotW into path.h.Ben Straub2012-07-112-8/+8
| * | | Fix compile and workings on msvc.Ben Straub2012-07-112-7/+25
| * | | Add git_path_is_empty_dir.Ben Straub2012-07-113-43/+62
| * | | Add git_path_is_dot_or_dotdot.Ben Straub2012-07-113-18/+12
| * | | Remove duplicate of git_repository_head_tree.Ben Straub2012-07-111-24/+1
| * | | Reindent.Ben Straub2012-07-101-2/+0
| * | | Plug leak.Ben Straub2012-07-101-0/+1
| * | | Tabify.Ben Straub2012-07-091-212/+212
| * | | Checkout: only walk tree once while checking out.Ben Straub2012-07-091-15/+5
| * | | Checkout: add structure for CRLF.Ben Straub2012-07-093-5/+24