git
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...
2005-07-07  Linus Torvaldsgit-clone-pack: fix sparse warning
2005-07-07  Jon Seymour[PATCH] Tidy up - remove use of (*f)() idiom from epoch.c
2005-07-07  Jon Seymour[PATCH] Ensure list insertion method does not depend...
2005-07-07  Jon Seymour[PATCH] Write sed script directly into temp file, rathe...
2005-07-07  Jon Seymour[PATCH] Add t/t6003 with some --topo-order tests
2005-07-06  Linus TorvaldsMake gitk use --topo-order instead of --merge-order
2005-07-06  Linus Torvaldsgit-rev-list: remove the DUPCHECK logic, use SEEN instead
2005-07-06  Linus TorvaldsMake sure we generate the whole commit list before...
2005-07-06  Junio C Hamano[PATCH] Let umask do its work upon filesystem object...
2005-07-06  Junio C Hamano[PATCH] clone-pack.c:write_one_ref() - Create leading...
2005-07-06  Jon Seymour[PATCH] Fixes a problem with --merge-order A B (A is...
2005-07-06  Jon Seymour[PATCH] Add a t/t6001 test case for a --merge-order bug
2005-07-06  Jon Seymour[PATCH] Tidy up - slight simplification of rev-list.c
2005-07-06  Linus TorvaldsAdd "--topo-order" flag to use new topological sort
2005-07-06  Jon Seymour[PATCH] Add a topological sort procedure to commit.c
2005-07-06  Linus TorvaldsUse the new git-rev-parse "--[no-]flags" in "git diff".
2005-07-06  Linus TorvaldsAdd "--flags" and "--no-flags" arguments to git-rev...
2005-07-06  Linus TorvaldsRemove insane overlapping bit ranges from epoch.c
2005-07-06  Linus TorvaldsClean up commit insertion in git-rev-list
2005-07-06  Linus TorvaldsMake "insert_by_date()" match "commit_list_insert()"
2005-07-06  Jon Seymour[PATCH] Change the sed seperator in t/t6000-lib.sh.
2005-07-06  Jon Seymour[PATCH] Introduce unit tests for git-rev-list --bisect
2005-07-06  Jon Seymour[PATCH] Factor out useful test case infrastructure...
2005-07-06  Sven Verdoolaege[PATCH] Fix fd leak in git-cvsimport-script
2005-07-06  Junio C Hamano[PATCH] sha1_file.c;prepare_packed_git_one() - fix...
2005-07-06  Linus TorvaldsMerge master.kernel.org:/pub/scm/gitk/gitk
2005-07-06  Linus TorvaldsFix up path-cleanup in git_path() properly
2005-07-06  Linus TorvaldsIncrease the number of possible heads requested from...
2005-07-06  Linus TorvaldsAdd a "git-show-index" helper that shows the contents...
2005-07-06  Linus TorvaldsDon't special-case a zero-sized compression.
2005-07-05  Linus TorvaldsMake "git clone" use the new git-clone-pack
2005-07-05  Linus TorvaldsAdd "git-clone-pack" program to help with "git clone"
2005-07-05  Linus TorvaldsFix silly thinko in "head_ref()"
next