summaryrefslogtreecommitdiffstats
path: root/builtin-write-tree.c
AgeCommit message (Expand)AuthorLines
2008-11-30git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano-1/+1
2008-07-13Make usage strings dash-lessStephan Beyer-1/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin-1/+1
2008-02-05Make error messages from cherry-pick/revert more sensibleJunio C Hamano-55/+16
2008-01-16Improve use of lockfile APIBrandon Casey-6/+3
2007-08-24Fix racy-git handling in git-write-tree.Linus Torvalds-0/+1
2007-07-25git-write-tree should not crash if prefix does not existNguyễn Thái Ngọc Duy-0/+2
2007-04-25Merge branch 'maint'Junio C Hamano-1/+5
2007-04-25Fix handle leak in write_treeAlex Riesen-1/+5
2007-04-03_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano-1/+1
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce-2/+2
2006-08-12Better error message when we are unable to lock the index fileJunio C Hamano-1/+1
2006-08-03Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones-1/+1
2006-07-29Call setup_git_directory() much earlierLinus Torvalds-3/+1
2006-07-08Close the index file between writing and committingJohannes Schindelin-1/+2
2006-06-19Initialize lock_file struct to all zero.Johannes Schindelin-1/+1
2006-06-18Make git-write-tree a builtinLukas Sandström-0/+88