summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | refcount: Fix off-by one errorVicent Marti2011-11-261-1/+1
* | Rename all `_close` methodsVicent Marti2011-11-269-21/+21
* | repository: Change ownership semanticsVicent Marti2011-11-2621-380/+571
|/
* Merge pull request #497 from carlosmn/configVicent Martí2011-11-251-5/+21
|\
| * config: allow to open and write to a new fileCarlos Martín Nieto2011-11-261-5/+21
* | Merge pull request #491 from schu/refs-cleanupVicent Martí2011-11-253-28/+39
|\ \ | |/ |/|
| * reference_rename: don't delete the reflogschu2011-11-211-22/+9
| * Add git_reflog_rename() and git_reflog_delete()schu2011-11-211-0/+26
| * reference_rename: make sure to rollbackschu2011-11-211-1/+4
| * fileops.h: remove git_futils_mv_atomic prototypeschu2011-11-211-5/+0
* | transport: Add `git_transport_valid_url`Vicent Marti2011-11-221-15/+21
* | Free the created refs in git_remote_update_tipsCarlos Martín Nieto2011-11-221-0/+3
* | Set transport to NULL after freeing itCarlos Martín Nieto2011-11-221-0/+1
* | remote: Assert things that should be assertedVicent Marti2011-11-221-7/+23
* | Merge pull request #492 from carlosmn/networkingVicent Martí2011-11-217-84/+147
|\ \
| * | Add git_remote_connectedCarlos Martín Nieto2011-11-211-0/+5