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