summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* config_file: fix clang sizeof-pointer-memaccessschu2012-02-131-1/+1
* Merge pull request #554 from carlosmn/revwalk-resetVicent Martí2012-02-111-0/+1
|\
| * revwalk: unmark commits as uninteresting on resetCarlos Martín Nieto2012-02-071-0/+1
* | odb: Proper symlink hashingVicent Martí2012-02-103-25/+107
* | odb: Add internal `git_odb__hashfd`Vicent Martí2012-02-103-24/+32
|/
* Merge pull request #551 from schu/treebuilder-entriesVicent Martí2012-02-052-9/+1
|\
| * treebuilder: remove needless variable entry_countschu2012-02-052-9/+1
* | repository: ensure that the path to the .git directory ends with a forward sl...nulltoken2012-02-031-1/+1
* | Fix the build on EmscriptenEhsan Akhgari2012-02-021-0/+1
* | Add unit tests for recent bug fixesRussell Belfer2012-02-012-0/+10
* | Fix memory leak in attr file cacheRussell Belfer2012-02-011-4/+13
* | status: Document submodule TODOsVicent Martí2012-02-011-11/+16
* | Fix issue with ignoring whole directoriesRussell Belfer2012-01-311-0/+2
* | Fix attr path is_dir checkRussell Belfer2012-01-316-35/+58
* | Convert status assert to skip fileRussell Belfer2012-01-311-2/+12
* | refspec: a ref name includes the refs/ prefixCarlos Martín Nieto2012-01-311-1/+1
|/
* cache: Simplify locking mechanicsVicent Martí2012-01-272-54/+40
* win32: Use the Windows Atomic API on MinGW tooVicent Martí2012-01-261-7/+7
* msvc: Move `ssize_t` typedef to MSVC-onlyVicent Martí2012-01-262-4/+3
* repository: add minimal reinitialization of repositorynulltoken2012-01-251-7/+43
* config: don't use 'section "subsection"' internal form on config_setCarlos Martín Nieto2012-01-231-12/+2
* Merge branch 'fix-subdir-attr-paths' into developmentRussell Belfer2012-01-205-64/+108
|\
| * Remove poor git__removechar functionRussell Belfer2012-01-164-22/+13
| * Fix handling of relative paths for attrsRussell Belfer2012-01-167-64/+117
* | diff-index: fix leakCarlos Martín Nieto2012-01-192-1/+2
* | http: use PRIuZCarlos Martín Nieto2012-01-191-1/+1
* | refs: don't leak the packref when deleting/renamingCarlos Martín Nieto2012-01-191-2/+4
* | hashtable: add remove2 to retrieve the value that was removedCarlos Martín Nieto2012-01-192-2/+11
* | indexer: save the pack index with the right nameCarlos Martín Nieto2012-01-191-1/+1
* | remote: don't try to free the ref on errorCarlos Martín Nieto2012-01-191-1/+2
* | transport: prevent git_remote_download() from segfaulting when being passed a...nulltoken2012-01-191-1/+1
* | Move path related functions from fileops to pathRussell Belfer2012-01-1719-304/+368
* | repository: add the invalid repository path to the error messagenulltoken2012-01-171-1/+1
* | transport: prevent the transport determination mechanism from segfaulting whe...nulltoken2012-01-171-1/+1
* | Fix MSVC compilation warningnulltoken2012-01-171-1/+1
|/
* Merge pull request #531 from arrbee/gitignoreRussell Belfer2012-01-1615-175/+555
|\
| * Patch cleanup for mergeRussell Belfer2012-01-166-25/+23
| * Fix several memory issuesRussell Belfer2012-01-115-43/+30
| * Convert git_path_walk_up to regular functionRussell Belfer2012-01-114-40/+84
| * Fix bug in dir_for_pathRussell Belfer2012-01-111-1/+2
| * Allow ignores (and attribs) for nonexistent filesRussell Belfer2012-01-114-8/+38
| * Initial implementation of gitignore supportRussell Belfer2012-01-1114-120/+440
* | Windows: store all 64 bits of the size in the stat structureCarlos Martín Nieto2012-01-161-1/+1
* | Fix #534: 64-bit issues in WindowsVicent Martí2012-01-151-8/+1
* | config: handle EOF properlyCarlos Martín Nieto2012-01-131-2/+4
|/
* Restore portability to git_path_prettify.Russell Belfer2012-01-091-11/+5
* Merge pull request #528 from arrbee/valgrind-fixes-2Vicent Martí2012-01-052-2/+8
|\
| * Fix memory leak in git_index_remove.Russell Belfer2012-01-051-1/+7
| * Throw first error in chain, not rethrow.Russell Belfer2012-01-051-1/+1
* | reflog_write: don't access free()'d memoryJeff King2012-01-051-2/+2
|/