summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-12parse_date(): allow const date stringLibravatar Linus Torvalds2-5/+5
2005-07-12"make clean" should clean up after a rpm buildLibravatar Linus Torvalds1-0/+1
2005-07-12Rename the RPM from "git" to "git-core"Libravatar Linus Torvalds2-7/+7
2005-07-11Add "git branch" scriptLibravatar Linus Torvalds2-1/+13
2005-07-11Make "git checkout" create new branches on demandLibravatar Linus Torvalds1-0/+23
2005-07-11Make "git checkout" verify that the argument refers to a commitLibravatar Linus Torvalds1-1/+1
2005-07-11git-rev-parse: Allow a "zeroth" parent of a commit - the commit itself.Libravatar Linus Torvalds1-1/+5
2005-07-11git-send-pack: Fix duplicate refname matchLibravatar Linus Torvalds1-3/+0
2005-07-11[PATCH] Bootstrap "make dist"Libravatar Chris Wright1-2/+2
2005-07-11[PATCH] git-clone-script local optimization tweaksLibravatar Junio C Hamano1-6/+5
2005-07-11[PATCH] git-cvsimport-script: add "import only" optionLibravatar Sven Verdoolaege2-8/+17
2005-07-11[PATCH] add --missing-ok option to write-treeLibravatar Bryan Larsen2-2/+19
2005-07-11[PATCH] Check packs and then files.Libravatar Junio C Hamano1-3/+6