summaryrefslogtreecommitdiff
path: root/builtin-write-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Fix racy-git handling in git-write-tree.Linus Torvalds2007-08-241-0/+1
* git-write-tree should not crash if prefix does not existNguyễn Thái Ngọc Duy2007-07-251-0/+2
* Merge branch 'maint'Junio C Hamano2007-04-251-1/+5
|\
| * Fix handle leak in write_treeAlex Riesen2007-04-251-1/+5
* | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-031-1/+1
|/
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-1/+1
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-2/+2
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-121-1/+1
* Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones2006-08-031-1/+1
* Call setup_git_directory() much earlierLinus Torvalds2006-07-291-3/+1
* Close the index file between writing and committingJohannes Schindelin2006-07-081-1/+2
* Initialize lock_file struct to all zero.Johannes Schindelin2006-06-191-1/+1
* Make git-write-tree a builtinLukas Sandström2006-06-181-0/+88