summaryrefslogtreecommitdiff
path: root/commit-tree.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-26commit-tree.c: check_valid() microoptimization.Libravatar Junio C Hamano1-6/+5
2006-04-04Use blob_, commit_, tag_, and tree_type throughout.Libravatar Peter Eriksen1-3/+5
2006-03-24commit-tree: check return value from write_sha1_file()Libravatar Junio C Hamano1-3/+6
2006-02-18Delay "empty ident" errors until they really matter.Libravatar Junio C Hamano1-2/+2
2006-02-09call git_config() after setup_git_directory()Libravatar Junio C Hamano1-2/+2
2005-11-28Make the rest of commands work from a subdirectory.Libravatar Junio C Hamano1-0/+2
2005-10-18Remove unused include.Libravatar Junio C Hamano1-3/+0
2005-10-14Unlocalized isspace and friendsLibravatar Linus Torvalds1-1/+0
2005-10-11Use git config file for committer name and email infoLibravatar Linus Torvalds1-1/+3
2005-07-29[PATCH] Unify usage strings declarationLibravatar Petr Baudis1-1/+1
2005-07-15[PATCH] Move git_author_info and git_commiter_info to ident.cLibravatar Eric W. Biederman1-10/+0
2005-07-12Abstract out the "name <email> date" handling of commit-tree.cLibravatar Linus Torvalds1-70/+14
2005-06-19git-commit-tree: ignore duplicate parentsLibravatar Linus Torvalds1-2/+16
2005-05-26[PATCH] fix and testcase for git-commit-tree optionLibravatar Rene Scharfe1-1/+1
2005-05-24git-commit-tree: allow overriding of commit dateLibravatar Linus Torvalds1-2/+5
2005-05-22Include file cleanups..Libravatar Linus Torvalds1-2/+0
2005-05-19[PATCH] cleanup of in-code namesLibravatar Alexey Nezhdanov1-1/+1
2005-05-09Rename environment variables.Libravatar Junio C Hamano1-5/+5
2005-05-01Add "get_sha1()" helper function.Libravatar Linus Torvalds1-1/+1
2005-04-30[PATCH] Do date parsing by hand...Libravatar Edgar Toernig1-25/+2
2005-04-29[PATCH] Fix AUTHOR_DATE timezone confusionLibravatar tony.luck@intel.com1-133/+10
2005-04-26[PATCH] introduce xmalloc and xreallocLibravatar Christopher Li1-2/+2
2005-04-25Simplify "write_sha1_file()" interfacesLibravatar Linus Torvalds1-37/+2
2005-04-20[PATCH] Usage-string fixes.Libravatar Junio C Hamano1-8/+6
2005-04-19Make us be better at guessing a good hostname for the email.Libravatar Linus Torvalds1-2/+4
2005-04-18[PATCH] provide better committer information to commit-tree.cLibravatar Greg KH1-5/+9
2005-04-17[PATCH] fork optional branch point normazilationLibravatar Brad Roberts1-3/+3
2005-04-17Remove extraneous ',' ';' and '.' characters from the full name gecos field.Libravatar Linus Torvalds1-0/+15
2005-04-17Make "commit-tree" check the input objects more carefully.Libravatar Linus Torvalds1-0/+14
2005-04-15[PATCH] Simplify date handling and make it more reliableLibravatar David Woodhouse1-4/+155
2005-04-13[PATCH] Whitespace FixesLibravatar Ingo Molnar1-1/+1
2005-04-13[PATCH] Consolidate the error handlingLibravatar Petr Baudis1-1/+1
2005-04-11Fix up commit-tree/diff-tree user interface issues.Libravatar Linus Torvalds1-3/+3
2005-04-09This implements the new "recursive tree" write-tree.Libravatar Linus Torvalds1-1/+3
2005-04-07Add copyright notices.Libravatar Linus Torvalds1-0/+5
2005-04-07Initial revision of "git", the information manager from hellLibravatar Linus Torvalds1-0/+172