about summary refs log tree commit homepage
DateCommit message (Expand)
2007-05-06GIT v1.5.2-rc2 v1.5.2-rc2
2007-05-06Merge branch 'maint'
2007-05-06Handle return code of parse_commit in revision machinery
2007-05-05Small correction in reading of commit headers
2007-05-05Documentation: fix typo in git-remote.txt
2007-05-05Add test for blame corner cases.
2007-05-05blame: -C -C -C
2007-05-05blame: Notice a wholesale incorporation of an existing file.
2007-05-05Fix --boundary output
2007-05-04diff format documentation: describe raw combined diff format
2007-05-04Mention version 1.5.1 in tutorial and user-manual
2007-05-04Add --no-rebase option to git-svn dcommit
2007-05-04Fix markup in git-svn man page
2007-05-03git-tag(1): -v option is a subcommand; fix code block
2007-05-03Improve request-pull to handle non-rebased branches
2007-05-03Merge branch 'maint'
2007-05-03gitweb: use decode_utf8 directly
2007-05-03posix compatibility for t4200
2007-05-03Document 'opendiff' value in config.txt and git-mergetool.txt
2007-05-03Allow PERL_PATH="/usr/bin/env perl"
2007-05-03Make xstrndup common
2007-05-03diff.c: fix "size cache" handling.
2007-05-03http-fetch: Disable use of curl multi support for libcurl < 7.16.
2007-05-03blame: use .mailmap unconditionally
2007-05-02Merge branch 'maint'
2007-05-02Merge branch 'maint' of git://repo.or.cz/git/fastimport into maint
2007-05-02cvsserver: Handle re-added files correctly
2007-05-02Don't use seq in tests, not everyone has it
2007-05-02Reuse fixup_pack_header_footer in index-pack
2007-05-02Create pack-write.c for common pack writing code
2007-05-02Merge branch 'gfi-maint' into gfi-master
2007-05-02Teach import-tars about GNU tar's @LongLink extension.
2007-05-01Fix compilation of test-delta
2007-04-30GIT v1.5.2-rc1 v1.5.2-rc1
2007-04-30Merge branch 'maint'
2007-04-30GIT v1.5.1.3 v1.5.1.3
2007-04-30Include mailmap.h in mailmap.c to catch mailmap interface changes
2007-04-30Remove pointless calls to access(2) when checking for .mailmap
2007-04-30Fix read_mailmap to handle a caller uninterested in repo abbreviation
2007-04-30Use strlcpy instead of strncpy in mailmap.c
2007-04-30send-email documentation: clarify --smtp-server
2007-04-30git.7: Mention preformatted html doc location
2007-04-30Clarify SubmittingPatches Checklist
2007-04-30git-svn: Add 'find-rev' command
2007-04-30Fix symlink handling in git-svn, related to PerlIO
2007-04-29Merge branch 'jc/attr'
2007-04-29Make sure test-genrandom and test-chmtime are builtas part of the main build.
2007-04-29Make macros to prevent double-inclusion in headers consistent.
2007-04-29Apply mailmap in git-blame output.
2007-04-29Split out mailmap handling out of shortlog