summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'nulltoken/topix/path_fromurl' into developmentVicent Martí2012-01-045-35/+120
|\
| * transport: make local transport accept a file Uri containing percent-encoded ...nulltoken2011-12-281-12/+15
| * path: add git_path_fromurl()nulltoken2011-12-282-0/+36
| * path: add git__percent_decode()nulltoken2011-12-282-0/+37
| * util: add git__fromhex()nulltoken2011-12-282-23/+28
* | Fix Windows specific off-by-one errornulltoken2012-01-041-1/+1
* | Fix MSVC compilation warningsnulltoken2012-01-041-1/+1
* | Add missing semicolonVincent Lee2012-01-031-1/+1
* | Merge remote-tracking branch 'drizzd/diff-index-tests' into developmentVicent Martí2012-01-024-19/+66
|\ \
| * | do not use full path in diff-indexClemens Buchacher2011-12-301-10/+15
| * | allow opening index in bare repoClemens Buchacher2011-12-301-3/+0
| * | add git_index_read_treeClemens Buchacher2011-12-301-0/+42
| * | move entry_is_tree to tree.hClemens Buchacher2011-12-302-6/+9
| |/
* | Merge remote-tracking branch 'arrbee/git-attributes' into developmentVicent Martí2012-01-0218-107/+1318
|\ \
| * | Improved gitattributes macro implementationRussell Belfer2011-12-305-58/+106
| * | Fixed up memory leaksRussell Belfer2011-12-292-9/+15
| * | Add support for macros and cache flush API.Russell Belfer2011-12-2913-176/+436
| * | Add APIs for git attributesRussell Belfer2011-12-2012-14/+911
* | | config: Rename the `delete` callback nameVicent Martí2011-12-312-2/+2
| |/ |/|
* | remotes: Remove unused variablesVicent Martí2011-12-251-1/+0
* | refs: Fix double freeVicent Martí2011-12-251-9/+11
* | remote: add test to retrieve the advertised references from a local repositor...nulltoken2011-12-211-7/+17
* | config_file: honor errorschu2011-12-191-3/+6
|/
* Restore missing lstat in index_entry_initRussell Belfer2011-12-181-0/+19
* config: really delete variablesCarlos Martín Nieto2011-12-162-1/+37
* Revert "config: Return ENOTFOUND when a variable was deleted"Carlos Martín Nieto2011-12-161-2/+4
* config: Return ENOTFOUND when a variable was deletedVicent Marti2011-12-151-4/+2
* Allow git_buf_joinpath to accept self-joinsRussell Belfer2011-12-141-2/+16
* Check error on path manipulations.Russell Belfer2011-12-141-0/+1
* posix_w32: prevent segfaulting on Windows when building a temporary filenamenulltoken2011-12-141-1/+1
* buffer: inline `git_buf_cstr`Vicent Marti2011-12-142-7/+7
* Fix tree-diff with the new path APIVicent Marti2011-12-141-2/+2
* Merge remote-tracking branch 'arrbee/git-buf-for-paths' into developmentVicent Marti2011-12-0932-955/+1414
|\
| * Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-0732-955/+1414
* | tree: recursive diff-indexVicent Marti2011-12-031-0/+98
* | tree: implement tree diffingCarlos Martín Nieto2011-12-031-0/+174
|/
* Optimized of git_buf_join.Russell Belfer2011-11-301-49/+15
* Make initial value of git_buf ptr always be a valid empty string.Russell Belfer2011-11-292-35/+60
* Make git_buf functions always maintain a valid cstr.Russell Belfer2011-11-292-14/+33
* transports: fix -Wunused-but-set-variable warningschu2011-11-291-0/+1
* Merge pull request #499 from arrbee/extend-git-bufVicent Martí2011-11-292-8/+210
|\
| * Resolve remaining feedbackRussell Belfer2011-11-281-15/+13
| * Add two string git_buf_join and tweak input error checking.Russell Belfer2011-11-282-9/+70
| * Extend git_buf with new utility functions and unit tests.Russell Belfer2011-11-272-10/+153
* | Plug a bunch of leaksCarlos Martín Nieto2011-11-282-0/+12
* | repository: Do not double-increment refcountsVicent Marti2011-11-281-2/+0
* | remote: Fix connected testVicent Marti2011-11-281-1/+1
* | remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-2810-206/+201
* | repository: Use `git_config` when initializingVicent Marti2011-11-261-14/+2
* | util: Remove unused macroVicent Marti2011-11-261-19/+0