From: Shawn O. Pearce Date: Thu, 22 May 2008 12:47:19 +0000 (-0400) Subject: Clarify repack -n documentation X-Git-Tag: v1.5.5.2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c30f9936b0e5cdced3d9cb859ce0d325ebe9c91d?ds=inline;hp=c30f9936b0e5cdced3d9cb859ce0d325ebe9c91d Clarify repack -n documentation While repacking a local repository a coworker thought the -n option was necessary to git-repack to keep it from updating some unknown file on the central server we all share. Explaining further what the option is (not) doing helps to make it clear the option does not impact any remote repositories the user may have configured. Signed-off-by: Shawn O. Pearce Signed-off-by: Junio C Hamano ---