summaryrefslogtreecommitdiff
path: root/src/tree.c
Commit message (Expand)AuthorAgeFilesLines
* error-handling: RepositoryVicent Martí2012-03-071-4/+5
* tree: break out on write errorCarlos Martín Nieto2012-02-231-0/+1
* Update Copyright headerschu2012-02-131-1/+1
* treebuilder: remove needless variable entry_countschu2012-02-051-8/+1
* diff-index: fix leakCarlos Martín Nieto2012-01-191-0/+1
* Move path related functions from fileops to pathRussell Belfer2012-01-171-1/+1
* do not use full path in diff-indexClemens Buchacher2011-12-301-10/+15
* move entry_is_tree to tree.hClemens Buchacher2011-12-301-6/+4
* 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-091-34/+46
|\
| * Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-34/+46
* | tree: recursive diff-indexVicent Marti2011-12-031-0/+98
* | tree: implement tree diffingCarlos Martín Nieto2011-12-031-0/+174
|/
* Rename all `_close` methodsVicent Marti2011-11-261-2/+2
* repository: Change ownership semanticsVicent Marti2011-11-261-7/+25
* tree: Add payload to `git_tree_walk`Vicent Marti2011-11-181-5/+9
* Rename `git_tree_frompath` to `git_tree_get_subtree`Vicent Marti2011-11-181-14/+42
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-8/+8
* tree: Add traversal in post-orderVicent Marti2011-10-271-2/+54
* tree: Fix name lookups once and for allVicent Marti2011-10-201-45/+85
* tree: Fix lookups by entry nameVicent Marti2011-10-191-2/+11
* tree: Add git_tree_frompath() which, given a relative path to a tree entry, r...nulltoken2011-10-131-0/+45
* tree: Fix check for valid attributesVicent Marti2011-09-271-2/+4
* tree: Use an internal append functiont to add new entriesVicent Marti2011-09-271-19/+25
* Make use of the tree cacheCarlos Martín Nieto2011-09-271-0/+30
* config: make git_config_[get|set]_long() able to properly deal with 8 bytes w...nulltoken2011-09-221-1/+1
* Merge pull request #384 from kiryl/warningsVicent Martí2011-09-181-3/+6
|\
| * CMakefile: add -Wmissing-prototypes and fix warningsKirill A. Shutemov2011-08-301-2/+2
| * CMakefile: add -Wstrict-aliasing=2 and fix warningsKirill A. Shutemov2011-08-301-1/+4
* | Merge pull request #394 from carlosmn/tree-fromindexVicent Martí2011-09-181-70/+83
|\ \
| * | tree: use git_treebuilder to write the index as a treeCarlos Martín Nieto2011-09-101-70/+83
| |/
* | Cleanup legal dataVicent Marti2011-09-191-21/+3
|/
* Remove duplicated sortLuc Bertrand2011-08-031-1/+0
* tree: fix cast warningsKirill A. Shutemov2011-07-251-4/+9
* tree: fix insertion of entries with invalid filenamesnulltoken2011-07-131-3/+5
* tree: More accurate matching on entriesVicent Marti2011-07-131-11/+28
* tree: Fix wrong sort order when querying entriesVicent Marti2011-07-131-15/+27
* odb: Direct writes are backVicent Marti2011-07-091-22/+13
* vector: Timsort all of the thingsVicent Marti2011-07-071-3/+3
* fileops: CleanupVicent Marti2011-07-051-1/+1
* cleanup: remove trailing spacesKirill A. Shutemov2011-07-011-10/+10
* oid: Rename methodsVicent Marti2011-06-161-1/+1
* Merge pull request #240 from Romain-Geissler/tree-object-typeVicent Martí2011-06-061-0/+12
|\
| * Tree: Added a function that returns the type of a tree entry.Romain Geissler2011-06-061-0/+12
* | Tree: Some more size_t to unsigned int type change.Romain Geissler2011-06-061-5/+5
* | Tree: API uniformasation: Use unsigned int for all index number.Romain Geissler2011-06-051-3/+3
|/
* tree.c: Move to new error handling mechanismJakob Pfender2011-05-231-4/+4
* Move tree.c to the new error handlingschu2011-05-111-7/+7
* Fix tree-entry attribute convertion (fix corrupted trees)Sergey Nikishin2011-04-261-1/+2
* Properly check `strtol` for errorsVicent Marti2011-04-091-1/+2