summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-14Start using the partial tree reading in "git-diff-cache"Linus Torvalds
2005-07-14Fix up read_tree() pathspec matching to use "const char **"Linus Torvalds
2005-07-14Start adding interfaces to read in partial treesLinus Torvalds
2005-07-14Fix replacing of a directory with a file/symlink in git-checkout-cacheLinus Torvalds
2005-07-14Make "git diff" use git-sh-setup-script too..Linus Torvalds
2005-07-14Make "git prune" use the "--full" flag to git-fsck-cacheLinus Torvalds
2005-07-14[PATCH] Documentation: push-pull commands into a separate category.Junio C Hamano
2005-07-14[PATCH] Documentation: send/receive.Junio C Hamano
2005-07-14[PATCH] Documentation: clone/fetch/upload.Junio C Hamano
2005-07-14[PATCH] Documentation: packed GIT support commands.Junio C Hamano
2005-07-14Get rid of nasty utf-8 characters in printoutLinus Torvalds
2005-07-14[PATCH] apply: match documentation, usage string and code.Junio C Hamano
2005-07-14[PATCH] Remove leftover comment from documentation.Junio C Hamano
2005-07-14[PATCH] clone-pack: Typofix in the error message.Junio C Hamano
2005-07-14[PATCH] clone-pack and clone-script: documentation and add a missing parameter.Junio C Hamano
2005-07-14[PATCH] checkout-cache: add usage string.Junio C Hamano
2005-07-14[PATCH] cat-file: be consistent in usage string and documentation.Junio C Hamano
2005-07-14[PATCH] Document two pack push-pull protocols.Junio C Hamano
2005-07-14Fix the "close before dup" bug in clone-pack tooLinus Torvalds
2005-07-14Add a "git-daemon" that listens on a TCP portLinus Torvalds
2005-07-14git-fetch-pack: close output fd after dup'ing the inputLinus Torvalds
2005-07-14Add first cut at "git protocol" connect logic.Linus Torvalds
2005-07-14Make "git-checkout" create files with O_EXCLLinus Torvalds
2005-07-14git-apply: be a lot more careful when writing filesLinus Torvalds
2005-07-13[PATCH] Clean up diff option descriptions.Junio C Hamano
2005-07-13[PATCH] git-diff-*: --name-only and --name-only-z.Junio C Hamano
2005-07-13[PATCH] diff-stages: support "-u" as a synonym for "-p".Junio C Hamano
2005-07-12[PATCH] git-cvsimport-script: parse multidigit revisions.Sven Verdoolaege
2005-07-12[PATCH] git: fix trivial warning from show_rename_copy()Tony Luck
2005-07-12Abstract out the "name <email> date" handling of commit-tree.cLinus Torvalds
2005-07-12parse_date(): allow const date stringLinus Torvalds
2005-07-12"make clean" should clean up after a rpm buildLinus Torvalds
2005-07-12Rename the RPM from "git" to "git-core"Linus Torvalds
2005-07-12Add "git branch" scriptLinus Torvalds
2005-07-12Make "git checkout" create new branches on demandLinus Torvalds
2005-07-12Make "git checkout" verify that the argument refers to a commitLinus Torvalds
2005-07-12git-rev-parse: Allow a "zeroth" parent of a commit - the commit itself.Linus Torvalds
2005-07-12git-send-pack: Fix duplicate refname matchLinus Torvalds
2005-07-11[PATCH] Bootstrap "make dist"Chris Wright
2005-07-11[PATCH] git-clone-script local optimization tweaksJunio C Hamano
2005-07-11[PATCH] git-cvsimport-script: add "import only" optionSven Verdoolaege
2005-07-11[PATCH] add --missing-ok option to write-treeBryan Larsen
2005-07-11[PATCH] Check packs and then files.Junio C Hamano
2005-07-11[PATCH] Dereference tag repeatedly until we get a non-tag.Junio C Hamano
2005-07-10[PATCH] alternate object store and fsckv0.99Junio C Hamano
2005-07-10Fix up progress report for off-by-one errorLinus Torvalds
2005-07-10Make "git log" exit properly if not in a git archiveLinus Torvalds
2005-07-10Avoid signedness warnings in sha1_file.cLinus Torvalds
2005-07-10[PATCH] Remove map_sha1_fileDaniel Barkalow
2005-07-10[PATCH] write_sha1_to_fd()Daniel Barkalow