7 Commits (363df5572c3068d294d66c61025b377712e957c9)

Author SHA1 Message Date
René Scharfe 5f0df44cd7 parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP 7 years ago
brian m. carlson fc5cb99f67 cache-tree: convert write_*_as_tree to object_id 7 years ago
brian m. carlson 38b471fae0 builtin/write-tree: convert to struct object_id 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Nguyễn Thái Ngọc Duy b5625d0723 i18n: write-tree: mark parseopt strings for translation 13 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Stephen Boyd 404d42e5ef write-tree: migrate to parse-options 16 years ago
Junio C Hamano d11b8d3425 write-tree --ignore-cache-tree 16 years ago
Junio C Hamano 331fcb598e git add --intent-to-add: do not let an empty blob be committed by accident 16 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Junio C Hamano 45525bd022 Make error messages from cherry-pick/revert more sensible 17 years ago
Brandon Casey 4ed7cd3ab0 Improve use of lockfile API 17 years ago
Linus Torvalds 9ec398d200 Fix racy-git handling in git-write-tree. 18 years ago
Nguyễn Thái Ngọc Duy b87841e164 git-write-tree should not crash if prefix does not exist 18 years ago
Alex Riesen c21aa54e19 Fix handle leak in write_tree 18 years ago
Junio C Hamano 30ca07a249 _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 19 years ago
Junio C Hamano 40aaae88ad Better error message when we are unable to lock the index file 19 years ago
Ramsay Allan Jones 8cdf33643d Replace some calls to die(usage_str) with usage(usage_str). 19 years ago
Linus Torvalds a633fca0c0 Call setup_git_directory() much earlier 19 years ago
Johannes Schindelin 6244b24906 Close the index file between writing and committing 19 years ago
Johannes Schindelin 928e47e3d5 Initialize lock_file struct to all zero. 19 years ago
Lukas Sandström 8ed05fb5e9 Make git-write-tree a builtin 19 years ago
Junio C Hamano 021b6e4549 Make index file locking code reusable to others. 19 years ago
Junio C Hamano 6bd20358a9 write-tree: --prefix=<path> 19 years ago
Junio C Hamano 2956dd3bd7 cache_tree_update: give an option to update cache-tree only. 19 years ago
Junio C Hamano bad68ec924 index: make the index file format extensible. 19 years ago
Junio C Hamano a52139b47e Update write-tree to use cache-tree. 19 years ago
Peter Eriksen 8e44025925 Use blob_, commit_, tag_, and tree_type throughout. 19 years ago
Junio C Hamano 5f73076c1a "Assume unchanged" git 19 years ago
Junio C Hamano 75a46f6b0e write-tree: check extra arguments and die but be a bit more helpful. 19 years ago
Junio C Hamano 53228a5fb8 Make the rest of commands work from a subdirectory. 20 years ago
Petr Baudis 0b124bb4bf [PATCH] Trivial tidyups 20 years ago
Bryan Larsen 9c1fa70aaa [PATCH] add --missing-ok option to write-tree 20 years ago
Jan Harkes 7323aa11af [PATCH] git-write-tree doesn't check alternate directories 20 years ago
Alexey Nezhdanov 667bb59b2d [PATCH] cleanup of in-code names 20 years ago
Petr Baudis c899350e9d write-tree is now willing to write empty tree 20 years ago
Junio C Hamano 8eef4d3ed1 Notice index that has path and path/file and refuse to write such a tree. 20 years ago
Christopher Li 812666c8e6 [PATCH] introduce xmalloc and xrealloc 20 years ago
Linus Torvalds a44c9a5e2e Simplify "write_sha1_file()" interfaces 20 years ago
Brad Roberts 7223a88ce7 [PATCH] fix for memory leak in write-tree.c 20 years ago
Linus Torvalds c347ea5d6f write-tree: refuse to write out trees with unmerged index entries. 20 years ago
Linus Torvalds ccc4feb579 Convert the index file reading/writing to use network byte order. 20 years ago
Petr Baudis 2de381f919 [PATCH] Consolidate the error handling 20 years ago
Linus Torvalds 121481abf8 Make "update-cache" a bit friendlier to use (and harder to mis-use). 20 years ago
Linus Torvalds d6d3f9d012 This implements the new "recursive tree" write-tree. 20 years ago
Linus Torvalds 19b2860cba Use "-Wall -O2" for the compiler to get more warnings. 20 years ago
Linus Torvalds 8bc9a0c769 Add copyright notices. 20 years ago