git
2006-08-28  Junio C HamanoMerge branch 'jc/apply'
2006-08-27  Junio C Hamanogit-apply --reject: finishing touches.
2006-08-27  Rene Scharfegit-reset: remove unused variable
2006-08-27  Rene Scharfegit-cherry: remove unused variable
2006-08-27  Linus TorvaldsRelative timestamps in git log
2006-08-27  Rene ScharfeAdd git-zip-tree
2006-08-27  Eric Wonggit-svn: stop repeatedly reusing the first commit messa...
2006-08-27  Jonas FonsecaUse xrealloc instead of realloc
2006-08-27  Jonas FonsecaUse PATH_MAX instead of MAXPATHLEN
2006-08-27  Shawn PearceConvert unpack_entry_gently and friends to use offsets.
2006-08-27  Shawn PearceCleanup unpack_object_header to use only offsets.
2006-08-27  Shawn PearceCleanup unpack_entry_gently and friends to use type_nam...
2006-08-27  Shawn PearceReuse compression code in unpack_compressed_entry.
2006-08-27  Shawn PearceReorganize/rename unpack_non_delta_entry to unpack_comp...
2006-08-26  Junio C HamanoMerge branch 'gl/cleanup'
2006-08-26  Jakub Narebskigitweb: git_annotate didn't expect negative numeric...
2006-08-26  Eric Wonggit-svn: add the 'dcommit' command
2006-08-26  Eric Wonggit-svn: recommend rebase for syncing against an SVN...
2006-08-26  Eric Wonggit-svn: establish new connections on commit after...
2006-08-26  Jonas Fonsecadescribe: fix off-by-one error in --abbrev=40 handling
2006-08-26  Jonas Fonsecagit-svn(1): improve asciidoc markup
2006-08-26  Jonas Fonsecagitview.txt: improve asciidoc markup
2006-08-26  Jonas Fonsecagit(7): put the synopsis in a verse style paragraph
2006-08-26  Jonas Fonsecagitk(1): expand the manpage to look less like a template
2006-08-26  Jonas Fonsecagit-blame(1): mention options in the synopsis and adver...
2006-08-26  Jonas Fonsecagit-ls-remote(1): document --upload-pack
2006-08-26  Jonas Fonsecagit-apply(1): document missing options and improve...
2006-08-24  Junio C Hamanoupdate-index -g
2006-08-24  Pierre Habouzitn is in fact unused, and is later shadowed.
2006-08-24  Pierre Habouzituse name[len] in switch directly, instead of creating...
2006-08-24  Junio C Hamanobuiltin-grep.c: remove unused debugging piece.
2006-08-24  Pierre Habouzitremove ugly shadowing of loop indexes in subloops.
2006-08-24  Pierre Habouzitmissing 'static' keywords
2006-08-24  Pierre Habouzitgit_dir holds pointers to local strings, hence MUST...
2006-08-24  Pierre Habouzitavoid to use error that shadows the function name,...
2006-08-23  Junio C HamanoConvert memset(hash,0,20) to hashclr(hash).
2006-08-23  Shawn PearceConvert memcpy(a,b,20) to hashcpy(a,b).
2006-08-23  Pierre HabouzitFix a comparison bug in diff-delta.c
2006-08-23  Haavard Skinnemoengit-send-email: Don't set author_not_sender from Cc...
2006-08-22  Junio C Hamanoapply --reject: count hunks starting from 1, not 0
2006-08-22  Shawn PearceRemove unnecessary forward declaration of unpack_entry.
2006-08-22  Shawn PearceVerify we know how to read a pack before trying to...
2006-08-22  Rene ScharfeAdd write_or_die(), a helper function
2006-08-22  Rene ScharfeAxe the last ent
2006-08-21  Junio C HamanoMerge branch 'maint'
2006-08-21  Johannes Schindelinbuiltin-mv: readability patch
2006-08-21  Johannes Schindelingit-mv: fix off-by-one error
2006-08-21  Johannes Schindelingit-mv: special case destination "."
2006-08-21  Johannes Schindelinbuiltin-mv: readability patch
2006-08-18  Junio C Hamanogit-apply --verbose
2006-08-18  Junio C Hamanogit-apply --reject: send rejects to .rej files.
2006-08-17  Tilman SauerbeckIndentation fix.
2006-08-17  David RientjesDo not use memcmp(sha1_1, sha1_2, 20) with hardcoded...
2006-08-17  Jakub Narebskigitweb: Uniquify version info output, add meta generato...
2006-08-17  Junio C Hamanogit-apply --reject
2006-08-17  Junio C Hamanoapply --reverse: tie it all together.
2006-08-17  Junio C Hamanodiff.c: make binary patch reversible.
2006-08-17  Junio C Hamanobuiltin-apply --reverse: two bugfixes.
2006-08-17  Junio C HamanoMerge branch 'jc/format-patch'
2006-08-17  Ville SkyttäBe nicer if git executable is not installed
2006-08-16  Junio C HamanoMerge branch 'jc/racy'
2006-08-16  Junio C HamanoMerge branch 'maint'
2006-08-16  Junio C Hamanobuiltin-grep: remove unused debugging cruft.
2006-08-16  Jakub Narebskigitweb: Add support for per project git URLs
2006-08-16  Johannes Schindelin[PATCH] git-mv: add more path normalization
2006-08-16  Junio C HamanoRemove the "delay writing to avoid runtime penalty...
2006-08-16  Martin Waitzgitweb: consolidate action URL generation.
2006-08-16  Martin Waitzgitweb: provide function to format the URL for an actio...
2006-08-16  Jakub Narebskigitweb: Show project's git URL on summary page
2006-08-16  Junio C HamanoAdd check program "git-check-racy"
2006-08-16  Junio C HamanoDocumentation/technical/racy-git.txt
2006-08-16  David Rientjesremove unnecessary initializations
2006-08-16  Junio C HamanoMerge branch 'maint'
2006-08-16  Junio C Hamanofinish_connect(): thinkofix
2006-08-16  Johannes Schindelingit-mv: succeed even if source is a prefix of destination
2006-08-15  David Rientjesuse appropriate typedefs
2006-08-15  David Rientjesmake inline is_null_sha1 global
2006-08-15  Junio C Hamanoavoid nanosleep(2)
2006-08-15  Junio C Hamanogit-apply --binary: clean up and prepare for --reverse
2006-08-15  Dennis StosbergFix detection of ipv6 on Solaris
2006-08-15  Dennis StosbergLook for sockaddr_storage in sys/socket.h
2006-08-15  Dennis StosbergSolaris has strlcpy() at least since version 8
2006-08-15  Dennis StosbergSolaris does not support C99 format strings before...
2006-08-15  Junio C Hamanogit-apply --reverse: simplify reverse option.
2006-08-15  Junio C Hamanot4116 apply --reverse test
2006-08-15  David RientjesMake sha1flush void and remove conditional return.
2006-08-15  David RientjesMake upload_pack void and remove conditional return.
2006-08-15  David RientjesMake track_tree_refs void.
2006-08-15  David RientjesMake pack_objects void.
2006-08-15  David RientjesMake fsck_dir void.
2006-08-15  David RientjesMake checkout_all void.
2006-08-15  David RientjesMake show_entry void
2006-08-15  David RientjesMake pprint_tag void and cleans up call in cmd_cat_file.
2006-08-15  Junio C HamanoRemove combine-diff.c::uninteresting()
2006-08-15  David Rientjesread-cache.c cleanup
2006-08-15  David Rientjeshttp-push.c cleanup
2006-08-15  David Rientjesdiff.c cleanup
2006-08-15  David Rientjesbuiltin-push.c cleanup
2006-08-15  David Rientjesbuiltin-grep.c cleanup
2006-08-15  David Rientjesblame.c return cleanup
next