Code

git.git
2005-08-01 Junio C HamanoGIT 0.99.3 v0.99.3
2005-08-01 Petr Baudis[PATCH] git-merge-cache -q doesn't complain about faili...
2005-08-01 Linus Torvalds[PATCH] Fix sparse warnings
2005-08-01 Johannes Schindelin[PATCH] Do not rely on a sane wc
2005-08-01 Johannes Schindelin[PATCH] Updates to tutorial.txt
2005-08-01 Junio C HamanoCVS-like push-pull description update.
2005-08-01 Johannes Schindelin[PATCH] Updates for cvs-migration.txt
2005-08-01 A Large Angry SCM[PATCH] Fix warning about non-void return in a void...
2005-08-01 Junio C HamanoRetire git-fetch-dumb-http and missing-revs
2005-08-01 barkalow@iabervon.org[PATCH] Support downloading packs by HTTP (whitespace...
2005-08-01 barkalow@iabervon.org[PATCH] Functions for managing the set of packs the...
2005-08-01 Josef Weidendorfer[PATCH] Added hook in git-receive-pack
2005-07-31 barkalow@iabervon.org[PATCH] Fix support for old libcurl
2005-07-31 Junio C HamanoFix typo in recent Makefile cleanup (again).
2005-07-31 Junio C HamanoTeach parse_commit_buffer about grafting.
2005-07-31 Junio C HamanoAdd a stupid "count objects" script.
2005-07-31 Junio C HamanoFetch from a packed repository on dumb servers.
2005-07-31 Junio C HamanoMerge with gitk.
2005-07-31 Paul MackerrasFix some bugs causing application error popups.
2005-07-31 Johannes Schindelin[PATCH] add NO_CURL option to the Makefile
2005-07-31 Linus TorvaldsFix merge-base from getting confused.
2005-07-30 Linus Torvalds[PATCH] Making it easier to find which change introduce...
2005-07-30 Junio C HamanoNO_OPENSSL should really mean no openssl.
2005-07-30 Junio C HamanoFix typo in recent Makefile cleanup.
2005-07-30 Matthias Urlichs[PATCH] document git-rev-list better
2005-07-30 Petr Baudis[PATCH] Build commands through object files
2005-07-30 Junio C HamanoSkip --merge-order test when built with NO_OPENSSL
2005-07-30 Petr Baudis[PATCH] Support for NO_OPENSSL
2005-07-30 Petr Baudis[PATCH] Reorder Makefile rules
2005-07-30 Petr Baudis[PATCH] Remove the explicit Makefile dependencies descr...
2005-07-30 Petr Baudis[PATCH] Improve the compilation-time settings interface
2005-07-30 Petr Baudis[PATCH] Unify usage strings declaration
2005-07-30 Petr Baudis[PATCH] Trivial tidyups
2005-07-30 Pavel Roskin[PATCH] mmap error handling
2005-07-30 Junio C HamanoDocumentation and tests: ls-files exclude pattern.
2005-07-30 Junio C Hamanols-files: rework exclude patterns.
2005-07-30 Linus Torvalds[PATCH] Fix interesting git-rev-list corner case
2005-07-29 Junio C HamanoTutorial: use a bit longer sample filenames.
2005-07-29 Johannes Schindelin[PATCH] support older versions of libcurl
2005-07-29 Junio C HamanoMerge with gitk.
2005-07-29 Paul MackerrasImprove the merge display when the result differs from...
2005-07-29 Johannes Schindelin[PATCH] socklen_t needs to be defined and libssl to...
2005-07-29 Johannes Schindelin[PATCH] support bc version 1.04
2005-07-29 Johannes Schindelin[PATCH] remove "-r" option to xargs
2005-07-29 Junio C Hamanoserver-info: do not complain if a tag points at a non...
2005-07-29 Linus Torvalds[PATCH] Make git-apply --stat less butt-ugly with long...
2005-07-28 Junio C Hamano[PATCH] gitk: Use GIT_DIR where appropriate.
2005-07-28 YOSHIFUJI Hideaki[PATCH] GIT: Listen on IPv6 as well, if available.
2005-07-28 Ryan Anderson[PATCH] Add documentation for git-rename-script
2005-07-28 Ryan Anderson[PATCH] Add support for directories to git-rename-script.
2005-07-28 Paul MackerrasImport the --topo-order change and fix the writing...
2005-07-28 Paul MackerrasDisplay the diffs for a merge in a unified fashion.
2005-07-28 Junio C HamanoDocument --strict flag to the fsck-cache command.
2005-07-28 Linus Torvaldsgit-fsck-cache: be stricter about "tree" objects
2005-07-28 Linus Torvaldsgit-convert-cache: fix up mode conversion
2005-07-28 Linus Torvaldsgit-fsck-cache.c: check commit objects more carefully
2005-07-28 Linus TorvaldsMake "parse_commit()" be a lot more careful
2005-07-27 Linus TorvaldsTutorial typofix.
2005-07-27 Junio C HamanoTypofix: usage strings fix.
2005-07-27 Linus Torvaldsgit-log: make sure we have some commit to start from.
2005-07-27 Junio C Hamanorequest-pull: minor tweaks.
2005-07-27 Ryan Anderson[PATCH] Add git-request-pull-script, a short script...
2005-07-27 Ryan Anderson[PATCH] git-status-script was missed during the convers...
2005-07-27 Ryan AndersonDeb Packaging fixes: Build against Mozilla libs for...
2005-07-27 Linus TorvaldsFix potential send-pack SIGSEGV
2005-07-27 Junio C HamanoName it 0.99.2 v0.99.2
2005-07-26 Junio C HamanoAdjust diff-raw tests to the status letter change.
2005-07-26 Junio C Hamanodiff-raw: Use 'A' instead of 'N' for added files.
2005-07-26 Junio C HamanoUse symbolic constants for diff-raw status indicators.
2005-07-26 Junio C HamanoDocumentation: describe git-ls-files --exclude patterns.
2005-07-26 Junio C Hamanogit-ls-files: --exclude mechanism updates.
2005-07-25 Ryan AndersonUpdate the documentation for git-tag-script to reflect...
2005-07-25 Junio C Hamanogit-tag-script updates.
2005-07-24 Linus TorvaldsFix up applymbox script for the addition of "git-"...
2005-07-24 Junio C Hamano[PATCH] diffcore-pickaxe: switch to "counting" behaviour.
2005-07-24 Linus TorvaldsAdd a "git rename" to help with - surprise surprise...
2005-07-24 Linus TorvaldsRename the "tools" programs to also have the "git-...
2005-07-24 Junio C Hamano[PATCH] Support cloning packed repo from dumb http...
2005-07-24 Junio C Hamano[PATCH] Document update-server-info.
2005-07-24 Junio C Hamano[PATCH] Add update-server-info.
2005-07-24 Junio C Hamano[PATCH] git-ls-remote: show and optionally store remote...
2005-07-24 Junio C Hamano[PATCH] Documentation: git-peek-remote.
2005-07-24 Junio C Hamano[PATCH] git-peek-remote: show tags and heads from a...
2005-07-23 Linus TorvaldsUpdate tutorial.txt branches/tags to use the nicer...
2005-07-23 Linus TorvaldsMake "git tag" create both simple and signed tags
2005-07-23 Junio C Hamano[PATCH] mailinfo: handle folded header.
2005-07-23 Linus TorvaldsFix git protocol connection 'port' override
2005-07-23 YOSHIFUJI Hideaki[PATCH] GIT: Try all addresses for given remote name
2005-07-23 Ryan Anderson[PATCH] Deb packaging needs two more configuration...
2005-07-23 Ryan Anderson[PATCH] Deb packages should include the binaries
2005-07-23 Linus TorvaldsBe more aggressive about marking trees uninteresting
2005-07-23 Junio C Hamano[PATCH] tutorial: mention "git clone" records .git...
2005-07-23 Junio C Hamano[PATCH] git-clone-script: store where we cloned from...
2005-07-23 Junio C Hamano[PATCH] Test framework: prettyprint the failed command.
2005-07-23 Junio C Hamano[PATCH] Install tools with "make install-tools".
2005-07-23 Junio C Hamano[PATCH] Audit rev-parse users.
2005-07-23 Junio C Hamano[PATCH] git-branch: avoid getting confused by empty...
2005-07-23 Junio C Hamano[PATCH] Help scripts that use git-rev-parse to grok...
2005-07-23 Junio C Hamano[PATCH] Document "curl" requirements.
2005-07-23 Darrin Thompson[PATCH] Support more http features: https no cert,...
next