commit | d7f078b8b92b1a29f9dd62c2c470fa51e15e2ffa | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Sat Feb 17 04:43:42 2007 -0500 |
committer | Junio C Hamano <junkio@cox.net> | Sat Feb 17 10:20:27 2007 -0800 |
tree | 20f6c599862aaa92534de70cf76d7289e0b3aeea | |
parent | 5ca2db53763ed93a75de7ddbda753fc09327d7aa [diff] |
Convert update-index references in docs to add. Since `git add` is the approved porcelain for an end-user to invoke when they want to manipulate the index, porcelain documentation should steer the user to this command rather than the pure plumbing update-index. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>