aboutsummaryrefslogtreecommitdiff
path: root/builtin-write-tree.c
Commit message (Expand)AuthorAge
* write-tree --ignore-cache-treeJunio C Hamano2009-05-20
* git add --intent-to-add: do not let an empty blob be committed by accidentJunio C Hamano2008-11-30
* Make usage strings dash-lessStephan Beyer2008-07-13
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* Make error messages from cherry-pick/revert more sensibleJunio C Hamano2008-02-05
* Improve use of lockfile APIBrandon Casey2008-01-16
* Fix racy-git handling in git-write-tree.Linus Torvalds2007-08-24
* git-write-tree should not crash if prefix does not existNguyễn Thái Ngọc Duy2007-07-25
* Merge branch 'maint'Junio C Hamano2007-04-25
|\
| * Fix handle leak in write_treeAlex Riesen2007-04-25
* | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano2007-04-03
|/
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* Better error message when we are unable to lock the index fileJunio C Hamano2006-08-12
* Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones2006-08-03
* Call setup_git_directory() much earlierLinus Torvalds2006-07-29
* Close the index file between writing and committingJohannes Schindelin2006-07-08
* Initialize lock_file struct to all zero.Johannes Schindelin2006-06-19
* Make git-write-tree a builtinLukas Sandström2006-06-18