Code

git.git
2005-07-15 Linus TorvaldsAhh, the heady days of 0.99 patchfiles v0.99.1
2005-07-15 Linus TorvaldsFix up "make doc"
2005-07-15 Junio C Hamano[PATCH] Documentation: pull, push, packing repository...
2005-07-15 Junio C Hamano[PATCH] Documentation: update tutorial to talk about...
2005-07-15 Eric W. Biederman[PATCH] Initial support for building a debian package...
2005-07-15 Eric W. Biederman[PATCH] Update the spec file so it can build and instal...
2005-07-15 Eric W. Biederman[PATCH] Add doc and install-doc targets to the Makefile
2005-07-15 Eric W. Biederman[PATCH] Use gzip -f when building the git-core tarball
2005-07-15 Eric W. Biederman[PATCH] Add a RPMBUILD make variable
2005-07-15 Eric W. Biederman[PATCH] Update tags to record who made them
2005-07-15 Eric W. Biederman[PATCH] Update git-tag-script to create the .git/refs...
2005-07-15 Eric W. Biederman[PATCH] Update the list of diagnostics for git-commit...
2005-07-15 Eric W. Biederman[PATCH] Add git-var a tool for reading interesting...
2005-07-15 Eric W. Biederman[PATCH] ident.c: Disambiguate the error messages in...
2005-07-15 Eric W. Biederman[PATCH] Move git_author_info and git_commiter_info...
2005-07-15 Linus TorvaldsAdd "--inetd" flag to git-daemon
2005-07-15 Linus Torvaldsgit-daemon: re-organize code a bit for --inetd flag
2005-07-15 Linus TorvaldsSplit up "diff_format" into "format" and "line_terminat...
2005-07-14 Linus TorvaldsMake "ce_match_path()" a generic helper function
2005-07-14 Linus TorvaldsMake git-diff-cache skip any comparisons which don...
2005-07-14 Linus TorvaldsStart using the partial tree reading in "git-diff-cache"
2005-07-14 Linus TorvaldsFix up read_tree() pathspec matching to use "const...
2005-07-14 Linus TorvaldsStart adding interfaces to read in partial trees
2005-07-14 Linus TorvaldsFix replacing of a directory with a file/symlink in...
2005-07-14 Linus TorvaldsMake "git diff" use git-sh-setup-script too..
2005-07-14 Linus TorvaldsMake "git prune" use the "--full" flag to git-fsck...
2005-07-14 Junio C Hamano[PATCH] Documentation: push-pull commands into a separa...
2005-07-14 Junio C Hamano[PATCH] Documentation: send/receive.
2005-07-14 Junio C Hamano[PATCH] Documentation: clone/fetch/upload.
2005-07-14 Junio C Hamano[PATCH] Documentation: packed GIT support commands.
2005-07-14 Linus TorvaldsGet rid of nasty utf-8 characters in printout
2005-07-14 Junio C Hamano[PATCH] apply: match documentation, usage string and...
2005-07-14 Junio C Hamano[PATCH] Remove leftover comment from documentation.
2005-07-14 Junio C Hamano[PATCH] clone-pack: Typofix in the error message.
2005-07-14 Junio C Hamano[PATCH] clone-pack and clone-script: documentation...
2005-07-14 Junio C Hamano[PATCH] checkout-cache: add usage string.
2005-07-14 Junio C Hamano[PATCH] cat-file: be consistent in usage string and...
2005-07-14 Junio C Hamano[PATCH] Document two pack push-pull protocols.
2005-07-14 Linus TorvaldsFix the "close before dup" bug in clone-pack too
2005-07-14 Linus TorvaldsAdd a "git-daemon" that listens on a TCP port
2005-07-14 Linus Torvaldsgit-fetch-pack: close output fd after dup'ing the input
2005-07-14 Linus TorvaldsAdd first cut at "git protocol" connect logic.
2005-07-14 Linus TorvaldsMake "git-checkout" create files with O_EXCL
2005-07-14 Linus Torvaldsgit-apply: be a lot more careful when writing files
2005-07-13 Junio C Hamano[PATCH] Clean up diff option descriptions.
2005-07-13 Junio C Hamano[PATCH] git-diff-*: --name-only and --name-only-z.
2005-07-13 Junio C Hamano[PATCH] diff-stages: support "-u" as a synonym for...
2005-07-12 Sven Verdoolaege[PATCH] git-cvsimport-script: parse multidigit revisions.
2005-07-12 Tony Luck[PATCH] git: fix trivial warning from show_rename_copy()
2005-07-12 Linus TorvaldsAbstract out the "name <email> date" handling of commit...
2005-07-12 Linus Torvaldsparse_date(): allow const date string
2005-07-12 Linus Torvalds"make clean" should clean up after a rpm build
2005-07-12 Linus TorvaldsRename the RPM from "git" to "git-core"
2005-07-12 Linus TorvaldsAdd "git branch" script
2005-07-12 Linus TorvaldsMake "git checkout" create new branches on demand
2005-07-12 Linus TorvaldsMake "git checkout" verify that the argument refers...
2005-07-12 Linus Torvaldsgit-rev-parse: Allow a "zeroth" parent of a commit...
2005-07-12 Linus Torvaldsgit-send-pack: Fix duplicate refname match
2005-07-11 Chris Wright[PATCH] Bootstrap "make dist"
2005-07-11 Junio C Hamano[PATCH] git-clone-script local optimization tweaks
2005-07-11 Sven Verdoolaege[PATCH] git-cvsimport-script: add "import only" option
2005-07-11 Bryan Larsen[PATCH] add --missing-ok option to write-tree
2005-07-11 Junio C Hamano[PATCH] Check packs and then files.
2005-07-11 Junio C Hamano[PATCH] Dereference tag repeatedly until we get a non...
2005-07-10 Junio C Hamano[PATCH] alternate object store and fsck v0.99
2005-07-10 Linus TorvaldsFix up progress report for off-by-one error
2005-07-10 Linus TorvaldsMake "git log" exit properly if not in a git archive
2005-07-10 Linus TorvaldsAvoid signedness warnings in sha1_file.c
2005-07-10 Daniel Barkalow[PATCH] Remove map_sha1_file
2005-07-10 Daniel Barkalow[PATCH] write_sha1_to_fd()
2005-07-10 Linus Torvaldsgit-rev-list: allow missing objects when the parent...
2005-07-09 Linus TorvaldsAdd "-q" flag to "git commit"
2005-07-09 Linus Torvaldsgit-unpack-objects: show progress report by default
2005-07-09 Junio C Hamano[PATCH] format-patch: fix skipping of blank-lines
2005-07-09 Linus TorvaldsUpdate the tutorial a bit
2005-07-09 Linus TorvaldsMake "git tag" more user-friendly
2005-07-09 Linus TorvaldsMake "git resolve" take the merge message in $3
2005-07-09 Bryan Larsen[PATCH] Use SHA1 for git-update-cache --refresh
2005-07-09 Bryan Larsen[PATCH] Add --info-only option to git-update-cache.
2005-07-09 Bryan Larsen[PATCH] Expose object ID computation functions.
2005-07-09 Linus TorvaldsTeach "git clone" about rsync sources
2005-07-08 Linus TorvaldsMake "upload-pack" match git-fetch-pack usage
2005-07-08 Linus TorvaldsAdd "mkpath()" helper function
2005-07-08 Linus TorvaldsMark git-relink-script and git-repack-script executable
2005-07-08 Linus TorvaldsMake "git clone" a lot more user-friendly
2005-07-08 Linus TorvaldsAdd "git-push-script" to make a more regular interface
2005-07-08 Linus TorvaldsTeach 'git-send-pack' to send new branches and tags.
2005-07-08 Linus TorvaldsMake "for_each_ref()" always use the "canonical" refname.
2005-07-08 Junio C Hamano[PATCH] Use sq_quote() to properly quote the parameter...
2005-07-08 Junio C Hamano[PATCH] Make sq_expand() available as sq_quote().
2005-07-08 Linus TorvaldsAdd "git-sh-setup-script" for common git shell script...
2005-07-08 Linus Torvaldsgit-diff-*: support "-u" as a synonym for "-p"
2005-07-08 Junio C Hamano[PATCH] git-format-patch: Prepare patches for e-mail...
2005-07-08 Linus TorvaldsMark more characters shell-safe.
2005-07-08 Linus Torvaldsgit-fsck-cache: don't complain about lacking references...
2005-07-07 Linus TorvaldsMerge /pub/scm/linux/kernel/git/chrisw/git
2005-07-07 Junio C Hamano[PATCH] Typofix an error message in pack-check.c
2005-07-07 Junio C Hamano[PATCH] Prevent t6000 series from dropping useless...
2005-07-07 Junio C Hamano[PATCH] Short-circuit git-clone-pack while cloning...
2005-07-07 Chris WrightInfrastructure for git rpm builds. Adds GIT_VERSION...
next