summaryrefslogtreecommitdiffstats
path: root/builtin-checkout-index.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-08-24git_dir holds pointers to local strings, hence MUST be const.Pierre Habouzit2-4/+5
2006-08-24avoid to use error that shadows the function name, use err instead.Pierre Habouzit2-8/+8
2006-08-23Fix a comparison bug in diff-delta.cPierre Habouzit1-1/+1
2006-08-23git-send-email: Don't set author_not_sender from Cc: linesHaavard Skinnemoen1-1/+1
2006-08-22Remove unnecessary forward declaration of unpack_entry.Shawn Pearce1-3/+0
2006-08-22Verify we know how to read a pack before trying to using it.Shawn Pearce1-0/+12
2006-08-22Add write_or_die(), a helper functionRene Scharfe5-46/+32
2006-08-22Axe the last entRene Scharfe1-1/+1
2006-08-21builtin-mv: readability patchJohannes Schindelin1-60/+44
2006-08-21git-mv: fix off-by-one errorJohannes Schindelin1-1/+1
2006-08-21git-mv: special case destination "."Johannes Schindelin2-1/+8
2006-08-21builtin-mv: readability patchJohannes Schindelin1-60/+44
2006-08-17Indentation fix.Tilman Sauerbeck1-6/+6
2006-08-17Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes31-71/+74
2006-08-17gitweb: Uniquify version info output, add meta generator in page headerJakub Narebski1-1/+2
2006-08-17Be nicer if git executable is not installedVille Skyttä1-1/+1
2006-08-16builtin-grep: remove unused debugging cruft.Junio C Hamano1-57/+0
2006-08-16gitweb: Add support for per project git URLsJakub Narebski1-3/+17
2006-08-16[PATCH] git-mv: add more path normalizationJohannes Schindelin1-9/+16
2006-08-16Remove the "delay writing to avoid runtime penalty of racy-git avoidance"Junio C Hamano1-52/+1
2006-08-16gitweb: consolidate action URL generation.Martin Waitz1-87/+84
2006-08-16gitweb: provide function to format the URL for an action link.Martin Waitz1-0/+27
2006-08-16gitweb: Show project's git URL on summary pageJakub Narebski2-2/+14
2006-08-16Add check program "git-check-racy"Junio C Hamano3-4/+42