summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | [PATCH] Initial support for building a debian package (.deb)Eric W. Biederman2005-07-156-0/+121
* | [PATCH] Update the spec file so it can build and install the documentationEric W. Biederman2005-07-151-4/+10
* | [PATCH] Add doc and install-doc targets to the MakefileEric W. Biederman2005-07-152-0/+19
* | [PATCH] Use gzip -f when building the git-core tarballEric W. Biederman2005-07-151-1/+1
* | [PATCH] Add a RPMBUILD make variableEric W. Biederman2005-07-151-1/+2
* | [PATCH] Update tags to record who made themEric W. Biederman2005-07-152-3/+10
* | [PATCH] Update git-tag-script to create the .git/refs/tags if it does not alr...Eric W. Biederman2005-07-151-0/+1
* | [PATCH] Update the list of diagnostics for git-commit-treeEric W. Biederman2005-07-151-0/+4
* | [PATCH] Add git-var a tool for reading interesting git variables.Eric W. Biederman2005-07-154-1/+130
* | [PATCH] ident.c: Disambiguate the error messages in setup_identEric W. Biederman2005-07-151-2/+2
* | [PATCH] Move git_author_info and git_commiter_info to ident.cEric W. Biederman2005-07-153-10/+12
* | Add "--inetd" flag to git-daemonLinus Torvalds2005-07-151-1/+11
* | git-daemon: re-organize code a bit for --inetd flagLinus Torvalds2005-07-151-10/+10
* | Split up "diff_format" into "format" and "line_termination".Linus Torvalds2005-07-147-39/+25
* | Make "ce_match_path()" a generic helper functionLinus Torvalds2005-07-144-23/+33
* | Make git-diff-cache skip any comparisons which don't match pathspecLinus Torvalds2005-07-141-2/+28
* | Start using the partial tree reading in "git-diff-cache"Linus Torvalds2005-07-141-2/+2
* | Fix up read_tree() pathspec matching to use "const char **"Linus Torvalds2005-07-142-5/+7
* | Start adding interfaces to read in partial treesLinus Torvalds2005-07-144-7/+54
* | Fix replacing of a directory with a file/symlink in git-checkout-cacheLinus Torvalds2005-07-141-12/+8
* | Make "git diff" use git-sh-setup-script too..Linus Torvalds2005-07-141-0/+2
* | Make "git prune" use the "--full" flag to git-fsck-cacheLinus Torvalds2005-07-141-1/+1
* | [PATCH] Documentation: push-pull commands into a separate category.Junio C Hamano2005-07-141-23/+42
* | [PATCH] Documentation: send/receive.Junio C Hamano2005-07-143-1/+89
* | [PATCH] Documentation: clone/fetch/upload.Junio C Hamano2005-07-144-7/+130
* | [PATCH] Documentation: packed GIT support commands.Junio C Hamano2005-07-144-1/+161
* | Get rid of nasty utf-8 characters in printoutLinus Torvalds2005-07-131-1/+1
* | [PATCH] apply: match documentation, usage string and code.Junio C Hamano2005-07-132-13/+19
* | [PATCH] Remove leftover comment from documentation.Junio C Hamano2005-07-131-13/+0
* | [PATCH] clone-pack: Typofix in the error message.Junio C Hamano2005-07-131-1/+1
* | [PATCH] clone-pack and clone-script: documentation and add a missing parameter.Junio C Hamano2005-07-135-3/+142
* | [PATCH] checkout-cache: add usage string.Junio C Hamano2005-07-131-0/+5
* | [PATCH] cat-file: be consistent in usage string and documentation.Junio C Hamano2005-07-131-1/+1
* | [PATCH] Document two pack push-pull protocols.Junio C Hamano2005-07-131-0/+38
* | Fix the "close before dup" bug in clone-pack tooLinus Torvalds2005-07-131-1/+1
* | Add a "git-daemon" that listens on a TCP portLinus Torvalds2005-07-132-1/+118
* | git-fetch-pack: close output fd after dup'ing the inputLinus Torvalds2005-07-131-1/+1
* | Add first cut at "git protocol" connect logic.Linus Torvalds2005-07-132-2/+91
* | Make "git-checkout" create files with O_EXCLLinus Torvalds2005-07-131-2/+2
* | git-apply: be a lot more careful when writing filesLinus Torvalds2005-07-131-35/+49
* | [PATCH] Clean up diff option descriptions.Junio C Hamano2005-07-1311-180/+96
* | [PATCH] git-diff-*: --name-only and --name-only-z.Junio C Hamano2005-07-136-1/+38
* | [PATCH] diff-stages: support "-u" as a synonym for "-p".Junio C Hamano2005-07-131-1/+1
* | [PATCH] git-cvsimport-script: parse multidigit revisions.Sven Verdoolaege2005-07-121-1/+1
* | [PATCH] git: fix trivial warning from show_rename_copy()Tony Luck2005-07-121-1/+1
* | Abstract out the "name <email> date" handling of commit-tree.cLinus Torvalds2005-07-124-71/+156
* | parse_date(): allow const date stringLinus Torvalds2005-07-122-5/+5
* | "make clean" should clean up after a rpm buildLinus Torvalds2005-07-121-0/+1
* | Rename the RPM from "git" to "git-core"Linus Torvalds2005-07-122-7/+7
* | Add "git branch" scriptLinus Torvalds2005-07-112-1/+13