summaryrefslogtreecommitdiffstats
path: root/wt-status.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-12commit: Fix stripping of patch in verbose mode.Jeff King2-3/+78
2008-11-12wt-status: refactor initial commit printingJeff King1-25/+3
2008-11-12define empty tree sha1 as a macroJeff King2-3/+7
2008-11-12Remove the period after the git-check-attr summaryMatt Kraai1-1/+1
2008-11-12pack-objects: extend --local to mean ignore non-local loose objects tooBrandon Casey3-2/+5
2008-11-12sha1_file.c: split has_loose_object() into local and non-local counterpartsBrandon Casey2-6/+14
2008-11-12t7700: demonstrate mishandling of loose objects in an alternate ODBBrandon Casey1-0/+19
2008-11-12builtin-gc.c: use new pack_keep bitfield to detect .keep file existenceBrandon Casey1-11/+1
2008-11-12repack: do not fall back to incremental repacking with [-a|-A]Brandon Casey1-7/+4
2008-11-12repack: don't repack local objects in packs with .keep fileBrandon Casey2-2/+2
2008-11-12pack-objects: new option --honor-pack-keepBrandon Casey2-0/+12
2008-11-12packed_git: convert pack_local flag into a bitfield and add pack_keepBrandon Casey2-1/+7