1139 Commits (71931c19658bd99747ebbb93f0155384ba97df2c)
 

Author SHA1 Message Date
Linus Torvalds 71931c1965 Fix up "make doc" 20 years ago
Junio C Hamano 3eb5128a10 [PATCH] Documentation: pull, push, packing repository and working with others. 20 years ago
Junio C Hamano e7c1ca4273 [PATCH] Documentation: update tutorial to talk about push. 20 years ago
Eric W. Biederman 7421abfdbd [PATCH] Initial support for building a debian package (.deb) 20 years ago
Eric W. Biederman 49ce3d0c4e [PATCH] Update the spec file so it can build and install the documentation 20 years ago
Eric W. Biederman 87a81c834b [PATCH] Add doc and install-doc targets to the Makefile 20 years ago
Eric W. Biederman 9dce3c0617 [PATCH] Use gzip -f when building the git-core tarball 20 years ago
Eric W. Biederman d7b8a164e4 [PATCH] Add a RPMBUILD make variable 20 years ago
Eric W. Biederman c818566d5c [PATCH] Update tags to record who made them 20 years ago
Eric W. Biederman ec3f5a46ea [PATCH] Update git-tag-script to create the .git/refs/tags if it does not already exist 20 years ago
Eric W. Biederman 9153368d1b [PATCH] Update the list of diagnostics for git-commit-tree 20 years ago
Eric W. Biederman aed022ab4c [PATCH] Add git-var a tool for reading interesting git variables. 20 years ago
Eric W. Biederman 7a868a8414 [PATCH] ident.c: Disambiguate the error messages in setup_ident 20 years ago
Eric W. Biederman d289d13625 [PATCH] Move git_author_info and git_commiter_info to ident.c 20 years ago
Linus Torvalds e64e1b79d7 Add "--inetd" flag to git-daemon 20 years ago
Linus Torvalds 7d80694af1 git-daemon: re-organize code a bit for --inetd flag 20 years ago
Linus Torvalds e68b6f1525 Split up "diff_format" into "format" and "line_termination". 20 years ago
Linus Torvalds c0fd1f517e Make "ce_match_path()" a generic helper function 20 years ago
Linus Torvalds fdee7d07ba Make git-diff-cache skip any comparisons which don't match pathspec 20 years ago
Linus Torvalds a74ba54bd1 Start using the partial tree reading in "git-diff-cache" 20 years ago
Linus Torvalds 3e58763542 Fix up read_tree() pathspec matching to use "const char **" 20 years ago
Linus Torvalds 0ca14a57f1 Start adding interfaces to read in partial trees 20 years ago
Linus Torvalds d48a72f337 Fix replacing of a directory with a file/symlink in git-checkout-cache 20 years ago
Linus Torvalds d1918a7285 Make "git diff" use git-sh-setup-script too.. 20 years ago
Linus Torvalds b0966e1010 Make "git prune" use the "--full" flag to git-fsck-cache 20 years ago
Junio C Hamano 2f2de9b4cd [PATCH] Documentation: push-pull commands into a separate category. 20 years ago
Junio C Hamano 2a24501363 [PATCH] Documentation: send/receive. 20 years ago
Junio C Hamano 8b3d9dc0e2 [PATCH] Documentation: clone/fetch/upload. 20 years ago
Junio C Hamano 5f40520f8c [PATCH] Documentation: packed GIT support commands. 20 years ago
Linus Torvalds 516236ce3f Get rid of nasty utf-8 characters in printout 20 years ago
Junio C Hamano 12dd6e8cb0 [PATCH] apply: match documentation, usage string and code. 20 years ago
Junio C Hamano f28198e136 [PATCH] Remove leftover comment from documentation. 20 years ago
Junio C Hamano fd77911030 [PATCH] clone-pack: Typofix in the error message. 20 years ago
Junio C Hamano 6ec311da34 [PATCH] clone-pack and clone-script: documentation and add a missing parameter. 20 years ago
Junio C Hamano d46ad9c989 [PATCH] checkout-cache: add usage string. 20 years ago
Junio C Hamano f16ebbdd1a [PATCH] cat-file: be consistent in usage string and documentation. 20 years ago
Junio C Hamano 9b011b2fe5 [PATCH] Document two pack push-pull protocols. 20 years ago
Linus Torvalds 5ccdf4cef2 Fix the "close before dup" bug in clone-pack too 20 years ago
Linus Torvalds a87e8be2ae Add a "git-daemon" that listens on a TCP port 20 years ago
Linus Torvalds 85c414b5e0 git-fetch-pack: close output fd after dup'ing the input 20 years ago
Linus Torvalds 2386d65822 Add first cut at "git protocol" connect logic. 20 years ago
Linus Torvalds 2408cff9f7 Make "git-checkout" create files with O_EXCL 20 years ago
Linus Torvalds 1b668341db git-apply: be a lot more careful when writing files 20 years ago
Junio C Hamano dda2d79af2 [PATCH] Clean up diff option descriptions. 20 years ago
Junio C Hamano 52f28529f4 [PATCH] git-diff-*: --name-only and --name-only-z. 20 years ago
Junio C Hamano 8a62a3097c [PATCH] diff-stages: support "-u" as a synonym for "-p". 20 years ago
Sven Verdoolaege d6d8dac032 [PATCH] git-cvsimport-script: parse multidigit revisions. 20 years ago
Tony Luck e30e814dbf [PATCH] git: fix trivial warning from show_rename_copy() 20 years ago
Linus Torvalds 6aa33f4035 Abstract out the "name <email> date" handling of commit-tree.c 20 years ago
Linus Torvalds 26a2d8ae89 parse_date(): allow const date string 20 years ago