git
2007-05-07  Matthieu MoyDocument git add -u introduced earlier.
2007-05-06  Junio C HamanoGIT v1.5.2-rc2 v1.5.2-rc2
2007-05-06  Junio C HamanoMerge branch 'maint'
2007-05-06  Alex RiesenHandle return code of parse_commit in revision machinery
2007-05-06  Alex RiesenSmall correction in reading of commit headers
2007-05-06  James BowesDocumentation: fix typo in git-remote.txt
2007-05-06  Junio C HamanoAdd test for blame corner cases.
2007-05-06  Junio C Hamanoblame: -C -C -C
2007-05-06  Junio C Hamanoblame: Notice a wholesale incorporation of an existing...
2007-05-06  Linus TorvaldsFix --boundary output
2007-05-04  Jakub Narebskidiff format documentation: describe raw combined diff...
2007-05-04  Carl WorthMention version 1.5.1 in tutorial and user-manual
2007-05-04  Karl HasselströmAdd --no-rebase option to git-svn dcommit
2007-05-04  Karl HasselströmFix markup in git-svn man page
2007-05-04  Jonas Fonsecagit-tag(1): -v option is a subcommand; fix code block
2007-05-04  Shawn O. PearceImprove request-pull to handle non-rebased branches
2007-05-04  Junio C HamanoMerge branch 'maint'
2007-05-04  Ismail Dönmezgitweb: use decode_utf8 directly
2007-05-04  Bryan Larsenposix compatibility for t4200
2007-05-04  Arjen LaarhovenDocument 'opendiff' value in config.txt and git-mergeto...
2007-05-04  Bryan LarsenAllow PERL_PATH="/usr/bin/env perl"
2007-05-04  Daniel BarkalowMake xstrndup common
2007-05-04  Junio C Hamanodiff.c: fix "size cache" handling.
2007-05-04  Alexandre Julliardhttp-fetch: Disable use of curl multi support for libcu...
2007-05-03  Junio C Hamanoblame: use .mailmap unconditionally
2007-05-02  Junio C HamanoMerge branch 'maint'
2007-05-02  Junio C HamanoMerge branch 'maint' of git://repo.or.cz/git/fastimport...
2007-05-02  Frank Lichtenheldcvsserver: Handle re-added files correctly
2007-05-02  Shawn O. PearceDon't use seq in tests, not everyone has it
2007-05-02  Shawn O. PearceReuse fixup_pack_header_footer in index-pack
2007-05-02  Dana L. HowCreate pack-write.c for common pack writing code
2007-05-02  Shawn O. PearceMerge branch 'gfi-maint' into gfi-master
2007-05-02  Johannes SchindelinTeach import-tars about GNU tar's @LongLink extension.
2007-05-01  Martin KoeglerFix compilation of test-delta
2007-05-01  Junio C HamanoGIT v1.5.2-rc1 v1.5.2-rc1
2007-05-01  Junio C HamanoMerge branch 'maint'
2007-05-01  Junio C HamanoGIT v1.5.1.3 v1.5.1.3
2007-04-30  Alex RiesenInclude mailmap.h in mailmap.c to catch mailmap interfa...
2007-04-30  Alex RiesenRemove pointless calls to access(2) when checking for...
2007-04-30  Alex RiesenFix read_mailmap to handle a caller uninterested in...
2007-04-30  Alex RiesenUse strlcpy instead of strncpy in mailmap.c
2007-04-30  Jari Aaltosend-email documentation: clarify --smtp-server
2007-04-30  Jari Aaltogit.7: Mention preformatted html doc location
2007-04-30  Jari AaltoClarify SubmittingPatches Checklist
2007-04-30  Adam Robengit-svn: Add 'find-rev' command
2007-04-30  Junio C HamanoFix symlink handling in git-svn, related to PerlIO
2007-04-29  Junio C HamanoMerge branch 'jc/attr'
2007-04-29  Junio C HamanoMake sure test-genrandom and test-chmtime are builtas...
2007-04-29  Junio C HamanoMake macros to prevent double-inclusion in headers...
2007-04-29  Junio C HamanoApply mailmap in git-blame output.
2007-04-29  Junio C HamanoSplit out mailmap handling out of shortlog
2007-04-29  Junio C Hamanoblame -s: suppress author name and time.
2007-04-29  Josh TriplettFall back to $EMAIL for missing GIT_AUTHOR_EMAIL and...
2007-04-29  Junio C HamanoMerge commit 'gfi/master'
2007-04-29  Junio C HamanoMerge branch 'maint'
2007-04-29  Julian Phillipshttp.c: Fix problem with repeated calls of http_init
2007-04-29  Josh TriplettAdd missing reference to GIT_COMMITTER_DATE in git...
2007-04-29  Junio C HamanoFix import-tars fix.
2007-04-29  Junio C HamanoUpdate .mailmap with "Michael"
2007-04-29  Junio C HamanoDo not barf on too long action description
2007-04-29  Junio C HamanoMerge branch 'maint' of git://repo.or.cz/git/fastimport...
2007-04-29  Shawn O. PearceCatch empty pathnames in trees during fsck
2007-04-29  Shawn O. PearceMerge branch 'gfi-maint' into gfi-master
2007-04-29  Shawn O. PearceMerge commit 'jc/maint' into gfi-maint
2007-04-29  Shawn O. PearceDon't allow empty pathnames in fast-import
2007-04-29  Johannes Schindelinimport-tars: be nice to wrong directory modes
2007-04-28  Adam Robengit-svn: Added 'find-rev' command
2007-04-28  Michele Ballabiogit shortlog documentation: add long options and fix...
2007-04-27  Junio C HamanoMerge branch 'maint'
2007-04-27  Andrew RuderUpdate git-http-fetch documentation
2007-04-27  Andrew RuderUpdate git-local-fetch documentation
2007-04-27  Andrew RuderUpdate git-http-push documentation
2007-04-27  Andrew RuderUpdate -L documentation for git-blame/git-annotate
2007-04-27  Andrew RuderUpdate git-grep documentation
2007-04-27  Andrew RuderUpdate git-fmt-merge documentation
2007-04-27  Andrew RuderDocument additional options for git-fetch
2007-04-27  Andrew RuderRemoving -n option from git-diff-files documentation
2007-04-27  Andy Parkinspost-receive-email example hook: sed command for gettin...
2007-04-27  Andy Parkinspost-receive-email example hook: detect rewind-only...
2007-04-27  Andy Parkinspost-receive-email example hook: fastforward should...
2007-04-26  Alex RiesenIgnore merged status of the file-level merge
2007-04-26  Alex RiesenAdd a test for merging changed and rename-changed branches
2007-04-26  Alex RiesenAvoid excessive rewrites in merge-recursive
2007-04-26  Junio C HamanoMerge branch 'maint'
2007-04-26  Junio C HamanoStart preparing for 1.5.1.3
2007-04-26  Robin H. JohnsonSanitize @to recipients.
2007-04-26  Adam Robengit-svn: Ignore usernames in URLs in find_by_url
2007-04-26  Junio C HamanoAdd --date={local,relative,default}
2007-04-26  Robin H. JohnsonDocument --dry-run and envelope-sender for git-send...
2007-04-26  Robin H. JohnsonAllow users to optionally specify their envelope sender.
2007-04-26  Robin H. JohnsonEnsure clean addresses are always used with Net::SMTP
2007-04-26  Robin H. JohnsonValidate @recipients before using it for sendmail and...
2007-04-26  Robin H. JohnsonPerform correct quoting of recipient names.
2007-04-26  Robin H. JohnsonChange the scope of the $cc variable as it is not neede...
2007-04-26  Robin H. JohnsonDebugging cleanup improvements
2007-04-26  Robin H. JohnsonPrefix Dry- to the message status to denote dry-runs.
2007-04-26  Robin H. JohnsonDocument --dry-run parameter to send-email.
2007-04-26  Adam Robengit-svn: Don't rely on $_ after making a function call
2007-04-26  Alex RiesenFix handle leak in write_tree
2007-04-25  Shawn O. PearceActually handle some-low memory conditions
next