summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-07-16Fix git-fetch-script breakageLibravatar Linus Torvalds1-0/+2
2005-07-16Merge git-tools repository under "tools" subdirectoryLibravatar Linus Torvalds5-0/+527
2005-07-16Prepare git-tools for merging into the main git archiveLibravatar Linus Torvalds7-358/+5
2005-07-16git-convert-cache: fix up file modes in trees tooLibravatar Linus Torvalds1-0/+29
2005-07-16[PATCH] Documentation: describe short-hand used in fetch/pull.Libravatar Junio C Hamano5-6/+130
2005-07-16[PATCH] fetch/pull: short-hand notation for remote repositories.Libravatar Junio C Hamano4-32/+104
2005-07-15Be slightly smarter about git-daemon client shutdownLibravatar Linus Torvalds1-20/+38
2005-07-15[PATCH] Documentation: update recommended workflow when working with others.Libravatar Junio C Hamano1-19/+42
2005-07-15[PATCH] Documentation: adjust cvsimport command line.Libravatar Junio C Hamano1-1/+1
2005-07-15git-daemon: actually remember the children we have outstandingLibravatar Linus Torvalds1-21/+121
2005-07-15git-daemon: keep track of childrenLibravatar Linus Torvalds1-1/+43
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