Code

git.git
2009-09-23 Junio C Hamanopull: Clarify "helpful" message for another corner... v1.6.5-rc2
2009-09-23 Thiago FarinaUpdate "describe" documentation to match reality
2009-09-22 SZEDER Gáborbash: teach 'git reset --patch'
2009-09-22 SZEDER Gáborbash: update 'git stash' completion
2009-09-22 SZEDER Gáborbash: rename __git_find_subcommand() to __git_find_on_c...
2009-09-22 Junio C Hamanopay attention to DESTDIR when building with NO_PERL_MAK...
2009-09-22 Jim Meyeringpre-commit.sample: add comment re tr portability; fix...
2009-09-22 Junio C HamanoUpdate Release Notes to 1.6.5
2009-09-21 Johannes Sixttest-genrandom: ensure stdout is set to _O_BINARY on...
2009-09-21 Junio C HamanoMerge git://git.kernel.org/pub/scm/gitk/gitk
2009-09-21 Pat Thoytsgitk: Work around leftover temporary save file
2009-09-20 Junio C HamanoMerge branch 'maint'
2009-09-20 Matthieu Moypush: Correctly initialize nonfastforward in transport_...
2009-09-19 Marius Storm... Tag GIT_VERSION when Git is built with MSVC
2009-09-19 Marius Storm... Add scripts to generate projects for other buildsystems...
2009-09-19 Marius Storm... Add README for MSVC build
2009-09-19 Marius Storm... Add MSVC to Makefile
2009-09-19 Marius Storm... Define strncasecmp and ftruncate for MSVC
2009-09-19 Marius Storm... Make usage of windows.h lean and mean
2009-09-19 Frank LiAdd platform files for porting to MSVC
2009-09-19 Frank LiAdd MinGW header files to build git with MSVC
2009-09-19 Marius Storm... Add empty header files for MSVC port
2009-09-19 Frank LiTest for WIN32 instead of __MINGW32_
2009-09-19 Frank LiFix __stdcall placement and function prototype
2009-09-19 Marius Storm... Set _O_BINARY as default fmode for both MinGW and MSVC
2009-09-19 Frank LiChange regerror() declaration from K&R style to ANSI...
2009-09-19 Marius Storm... Add include guards to compat/win32.h
2009-09-19 Frank LiAvoid declaration after statement
2009-09-19 Thiago Farinapack-objects: remove SP at the end of usage string
2009-09-19 Thiago FarinaUpdate the usage bundle string.
2009-09-17 Clemens Buchachercvs: initialize empty password
2009-09-16 Junio C HamanoMerge 1.6.4.4 in
2009-09-16 Junio C HamanoGIT 1.6.4.4 v1.6.4.4
2009-09-16 Junio C HamanoMerge branch 'jc/maint-unpack-objects-strict' into...
2009-09-16 Junio C HamanoMerge branch 'tf/diff-whitespace-incomplete-line' into...
2009-09-16 Junio C HamanoMerge branch 'jk/maint-1.6.3-checkout-unborn' into...
2009-09-16 Junio C HamanoMerge branch 'jc/maint-checkout-index-to-prefix' into...
2009-09-14 Junio C HamanoMerge branch 'maint'
2009-09-14 Junio C HamanoMerge branch 'rc/maint-http-no-head-pack-check' into...
2009-09-14 Junio C Hamanohttp.c: avoid freeing an uninitialized pointer
2009-09-14 Heiko Voigtweb--browse: fix Mac OS X GUI detection for 10.6
2009-09-14 Heiko Voigtremove logical typo in documentation of sample update...
2009-09-14 Nicolas PitreNicolas Pitre has a new email address
2009-09-13 Dmitry Potapovgit-archive: infer output format from filename when...
2009-09-13 Todd Zullingercompletion: Replace config --list with --get-regexp
2009-09-13 Dmitry Potapovgit-archive: add '-o' as a alias for '--output'
2009-09-13 Clemens Buchachertest local clone by copying
2009-09-13 Johannes Gilgergit-clone doc: typofix
2009-09-13 Nelson Elhagegit-push: Accept -n as a synonym for --dry-run.
2009-09-13 Junio C Hamanogit-commit doc: remove duplicated --dry-run description
2009-09-13 Junio C HamanoGIT 1.6.5-rc1 v1.6.5-rc1
2009-09-13 Jari AaltoImprove --patch option documentation in git-add
2009-09-13 Junio C HamanoMerge branch 'pk/fast-import-tars'
2009-09-13 Junio C HamanoMerge branch 'pk/fast-import-dirs'
2009-09-13 Junio C HamanoMerge branch 'jt/pushinsteadof'
2009-09-13 Junio C HamanoMerge branch 'jk/unwanted-advices'
2009-09-13 Junio C HamanoMerge branch 'jc/merge-saner-messages'
2009-09-13 Junio C Hamanoquiltimport documentation: --dry-run and -n are synonyms
2009-09-13 Clemens Buchacherpreserve mtime of local clone
2009-09-13 Jim Meyeringdon't dereference NULL upon fdopen failure
2009-09-13 Jim Meyeringuse write_str_in_full helper to avoid literal string...
2009-09-13 Junio C HamanoMerge branch 'db/vcs-helper'
2009-09-13 Jim Meyeringuse write_str_in_full helper to avoid literal string...
2009-09-13 Matthieu Moywrap git's main usage string.
2009-09-13 Junio C HamanoMerge branch 'maint'
2009-09-13 Junio C HamanoGIT 1.6.4.3 v1.6.4.3
2009-09-13 Mark Lodatosvn: properly escape arguments for authors-prog
2009-09-13 Junio C HamanoMerge branch 'cb/maint-1.6.3-grep-relative-up' into...
2009-09-12 Junio C HamanoMakefile: remove remnant of separate http/https/ftp...
2009-09-12 Jeff Kingrebase: use plumbing to show dirty state
2009-09-12 Jeff Kingstatus: make "how to stage" messages optional
2009-09-12 Jeff Kingpush: make non-fast-forward help message configurable
2009-09-11 Johannes Sixtpager: set LESS=FRSX also on Windows
2009-09-11 Johannes Sixtstart_command: do not clobber cmd->env on Windows code...
2009-09-11 Tay Ray Chuanhttp.c: remove verification of remote packs
2009-09-11 Nicolas Sebrechtadd documentation for mailinfo.scissors and '--no-scissors'
2009-09-11 Nicolas Sebrechtmailinfo: add '--scissors' to usage message
2009-09-11 Brian GernhardtINSTALL: Describe dependency knobs from Makefile
2009-09-11 Brian GernhardtINSTALL: Reorder dependencies, split shell and Perl
2009-09-10 Reilly Grantgit-p4: Avoid modules deprecated in Python 2.6.
2009-09-10 Brian GernhardtMakefile: Add NEEDS_CRYPTO_WITH_SSL
2009-09-10 Paul Mackerrasgitk: Show diff of commits at end of compare-commits...
2009-09-09 Martin Nordholtsgit.el: Use git-add-file for unmerged files, remove...
2009-09-09 Brian GernhardtINSTALL: Update description of our SHA-1 code
2009-09-08 Junio C Hamanomerge-recursive: give less scary messages when merge...
2009-09-08 Josh TriplettAdd url.<base>.pushInsteadOf: URL rewriting for push...
2009-09-08 Junio C HamanoGIT 1.6.5-rc0 v1.6.5-rc0
2009-09-07 Junio C HamanoMerge branch 'maint'
2009-09-07 Emmanuel Trillaudgit-pull: do not mention --quiet and --verbose twice
2009-09-07 Bert Wesarggithooks.txt: put hooks into subsections
2009-09-07 Junio C HamanoMerge branch 'jc/mailinfo-scissors'
2009-09-07 Junio C HamanoMerge branch 'jk/clone-b'
2009-09-07 Junio C HamanoMerge branch 'jc/upload-pack-hook'
2009-09-07 Junio C HamanoMerge branch 'tr/reset-checkout-patch'
2009-09-07 Junio C HamanoMerge branch 'np/maint-1.6.3-deepen'
2009-09-07 Clemens Buchachergrep: accept relative paths outside current working...
2009-09-07 Clemens Buchachergrep: fix exit status if external_grep() punts
2009-09-07 Josh TriplettWrap rewrite globals in a struct in preparation for...
2009-09-06 Junio C HamanoMerge branch 'maint'
2009-09-06 Jeff Kingpush: re-flow non-fast-forward message
next