aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-write-tree.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-25Merge branch 'maint'Junio C Hamano1-1/+5
2007-04-25Fix handle leak in write_treeAlex Riesen1-1/+5
2007-04-03_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-1/+1
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