From: Shawn O. Pearce Date: Sun, 21 Jan 2007 00:07:46 +0000 (-0500) Subject: git-gui: Change more 'include' language to 'add'. X-Git-Tag: gitgui-0.6.0~138 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4d583c86ec52f8b2937a0b9dc02667b54c4a28a2?ds=sidebyside;hp=4d583c86ec52f8b2937a0b9dc02667b54c4a28a2 git-gui: Change more 'include' language to 'add'. I just found a whole slew of places where we still were using the term 'include' rather than 'add' to refer to the act of updating the index with modifications from the working directory. To be consistent with all Git documentation and command line tools, these should be 'add'. Signed-off-by: Shawn O. Pearce ---