aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit-graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin/commit-graph.c')
0 files changed, 0 insertions, 0 deletions
fddd2a1a47d9ea63498734d0141925513&follow=1'>Created fast-import, a tool to quickly generating a pack from blobs.Shawn O. Pearce3-0/+216 2006-08-23Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano6-5/+9 2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce34-78/+81 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-21Remove unnecessary forward declaration of unpack_entry.Shawn Pearce1-3/+0 2006-08-21Verify we know how to read a pack before trying to using it.Shawn Pearce1-0/+12 2006-08-21Add write_or_die(), a helper functionRene Scharfe5-46/+32 2006-08-21Axe 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-20builtin-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-16Be 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-15Remove the "delay writing to avoid runtime penalty of racy-git avoidance"Junio C Hamano1-52/+1 2006-08-15gitweb: consolidate action URL generation.Martin Waitz1-87/+84 2006-08-15gitweb: provide function to format the URL for an action link.Martin Waitz1-0/+27 2006-08-15gitweb: Show project's git URL on summary pageJakub Narebski2-2/+14 2006-08-15Add check program "git-check-racy"Junio C Hamano3-4/+42