summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make git_odb_foreach_cb take const paramRussell Belfer2012-11-274-5/+5
* Remove git_note_data structureRussell Belfer2012-11-271-6/+3
* Typedef enums.Ben Straub2012-11-272-6/+6
* API updates for stash.hBen Straub2012-11-271-1/+1
* API updates for repository.hBen Straub2012-11-271-5/+5
* API updates for remote.hBen Straub2012-11-273-19/+19
* API updates for odb.hBen Straub2012-11-271-2/+2
* API updates for notes.h/c.Ben Straub2012-11-271-15/+18
* Move merge functions to merge.cBen Straub2012-11-276-467/+520
* API updates for indexer.hBen Straub2012-11-271-2/+2
* Fix warnings on Win64 buildRussell Belfer2012-11-2718-112/+123
* update internal index API to avoid castRussell Belfer2012-11-271-4/+4
* API updates for status.hRussell Belfer2012-11-271-3/+3
* Fix up some missing consts in tree & indexRussell Belfer2012-11-278-67/+74
* API updates for index.hBen Straub2012-11-275-11/+11
* API updates for tag.hRussell Belfer2012-11-272-13/+13
* API updates for submodule.hRussell Belfer2012-11-273-12/+12
* Update diff callback param orderRussell Belfer2012-11-274-94/+95
* Clean up config.hBen Straub2012-11-279-71/+71
* Update callback fn ptr for git_reference_foreachRussell Belfer2012-11-271-1/+1
* API review / update for tree.hRussell Belfer2012-11-275-21/+29
* Updates to reset.hRussell Belfer2012-11-271-1/+1
* More external API cleanupVicent Marti2012-11-2711-76/+60
* Rename ref and reflog apis for consistencyBen Straub2012-11-2716-71/+72
* fix build on FreeBSDFraser Tweedale2012-11-261-0/+4
* Merge pull request #1101 from csware/prevent_dieVicent Martí2012-11-261-2/+4
|\
| * Set p->mwf.fd to -1 on errorSven Strickroth2012-11-241-2/+4
* | Fix invalid read reported by valgrinddelanne2012-11-261-1/+1
|/
* Merge pull request #1097 from nulltoken/topic/head_tree_errorVicent Martí2012-11-234-55/+18
|\
| * repo: Make git_repository_head_tree() return error codesnulltoken2012-11-224-55/+18
* | Remove use of English expletivesMartin Woodward2012-11-235-14/+14
|/
* Merge pull request #1092 from arrbee/legal-to-not-have-gitconfigRussell Belfer2012-11-202-19/+28
|\
| * Need to clear ignored error from config loadRussell Belfer2012-11-201-0/+2
| * It is okay to not have a .gitconfig fileRussell Belfer2012-11-202-19/+26
* | Minor optimization in win32 do_lstatEduardo Bart2012-11-201-3/+2
* | update win32 lstat commentEduardo Bart2012-11-191-5/+2
* | Fix win32 lstatEduardo Bart2012-11-191-19/+7
|/
* Catch invalid filenames in append_entry()Scott J. Goldman2012-11-181-0/+3
* Prevent creating `..`, `.`, and `.git` with tree builderScott J. Goldman2012-11-181-1/+3
* Indexer: Avoid a possible double-deletion in error caseSascha Cunz2012-11-181-2/+3
* Fix a couple of warningsMichael Schubert2012-11-182-3/+3
* reflog: make entry_byindex() and drop() git compliantnulltoken2012-11-173-23/+28
* config: Opening a nonexistent file returns ENOTFOUNDnulltoken2012-11-172-7/+42
* config: Make git_config_file__ondisk() internalnulltoken2012-11-171-0/+13
* repo: ensure is_empty() checks there are no refsnulltoken2012-11-171-20/+31
* tag: rename git_tag_type to git_tag_target_typenulltoken2012-11-171-1/+1
* Fix MSVC compilation warningsnulltoken2012-11-171-5/+5
* Merge pull request #1075 from carlosmn/alternates-recurseVicent Martí2012-11-161-8/+20
|\
| * odb: recursively load alternatesCarlos Martín Nieto2012-11-161-8/+20
* | Merge pull request #1071 from arrbee/alternate-fix-strcmpScott J. Goldman2012-11-1511-68/+139
|\ \