Code

git.git
2010-10-03 Eric SunshineFix Windows-specific macro redefinition warning.
2010-10-03 Eric SunshineFix 'clone' failure at DOS root directory.
2010-10-03 Erik Faye-Lundmingw: do not crash on open(NULL, ...)
2010-10-03 Pat Thoytsgit-am: fix detection of absolute paths for windows
2010-10-03 Eric SunshineSide-step MSYS-specific path "corruption" leading to...
2010-10-03 Eric SunshineSide-step sed line-ending "corruption" leading to t6038...
2010-10-01 Pat ThoytsSkip 'git archive --remote' test on msysGit
2010-10-01 Pat ThoytsDo not strip CR when grepping HTTP headers.
2010-10-01 Pat ThoytsSkip t1300.70 and 71 on msysGit.
2010-10-01 Johannes Schindelinmerge-octopus: Work around environment issue on Windows
2010-10-01 Pat ThoytsMinGW: Report errors when failing to launch the html...
2010-10-01 Pat ThoytsMinGW: fix stat() and lstat() implementations for handl...
2010-10-01 Sebastian SchuberthMinGW: Add missing file mode bit defines
2010-10-01 Sebastian SchuberthMinGW: Use pid_t more consequently, introduce uid_t...
2010-09-30 Junio C HamanoMerge branch 'maint'
2010-09-30 Ævar Arnfjörð... send-email: extract_valid_address use qr// regexes
2010-09-30 Ævar Arnfjörð... send-email: is_rfc2047_quoted use qr// regexes
2010-09-30 Johannes SchindelinFix typo in pack-objects' usage
2010-09-30 Johannes SchindelinMake sure that git_getpass() never returns NULL
2010-09-30 Ævar Arnfjörð... send-email: use Perl idioms in while loop
2010-09-30 Ævar Arnfjörð... send-email: make_message_id use "require" instead of...
2010-09-30 Ævar Arnfjörð... send-email: send_message die on $!, not $?
2010-09-30 Ævar Arnfjörð... send-email: use (?:) instead of () if no match variable...
2010-09-30 Ævar Arnfjörð... send-email: sanitize_address use qq["foo"], not "\...
2010-09-30 Ævar Arnfjörð... send-email: sanitize_address use $foo, not "$foo"
2010-09-30 Ævar Arnfjörð... send-email: use \E***\Q instead of \*\*\*
2010-09-30 Ævar Arnfjörð... send-email: cleanup_compose_files doesn't need a prototype
2010-09-30 Ævar Arnfjörð... send-email: unique_email_list doesn't need a prototype
2010-09-30 Ævar Arnfjörð... send-email: file_declares_8bit_cte doesn't need a prototype
2010-09-30 Ævar Arnfjörð... send-email: get_patch_subject doesn't need a prototype
2010-09-30 Ævar Arnfjörð... send-email: use lexical filehandles during sending
2010-09-30 Ævar Arnfjörð... send-email: use lexical filehandles for $compose
2010-09-30 Ævar Arnfjörð... send-email: use lexical filehandle for opendir
2010-09-30 Jonathan Niedert0004 (unwritable files): simplify error handling
2010-09-30 Michael J Gruberrev-list-options: clarify --parents and --children
2010-09-29 Junio C HamanoStart 1.7.4 cycle
2010-09-29 Junio C HamanoMerge branch 'tr/send-email-refuse-sending-unedited...
2010-09-29 Junio C HamanoMerge branch 'ab/send-email-catfile'
2010-09-29 Junio C HamanoMerge branch 'jc/grep-header-all-match-fix'
2010-09-29 Junio C HamanoMerge branch 'jc/no-branch-name-with-dash-at-front'
2010-09-29 Junio C HamanoMerge branch 'jn/gitweb-test-lib'
2010-09-29 Junio C HamanoMerge branch 'bc/fortran-userdiff'
2010-09-29 Junio C HamanoMerge branch 'jk/read-tree-empty'
2010-09-29 Junio C HamanoMerge branch 'rr/format-patch-count-without-merges'
2010-09-29 Junio C HamanoMerge branch 'jc/pickaxe-grep'
2010-09-29 Junio C HamanoMerge branch 'gb/shell-ext'
2010-09-29 Junio C HamanoMerge branch 'rr/fmt-merge-msg'
2010-09-29 Junio C HamanoMerge branch 'po/etc-gitattributes'
2010-09-29 Junio C HamanoMinGW: avoid collisions between "tags" and "TAGS"
2010-09-29 Matthieu Moydiff: trivial fix for --output file error message
2010-09-29 Stephen Boydsend-email: Use To: headers in patch files
2010-09-29 Michael J Gruberuser-manual: fix anchor name Finding-comments-With...
2010-09-29 Kirill Smelkovuser-manual: be consistent in illustrations to 'git...
2010-09-29 Jon Seymourstash: simplify parsing fixes
2010-09-29 Kevin Ballarddiff: add synonyms for -M, -C, -B
2010-09-29 Kevin Ballardmerge-recursive: option to specify rename threshold
2010-09-29 Dan McGeemergetool-lib: make the three-way diff the default...
2010-09-29 Junio C HamanoGit 1.7.3.1 v1.7.3.1
2010-09-29 Jon Seymourstash: fix git stash branch regression when branch...
2010-09-29 Tomas Carneckystash drops the stash even if creating the branch fails...
2010-09-28 Alexander Sulfriandaemon: allow more than one host address given via...
2010-09-28 Alexander Sulfriandaemon: add helper function named_sock_setup
2010-09-27 Linus TorvaldsFix missing 'does' in man-page for 'git checkout'
2010-09-27 Jan KrügerDocumentation: pack.compression: explain how to recompress
2010-09-27 Jan Krügerrepack: add -F flag to let user choose between --no...
2010-09-27 Ævar Arnfjörð... perl: use "use warnings" instead of -w
2010-09-27 Ævar Arnfjörð... perl: bump the required Perl version to 5.8 from 5...
2010-09-27 Joe Perchesgit-send-email.perl: Add --to-cmd
2010-09-27 Ævar Arnfjörð... Makefile: add CC to TRACK_CFLAGS
2010-09-27 Pat Notzdir.c: squelch false uninitialized memory warning
2010-09-27 Brandon Caseygit-send-email.perl: ensure $domain is defined before...
2010-09-27 Brandon Caseywt-status.c: don't leak directory entries when processi...
2010-09-27 Christian Coudert6050 (replace): fix bogus "fetch branch with replaceme...
2010-09-27 Wesley J. LandakerDocumentation: Refer to git-commit-tree in git-filter...
2010-09-27 Matthieu Moyupdate comment and documentation for :/foo syntax
2010-09-27 Daniel Knittl... Improvements to `git checkout -h`
2010-09-27 Michael J Grubercontrib/completion: --no-index option to git diff
2010-09-27 Uwe Kleine... get_author_ident_from_commit(): remove useless quoting
2010-09-27 Jeff Kingprefer test -h over test -L in shell scripts
2010-09-27 Christopher... Enable highlight executable path as a configuration...
2010-09-27 Junio C HamanoCodingGuidelines: spell Arithmetic Expansion with ...
2010-09-27 Ramsay Jonest1503: Fix arithmetic expansion syntax error when using...
2010-09-27 Michael J Gruberremote-helpers: build in platform independent directory
2010-09-27 Pat Notzstrbuf.h: fix comment typo
2010-09-27 Brandon Caseybuiltin/revert.c: don't dereference a NULL pointer
2010-09-27 Brian Gernhardtgit-stash: fix flag parsing
2010-09-27 Brandon Caseyt/t3903-stash: improve testing of git-stash show
2010-09-24 Mathias Lafeldtgit-svn: fix processing of decorated commit hashes
2010-09-24 Steven Waltergit-svn: check_cherry_pick should exclude commits alrea...
2010-09-24 Eric WongDocumentation/git-svn: discourage "noMetadata"
2010-09-18 Michael J Grubergit-reset.txt: make modes description more consistent
2010-09-18 Michael J Grubergit-reset.txt: point to git-checkout
2010-09-18 Michael J Grubergit-reset.txt: use "working tree" consistently
2010-09-18 Michael J Grubergit-reset.txt: reset --soft is not a no-op
2010-09-18 Michael J Grubergit-reset.txt: reset does not change files in target
2010-09-18 Michael J Grubergit-reset.txt: clarify branch vs. branch head
2010-09-18 Junio C HamanoGit 1.7.3 v1.7.3
2010-09-18 Junio C HamanoMerge branch 'js/ls-files-x-doc'
2010-09-17 Chris Johnsengit-rebase--interactive.sh: replace cut with ${v%% *}
2010-09-17 Brandon Caseyt/t7300: workaround ancient touch by rearranging arguments
next