aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-write-tree.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-56/+0
2009-07-10write-tree: migrate to parse-optionsStephen Boyd1-21/+19
2009-05-20write-tree --ignore-cache-treeJunio C Hamano1-3/+9
2008-11-30git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano1-1/+1
2008-07-13Make usage strings dash-lessStephan Beyer1-1/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-1/+1
2008-02-05Make error messages from cherry-pick/revert more sensibleJunio C Hamano1-55/+16
2008-01-16Improve use of lockfile APIBrandon Casey1-6/+3
2007-08-24Fix racy-git handling in git-write-tree.Linus Torvalds1-0/+1
2007-07-25git-write-tree should not crash if prefix does not existNguyễn Thái Ngọc Duy1-0/+2
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