Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get_tree_entry(): make it available from tree-walk | Junio C Hamano | 2006-04-19 | 1 | -0/+50 |
| | | | | Signed-off-by: Junio C Hamano <junkio@cox.net> | ||||
* | Use blob_, commit_, tag_, and tree_type throughout. | Peter Eriksen | 2006-04-04 | 1 | -1/+2 |
| | | | | | | | | | This replaces occurences of "blob", "commit", "tag", and "tree", where they're really used as type specifiers, which we already have defined global constants for. Signed-off-by: Peter Eriksen <s022018@student.dtu.dk> Signed-off-by: Junio C Hamano <junkio@cox.net> | ||||
* | tree/diff header cleanup. | Junio C Hamano | 2006-03-30 | 1 | -0/+116 |
Introduce tree-walk.[ch] and move "struct tree_desc" and associated functions from various places. Rename DIFF_FILE_CANON_MODE(mode) macro to canon_mode(mode) and move it to cache.h. This macro returns the canonicalized st_mode value in the host byte order for files, symlinks and directories -- to be compared with a tree_desc entry. create_ce_mode(mode) in cache.h is similar but is intended to be used for index entries (so it does not work for directories) and returns the value in the network byte order. Signed-off-by: Junio C Hamano <junkio@cox.net> |