summaryrefslogtreecommitdiff
path: root/builtin-write-tree.c
AgeCommit message (Expand)Author
2007-08-25Fix racy-git handling in git-write-tree.Linus Torvalds
2007-07-26git-write-tree should not crash if prefix does not existNguyễn Thái Ngọc Duy
2007-04-26Merge branch 'maint'Junio C Hamano
2007-04-26Fix handle leak in write_treeAlex Riesen
2007-04-04_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-13Better error message when we are unable to lock the index fileJunio C Hamano
2006-08-04Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-08Close the index file between writing and committingJohannes Schindelin
2006-06-20Initialize lock_file struct to all zero.Johannes Schindelin
2006-06-19Make git-write-tree a builtinLukas Sandström