Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-09-07 | pack-objects: further work on internal rev-list logic. | Junio C Hamano | 1 | -3/+7 | |
This teaches the internal rev-list logic to understand options that are needed for pack handling: --all, --unpacked, and --thin. It also moves two functions from builtin-rev-list to list-objects so that the two programs can share more code. Signed-off-by: Junio C Hamano <junkio@cox.net> | |||||
2006-09-07 | Separate object listing routines out of rev-list | Junio C Hamano | 1 | -0/+8 | |
Create a separate file, list-objects.c, and move object listing routines from rev-list to it. The next round will use it in pack-objects directly. Signed-off-by: Junio C Hamano <junkio@cox.net> |