aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit-tree.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-05-22 14:15:59 +0900
committerJunio C Hamano <gitster@pobox.com>2018-05-22 14:15:59 +0900
commitd33c87517a85f544159b2efa406136dde18a5b9f (patch)
treef28f7998faefd4b51d25d717428d5a0e75dcbea2 /builtin/commit-tree.c
parentSync with Git 2.14.4 (diff)
downloadgit-d33c87517a85f544159b2efa406136dde18a5b9f.tar.gz
git-d33c87517a85f544159b2efa406136dde18a5b9f.zip
Git 2.15.2v2.15.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions
d>6-34/+36 2006-05-29Make git-diff-tree indicate when it flushesPaul Mackerras1-3/+7 2006-05-29Remove unnecessary output from t3600-rm.Shawn Pearce1-19/+23 2006-05-28Remove "tree->entries" tree-entry list from tree parserLinus Torvalds9-57/+116 2006-05-28Switch "read_tree_recursive()" over to tree-walk functionalityLinus Torvalds1-13/+20 2006-05-28Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds9-29/+30 2006-05-28Add raw tree buffer info to "struct tree"Linus Torvalds6-34/+36 2006-05-28Don't use "sscanf()" for tree mode scanningLinus Torvalds1-3/+18 2006-05-28git-fetch: avoid using "case ... in (arm)"Junio C Hamano1-3/+3 2006-05-28git-write-tree writes garbage on sparc64Dennis Stosberg1-1/+1 2006-05-28Fix memory leak in "git rev-list --objects"Linus Torvalds1-0/+3 2006-05-28gitview: Move the console error messages to message dialogAneesh Kumar K.V1-2/+7 2006-05-28gitview: Add key binding for F5.Aneesh Kumar K.V2-6/+17 2006-05-28Let git-clone to pass --template=dir option to git-init-db.Junio C Hamano2-4/+15 2006-05-28Make cvsexportcommit create parent directories as needed.Yann Dirson1-5/+32 2006-05-28Document current cvsexportcommit limitations.Yann Dirson1-0/+7 2006-05-28Do not call 'cmp' with non-existant -q flag.Yann Dirson1-1/+1 2006-05-28Fix "--abbrev=xyz" for revision listingLinus Torvalds1-0/+8 2006-05-28t1002: use -U0 instead of --unified=0Linus Torvalds1-10/+10 2006-05-28format-patch: -n and -k are mutually exclusive.Junio C Hamano1-1/+1 2006-05-26Call builtin ls-tree in git-cat-file -pPetr Baudis1-1/+1 2006-05-26built-in format-patch: various fixups.Junio C Hamano1-2/+11 2006-05-26Add instructions to commit template.Martin Waitz1-0/+3 2006-05-26mailinfo: More carefully parse header lines in read_one_header_line()Junio C Hamano1-3/+24 2006-05-25git-format-patch --start-number <n>Johannes Schindelin1-3/+13 2006-05-25Don't write directly to a make target ($@).Jim Meyering1-14/+20 2006-05-25bogus "fatal: Not a git repository"Linus Torvalds1-1/+2 2006-05-25Documentation/Makefile: remove extra /Martin Waitz2-4/+4 2006-05-25cvsimport: avoid "use" with :tagJeff King1-1/+1 2006-05-24cat-file: document -p optionJeff King1-2/+7 2006-05-24Built git-upload-tar should be ignored.Shawn Pearce1-0/+1 2006-05-24ls-remote: fix rsync:// to report HEADJunio C Hamano1-1/+9 2006-05-24fetch.c: remove an unused variable and dead code.Junio C Hamano2-20/+3 2006-05-24Clean up sha1 file writingLinus Torvalds1-61/+78 2006-05-24Builtin git-cat-fileTimo Hirvonen4-5/+8 2006-05-24apply: force matching at the beginning.Junio C Hamano2-6/+27