summaryrefslogtreecommitdiff
path: root/t/t3700-add.sh
AgeCommit message (Expand)Author
2007-11-17Fix per-directory exclude handing for "git add"Junio C Hamano
2007-08-13git-add: Add support for --refresh option.Alexandre Julliard
2007-08-03Fix bogus use of printf in t3700 testJunio C Hamano
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-07-03Test 'git add' for unmerged entries when core.symlinks=false.Johannes Sixt
2007-07-01git add: respect core.filemode with unmerged entriesJohannes Schindelin
2007-04-23dir.c(common_prefix): Fix two bugsJohannes Schindelin
2007-02-17Do not take mode bits from index after type change.Junio C Hamano
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2006-12-29Fix 'git add' with .gitignoreJunio C Hamano
2006-11-23trust-executable-bit: fix breakage for symlinksJunio C Hamano
2006-09-27Corrected copy-and-paste thinko in ignore executable bit test case.Shawn Pearce
2006-09-27Ignore executable bit when adding files if filemode=0.Shawn Pearce
2006-02-22git-add: Add support for --, documentation, and test.Carl Worth