Sign in
googlers
/
jrn
/
git
/
f2771efd07b51edae023db95fcca39c72a0397fe
/
builtin
/
write-tree.c
76a7bc0
cmd_{read,write}_tree: rename "unused" variable that is used
by Jeff King
· 6 years ago
f8adbec
cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch
by Nguyễn Thái Ngọc Duy
· 6 years ago
8963bb0
Merge branch 'rs/parse-opt-lithelp'
by Junio C Hamano
· 7 years ago
5f0df44
parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELP
by René Scharfe
· 7 years ago
fc5cb99
cache-tree: convert write_*_as_tree to object_id
by brian m. carlson
· 7 years ago
38b471f
builtin/write-tree: convert to struct object_id
by brian m. carlson
· 7 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
b5625d0
i18n: write-tree: mark parseopt strings for translation
by Nguyễn Thái Ngọc Duy
· 13 years ago
81b50f3
Move 'builtin-*' into a 'builtin/' subdirectory
by Linus Torvalds
· 15 years ago
[Renamed from builtin-write-tree.c]
404d42e
write-tree: migrate to parse-options
by Stephen Boyd
· 16 years ago
d11b8d3
write-tree --ignore-cache-tree
by Junio C Hamano
· 16 years ago
331fcb5
git add --intent-to-add: do not let an empty blob be committed by accident
by Junio C Hamano
· 16 years ago
1b1dd23
Make usage strings dash-less
by Stephan Beyer
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
45525bd
Make error messages from cherry-pick/revert more sensible
by Junio C Hamano
· 17 years ago
4ed7cd3
Improve use of lockfile API
by Brandon Casey
· 17 years ago
9ec398d
Fix racy-git handling in git-write-tree.
by Linus Torvalds
· 18 years ago
b87841e
git-write-tree should not crash if prefix does not exist
by Nguyễn Thái Ngọc Duy
· 18 years ago
6169a89
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
c21aa54
Fix handle leak in write_tree
by Alex Riesen
· 18 years ago
30ca07a
_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.
by Junio C Hamano
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
e702496
Convert memcpy(a,b,20) to hashcpy(a,b).
by Shawn Pearce
· 19 years ago
40aaae8
Better error message when we are unable to lock the index file
by Junio C Hamano
· 19 years ago
8cdf336
Replace some calls to die(usage_str) with usage(usage_str).
by Ramsay Allan Jones
· 19 years ago
a633fca
Call setup_git_directory() much earlier
by Linus Torvalds
· 19 years ago
6244b24
Close the index file between writing and committing
by Johannes Schindelin
· 19 years ago
928e47e
Initialize lock_file struct to all zero.
by Johannes Schindelin
· 19 years ago
8ed05fb
Make git-write-tree a builtin
by Lukas Sandström
· 19 years ago
[Renamed (66%) from write-tree.c]
75c3a5c
Merge branch 'jc/rw-prefix'
by Junio C Hamano
· 19 years ago
021b6e4
Make index file locking code reusable to others.
by Junio C Hamano
· 19 years ago
6bd2035
write-tree: --prefix=<path>
by Junio C Hamano
· 19 years ago
2956dd3
cache_tree_update: give an option to update cache-tree only.
by Junio C Hamano
· 19 years ago
bad68ec
index: make the index file format extensible.
by Junio C Hamano
· 19 years ago
a52139b
Update write-tree to use cache-tree.
by Junio C Hamano
· 19 years ago
8e44025
Use blob_, commit_, tag_, and tree_type throughout.
by Peter Eriksen
· 19 years ago
5f73076
"Assume unchanged" git
by Junio C Hamano
· 19 years ago
75a46f6
write-tree: check extra arguments and die but be a bit more helpful.
by Junio C Hamano
· 19 years ago
53228a5
Make the rest of commands work from a subdirectory.
by Junio C Hamano
· 19 years ago
0b124bb
[PATCH] Trivial tidyups
by Petr Baudis
· 20 years ago
9c1fa70
[PATCH] add --missing-ok option to write-tree
by Bryan Larsen
· 20 years ago
7323aa1
[PATCH] git-write-tree doesn't check alternate directories
by Jan Harkes
· 20 years ago
667bb59
[PATCH] cleanup of in-code names
by Alexey Nezhdanov
· 20 years ago
f1a7eb3
Merge with http://members.cox.net/junkio/git-jc.git
by Petr Baudis
· 20 years ago
c899350
write-tree is now willing to write empty tree
by Petr Baudis
· 20 years ago
8eef4d3
Notice index that has path and path/file and refuse to write such a tree.
by Junio C Hamano
· 20 years ago
812666c
[PATCH] introduce xmalloc and xrealloc
by Christopher Li
· 20 years ago
a44c9a5
Simplify "write_sha1_file()" interfaces
by Linus Torvalds
· 20 years ago
7223a88
[PATCH] fix for memory leak in write-tree.c
by Brad Roberts
· 20 years ago
e447947
Be much more liberal about the file mode bits.
by Linus Torvalds
· 20 years ago
c347ea5
write-tree: refuse to write out trees with unmerged index entries.
by Linus Torvalds
· 20 years ago
ccc4feb
Convert the index file reading/writing to use network byte order.
by Linus Torvalds
· 20 years ago
2de381f
[PATCH] Consolidate the error handling
by Petr Baudis
· 20 years ago
121481a
Make "update-cache" a bit friendlier to use (and harder to mis-use).
by Linus Torvalds
· 20 years ago
d6d3f9d
This implements the new "recursive tree" write-tree.
by Linus Torvalds
· 20 years ago
19b2860
Use "-Wall -O2" for the compiler to get more warnings.
by Linus Torvalds
· 20 years ago
8bc9a0c
Add copyright notices.
by Linus Torvalds
· 20 years ago
e83c516
Initial revision of "git", the information manager from hell
by Linus Torvalds
· 20 years ago