Git Distributed Software Revision Control
Thread Index
[
Prev Page
][
Next Page
]
[PATCH v5 02/12] column: add API to print items in columns
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v5 00/12] Column display
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v5 01/12] Save terminal width before setting up pager
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH] send-email: add extra safetly in address sanitazion
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
[PATCH] send-email: add extra safetly in address sanitazion
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH v4 4/4] completion: simplify __gitcomp*
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
[PATCH 3/5] gitweb: Highlight matched part of project name when searching projects
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCH 2/5] gitweb: Faster project search
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCH/RFC 5/5] gitweb: Highlight matched part of shortened project description
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCH 4/5] gitweb: Highlight matched part of project description when searching projects
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCH 1/5] gitweb: Option for filling only specified info in fill_project_list_info
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCH 0/5] gitweb: Faster and imrpoved project search
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: Installing git-svn on Linux without root
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: Git performance results on a large repository
From
: slinky <slinky@xxxxxx>
Re: Push from an SSH Terminal
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: BUG 1.7.9: git-update-ref strange behavior with ref with trailing newline
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Push from an SSH Terminal
From
: Jeff King <peff@xxxxxxxx>
What's cooking in git.git (Feb 2012, #01; Fri, 3)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Push from an SSH Terminal
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] t0300: use write_script helper
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 2/2] t0300: use write_script helper
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Git performance results on a large repository
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [RFC/PATCH] verify-tag: check sig of all tags to given object
From
: Tom Grennan <tmgrennan@xxxxxxxxx>
[PATCH 2/2] t0300: use write_script helper
From
: Jeff King <peff@xxxxxxxx>
[PATCH 1/2] tests: add write_script helper function
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Jeff King <peff@xxxxxxxx>
Re: [RFC/PATCH] verify-tag: check sig of all tags to given object
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v4 03/13] parseopt: make OPT_INTEGER support hexadecimal as well
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [RFC/PATCH] verify-tag: check sig of all tags to given object
From
: Tom Grennan <tmgrennan@xxxxxxxxx>
Re: [PATCH v4 03/13] parseopt: make OPT_INTEGER support hexadecimal as well
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [RFC/PATCH] verify-tag: check sig of all tags to given object
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [RFC/PATCH] verify-tag: check sig of all tags to given object
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [RFC/PATCH] verify-tag: check sig of all tags to given object
From
: Tom Grennan <tmgrennan@xxxxxxxxx>
Re: Git performance results on a large repository
From
: Joey Hess <joey@xxxxxxxxxxx>
Re: [PATCH v4 10/13] branch: add --column
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH v4 03/13] parseopt: make OPT_INTEGER support hexadecimal as well
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [RFC/PATCH] verify-tag: check sig of all tags to given object
From
: Junio C Hamano <gitster@xxxxxxxxx>
Installing git-svn on Linux without root
From
: Andrew Keller <andrew@xxxxxxxxxxxxxx>
Re: Git performance results on a large repository
From
: Evgeny Sazhin <euguess@xxxxxxxxx>
[RFC/PATCH] verify-tag: check sig of all tags to given object
From
: Tom Grennan <tom.grennan@xxxxxxxxxxxx>
Re: Git performance results on a large repository
From
: Zeki Mokhtarzada <zeki@xxxxxxxx>
Re: [1.7.9] usage regression when merging annotated tag objects
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Git performance results on a large repository
From
: Chris Lee <chris133@xxxxxxxxx>
Re: [PATCH v4 13/13] tag: add --column
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH v4 11/13] status: add --column
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v4 02/13] column: add API to print items in columns
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v4 10/13] branch: add --column
From
: Junio C Hamano <gitster@xxxxxxxxx>
[1.7.9] usage regression when merging annotated tag objects
From
: Bart Trojanowski <bart@xxxxxxxx>
Re: Git performance results on a large repository
From
: Matt Graham <mdg149@xxxxxxxxx>
Re: [PATCH v4 09/13] help: reuse print_columns() for help -a
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v4 08/13] column: add column.ui for default column output settings
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v4 03/13] parseopt: make OPT_INTEGER support hexadecimal as well
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Git performance results on a large repository
From
: Sam Vilain <sam@xxxxxxxxxx>
Re: [PATCH v4 02/13] column: add API to print items in columns
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Git performance results on a large repository
From
: Sam Vilain <sam@xxxxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 2/2] prompt: fall back to terminal if askpass fails
From
: Jeff King <peff@xxxxxxxx>
[PATCH 1/2] prompt: clean up strbuf usage
From
: Jeff King <peff@xxxxxxxx>
Re: Push from an SSH Terminal
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Ben Walton <bwalton@xxxxxxxxxxxxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Jeff King <peff@xxxxxxxx>
Re: Alternates corruption issue
From
: Jeff King <peff@xxxxxxxx>
Re: Alternates corruption issue
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] git.spec: Workaround localized messages not put in any RPM
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: Push from an SSH Terminal
From
: Jeff King <peff@xxxxxxxx>
Re: Push from an SSH Terminal
From
: Jeff King <peff@xxxxxxxx>
[PATCH] gitweb: Deal with HEAD pointing to unborn branch in "heads" view
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: Alternates corruption issue
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH/RFCv2 (version B)] gitweb: Allow UTF-8 encoded CGI query parameters and path_info
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [ANNOUNCE] Git 1.7.9
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v4 4/4] completion: simplify __gitcomp*
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v4 1/4] completion: work around zsh option propagation bug
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: how to determine oldest supported version of git
From
: Neal Kreitzinger <nkreitzinger@xxxxxxxxx>
Re: [PATCH, RFC] Fix build problems related to profile-directed optimization
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: How best to handle multiple-authorship commits in GIT?
From
: Valerie Aurora <valerie.aurora@xxxxxxxxx>
Re: [ANNOUNCE] Git 1.7.9
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Problem pushing to a Novell share
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH, RFC] Fix build problems related to profile-directed optimization
From
: Andi Kleen <ak@xxxxxxxxxxxxxxx>
Re: How best to handle multiple-authorship commits in GIT?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH, RFC] Fix build problems related to profile-directed optimization
From
: Theodore Tso <tytso@xxxxxxx>
Re: [RFC/PATCH 0/2] Commits with ancient timestamps
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/RFCv2 (version B)] gitweb: Allow UTF-8 encoded CGI query parameters and path_info
From
: Michał Kiedrowicz <michal.kiedrowicz@xxxxxxxxx>
Re: Alternates corruption issue
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Push from an SSH Terminal
From
: "Neal Groothuis" <ngroot@xxxxxxxxxx>
Re: Git performance results on a large repository
From
: Joshua Redstone <joshua.redstone@xxxxxx>
Re: Push from an SSH Terminal
From
: Feanil Patel <feanil@xxxxxxxxx>
Re: Push from an SSH Terminal
From
: "Neal Groothuis" <ngroot@xxxxxxxxxx>
Push from an SSH Terminal
From
: Feanil Patel <feanil@xxxxxxxxx>
Re: Git performance results on a large repository
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: [RFC/PATCH 0/2] Commits with ancient timestamps
From
: Han-Wen Nienhuys <hanwen@xxxxxxxxxx>
Re: Alternates corruption issue
From
: Richard Purdie <richard.purdie@xxxxxxxxxxxxxxxxxxx>
Re: Breakage in master?
From
: "Joel C. Salomon" <joelcsalomon@xxxxxxxxx>
Git performance results on a large repository
From
: Joshua Redstone <joshua.redstone@xxxxxx>
Re: Breakage in master?
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
Re: Breakage in master?
From
: "Joel C. Salomon" <joelcsalomon@xxxxxxxxx>
Re: How best to handle multiple-authorship commits in GIT?
From
: David Howells <dhowells@xxxxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Ben Walton <bwalton@xxxxxxxxxxxxxxxxxx>
[PATCH v4 12/13] column: support piping stdout to external git-column process
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v4 13/13] tag: add --column
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v4 11/13] status: add --column
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v4 10/13] branch: add --column
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v4 09/13] help: reuse print_columns() for help -a
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v4 08/13] column: add column.ui for default column output settings
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v4 07/13] column: support columns with different widths
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v4 06/13] column: add columnar layout
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v4 05/13] Stop starting pager recursively
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v4 04/13] Add git-column and column mode parsing
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v4 03/13] parseopt: make OPT_INTEGER support hexadecimal as well
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v4 02/13] column: add API to print items in columns
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v4 01/13] Save terminal width before setting up pager
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v4 00/13] Column display again
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
filter-branch ignoring gitattributes?
From
: "norbert.nemec" <norbert.nemec@xxxxxxxxxxxxxxxxxxxxx>
Re: [ANNOUNCE] Git 1.7.9
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCH/RFCv2 (version B)] gitweb: Allow UTF-8 encoded CGI query parameters and path_info
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: Breakage in master?
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
Re: [PATCH v2] Use correct grammar in diffstat summary line
From
: Jeff King <peff@xxxxxxxx>
Re: General support for ! in git-config values
From
: Jeff King <peff@xxxxxxxx>
Re: General support for ! in git-config values
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Jeff King <peff@xxxxxxxx>
Re: Alternates corruption issue
From
: Jeff King <peff@xxxxxxxx>
Re: [RFC/PATCH 0/2] Commits with ancient timestamps
From
: Thomas Rast <trast@xxxxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH] Convert isatty() calls to git_isatty()
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH] Convert isatty() calls to git_isatty()
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: [RFC/PATCH git-remote-bzr] Adapt to new semantics of remote-helper "import" command
From
: Gabriel Filion <lelutin@xxxxxxxxx>
[PATCH] Convert isatty() calls to git_isatty()
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: [PATCH/RFC (version B)] gitweb: Allow UTF-8 encoded CGI query parameters and path_info
From
: Michal Kiedrowicz <michal.kiedrowicz@xxxxxxxxx>
Re: General support for ! in git-config values
From
: Kyle Moffett <kyle@xxxxxxxxxxxxxxx>
Re: General support for ! in git-config values
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH, RFC] Fix build problems related to profile-directed optimization
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: How best to handle multiple-authorship commits in GIT?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: General support for ! in git-config values
From
: Kyle Moffett <kyle@xxxxxxxxxxxxxxx>
Re: how to determine oldest supported version of git
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: How best to handle multiple-authorship commits in GIT?
From
: Valerie Aurora <valerie.aurora@xxxxxxxxx>
Re: [PATCH, RFC] Fix build problems related to profile-directed optimization
From
: "Ted Ts'o" <tytso@xxxxxxx>
Re: [PATCH] i18n: po for zh_cn
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: [PATCH] i18n: diff/apply statistics
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: Problem pushing to a Novell share
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] i18n: diff/apply statistics
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: [PATCH v2] Use correct grammar in diffstat summary line
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] i18n: diff/apply statistics
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: [PATCH v2] Use correct grammar in diffstat summary line
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH, RFC] Fix build problems related to profile-directed optimization
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Alternates corruption issue
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 1/3] pack-objects: do not accept "--index-version=version,"
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Problem pushing to a Novell share
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/RFC (version B)] gitweb: Allow UTF-8 encoded CGI query parameters and path_info
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Problem pushing to a Novell share
From
: Rüdiger Kessel <ruediger.kessel@xxxxxxxxx>
Re: BUG 1.7.9: git-update-ref strange behavior with ref with trailing newline
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 3/3] vcs-svn: suppress a -Wtype-limits warning
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Git-gui: crashes on OS X when entering combining ("dead") keys
From
: Beat Bolli <ig@xxxxxxxxx>
BUG 1.7.9: git-update-ref strange behavior with ref with trailing newline
From
: Mark Jason Dominus <mjd@xxxxxxxxxx>
Re: Alternates corruption issue
From
: Jeff King <peff@xxxxxxxx>
[RFC/PATCH 2/2] parse_date(): '@' prefix forces git-timestamp
From
: Junio C Hamano <gitster@xxxxxxxxx>
[RFC/PATCH 1/2] parse_date(): allow ancient git-timestamp
From
: Junio C Hamano <gitster@xxxxxxxxx>
[RFC/PATCH 0/2] Commits with ancient timestamps
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: I18N.pm is incompatible with perl < 5.8.3
From
: "Tom G. Christensen" <tgc@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH/RFC (version B)] gitweb: Allow UTF-8 encoded CGI query parameters and path_info
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [ANNOUNCE] Git 1.7.9
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH/RFC (version B)] gitweb: Allow UTF-8 encoded CGI query parameters and path_info
From
: Michał Kiedrowicz <michal.kiedrowicz@xxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [msysGit] Breakage in master?
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: [PATCH/RFC (version A)] gitweb: use CGI with -utf8 to process Unicode query parameters correctly
From
: Michał Kiedrowicz <michal.kiedrowicz@xxxxxxxxx>
Re: [RFC PATCH] gitweb: use CGI with -utf8
From
: Michał Kiedrowicz <michal.kiedrowicz@xxxxxxxxx>
Re: How best to handle multiple-authorship commits in GIT?
From
: David Howells <dhowells@xxxxxxxxxx>
[PATCH v4 0/4] completion: couple of cleanups
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [msysGit] Breakage in master?
From
: Torsten Bögershausen <tboegi@xxxxxx>
Re: [PATCH, RFC] Fix build problems related to profile-directed optimization
From
: "Ted Ts'o" <tytso@xxxxxxx>
Re: [PATCH, RFC] Fix build problems related to profile-directed optimization
From
: "Ted Ts'o" <tytso@xxxxxxx>
Re: [PATCH/RFC (version A)] gitweb: use CGI with -utf8 to process Unicode query parameters correctly
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCH/RFC (version B)] gitweb: Allow UTF-8 encoded CGI query parameters and path_info
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: How to find and analyze bad merges?
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH/RFC (version A)] gitweb: use CGI with -utf8 to process Unicode query parameters correctly
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: gitweb showing slash r at the end of line
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH, RFC] Fix build problems related to profile-directed optimization
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [RFC PATCH] gitweb: use CGI with -utf8
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: How best to handle multiple-authorship commits in GIT?
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: how to determine oldest supported version of git
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Ben Walton <bwalton@xxxxxxxxxxxxxxxxxx>
Re: [PATCH v3 0/4] completion: couple of cleanups
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: "Frans Klaver" <fransklaver@xxxxxxxxx>
Re: [PATCH 6/9] grep: cache userdiff_driver in grep_source
From
: Jeff King <peff@xxxxxxxx>
[PATCH] t0300-credentials: Word around a solaris /bin/sh bug
From
: Ben Walton <bwalton@xxxxxxxxxxxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: how to determine oldest supported version of git
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH] i18n: po for zh_cn
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Finding all commits which modify a file
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: how to tell when git release changes porcelain stdout/stderr
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH, RFC] Fix build problems related to profile-directed optimization
From
: "Theodore Ts'o" <tytso@xxxxxxx>
Re: git-svn branches with revision id's in name
From
: Jehan Bing <jehan@xxxxxxx>
Re: [msysGit] Breakage in master?
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: [PATCH 1/3] vcs-svn: rename check_overflow arguments for clarity
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] vcs-svn: Fix some compiler warnings
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH] i18n: po for zh_cn
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 0/9] respect binary attribute in grep
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v2] vcs-svn: Fix some compiler warnings
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] Fix an "variable might be used uninitialized" gcc warning
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] vcs-svn: Fix some compiler warnings
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: How best to handle multiple-authorship commits in GIT?
From
: David Howells <dhowells@xxxxxxxxxx>
Re: [PATCH 6/9] grep: cache userdiff_driver in grep_source
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2] Use correct grammar in diffstat summary line
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: How best to handle multiple-authorship commits in GIT?
From
: Valerie Aurora <valerie.aurora@xxxxxxxxx>
Re: Breakage in master?
From
: Jeff King <peff@xxxxxxxx>
how to tell when git release changes porcelain stdout/stderr
From
: "Neal Kreitzinger" <neal@xxxxxxxx>
Re: I18N.pm is incompatible with perl < 5.8.3
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
how to determine oldest supported version of git
From
: "Neal Kreitzinger" <neal@xxxxxxxx>
Re: [PATCH] i18n: po for zh_cn
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: rebase -i reword runs pre-commit hook with curious results
From
: Neal Kreitzinger <nkreitzinger@xxxxxxxxx>
Re: rebase -i reword converts to pick on pre-commit non-zero exit
From
: Neal Kreitzinger <nkreitzinger@xxxxxxxxx>
Re: Workflow for git dev
From
: Frans Klaver <fransklaver@xxxxxxxxx>
Re: Workflow for git dev
From
: Thomas Rast <trast@xxxxxxxxxxx>
Re: How to find and analyze bad merges?
From
: "Neal Groothuis" <ngroot@xxxxxxxxxx>
Workflow for git dev
From
: Tom Michaud <tom.michaud@xxxxxxxxx>
Re: Finding all commits which modify a file
From
: "Neal Groothuis" <ngroot@xxxxxxxxxx>
Re: [PATCH/RFC v4] grep: Add the option '--exclude'
From
: Albert Yale <surfingalbert@xxxxxxxxx>
Re: [PATCH] i18n: diff/apply statistics
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH/RFC v4] grep: Add the option '--exclude'
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
[PATCH/RFC v4] grep: Add the option '--exclude'
From
: Albert Yale <surfingalbert@xxxxxxxxx>
Re: [PATCH v2] Use correct grammar in diffstat summary line
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
[PATCH v4 2/2] find_pack_entry(): do not keep packed_git pointer locally
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: How best to handle multiple-authorship commits in GIT?
From
: Frans Klaver <fransklaver@xxxxxxxxx>
Re: [PATCH] i18n: po for zh_cn
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
I18N.pm is incompatible with perl < 5.8.3
From
: "Tom G. Christensen" <tgc@xxxxxxxxxxxxxxxxxxx>
How best to handle multiple-authorship commits in GIT?
From
: David Howells <dhowells@xxxxxxxxxx>
Re: git-svn branches with revision id's in name
From
: Carsten Fuchs <CarstenFuchs@xxxxxxxxxxx>
Re: How to find and analyze bad merges?
From
: "norbert.nemec" <norbert.nemec@xxxxxxxxxxxxxxxxxxxxx>
Breakage in master?
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
Re: How to find and analyze bad merges?
From
: "norbert.nemec" <norbert.nemec@xxxxxxxxxxxxxxxxxxxxx>
Re: How to find and analyze bad merges?
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: How to find and analyze bad merges?
From
: David Barr <davidbarr@xxxxxxxxxx>
Re: [PATCH 1/3] vcs-svn: rename check_overflow arguments for clarity
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 1/3] vcs-svn: rename check_overflow arguments for clarity
From
: David Barr <davidbarr@xxxxxxxxxx>
Re: How to find and analyze bad merges?
From
: Norbert Nemec <norbert.nemec@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH 1/3] vcs-svn: rename check_overflow arguments for clarity
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 0/9] respect binary attribute in grep
From
: Jeff King <peff@xxxxxxxx>
[PATCH 3/3] vcs-svn: suppress a -Wtype-limits warning
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 1/3] vcs-svn: rename check_overflow arguments for clarity
From
: Dmitry Ivankov <divanorama@xxxxxxxxx>
[PATCH 2/3] vcs-svn: allow import of > 4GiB files
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 0/9] respect binary attribute in grep
From
: Thomas Rast <trast@xxxxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
[PATCH 1/3] vcs-svn: rename check_overflow arguments for clarity
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH/RFC 0/3] Re: [PATCH] vcs-svn: Fix some compiler warnings
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Thomas Rast <trast@xxxxxxxxxxx>
Re: General support for ! in git-config values
From
: demerphq <demerphq@xxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: How to find and analyze bad merges?
From
: "norbert.nemec" <norbert.nemec@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH] i18n: po for zh_cn
From
: Frederik Schwarzer <schwarzerf@xxxxxxxxx>
Re: General support for ! in git-config values
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: General support for ! in git-config values
From
: demerphq <demerphq@xxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH v3 2/4] completion: simplify __git_remotes
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: How to find and analyze bad merges?
From
: "norbert.nemec" <norbert.nemec@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH 0/9] respect binary attribute in grep
From
: Jeff King <peff@xxxxxxxx>
[PATCH 9/9] grep: pre-load userdiff drivers when threaded
From
: Jeff King <peff@xxxxxxxx>
[PATCH 8/9] grep: load file data after checking binary-ness
From
: Jeff King <peff@xxxxxxxx>
[PATCH 7/9] grep: respect diff attributes for binary-ness
From
: Jeff King <peff@xxxxxxxx>
[PATCH 6/9] grep: cache userdiff_driver in grep_source
From
: Jeff King <peff@xxxxxxxx>
[PATCH 5/9] grep: drop grep_buffer's "name" parameter
From
: Jeff King <peff@xxxxxxxx>
[PATCH 4/9] convert git-grep to use grep_source interface
From
: Jeff King <peff@xxxxxxxx>
[PATCH 3/9] grep: refactor the concept of "grep source" into an object
From
: Jeff King <peff@xxxxxxxx>
[PATCH 2/9] grep: move sha1-reading mutex into low-level code
From
: Jeff King <peff@xxxxxxxx>
[PATCH 1/9] grep: make locking flag global
From
: Jeff King <peff@xxxxxxxx>
[PATCH 0/9] respect binary attribute in grep
From
: Jeff King <peff@xxxxxxxx>
Re: How to find and analyze bad merges?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v3 1/4] completion: be nicer with zsh
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH] i18n: po for zh_cn
From
: Junio C Hamano <gitster@xxxxxxxxx>
How to find and analyze bad merges?
From
: "norbert.nemec" <norbert.nemec@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH] i18n: po for zh_cn
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: rebase -i reword runs pre-commit hook with curious results
From
: Andrew Wong <andrew.w@xxxxxxxxxxx>
[PATCH v2] l10n: po for zh_CN
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: [PATCH] i18n: po for zh_cn
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] i18n: po for zh_cn
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: What's cooking in git.git (Jan 2012, #08; Tue, 31)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] vcs-svn: Fix some compiler warnings
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: rebase -i reword converts to pick on pre-commit non-zero exit
From
: Andrew Wong <andrew.w@xxxxxxxxxxx>
Re: [PATCH] i18n: po for zh_cn
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: General support for ! in git-config values
From
: Jeff King <peff@xxxxxxxx>
Re: General support for ! in git-config values
From
: demerphq <demerphq@xxxxxxxxx>
Re: [PATCH] Don't search files with an unset "grep" attribute
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v3] i18n: format_tracking_info "Your branch is behind" message
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: General support for ! in git-config values
From
: demerphq <demerphq@xxxxxxxxx>
Re: [PATCH v2] i18n: format_tracking_info "Your branch is behind" message
From
: Junio C Hamano <gitster@xxxxxxxxx>
warning: tip of 'next' rewound post 1.7.9
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: General support for ! in git-config values
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: General support for ! in git-config values
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v2] i18n: format_tracking_info "Your branch is behind" message
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
[PATCH v3 0/4] completion: couple of cleanups
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: General support for ! in git-config values
From
: demerphq <demerphq@xxxxxxxxx>
Re: [PATCH 1/2] grep: let grep_buffer callers specify a binary flag
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 1/2] grep: let grep_buffer callers specify a binary flag
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2] Use correct grammar in diffstat summary line
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH v2] Use correct grammar in diffstat summary line
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: General support for ! in git-config values
From
: Junio C Hamano <gitster@xxxxxxxxx>
[RFC/PATCH] i18n: do not define gettext/ngettext in NO_GETTEXT case
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: General support for ! in git-config values
From
: demerphq <demerphq@xxxxxxxxx>
Re: [PATCH] i18n: git-commit whence_s "merge/cherry-pick" message
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] i18n: po for zh_cn
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v3 1/2] Factor find_pack_entry()'s core out
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
Re: [PATCH v2] Use correct grammar in diffstat summary line
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH 2/2] grep: respect diff attributes for binary-ness
From
: Jeff King <peff@xxxxxxxx>
[PATCH 1/2] grep: let grep_buffer callers specify a binary flag
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] Don't search files with an unset "grep" attribute
From
: Jeff King <peff@xxxxxxxx>
[RFC PATCH] gitweb: use CGI with -utf8
From
: Michał Kiedrowicz <michal.kiedrowicz@xxxxxxxxx>
Re: Bug report: stash in upstream caused remote fetch to fail
From
: Andrew Walrond <andrew@xxxxxxxxxxx>
Re: [RFC/PATCH] add update to branch support for "floating submodules"
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Re: [PATCH v3 1/2] Factor find_pack_entry()'s core out
From
: Junio C Hamano <gitster@xxxxxxxxx>
Request for git-svn man page
From
: "Dr. Lars Hanke" <lars@xxxxxxxxx>
Re: General support for ! in git-config values
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Don't search files with an unset "grep" attribute
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH v3 1/2] Factor find_pack_entry()'s core out
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: logging disjoint sets of commits in a single command
From
: "Bryan O'Sullivan" <bryano@xxxxxx>
AW: Project structure of .NET-Projects using git submodule or something different
From
: "Harald Heigl" <Harald@xxxxxxxxxxxxxxx>
rebase -i reword runs pre-commit hook with curious results
From
: "Neal Kreitzinger" <neal@xxxxxxxx>
Re: rebase -i reword converts to pick on pre-commit non-zero exit
From
: Neal Kreitzinger <nkreitzinger@xxxxxxxxx>
rebase -i reword converts to pick on pre-commit non-zero exit
From
: "Neal Kreitzinger" <neal@xxxxxxxx>
Re: [PATCH v2] Use correct grammar in diffstat summary line
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: General support for ! in git-config values
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: [PATCH v5 2/5] gitweb: add project_filter to limit project list to a subdirectory
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: What's cooking in git.git (Jan 2012, #08; Tue, 31)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: What's cooking in git.git (Jan 2012, #08; Tue, 31)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Project structure of .NET-Projects using git submodule or something different
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Bug report: stash in upstream caused remote fetch to fail
From
: Andrew Walrond <andrew@xxxxxxxxxxx>
Re: Rebase regression in v1.7.9?
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: General support for ! in git-config values
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] i18n: po for zh_cn
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: [PATCH] i18n: format_tracking_info "Your branch is behind" message
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
General support for ! in git-config values
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: Rebase regression in v1.7.9?
From
: Andrew Wong <andrew.w@xxxxxxxxxxx>
[PATCH] i18n: diff/apply statistics
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
[PATCH] i18n: format_tracking_info "Your branch is behind" message
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
[PATCH] i18n: git-commit whence_s "merge/cherry-pick" message
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: [PATCH v5 2/5] gitweb: add project_filter to limit project list to a subdirectory
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
Re: [PATCH] Don't search files with an unset "grep" attribute
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v3 2/2] find_pack_entry(): do not keep packed_git pointer locally
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
Re: [PATCH v3 1/2] Factor find_pack_entry()'s core out
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
[PATCH] i18n: po for zh_cn
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
[PATCH v2 1/3] pack-objects: do not accept "--index-version=version,"
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 3/3] pack-objects: convert to use parse_options()
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 2/3] pack-objects: remove bogus comment
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: [PATCH] pack-objects: convert to use parse_options()
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH] pack-objects: convert to use parse_options()
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
[PATCH v3 2/2] find_pack_entry(): do not keep packed_git pointer locally
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v3 1/2] Factor find_pack_entry()'s core out
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: [PATCH] gitk: make "git describe" output clickable, too
From
: Jim Meyering <jim@xxxxxxxxxxxx>
[PATCH v2] Use correct grammar in diffstat summary line
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: [BUG] git clean -X skips a directory containing only ignored files
From
: Michael Schubert <mschub@xxxxxxxxxxxxx>
Re: What's cooking in git.git (Jan 2012, #08; Tue, 31)
From
: Jakub Narebski <jnareb@xxxxxxxxx>
ANNOUNCE: Git for Windows 1.7.9
From
: Pat Thoyts <patthoyts@xxxxxxxxx>
Re: [PATCH] Correct singular form in diff summary line for human interaction
From
: Thomas Dickey <dickey@xxxxxxx>
Re: [PATCH] Don't search files with an unset "grep" attribute
From
: Conrad Irwin <conrad.irwin@xxxxxxxxx>
Re: [PATCH] Don't search files with an unset "grep" attribute
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] Don't search files with an unset "grep" attribute
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] Don't search files with an unset "grep" attribute
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Fix an "variable might be used uninitialized" gcc warning
From
: Miles Bader <miles@xxxxxxx>
What's cooking in git.git (Jan 2012, #08; Tue, 31)
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] request-pull: explicitly ask tags/$name to be pulled
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Correct singular form in diff summary line for human interaction
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: logging disjoint sets of commits in a single command
From
: Jeff King <peff@xxxxxxxx>
[BUG] gitk and "Ignore space change" option
From
: Oleg Kostyuk <cub.uanic@xxxxxxxxx>
Re: [PATCH] Correct singular form in diff summary line for human interaction
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH] Correct singular form in diff summary line for human interaction
From
: Thomas Dickey <dickey@xxxxxxx>
Re: [PATCH] Correct singular form in diff summary line for human interaction
From
: Thomas Dickey <dickey@xxxxxxx>
Re: [PATCH] Correct singular form in diff summary line for human interaction
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: logging disjoint sets of commits in a single command
From
: "Bryan O'Sullivan" <bryano@xxxxxx>
Re: logging disjoint sets of commits in a single command
From
: Jeff King <peff@xxxxxxxx>
Re: logging disjoint sets of commits in a single command
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: logging disjoint sets of commits in a single command
From
: Carlos Martín Nieto <carlos@xxxxxxxxxx>
Re: [PATCH/RFC v3] grep: Add the option '--exclude'
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: logging disjoint sets of commits in a single command
From
: "Bryan O'Sullivan" <bryano@xxxxxx>
logging disjoint sets of commits in a single command
From
: "Bryan O'Sullivan" <bryano@xxxxxx>
Re: [PATCH] pack-objects: convert to use parse_options()
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Alternates corruption issue
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Rebase regression in v1.7.9?
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [RFC/PATCH] add update to branch support for "floating submodules"
From
: Phil Hord <phil.hord@xxxxxxxxx>
Project structure of .NET-Projects using git submodule or something different
From
: "Harald Heigl" <Harald@xxxxxxxxxxxxxxx>
Re: Alternates corruption issue
From
: Jeff King <peff@xxxxxxxx>
Re: Alternates corruption issue
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: Alternates corruption issue
From
: Jeff King <peff@xxxxxxxx>
Re: Alternates corruption issue
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: Alternates corruption issue
From
: Jeff King <peff@xxxxxxxx>
Re: Alternates corruption issue
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [RFC/PATCH] add update to branch support for "floating submodules"
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Re: Alternates corruption issue
From
: Jeff King <peff@xxxxxxxx>
Re: Alternates corruption issue
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] vcs-svn: Fix some compiler warnings
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Fix an "variable might be used uninitialized" gcc warning
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: Alternates corruption issue
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH v2] find_pack_entry(): do not keep packed_git pointer locally
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
Re: [PATCH] vcs-svn: Fix some compiler warnings
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH] vcs-svn: Fix some compiler warnings
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] Fix an "variable might be used uninitialized" gcc warning
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH v2] find_pack_entry(): do not keep packed_git pointer locally
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Correct singular form in diff summary line for human interaction
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [BUG] git clean -X skips a directory containing only ignored files
From
: Paul Berry <stereotype441@xxxxxxxxx>
Re: [BUG] git clean -X skips a directory containing only ignored files
From
: Andrew Wong <andrew.w@xxxxxxxxxxx>
Re: Bug: "git checkout -b" should be allowed in empty repo
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [PATCH] Correct singular form in diff summary line for human interaction
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [BUG] git clean -X skips a directory containing only ignored files
From
: Michael Schubert <mschub@xxxxxxxxxxxxx>
[PATCH/RFC v3] grep: Add the option '--exclude'
From
: Albert Yale <surfingalbert@xxxxxxxxx>
Alternates corruption issue
From
: Richard Purdie <richard.purdie@xxxxxxxxxxxxxxxxxxx>
[PATCH] Correct singular form in diff summary line for human interaction
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
(all of them participate in SCOPUS, EI Compendex, ACM, IET, ASM, AMS etc...
From
: "Prof. Nikos E. Mastorakis" <mastor@xxxxxxxxxxx>
[PATCH] pack-objects: convert to use parse_options()
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Disable merge conflicts on on non-conflicting changes to subsequent lines
From
: Marcin Wiśnicki <mwisnicki@xxxxxxxxx>
Re: Bug: "git checkout -b" should be allowed in empty repo
From
: demerphq <demerphq@xxxxxxxxx>
Re: Bug: "git checkout -b" should be allowed in empty repo
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: Bug: "git checkout -b" should be allowed in empty repo
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: Bug: "git checkout -b" should be allowed in empty repo
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re-profiling.
From
: "Tai Bei" <info@xxxxxxxxxxxxx>
Re: gitk Wish hangs on Mac OS X 10.6.8
From
: Matti Linnanvuori <matti.linnanvuori@xxxxxxxxxxxxx>
Re: [PATCH] merge: add instructions to the commit message when editing
From
: Thomas Rast <trast@xxxxxxxxxxx>
Re: [PATCH] find_pack_entry(): do not keep packed_git pointer locally
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
Re: [PATCH] find_pack_entry(): do not keep packed_git pointer locally
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH v2 3/4] completion: cleanup __gitcomp*
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH 2/2] gitweb: Make project search respect project_filter
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCH 1/2] gitweb: Improve projects search form
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCH 0/2] gitweb: Project search improvements
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH v2 3/4] completion: cleanup __gitcomp*
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
[BUG] git clean -X skips a directory containing only ignored files
From
: Paul Berry <stereotype441@xxxxxxxxx>
Re: [PATCH] find_pack_entry(): do not keep packed_git pointer locally
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] merge: add instructions to the commit message when editing
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Bug: "git checkout -b" should be allowed in empty repo
From
: Jeff King <peff@xxxxxxxx>
Re: Bug: "git checkout -b" should be allowed in empty repo
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] merge: add instructions to the commit message when editing
From
: Thomas Rast <trast@xxxxxxxxxxx>
Re: [PATCH v2 3/4] completion: cleanup __gitcomp*
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: i18n: Avoid sentence puzzles
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: [PATCH] git-svn: un-break "git svn rebase" when log.abbrevCommit=true
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: [RFC/PATCH] add update to branch support for "floating submodules"
From
: Phil Hord <phil.hord@xxxxxxxxx>
Re: [PATCH v5 2/5] gitweb: add project_filter to limit project list to a subdirectory
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v5 2/5] gitweb: add project_filter to limit project list to a subdirectory
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] merge: add instructions to the commit message when editing
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git-gui Ctrl-U (unstage) broken
From
: Phil Hord <phil.hord@xxxxxxxxx>
Re: [PATCH v5 2/5] gitweb: add project_filter to limit project list to a subdirectory
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
Re: [PATCH v5 2/5] gitweb: add project_filter to limit project list to a subdirectory
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH] git-svn: un-break "git svn rebase" when log.abbrevCommit=true
From
: Dan Johnson <computerdruid@xxxxxxxxx>
Re: [PATCH v5 2/5] gitweb: add project_filter to limit project list to a subdirectory
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] merge: add instructions to the commit message when editing
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: Bug: "git checkout -b" should be allowed in empty repo
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v6 6/6] gitweb: place links to parent directories in page header
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
[PATCH v6 5/6] gitweb: show active project_filter in project_list page header
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
[PATCH v6 4/6] gitweb: limit links to alternate forms of project_list to active project_filter
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
[PATCH v6 3/6] gitweb: add project_filter to limit project list to a subdirectory
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
[PATCH v6 2/6] gitweb: prepare git_get_projects_list for use outside 'forks'.
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
[PATCH 1/6] gitweb: move hard coded .git suffix out of git_get_projects_list
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
Re: [PATCH v5 2/5] gitweb: add project_filter to limit project list to a subdirectory
From
: "Bernhard R. Link" <brl@xxxxxxxxxxxxxx>
git-svn branches with revision id's in name
From
: Stephen Duncan Jr <stephen.duncan@xxxxxxxxx>
Re: git-gui Ctrl-U (unstage) broken
From
: Clemens Buchacher <drizzd@xxxxxx>
[PATCH] completion: --edit and --no-edit for git-merge
From
: Adrian Weimann <adrian.weimann@xxxxxxxxxxxxxx>
Re: [PATCH v2 4/4] completion: be nicer with zsh
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH v2 4/4] completion: be nicer with zsh
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: Why does git stash create two commits?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git rebase and MacOS 10.7.2 file versions
From
: Torsten Bögershausen <tboegi@xxxxxx>
Re: [PATCH v2 4/4] completion: be nicer with zsh
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Fwd: Gitweb error
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH v2 3/4] completion: cleanup __gitcomp*
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 4/4] completion: be nicer with zsh
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: i18n: Avoid sentence puzzles
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 4/4] completion: be nicer with zsh
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH] completion: add new zsh completion
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Bug: "git checkout -b" should be allowed in empty repo
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 1/4] completion: simplify __git_remotes
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 4/4] completion: be nicer with zsh
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: Why does git stash create two commits?
From
: Seth Robertson <in-gitvger@xxxxxxxx>
Re: [PATCH 1/3] completion: be nicer with zsh
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Why does git stash create two commits?
From
: Phillip Susi <psusi@xxxxxxxxxx>
Re: [PATCH] merge: use editor by default in interactive sessions
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] completion: --edit option for git-merge
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Autocompletion - commands no longer work as stand alone
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 4/4] completion: be nicer with zsh
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH 1/3] completion: be nicer with zsh
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 4/4] completion: be nicer with zsh
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH v2 3/4] completion: cleanup __gitcomp*
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH v2] completion: add new zsh completion
From
: Felipe Contreras <felipec@xxxxxxxxxxxxx>
Re: [PATCH v2 1/4] completion: simplify __git_remotes
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH v2 2/4] completion: remove unused code
From
: Felipe Contreras <felipec@xxxxxxxxxxxxx>
[PATCH 0/4] completion: trivial cleanups
From
: Felipe Contreras <felipec@xxxxxxxxxxxxx>
Re: [PATCH v5 5/5] gitweb: place links to parent directories in page header
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH] merge: use editor by default in interactive sessions
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: git-subtree
From
: dag@xxxxxxxx (David A. Greene)
git rebase and MacOS 10.7.2 file versions
From
: Thomas Röfer <Thomas.Roefer@xxxxxxx>
Re: [PATCH v5.5 1/5] gitweb: prepare git_get_projects_list for use outside 'forks'.
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
Re: [PATCH v5 4/5] gitweb: show active project_filter in project_list page header
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH 3/5] gitweb: limit links to alternate forms of project_list to active project_filter
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: gitweb showing slash r at the end of line
From
: Ondra Medek <xmedeko@xxxxxxxxx>
Re: [PATCH v5 2/5] gitweb: add project_filter to limit project list to a subdirectory
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH v5.5 1/5] gitweb: prepare git_get_projects_list for use outside 'forks'.
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: commit/from command in git-fast-import
From
: Sverre Rabbelier <srabbelier@xxxxxxxxx>
Re: How often does git calculate SHAs?
From
: Shawn Pearce <spearce@xxxxxxxxxxx>
How often does git calculate SHAs?
From
: Michael Cook <mcook@xxxxxxx>
[PATCH v5.5 1/5] gitweb: prepare git_get_projects_list for use outside 'forks'.
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
gitk Wish hangs on Mac OS X 10.6.8
From
: Matti Linnanvuori <matti.linnanvuori@xxxxxxxxxxxxx>
Re: [PATCH 2/3] completion: remove old code
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 2/3] completion: remove old code
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH 3/3] completion: remove unused code
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH v5 1/5] gitweb: prepare git_get_projects_list for use outside 'forks'.
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCH] completion: --edit option for git-merge
From
: Adrian Weimann <adrian.weimann@xxxxxxxxxxxxxx>
Re: [PATCH 3/3] completion: remove unused code
From
: Thomas Rast <trast@xxxxxxxxxxx>
Re: [PATCH 2/3] completion: remove old code
From
: Frans Klaver <fransklaver@xxxxxxxxx>
Re: Autocompletion - commands no longer work as stand alone
From
: Nathan Bullock <nathanbullock@xxxxxxxxx>
Re: [PATCH 2/3] completion: remove old code
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
[PATCH v5 5/5] gitweb: place links to parent directories in page header
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
[PATCH v5 4/5] gitweb: show active project_filter in project_list page header
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
Re: i18n: Avoid sentence puzzles
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
[PATCH 3/5] gitweb: limit links to alternate forms of project_list to active project_filter
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
[PATCH v5 2/5] gitweb: add project_filter to limit project list to a subdirectory
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
[PATCH v5 1/5] gitweb: prepare git_get_projects_list for use outside 'forks'.
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
Re: [PATCH] completion: add new zsh completion
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
i18n: Avoid sentence puzzles
From
: Frederik Schwarzer <schwarzerf@xxxxxxxxx>
Re: [PATCH] completion: add new zsh completion
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
[PATCH] find_pack_entry(): do not keep packed_git pointer locally
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: [PATCH 2/3] completion: remove old code
From
: Frans Klaver <fransklaver@xxxxxxxxx>
Re: [PATCH] completion: add new zsh completion
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: [PATCH] completion: add new zsh completion
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
[PATCH] use 'installsitelib' even with NO_PERL_MAKEMAKER
From
: Nicholas Harteau <nrh@xxxxxxxxxxx>
Re: [PATCH 2/3] completion: remove old code
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: L10n for Git in Chinese begins
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: [PATCH 3/3] completion: remove unused code
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH 1/3] completion: be nicer with zsh
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH 1/3] completion: be nicer with zsh
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH v4 1/2] gitweb: add project_filter to limit project list to a subdirectory
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
Re: gitweb showing slash r at the end of line
From
: Jakub Narebski <jnareb@xxxxxxxxx>
L10n for Git in Chinese begins
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: What's cooking in git.git (Jan 2012, #06; Fri, 27)
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: [PATCH] completion: add new zsh completion
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: [PATCH 3/3] completion: remove unused code
From
: Junio C Hamano <jch2355@xxxxxxxxx>
L10n for Git in Chinese begins
From
: Jiang Xin <gotgit@xxxxxxx>
Re: gitweb showing slash r at the end of line
From
: Ondra Medek <xmedeko@xxxxxxxxx>
Re: [PATCH 3/3] completion: remove unused code
From
: Thomas Rast <trast@xxxxxxxxxxx>
Re: git-subtree
From
: greened@xxxxxxxxxxxxx (David A. Greene)
Re: Bug: "git checkout -b" should be allowed in empty repo
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [PATCH 1/3] completion: be nicer with zsh
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 1/3] completion: be nicer with zsh
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/3] completion: remove old code
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] completion: cleanup __gitcomp*
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH 3/3] completion: remove unused code
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH 3/3] completion: remove unused code
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 2/3] completion: remove old code
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 2/3] completion: remove old code
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH 3/3] completion: remove unused code
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH] completion: cleanup __gitcomp*
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 2/3] completion: remove old code
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH] completion: cleanup __gitcomp*
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
[PATCH] completion: add new zsh completion
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH/RFC v2] grep: Add the option '--exclude'
From
: Albert Yale <surfingalbert@xxxxxxxxx>
Re: [PATCH] grep: fix -l/-L interaction with decoration lines
From
: Junio C Hamano <gitster@xxxxxxxxx>
What's cooking in git.git (Jan 2012, #07; Sun, 29)
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 3/3] completion: remove unused code
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
[PATCH 2/3] completion: remove old code
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
[PATCH 1/3] completion: be nicer with zsh
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
[PATCH 0/3] completion: trivial cleanups
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: git-gui Ctrl-U (unstage) broken
From
: Pat Thoyts <patthoyts@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v4 1/2] gitweb: add project_filter to limit project list to a subdirectory
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH/RFC v2] grep: Add the option '--exclude'
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH/RFC v2] grep: Add the option '--exclude'
From
: Albert Yale <surfingalbert@xxxxxxxxx>
Re: BUG 1.7.9: git branch fails to create new branch when --edit-description is used
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v4 1/2] gitweb: add project_filter to limit project list to a subdirectory
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v4 2/2] gitweb: place links to parent directories in page header
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH v4 1/2] gitweb: add project_filter to limit project list to a subdirectory
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH V4] git on Mac OS and precomposed unicode
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
[PATCH v4 2/2] gitweb: place links to parent directories in page header
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
[PATCH 2/2] gitweb: place links to parent directories in page header
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
[PATCH v4 1/2] gitweb: add project_filter to limit project list to a subdirectory
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
Re: [PATCH V4] git on Mac OS and precomposed unicode
From
: Torsten Bögershausen <tboegi@xxxxxx>
[PATCH] completion: --edit-description option for git-branch
From
: Ralf Thielow <ralf.thielow@xxxxxxxxxxxxxx>
Re: [PATCH v3] gitweb: add project_filter to limit project list to a subdirectory
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH V4] git on Mac OS and precomposed unicode
From
: Torsten Bögershausen <tboegi@xxxxxx>
Re: BUG 1.7.9: git branch fails to create new branch when --edit-description is used
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: Bug: "git checkout -b" should be allowed in empty repo
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Bug: "git checkout -b" should be allowed in empty repo
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: BUG 1.7.9: git branch fails to create new branch when --edit-description is used
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: BUG 1.7.9: git branch fails to create new branch when --edit-description is used
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Bug: "git checkout -b" should be allowed in empty repo
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: Cloning bare repository always warns that its empty.
From
: Jeff King <peff@xxxxxxxx>
Re: BUG 1.7.9: git branch fails to create new branch when --edit-description is used
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] git-svn: un-break "git svn rebase" when log.abbrevCommit=true
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Cloning bare repository always warns that its empty.
From
: nmartin <nmartin867@xxxxxxxxx>
Re: [PATCH] git-svn: un-break "git svn rebase" when log.abbrevCommit=true
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH] Revert "gitweb: Time::HiRes is in core for Perl 5.8"
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: [PATCH] Revert "gitweb: Time::HiRes is in core for Perl 5.8"
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
[PATCH] git-svn: un-break "git svn rebase" when log.abbrevCommit=true
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
[PATCH v3] gitweb: add project_filter to limit project list to a subdirectory
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
Re: Fwd: Gitweb error
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH v2 2/2] gitweb: place links to parent directories in page header
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH v2 1/2] gitweb: add project_filter to limit project list to a subdirectory
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: Bisecting through the middle of a big merge?
From
: walt <w41ter@xxxxxxxxx>
Re: Bisecting through the middle of a big merge?
From
: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
Re: Bisecting through the middle of a big merge?
From
: walt <w41ter@xxxxxxxxx>
Re: [PATCH] Revert "gitweb: Time::HiRes is in core for Perl 5.8"
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: What's cooking in git.git (Jan 2012, #06; Fri, 27)
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH] git-completion: workaround zsh COMPREPLY bug
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: gitweb showing slash r at the end of line
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCH v2 2/2] gitweb: place links to parent directories in page header
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
[PATCH v2 1/2] gitweb: add project_filter to limit project list to a subdirectory
From
: "Bernhard R. Link" <brl+git@xxxxxxxxxxxxxx>
Re: [PATCH] gitweb: add pf= to limit project list to a subdirectory
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH] gitweb: add pf= to limit project list to a subdirectory
From
: "Bernhard R. Link" <brl+list+git@xxxxxxxxxxxxxx>
Re: [PATCH] gitweb: add pf= to limit project list to a subdirectory
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: Bisecting through the middle of a big merge?
From
: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
Re: BUG 1.7.9: git branch fails to create new branch when --edit-description is used
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: BUG 1.7.9: git branch fails to create new branch when --edit-description is used
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: What's cooking in git.git (Jan 2012, #06; Fri, 27)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PULL] svn-fe updates for master or next
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/RFC] grep: Add the option '--exclude'
From
: Albert Yale <surfingalbert@xxxxxxxxx>
[PATCH/RFC] grep: Add the option '--exclude'
From
: Albert Yale <surfingalbert@xxxxxxxxx>
Bisecting through the middle of a big merge?
From
: walt <w41ter@xxxxxxxxx>
Re: [PATCH] gitweb: add pf= to limit project list to a subdirectory
From
: "Bernhard R. Link" <brl+list+git@xxxxxxxxxxxxxx>
Re: BUG 1.7.9: git branch fails to create new branch when --edit-description is used
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: gitweb showing slash r at the end of line
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 4/4] config: allow including config from repository blobs
From
: Junio C Hamano <gitster@xxxxxxxxx>
BUG 1.7.9: git branch fails to create new branch when --edit-description is used
From
: Mark Jason Dominus <mjd@xxxxxxxxxx>
Re: [PATCH] gitweb: add pf= to limit project list to a subdirectory
From
: Jakub Narebski <jnareb@xxxxxxxxx>
What's cooking in git.git (Jan 2012, #06; Fri, 27)
From
: Junio C Hamano <gitster@xxxxxxxxx>
A note from the maintainer
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Fwd: Gitweb error
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: gitweb showing slash r at the end of line
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[ANNOUNCE] Git 1.7.9
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: commit/from command in git-fast-import
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: commit/from command in git-fast-import
From
: David Barr <davidbarr@xxxxxxxxxx>
Re: [PATCH] Revert "gitweb: Time::HiRes is in core for Perl 5.8"
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PULL] svn-fe updates for master or next
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PULL] svn-fe updates for master or next
From
: Junio C Hamano <gitster@xxxxxxxxx>
Fwd: Git-web error
From
: rajesh boyapati <boyapatisrajesh@xxxxxxxxx>
[PATCH] Revert "gitweb: Time::HiRes is in core for Perl 5.8"
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [RFC/PATCH 0/4] config include directives
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 1/4] config: add include directive
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Re: [PATCH] git-completion: workaround zsh COMPREPLY bug
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
gitweb showing slash r at the end of line
From
: Ondra Medek <xmedeko@xxxxxxxxx>
Re: commit/from command in git-fast-import
From
: Mike Hommey <mh@xxxxxxxxxxxx>
git-gui Ctrl-U (unstage) broken
From
: Victor Engmark <victor.engmark@xxxxxxxxx>
Re: commit/from command in git-fast-import
From
: David Barr <davidbarr@xxxxxxxxxx>
commit/from command in git-fast-import
From
: Mike Hommey <mh@xxxxxxxxxxxx>
Re: make install rewrites source files
From
: Hallvard Breien Furuseth <h.b.furuseth@xxxxxxxxxxx>
Re: [PATCH 5/5] run-command: Error out if interpreter not found
From
: Frans Klaver <fransklaver@xxxxxxxxx>
Re: Test t9500 fails if Time::HiRes is missing
From
: Jakub Narębski <jnareb@xxxxxxxxx>
Re: Test t9500 fails if Time::HiRes is missing
From
: Hallvard B Furuseth <h.b.furuseth@xxxxxxxxxxx>
Re: make install rewrites source files
From
: Hallvard B Furuseth <h.b.furuseth@xxxxxxxxxxx>
Re: [RFC/PATCH 0/4] config include directives
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: [PATCH 5/5] run-command: Error out if interpreter not found
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 1/4] config: add include directive
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: Test t9500 fails if Time::HiRes is missing
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: Test t9500 fails if Time::HiRes is missing
From
: Jakub Narębski <jnareb@xxxxxxxxx>
Re: [PATCH 5/5] run-command: Error out if interpreter not found
From
: Frans Klaver <fransklaver@xxxxxxxxx>
Re: [PATCH 5/5] run-command: Error out if interpreter not found
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 5/5] run-command: Error out if interpreter not found
From
: Frans Klaver <fransklaver@xxxxxxxxx>
Re: git rebase likes to fail miserably on Mac OS X Lion
From
: lists@xxxxxxxxxxxxxxxx (Stefan Haller)
Re: [PATCH 4/4] config: allow including config from repository blobs
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: [PULL] svn-fe updates for master or next
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH] gitweb: add pf= to limit project list to a subdirectory
From
: "Bernhard R. Link" <brl+list+git@xxxxxxxxxxxxxx>