summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-07-15Ahh, the heady days of 0.99 patchfilesLibravatar Linus Torvalds1-2/+2
2005-07-15Fix up "make doc"Libravatar Linus Torvalds2-2/+2
2005-07-15[PATCH] Documentation: pull, push, packing repository and working with others.Libravatar Junio C Hamano1-74/+283
2005-07-15[PATCH] Documentation: update tutorial to talk about push.Libravatar Junio C Hamano1-7/+80
2005-07-15[PATCH] Initial support for building a debian package (.deb)Libravatar Eric W. Biederman6-0/+121
2005-07-15[PATCH] Update the spec file so it can build and install the documentationLibravatar Eric W. Biederman1-4/+10
2005-07-15[PATCH] Add doc and install-doc targets to the MakefileLibravatar Eric W. Biederman2-0/+19
2005-07-15[PATCH] Use gzip -f when building the git-core tarballLibravatar Eric W. Biederman1-1/+1
2005-07-15[PATCH] Add a RPMBUILD make variableLibravatar Eric W. Biederman1-1/+2
2005-07-15[PATCH] Update tags to record who made themLibravatar Eric W. Biederman2-3/+10
2005-07-15[PATCH] Update git-tag-script to create the .git/refs/tags if it does not alr...Libravatar Eric W. Biederman1-0/+1
2005-07-15[PATCH] Update the list of diagnostics for git-commit-treeLibravatar Eric W. Biederman1-0/+4
2005-07-15[PATCH] Add git-var a tool for reading interesting git variables.Libravatar Eric W. Biederman4-1/+130
2005-07-15[PATCH] ident.c: Disambiguate the error messages in setup_identLibravatar Eric W. Biederman1-2/+2
2005-07-15[PATCH] Move git_author_info and git_commiter_info to ident.cLibravatar Eric W. Biederman3-10/+12
2005-07-15Add "--inetd" flag to git-daemonLibravatar Linus Torvalds1-1/+11
2005-07-15git-daemon: re-organize code a bit for --inetd flagLibravatar Linus Torvalds1-10/+10
2005-07-14Split up "diff_format" into "format" and "line_termination".Libravatar Linus Torvalds7-39/+25
2005-07-14Make "ce_match_path()" a generic helper functionLibravatar Linus Torvalds4-23/+33
2005-07-14Make git-diff-cache skip any comparisons which don't match pathspecLibravatar Linus Torvalds1-2/+28
2005-07-14Start using the partial tree reading in "git-diff-cache"Libravatar Linus Torvalds1-2/+2
2005-07-14Fix up read_tree() pathspec matching to use "const char **"Libravatar Linus Torvalds2-5/+7
2005-07-14Start adding interfaces to read in partial treesLibravatar Linus Torvalds4-7/+54
2005-07-14Fix replacing of a directory with a file/symlink in git-checkout-cacheLibravatar Linus Torvalds1-12/+8
2005-07-14Make "git diff" use git-sh-setup-script too..Libravatar Linus Torvalds1-0/+2
2005-07-14Make "git prune" use the "--full" flag to git-fsck-cacheLibravatar Linus Torvalds1-1/+1
2005-07-14[PATCH] Documentation: push-pull commands into a separate category.Libravatar Junio C Hamano1-23/+42
2005-07-14[PATCH] Documentation: send/receive.Libravatar Junio C Hamano3-1/+89
2005-07-14[PATCH] Documentation: clone/fetch/upload.Libravatar Junio C Hamano4-7/+130
2005-07-14[PATCH] Documentation: packed GIT support commands.Libravatar Junio C Hamano4-1/+161
2005-07-13Get rid of nasty utf-8 characters in printoutLibravatar Linus Torvalds1-1/+1
2005-07-13[PATCH] apply: match documentation, usage string and code.Libravatar Junio C Hamano2-13/+19
2005-07-13[PATCH] Remove leftover comment from documentation.Libravatar Junio C Hamano1-13/+0
2005-07-13[PATCH] clone-pack: Typofix in the error message.Libravatar Junio C Hamano1-1/+1
2005-07-13[PATCH] clone-pack and clone-script: documentation and add a missing parameter.Libravatar Junio C Hamano5-3/+142
2005-07-13[PATCH] checkout-cache: add usage string.Libravatar Junio C Hamano1-0/+5
2005-07-13[PATCH] cat-file: be consistent in usage string and documentation.Libravatar Junio C Hamano1-1/+1
2005-07-13[PATCH] Document two pack push-pull protocols.Libravatar Junio C Hamano1-0/+38
2005-07-13Fix the "close before dup" bug in clone-pack tooLibravatar Linus Torvalds1-1/+1
2005-07-13Add a "git-daemon" that listens on a TCP portLibravatar Linus Torvalds2-1/+118
2005-07-13git-fetch-pack: close output fd after dup'ing the inputLibravatar Linus Torvalds1-1/+1
2005-07-13Add first cut at "git protocol" connect logic.Libravatar Linus Torvalds2-2/+91
2005-07-13Make "git-checkout" create files with O_EXCLLibravatar Linus Torvalds1-2/+2
2005-07-13git-apply: be a lot more careful when writing filesLibravatar Linus Torvalds1-35/+49
2005-07-13[PATCH] Clean up diff option descriptions.Libravatar Junio C Hamano11-180/+96
2005-07-13[PATCH] git-diff-*: --name-only and --name-only-z.Libravatar Junio C Hamano6-1/+38
2005-07-13[PATCH] diff-stages: support "-u" as a synonym for "-p".Libravatar Junio C Hamano1-1/+1
2005-07-12[PATCH] git-cvsimport-script: parse multidigit revisions.Libravatar Sven Verdoolaege1-1/+1
2005-07-12[PATCH] git: fix trivial warning from show_rename_copy()Libravatar Tony Luck1-1/+1
2005-07-12Abstract out the "name <email> date" handling of commit-tree.cLibravatar Linus Torvalds4-71/+156