aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-write-tree.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-2/+2
2006-08-12Better error message when we are unable to lock the index fileJunio C Hamano1-1/+1
2006-08-03Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones1-1/+1
2006-07-29Call setup_git_directory() much earlierLinus Torvalds1-3/+1
2006-07-08Close the index file between writing and committingJohannes Schindelin1-1/+2
2006-06-19Initialize lock_file struct to all zero.Johannes Schindelin1-1/+1
2006-06-18Make git-write-tree a builtinLukas Sandström1-0/+88