Git Distributed Software Revision Control
Thread Index
[
Prev Page
][
Next Page
]
Re: git-revert doesn't run commit-msg hook
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Is it by design you can create a branch called 'HEAD'?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: remove_duplicates() in builtin/fetch-pack.c is O(N^2)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Attempt of a git-svn-switch
From
: Ronan Keryell <Ronan.Keryell@xxxxxxxxxxxxxxx>
Re: [PATCH 1/7] sequencer: fix leaked todo_list memory
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 6/7] unpack-trees: record which unpack error messages should be freed
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 5/7] revert: free revs->cmdline.rev
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: Index format v5
From
: Thomas Gummerer <t.gummerer@xxxxxxxxx>
[PATCH/RFC] rebase -p: do not redo the merge, but cherry-pick first-parent changes
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: [PATCH] l10n: de.po: translate 265 new messages
From
: Christian Stimming <stimming@xxxxxxx>
Re: remove_duplicates() in builtin/fetch-pack.c is O(N^2)
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 2/2] git-sh-setup: work around Cygwin path handling gotchas
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: remove_duplicates() in builtin/fetch-pack.c is O(N^2)
From
: Martin Fick <mfick@xxxxxxxxxxxxxx>
Re: [PATCH] l10n: de.po: translate 265 new messages
From
: Ralf Thielow <ralf.thielow@xxxxxxxxxxxxxx>
Re: remove_duplicates() in builtin/fetch-pack.c is O(N^2)
From
: Jeff King <peff@xxxxxxxx>
Re: diffstat witdth with one changed file
From
: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
Re: [PATCH v3 2/4] submodule: support superproject origin URLs of the form ./foo/bar or ../foo/bar
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
Re: [PATCH 3/3] grep: support newline separated pattern list
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
diffstat witdth with one changed file
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
[PATCH 7/7] Properly free unpack trees error messages
From
: Christian Couder <chriscool@xxxxxxxxxxxxx>
[PATCH 6/7] unpack-trees: record which unpack error messages should be freed
From
: Christian Couder <chriscool@xxxxxxxxxxxxx>
[PATCH 5/7] revert: free revs->cmdline.rev
From
: Christian Couder <chriscool@xxxxxxxxxxxxx>
[PATCH 4/7] revert: free opts.revs to do a bit of cleanup
From
: Christian Couder <chriscool@xxxxxxxxxxxxx>
[PATCH 3/7] merge-recursive: free some string lists
From
: Christian Couder <chriscool@xxxxxxxxxxxxx>
[PATCH 2/7] sequencer: release a strbuf used in save_head()
From
: Christian Couder <chriscool@xxxxxxxxxxxxx>
[PATCH 1/7] sequencer: fix leaked todo_list memory
From
: Christian Couder <chriscool@xxxxxxxxxxxxx>
[PATCH 0/7] Fix some sequencer leaks
From
: Christian Couder <chriscool@xxxxxxxxxxxxx>
doc bug for git-patch-id ?
From
: David Bremner <david@xxxxxxxxxxx>
Re: [PATCH v2 2/2] submodule: fix handling of superproject with relative origin URLs
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
[PATCH v3 4/4] submodule: support superproject origin URLs of the form foo/bar
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
[PATCH v3 3/4] submodule: verify support for superproject URLs of the form foo/bar.
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
[PATCH v3 2/4] submodule: support superproject origin URLs of the form ./foo/bar or ../foo/bar
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
[PATCH v3 1/4] submodule: verify support for superproject origin URLs of the form ./foo/bar or ../foo/bar
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
git-revert doesn't run commit-msg hook
From
: Orgad and Raizel Shaneh <orgads@xxxxxxxxx>
Re: remove_duplicates() in builtin/fetch-pack.c is O(N^2)
From
: demerphq <demerphq@xxxxxxxxx>
Is it by design you can create a branch called 'HEAD'?
From
: demerphq <demerphq@xxxxxxxxx>
Re: [PATCH 08/13] ident: don't write fallback username into git_default_name
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: remove_duplicates() in builtin/fetch-pack.c is O(N^2)
From
: Junio C Hamano <gitster@xxxxxxxxx>
remove_duplicates() in builtin/fetch-pack.c is O(N^2)
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [PATCH 2/2] cmd_fetch_pack(): fix constness problem and memory leak
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH v2 4/4] cmd_fetch_pack(): respect constness of argv parameter
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 3/4] cmd_fetch_pack(): combine the loop termination conditions
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 1/4] cmd_fetch_pack(): declare dest to be const
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 0/4] Fix some constness errors in fetch-pack
From
: mhagger@xxxxxxxxxxxx
git rev-list %an, %ae, %at bug in v1.7.10.1 and beyond
From
: Bryan Turner <bturner@xxxxxxxxxxxxx>
[PATCH v2 2/4] cmd_fetch_pack(): handle non-option arguments outside of the loop
From
: mhagger@xxxxxxxxxxxx
Re: Index format v5
From
: Thomas Gummerer <t.gummerer@xxxxxxxxx>
Re: [PATCH 05/13] move git_default_* variables to ident.c
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 06/13] format-patch: use default email for generating message ids
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 08/13] ident: don't write fallback username into git_default_name
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 05/13] move git_default_* variables to ident.c
From
: Jeff King <peff@xxxxxxxx>
What's cooking in git.git (May 2012, #05; Sun, 20)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 05/13] move git_default_* variables to ident.c
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 06/13] format-patch: use default email for generating message ids
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 08/13] ident: don't write fallback username into git_default_name
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 2/2] submodule: fix handling of superproject with relative origin URLs
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] cmd_fetch_pack(): fix constness problem and memory leak
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [1.8.0] use 'stage' term consistently
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH] l10n: de.po: translate 265 new messages
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: [1.8.0] use 'stage' term consistently
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH 3/3] grep: support newline separated pattern list
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] t/Makefile: retain cache t/.prove across prove runs
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [1.8.0] use 'stage' term consistently
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] l10n: de.po: translate 265 new messages
From
: Christian Stimming <stimming@xxxxxxx>
Re: How to properly rename a repository with submodules
From
: Gelonida N <gelonida@xxxxxxxxx>
How to properly rename a repository with submodules
From
: Gelonida N <gelonida@xxxxxxxxx>
Re: [1.8.0] use 'stage' term consistently
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [1.8.0] use 'stage' term consistently
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 0/2] completion: backwards compatibility fix
From
: Carsten Mattner <carstenmattner@xxxxxxxxxxxxxx>
[PATCH 2/3] grep: factor out do_append_grep_pat()
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
[PATCH 3/3] grep: support newline separated pattern list
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
[PATCH 1/3] grep: factor out create_grep_pat()
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
[PATCH] Consistently use "superproject" instead of "supermodule"
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Re: [1.8.0] use 'stage' term consistently
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [1.8.0] use 'stage' term consistently
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH 0/2] completion: backwards compatibility fix
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: Testing JavaScript code in gitweb.
From
: chaitanya nalla <nallachaitu@xxxxxxxxx>
Re: Testing JavaScript code in gitweb.
From
: Andrew Sayers <andrew-git@xxxxxxxxxxxxxxx>
Re: [PATCH 0/2] completion: backwards compatibility fix
From
: Carsten Mattner <carstenmattner@xxxxxxxxxxxxxx>
[PATCH] free_ref_entry(): do not trigger reading of loose refs
From
: mhagger@xxxxxxxxxxxx
Re: [PATCH 2/2] submodule: fix handling of supermodules with relative origin URLs
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 0/2] completion: backwards compatibility fix
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] submodule: fix handling of supermodules with relative origin URLs
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
Re: [PATCH 2/2] submodule: fix handling of supermodules with relative origin URLs
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Re: [PATCH 2/2] submodule: fix handling of supermodules with relative origin URLs
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
Re: [PATCH 2/2] submodule: fix handling of supermodules with relative origin URLs
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
[PATCH v2 2/2] submodule: fix handling of superproject with relative origin URLs
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
[PATCH v2 1/2] submodule: add tests for add,sync,init in presence of relative super origin URL
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
Re: [PATCH 2/2] submodule: fix handling of supermodules with relative origin URLs
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
Re: [PATCH] t3404: begin "exchange commits with -p" test with correct preconditions
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Testing JavaScript code in gitweb.
From
: jaseem abid <jaseemabid@xxxxxxxxx>
Re: [PATCH 2/2] submodule: fix handling of supermodules with relative origin URLs
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Re: [PATCH 0/2] completion: backwards compatibility fix
From
: Carsten Mattner <carstenmattner@xxxxxxxxxxxxxx>
Re: [PATCH 0/2] completion: backwards compatibility fix
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] t/Makefile: retain cache t/.prove across prove runs
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] t/Makefile: retain cache t/.prove across prove runs
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: tr/xdiff-fast-hash generates warnings and breaks tests
From
: Øyvind A. Holm <sunny@xxxxxxxxxxx>
Re: [PATCH 0/2] Fix some constness errors in fetch-pack
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH] t3404: begin "exchange commits with -p" test with correct preconditions
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: Index format v5
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [1.8.0] use 'stage' term consistently
From
: "Philip Oakley" <philipoakley@xxxxxxx>
Re: [PATCH][GIT.PM 2/3] Getting rid of throwing Error::Simple objects in favour of simple Perl scalars which can be caught in eval{} blocks
From
: Andrew Sayers <andrew-git@xxxxxxxxxxxxxxx>
Re: msysgit with git protocol to linux server
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: [PATCH 0/2] completion: backwards compatibility fix
From
: Carsten Mattner <carstenmattner@xxxxxxxxxxxxxx>
Re: git-completion with bash alias
From
: Carsten Mattner <carstenmattner@xxxxxxxxxxxxxx>
Re: git-completion with bash alias
From
: Carsten Mattner <carstenmattner@xxxxxxxxxxxxxx>
[PATCH][GIT.PM 2/3] Getting rid of throwing Error::Simple objects in favour of simple Perl scalars which can be caught in eval{} blocks
From
: Subho Sankar Banerjee <subs.zero@xxxxxxxxx>
[PATCH][GIT.PM 3/3] Perl code uses eval{}/die instead of Error::Simple and Git::Error::Command
From
: Subho Sankar Banerjee <subs.zero@xxxxxxxxx>
[PATCH][GIT.PM 1/3] Ignore files produced from exuberant-ctags
From
: Subho Sankar Banerjee <subs.zero@xxxxxxxxx>
Re: [1.8.0] use 'stage' term consistently
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [1.8.0] use 'stage' term consistently
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: Index format v5
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [PATCH 2/2] index-pack: use streaming interface on large blobs (most of the time)
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH v2 1/5] Add convenient function to do automatic garbage collection
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: Add comment lines to patch format
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: Add comment lines to patch format
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
[PATCH 2/2] submodule: fix handling of supermodules with relative origin URLs
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
[PATCH 1/2] submodule: add tests for add,sync,init in presence of relative super origin URL
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
Re: [PATCH 0/2] completion: backwards compatibility fix
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH v2 3/4] pack-objects: refactor write_object()
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
[PATCH 2/2] completion: add support for backwards compatibility
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
[PATCH 1/2] completion: rename _git and _gitk
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
[PATCH 0/2] completion: backwards compatibility fix
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: git-completion with bash alias
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: cherry-pick is slow
From
: Jeff King <peff@xxxxxxxx>
Re: [1.8.0] use 'stage' term consistently
From
: Mark Lodato <lodatom@xxxxxxxxx>
Re: [PATCH 2/2] git-sh-setup: work around Cygwin path handling gotchas
From
: Steven Penny <svnpenn@xxxxxxxxx>
Re: git-completion with bash alias
From
: Jeff King <peff@xxxxxxxx>
Re: Are author names ending with a dot invalid?
From
: Jeff King <peff@xxxxxxxx>
Re: Add comment lines to patch format
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] remote: fix typo
From
: Jeff King <peff@xxxxxxxx>
[Announce] libgit2 v0.17.0
From
: Vicent Marti <vicent@xxxxxxxxxx>
Re: msysgit with git protocol to linux server
From
: Jeff King <peff@xxxxxxxx>
[PATCH 13/13] format-patch: refactor get_patch_filename
From
: Jeff King <peff@xxxxxxxx>
[PATCH 12/13] ident: use a dynamic strbuf in fmt_ident
From
: Jeff King <peff@xxxxxxxx>
[PATCH 11/13] ident: use full dns names to generate email addresses
From
: Jeff King <peff@xxxxxxxx>
[PATCH 10/13] ident: report passwd errors with a more friendly message
From
: Jeff King <peff@xxxxxxxx>
[PATCH 0/13] ident cleanups and bugfixes
From
: Jeff King <peff@xxxxxxxx>
[PATCH 09/13] drop length limitations on gecos-derived names and emails
From
: Jeff King <peff@xxxxxxxx>
[PATCH 08/13] ident: don't write fallback username into git_default_name
From
: Jeff King <peff@xxxxxxxx>
[PATCH 07/13] fmt_ident: drop IDENT_WARN_ON_NO_NAME code
From
: Jeff King <peff@xxxxxxxx>
[PATCH 06/13] format-patch: use default email for generating message ids
From
: Jeff King <peff@xxxxxxxx>
[PATCH 03/13] fmt-merge-msg: don't use static buffer in record_person
From
: Jeff King <peff@xxxxxxxx>
[PATCH 05/13] move git_default_* variables to ident.c
From
: Jeff King <peff@xxxxxxxx>
[PATCH 04/13] move identity config parsing to ident.c
From
: Jeff King <peff@xxxxxxxx>
[PATCH 02/13] http-push: do not access git_default_email directly
From
: Jeff King <peff@xxxxxxxx>
[PATCH 01/13] ident: split setup_ident into separate functions
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH v2 1/5] Add convenient function to do automatic garbage collection
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: bugreport: stgit cannot export empty patch
From
: Stepan Koltsov <stepan.koltsov@xxxxxxxxxxxxx>
Re: [PATCH 2/2] index-pack: use streaming interface on large blobs (most of the time)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 1/2] index-pack: hash non-delta objects while reading from stream
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [RFC] submodule: fix handling of supermodules with relative origin URLs.
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
Re: bugreport: stgit cannot export empty patch
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 3/4] pack-objects: refactor write_object()
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 2/4] pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."
From
: Junio C Hamano <gitster@xxxxxxxxx>
bugreport: stgit cannot export empty patch
From
: Stepan Koltsov <stepan.koltsov@xxxxxxxxxxxxx>
Re: [PATCH v2 1/4] streaming: allow to call close_istream(NULL);
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [1.8.0] use 'stage' term consistently
From
: Thiago Farina <tfransosi@xxxxxxxxx>
Re: [RFC] submodule: fix handling of supermodules with relative origin URLs.
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
msysgit with git protocol to linux server
From
: Neal Kreitzinger <nkreitzinger@xxxxxxxxx>
Re: [PATCH v1] Documentation: git-rev-parse: clarify that --git-dir does not necessarily show relative paths
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] archive: simplify refname handling
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] archive: simplify refname handling
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] remote: fix typo
From
: Ralf Thielow <ralf.thielow@xxxxxxxxxxxxxx>
[PATCH] remote: fix typo
From
: Ralf Thielow <ralf.thielow@xxxxxxxxxxxxxx>
Re: [PATCH] archive: simplify refname handling
From
: Carlos Martín Nieto <cmn@xxxxxxxx>
Re: [PATCH] archive: simplify refname handling
From
: Jeff King <peff@xxxxxxxx>
Re: Index format v5
From
: Thomas Gummerer <t.gummerer@xxxxxxxxx>
Re: Add comment lines to patch format
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] rebase -i: avoid checking out $branch when possible
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Fix t3411.3 to actually rebase something
From
: Stephen Haberman <stephen@xxxxxxxxxxxxxxxx>
[PATCH] Fix t3411.3 to actually rebase something
From
: Johannes Sixt <j6t@xxxxxxxx>
Add comment lines to patch format
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: git grep -F doesn't behave like grep -F?
From
: "Torne (Richard Coles)" <torne@xxxxxxxxxx>
Re: git grep -F doesn't behave like grep -F?
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: Making git history strictly time safe
From
: Sitaram Chamarty <sitaramc@xxxxxxxxx>
Re: [RFC] submodule: fix handling of supermodules with relative origin URLs.
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
[RFC] submodule: fix handling of supermodules with relative origin URLs.
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
git-completion with bash alias
From
: Carsten Mattner <carstenmattner@xxxxxxxxxxxxxx>
git grep -F doesn't behave like grep -F?
From
: "Torne (Richard Coles)" <torne@xxxxxxxxxx>
Re: [PATCH v1] Documentation: git-rev-parse: clarify that --git-dir does not necessarily show relative paths
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH v1] Documentation: git-rev-parse: clarify that --git-dir does not necessarily show relative paths
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH v1] Documentation: git-rev-parse: clarify that --git-dir does not necessarily show relative paths
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
git submodule: git sync does the wrong thing if the origin URL is relative
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
Re: [PATCH] rebase -i: avoid checking out $branch when possible
From
: Thomas Rast <trast@xxxxxxxxxxx>
Re: [PATCH 0/5] xdiff: replace emit_func() with type-safe
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: [PATCH v2] git-svn: clarify the referent of dcommit's optional argument
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
[PATCH] archive-tar: keep const in checksum calculation
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
[PATCH] archive: simplify refname handling
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: [PATCH] send-email: support coloring dry-run output
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH 00/65] Mark parseopt strings for translation
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH 2/2] git-sh-setup: work around Cygwin path handling gotchas
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Making git history strictly time safe
From
: Andrew Ardill <andrew.ardill@xxxxxxxxx>
Are author names ending with a dot invalid?
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH 2/2] git-sh-setup: work around Cygwin path handling gotchas
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 1/2] git-sh-setup: define workaround wrappers before they are used
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: Local cache for git objects
From
: Bartosz Gęza <bartoszgeza@xxxxxxxxx>
Re: Local cache for git objects
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Local cache for git objects
From
: Bartosz Gęza <bartoszgeza@xxxxxxxxx>
Local cache for git objects
From
: Bartosz Gęza <bartoszgeza@xxxxxxxxx>
Re: Git commit path vs rebase path
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: tr/xdiff-fast-hash generates warnings and breaks tests
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: Git commit path vs rebase path
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: git rev-parse --git-dir does report yield relative path to git directory, per documentation
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: git rev-parse --git-dir does report yield relative path to git directory, per documentation
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: tr/xdiff-fast-hash generates warnings and breaks tests
From
: Junio C Hamano <gitster@xxxxxxxxx>
RE: Making git history strictly time safe
From
: "Jones, Brian P CTR SPAWARSYSCEN-PACIFIC, 63600" <brian.p.jones4.ctr@xxxxxxxx>
Re: [PATCH] send-email: support coloring dry-run output
From
: Angus Hammond <angusgh@xxxxxxxxx>
[PATCH] send-email: support coloring dry-run output
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: [PATCH v5] git-svn: clarify the referent of dcommit's optional argument
From
: Eric Wong <normalperson@xxxxxxxx>
Re: tr/xdiff-fast-hash generates warnings and breaks tests
From
: Øyvind A. Holm <sunny@xxxxxxxxxxx>
git rev-parse --git-dir does report yield relative path to git directory, per documentation
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
Re: tr/xdiff-fast-hash generates warnings and breaks tests
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
[PATCH v5] git-svn: clarify the referent of dcommit's optional argument
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
Re: [PATCH v4] git-svn: clarify the referent of dcommit's optional argument
From
: Eric Wong <normalperson@xxxxxxxx>
Re: Making git history strictly time safe
From
: Andrew Ardill <andrew.ardill@xxxxxxxxx>
Re: [PATCH v4] git-svn: clarify the referent of dcommit's optional argument
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
[PATCH] git-sh-setup: work around Cygwin path handling gotchas
From
: Steven Penny <svnpenn@xxxxxxxxx>
tr/xdiff-fast-hash generates warnings and breaks tests
From
: Øyvind A. Holm <sunny@xxxxxxxxxxx>
Making git history strictly time safe
From
: "Jones, Brian P CTR SPAWARSYSCEN-PACIFIC, 63600" <brian.p.jones4.ctr@xxxxxxxx>
Re: [PATCH v4] git-svn: clarify the referent of dcommit's optional argument
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git format-patch doesn't exclude merged hunks
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Index format v5
From
: Thomas Gummerer <t.gummerer@xxxxxxxxx>
Re: [PATCH v4] git-svn: clarify the referent of dcommit's optional argument
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
[PATCH v4] git-svn: clarify the referent of dcommit's optional argument
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
Git not uploading all files
From
: Andy_BN <isalexandru@xxxxxxxxx>
[PATCH v3] git-svn: clarify the referent of dcommit's optional argument
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
Re: git format-patch doesn't exclude merged hunks
From
: Pádraig Brady <P@xxxxxxxxxxxxxx>
Re: recipe to use git for deployment
From
: Neal Kreitzinger <nkreitzinger@xxxxxxxxx>
Re: new website: where is the blob ... ?
From
: Neal Kreitzinger <nkreitzinger@xxxxxxxxx>
Re: git format-patch doesn't exclude merged hunks
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git format-patch doesn't exclude merged hunks
From
: Pádraig Brady <P@xxxxxxxxxxxxxx>
Re: [PATCH 2/2] git-sh-setup: work around Cygwin path handling gotchas
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] git-sh-setup: work around Cygwin path handling gotchas
From
: Steven Penny <svnpenn@xxxxxxxxx>
Re: git format-patch doesn't exclude merged hunks
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 2/2] git-sh-setup: work around Cygwin path handling gotchas
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 1/2] git-sh-setup: define workaround wrappers before they are used
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 0/2] Re: Git commit path vs rebase path
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/RFC] fmt-merge-msg: add a blank line after people info
From
: Junio C Hamano <gitster@xxxxxxxxx>
git format-patch doesn't exclude merged hunks
From
: Pádraig Brady <P@xxxxxxxxxxxxxx>
Re: [PATCH v5] completion: add new __git_complete helper
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
[PATCH] diff --no-index: don't leak buffers in queue_diff
From
: Bobby Powers <bobbypowers@xxxxxxxxx>
[PATCH v2] diff --no-index: reset temporary buffer lengths on directory iteration
From
: Bobby Powers <bobbypowers@xxxxxxxxx>
Re: [PATCH] diff --no-index: reset temporary buffer lengths on directory iteration
From
: Bobby Powers <bobbypowers@xxxxxxxxx>
[PATCH 2/2] index-pack: use streaming interface on large blobs (most of the time)
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH 1/2] index-pack: hash non-delta objects while reading from stream
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 5/5] Update "gc" behavior in commit, merge, am and rebase
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 4/5] gc: add --dry-run
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 3/5] commit: reinstate "gc --auto"
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 2/5] index-pack: perform automatic gc, share receive.gc config with receive-pack
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 1/5] Add convenient function to do automatic garbage collection
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 0/5] "git gc --auto" update
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 4/4] pack-objects: use streaming interface for reading large loose blobs
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 3/4] pack-objects: refactor write_object()
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 2/4] pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 1/4] streaming: allow to call close_istream(NULL);
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: [PATCH v2] pack-objects: use streaming interface for reading large loose blobs
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH] diff --no-index: reset temporary buffer lengths on directory iteration
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: Git commit path vs rebase path
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: Index format v5
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH] diff --no-index: reset temporary buffer lengths on directory iteration
From
: Bobby Powers <bobbypowers@xxxxxxxxx>
Re: [PATCH/RFC] fmt-merge-msg: add a blank line after people info
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v2] git-svn: clarify the referent of dcommit's optional argument
From
: Eric Wong <normalperson@xxxxxxxx>
Re: PATCH: git-svn: support rebase --preserve-merges
From
: Eric Wong <normalperson@xxxxxxxx>
Re: Please pull git-l10n update for upcoming v1.7.10.3
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Please pull git-l10n update for upcoming v1.7.10.3
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: Git commit error: fatal: Repository has been updated, but unable to write new_index file.
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: cherry-pick is slow
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: cherry-pick is slow
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/RFC] fmt-merge-msg: add a blank line after people info
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: cherry-pick is slow
From
: Paweł Sikora <pawel.sikora@xxxxxxxx>
Re: [PATCH 1/2] drop length limitations on gecos-derived names and emails
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 1/2] drop length limitations on gecos-derived names and emails
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] builtin/blame.c: Fix a "Using plain integer as NULL pointer" warning
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: Git commit path vs rebase path
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] rebase -i: avoid checking out $branch when possible
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v5] completion: add new __git_complete helper
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v5] completion: add new __git_complete helper
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] rebase -i: avoid checking out $branch when possible
From
: Shezan Baig <shezbaig.wk@xxxxxxxxx>
Re: ls-tree and wildcards
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2] pack-objects: use streaming interface for reading large loose blobs
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2] git-svn: clarify the referent of dcommit's optional argument
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] fetch/push: allow refs/*:refs/*
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 1/2] drop length limitations on gecos-derived names and emails
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Index format v5
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: Index format v5
From
: Thomas Gummerer <t.gummerer@xxxxxxxxx>
Re: cherry-pick is slow
From
: Jeff King <peff@xxxxxxxx>
RE: [PATCH] git-svn: support rebase --preserve-merges
From
: Avishay Lavie <avishay.lavie@xxxxxxxxx>
Re: ls-tree and wildcards
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH] Update "gc" behavior in commit, merge, am, rebase and index-pack
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH v2] pack-objects: use streaming interface for reading large loose blobs
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH v2] git-svn: clarify the referent of dcommit's optional argument
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
PATCH: git-svn: support rebase --preserve-merges
From
: Avishay Lavie <avishay.lavie@xxxxxxxxx>
Re: [PATCH] fetch/push: allow refs/*:refs/*
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: Index format v5
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: Git commit error: fatal: Repository has been updated, but unable to write new_index file.
From
: Sylvain <syllant@xxxxxxxxx>
Re: [PATCH 1/2] drop length limitations on gecos-derived names and emails
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 1/2] drop length limitations on gecos-derived names and emails
From
: Jeff King <peff@xxxxxxxx>
Re: Some help on gitweb project.
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH] Update "gc" behavior in commit, merge, am, rebase and index-pack
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Please pull git-l10n maint branch with de, zh_CN l10n updates
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: Index format v5
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: Index format v5
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [PATCH 1/2] drop length limitations on gecos-derived names and emails
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 1/2] drop length limitations on gecos-derived names and emails
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] Update "gc" behavior in commit, merge, am, rebase and index-pack
From
: Jeff King <peff@xxxxxxxx>
Re: Arguments to git hooks
From
: jaseem abid <jaseemabid@xxxxxxxxx>
Re: submodule update --force
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: [PATCH] Update "gc" behavior in commit, merge, am, rebase and index-pack
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH v5] completion: add new __git_complete helper
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH v2] pack-objects: use streaming interface for reading large loose blobs
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] link to gitmodules page at the beginning of git-submoduledocumentation
From
: "Philip Oakley" <philipoakley@xxxxxxx>
Re: submodule update --force
From
: Stefan Zager <szager@xxxxxxxxxx>
Re: submodule update --force
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: [PATCH v5] completion: add new __git_complete helper
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Please pull git-l10n maint branch with de, zh_CN l10n updates
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/RFC] fmt-merge-msg: add a blank line after people info
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v5] completion: add new __git_complete helper
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: surprising behavior from merge
From
: Sebastian Kuzminsky <seb@xxxxxxxxxxx>
Re: [PATCH v5] completion: add new __git_complete helper
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git-diff-tree does not use alternate objects for submodules
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v5] completion: add new __git_complete helper
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: git-diff-tree does not use alternate objects for submodules
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: [PATCH v5] completion: add new __git_complete helper
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: how to clone/checkout branch/tag vesion from GIT repository
From
: Jeff King <peff@xxxxxxxx>
[PATCH] link to gitmodules page at the beginning of git-submodule documentation
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: submodule update --force
From
: Stefan Zager <szager@xxxxxxxxxx>
Re: [PATCH 1/2] drop length limitations on gecos-derived names and emails
From
: Jeff King <peff@xxxxxxxx>
Re: submodule update --force
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: git-diff-tree does not use alternate objects for submodules
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: ls-tree and wildcards
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 2/2] ident: report passwd errors with a more friendly message
From
: Jeff King <peff@xxxxxxxx>
Re: git rebase -f --autosquash
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] pack-protocol: fix first-want separator in the examples
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 1/2] drop length limitations on gecos-derived names and emails
From
: Jeff King <peff@xxxxxxxx>
[PATCH v2] teach add_submodule_odb() to look for alternates
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: [PATCH v2] git-svn: clarify the referent of dcommit's optional argument
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2] pack-objects: use streaming interface for reading large loose blobs
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Update "gc" behavior in commit, merge, am, rebase and index-pack
From
: Sverre Rabbelier <srabbelier@xxxxxxxxx>
Re: Index format v5
From
: Thomas Gummerer <t.gummerer@xxxxxxxxx>
Re: Index format v5
From
: Thomas Gummerer <t.gummerer@xxxxxxxxx>
Re: cherry-pick is slow
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH v5] completion: add new __git_complete helper
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
[PATCH v5] completion: add new __git_complete helper
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: What's cooking in git.git (May 2012, #04; Fri, 11)
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
Re: [PATCH v2] git-svn: clarify the referent of dcommit's optional argument
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
Re: http://git-scm.com/docs/git-rebase is (partially) not well formatted
From
: Carlos Martín Nieto <cmn@xxxxxxxx>
http://git-scm.com/docs/git-rebase is (partially) not well formatted
From
: Joel Costigliola <joel.costigliola@xxxxxxxxx>
Re: Jonathan gives feedback --> flamewars inevitable? (Re: [PATCH v3] completion: add new _GIT_complete helper)
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH] Update "gc" behavior in commit, merge, am, rebase and index-pack
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
[PATCH v2] git-svn: clarify the referent of dcommit's optional argument
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
Re: how to clone/checkout branch/tag vesion from GIT repository
From
: supadhyay <supadhyay@xxxxxxxxx>
Re: Git commit path vs rebase path
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
[PATCH] Documentation: have ls-files and ls-tree "see also" each other
From
: Matthew Ogilvie <mmogilvi_git@xxxxxxxxxxxx>
Re: Git commit path vs rebase path
From
: Steven Penny <svnpenn@xxxxxxxxx>
Re: [PATCH] builtin/blame.c: Fix a "Using plain integer as NULL pointer" warning
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: Git commit path vs rebase path
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
[PATCH] builtin/apply.c: Fix a "Using plain integer as NULL pointer" warning
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
[PATCH] builtin/blame.c: Fix a "Using plain integer as NULL pointer" warning
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: git-diff-tree does not use alternate objects for submodules
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: Index format v5
From
: "Philip Oakley" <philipoakley@xxxxxxx>
Re: Index format v5
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: Some help on gitweb project.
From
: Andrew Sayers <andrew-git@xxxxxxxxxxxxxxx>
Re: Some help on gitweb project.
From
: jaseem abid <jaseemabid@xxxxxxxxx>
Some help on gitweb project.
From
: jaseem abid <jaseemabid@xxxxxxxxx>
Re: git-diff-tree does not use alternate objects for submodules
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: cherry-pick is slow
From
: Dmitry Risenberg <dmitry.risenberg@xxxxxxxxx>
[RFC/PATCH] read from 2 filedescriptors simultaneously into one strbuf
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
git svn rebase following a merge causes duplicate commits
From
: Avishay Lavie <avishay.lavie@xxxxxxxxx>
[PATCH v2] pack-objects: use streaming interface for reading large loose blobs
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: XSS in search form at git-scm.com
From
: Paul Betts <paul@xxxxxxxxxxxxx>
Re: cherry-pick is slow
From
: Junio C Hamano <gitster-vger@xxxxxxxxx>
cherry-pick is slow
From
: Dmitry Risenberg <dmitry.risenberg@xxxxxxxxx>
Re: [PATCH] Update "gc" behavior in commit, merge, am, rebase and index-pack
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
Re: [PATCH] pack-objects: use streaming interface for reading large loose blobs
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
Re: ls-tree and wildcards
From
: Ryan McCue <lists@xxxxxxxxxxxxx>
Re: ls-tree and wildcards
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
ls-tree and wildcards
From
: Ryan McCue <lists@xxxxxxxxxxxxx>
Re: Incorrect time on different machines = file changes loss.
From
: Carlos Martín Nieto <cmn@xxxxxxxx>
Re: Finding all branches(remote and local) include given commit?
From
: "Yi, EungJun" <semtlenori@xxxxxxxxx>
Re: Finding all branches(remote and local) include given commit?
From
: Carlos Martín Nieto <cmn@xxxxxxxx>
Re: Finding all branches(remote and local) include given commit?
From
: "Yi, EungJun" <semtlenori@xxxxxxxxx>
Re: Finding all branches(remote and local) include given commit?
From
: "Yi, EungJun" <semtlenori@xxxxxxxxx>
Re: Equivalent of "fixup" for git filter-branch
From
: Philippe Vaucher <philippe.vaucher@xxxxxxxxx>
Incorrect time on different machines = file changes loss.
From
: Oleg Serov <serovov@xxxxxxxxx>
Re: Finding all branches(remote and local) include given commit?
From
: Carlos Martín Nieto <cmn@xxxxxxxx>
Finding all branches(remote and local) include given commit?
From
: "Yi, EungJun" <semtlenori@xxxxxxxxx>
Re: git-notes, how do they work?
From
: Angus Hammond <angusgh@xxxxxxxxx>
Re: git-notes, how do they work?
From
: Ulrich Spoerlein <uspoerlein@xxxxxxxxx>
Re: git rebase -f --autosquash
From
: Carlos Martín Nieto <cmn@xxxxxxxx>
Re: git-notes, how do they work?
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
git-notes, how do they work?
From
: Ulrich Spoerlein <uspoerlein@xxxxxxxxx>
git rebase -f --autosquash
From
: Andy Kitchen <kitchen.andy@xxxxxxxxx>
[PATCH] pack-objects: use streaming interface for reading large loose blobs
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: how to clone/checkout branch/tag vesion from GIT repository
From
: supadhyay <supadhyay@xxxxxxxxx>
Re: [PATCH] Update "gc" behavior in commit, merge, am, rebase and index-pack
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
[PATCH] Update "gc" behavior in commit, merge, am, rebase and index-pack
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: Please pull git-l10n maint branch with de, zh_CN l10n updates
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Please pull git-l10n maint branch with de, zh_CN l10n updates
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: [PATCH v2 1/4] notes: preserve object type given by "add -C"
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH v2 1/4] notes: preserve object type given by "add -C"
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 1/4] notes: preserve object type given by "add -C"
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: surprising behavior from merge
From
: Illia Bobyr <ibobyr@xxxxxxxxxxxx>
Re: surprising behavior from merge
From
: Sebastian Kuzminsky <seb@xxxxxxxxxxx>
Re: surprising behavior from merge
From
: Michael Witten <mfwitten@xxxxxxxxx>
[PATCH] pack-protocol: fix first-want separator in the examples
From
: Carlos Martín Nieto <cmn@xxxxxxxx>
Re: [PATCH/RFC] fmt-merge-msg: add a blank line after people info
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH 1/2] Change error messages in ident.c...
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 1/2] Change error messages in ident.c...
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/RFC] fmt-merge-msg: add a blank line after people info
From
: Junio C Hamano <gitster@xxxxxxxxx>
surprising behavior from merge
From
: Sebastian Kuzminsky <seb@xxxxxxxxxxx>
Re: Please review this pull request for maint branch with update of de.po
From
: Junio C Hamano <gitster@xxxxxxxxx>
What's cooking in git.git (May 2012, #04; Fri, 11)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: XSS in search form at git-scm.com
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH v2 1/4] notes: preserve object type given by "add -C"
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: submodule update --force
From
: Phil Hord <phil.hord@xxxxxxxxx>
[ANNOUNCE] Git 1.7.10.2
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Git fetch/pull stopped working
From
: Jeff King <peff@xxxxxxxx>
Re: Subtree in Git
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Git fetch/pull stopped working
From
: jaseem abid <jaseemabid@xxxxxxxxx>
Re: Please review this pull request for maint branch with update of de.po
From
: Ralf Thielow <ralf.thielow@xxxxxxxxxxxxxx>
Re: Please review this pull request for maint branch with update of de.po
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Please review this pull request for maint branch with update of de.po
From
: Ralf Thielow <ralf.thielow@xxxxxxxxxxxxxx>
Re: Please review this pull request for maint branch with update of de.po
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: *IMPORTANT* to Linus Torvalds
From
: Marc Weber <marco-oweber@xxxxxx>
Re: Git fetch/pull stopped working
From
: Egor Ryabkov <egor.ryabkov@xxxxxxxxx>
Re: *IMPORTANT* to Linus Torvalds
From
: jaseem abid <jaseemabid@xxxxxxxxx>
Re: Git.pm
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: merge unpack-objects to index-pack?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: how to clone/checkout branch/tag vesion from GIT repository
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 1/3] http: handle proxy authentication failure (error 407)
From
: Jeff King <peff@xxxxxxxx>
Re: Index format v5
From
: Thomas Gummerer <t.gummerer@xxxxxxxxx>
Re: [PATCH 0/3] Reduced re-roll of http-proxy-more branch
From
: Jeff King <peff@xxxxxxxx>
Re: Git.pm
From
: merlyn@xxxxxxxxxxxxxx (Randal L. Schwartz)
[PATCH 2/2] dir: simplify fill_directory()
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
[PATCH 1/2] dir: respect string length argument of read_directory_recursive()
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: Equivalent of "fixup" for git filter-branch
From
: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
Re: Equivalent of "fixup" for git filter-branch
From
: Philippe Vaucher <philippe.vaucher@xxxxxxxxx>
Re: Equivalent of "fixup" for git filter-branch
From
: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
Re: Equivalent of "fixup" for git filter-branch
From
: Philippe Vaucher <philippe.vaucher@xxxxxxxxx>
Re: how to clone/checkout branch/tag vesion from GIT repository
From
: supadhyay <supadhyay@xxxxxxxxx>
XSS in search form at git-scm.com
From
: Anton <forshr@xxxxxxxxx>
[PATCH 3/3] http: rename HTTP_REAUTH to HTTP_AUTH_RETRY
From
: Nelson Benitez Leon <nelsonjesus.benitez@xxxxxxxxxxxxxx>
[PATCH 0/3] Reduced re-roll of http-proxy-more branch
From
: Nelson Benitez Leon <nelsonjesus.benitez@xxxxxxxxxxxxxx>
[PATCH 2/3] http: Avoid limit of retrying request only twice
From
: Nelson Benitez Leon <nelsonjesus.benitez@xxxxxxxxxxxxxx>
[PATCH 1/3] http: handle proxy authentication failure (error 407)
From
: Nelson Benitez Leon <nelsonjesus.benitez@xxxxxxxxxxxxxx>
merge unpack-objects to index-pack?
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH 1/2] Change error messages in ident.c Make error messages caused by failed reads of the /etc/passwd file easier to understand. Signed-off-by: Angus Hammond <angusgh@xxxxxxxxx>
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
[PATCH/RFC] fmt-merge-msg: add a blank line after people info
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCHv1 0/3] git p4: tag import/export bug fixes
From
: Pete Wyckoff <pw@xxxxxxxx>
Re: Git.pm
From
: demerphq <demerphq@xxxxxxxxx>
[PATCHv1 3/3] git p4: fix bug when enabling tag import/export via config variables
From
: Luke Diamand <luke@xxxxxxxxxxx>
[PATCHv1 2/3] git p4: fix bug when verbose enabled with tag export
From
: Luke Diamand <luke@xxxxxxxxxxx>
[PATCHv1 1/3] git p4: add test for tag import/export enabled via config
From
: Luke Diamand <luke@xxxxxxxxxxx>
[PATCHv1 0/3] git p4: tag import/export bug fixes
From
: Luke Diamand <luke@xxxxxxxxxxx>
Re: Git commit path vs rebase path
From
: Steven Penny <svnpenn@xxxxxxxxx>
Re: [PATCH 4/4] notes: only append a blob to a blob
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v2 4/4] notes: only allow to append a blob to a blob
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 3/4] notes: refuse to edit non-blobs
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 2/4] notes: "add -c" refuses to open an editor with non-blobs
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 1/4] notes: preserve object type given by "add -C"
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH v2 0/4] non-blob notes fixes
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: [PATCH 2/4] notes: "add -c" refuses to open an editor with non-blobs
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: GSoC - Some questions on the idea of
From
: Jeff King <peff@xxxxxxxx>
[PATCH v2 5/9] apply: fall back on three-way merge
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v2 4/9] apply: accept -3/--3way command line option
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v2 1/9] apply: clear_image() clears things a bit more
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v2 8/9] apply: allow rerere() upon --3way results
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v2 6/9] apply: plug the three-way merge logic in
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v2 9/9] apply: document --3way option
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v2 7/9] apply: register conflicted stages to the index
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v2 3/9] apply: split load_preimage() helper function out
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v2 2/9] apply: refactor read_file_or_gitlink()
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v2 0/9] "git apply --3way"
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 6/8] apply: fall back on three-way merge
From
: Jeff King <peff@xxxxxxxx>
Re: GSoC - Some questions on the idea of
From
: Neal Kreitzinger <nkreitzinger@xxxxxxxxx>
Re: [PATCH 6/8] apply: fall back on three-way merge
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Git.pm
From
: Andrew Sayers <andrew-git@xxxxxxxxxxxxxxx>
Re: Seeing high CPU usage during git-upload-pack
From
: David Ebbo <david.ebbo@xxxxxxxxx>
Re: [PATCH 6/8] apply: fall back on three-way merge
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] document submdule.$name.update=none option for gitmodules
From
: "Philip Oakley" <philipoakley@xxxxxxx>
Re: [PATCH 1/2] Change error messages in ident.c...
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 1/2] Change error messages in ident.c...
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] Clean weird documentation for 'git var' and 'git
From
: Philippe Vaucher <philippe.vaucher@xxxxxxxxx>
Re: [PATCH] Clean weird documentation for 'git var' and 'git
From
: Philippe Vaucher <philippe.vaucher@xxxxxxxxx>
Re: [PATCH 1/2] Change error messages in ident.c...
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 1/2] Change error messages in ident.c Make error messages caused by failed reads of the /etc/passwd file easier to understand. Signed-off-by: Angus Hammond <angusgh@xxxxxxxxx>
From
: Angus Hammond <angusgh@xxxxxxxxx>
Re: [PATCH 1/2] Change error messages in ident.c...
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 1/2] Change error messages in ident.c Make error messages caused by failed reads of the /etc/passwd file easier to understand. Signed-off-by: Angus Hammond <angusgh@xxxxxxxxx>
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 1/2] Change error messages in ident.c...
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 2/2] Remove diagnostics section from commit-tree and var man pages New error messages shouldn't need explaining like the old ones did so just delete the diagnostics section of the man pages. Signed-off-by: Angus Hammond <angusgh@xxxxxxxxx>
From
: Angus Hammond <angusgh@xxxxxxxxx>
Re: [PATCH] git-svn: clarify documentation of dcommit sub-command
From
: Eric Wong <normalperson@xxxxxxxx>
[PATCH 2/2] Remove diagnostics section from commit-tree and var man pages New error messages shouldn't need explaining like the old ones did so just delete the diagnostics section of the man pages. Signed-off-by: Angus Hammond <angusgh@xxxxxxxxx>
From
: Angus Hammond <angusgh@xxxxxxxxx>
[PATCH 1/2] Change error messages in ident.c Make error messages caused by failed reads of the /etc/passwd file easier to understand. Signed-off-by: Angus Hammond <angusgh@xxxxxxxxx>
From
: Angus Hammond <angusgh@xxxxxxxxx>
[PATCH] document submdule.$name.update=none option for gitmodules
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: submodule update --force
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: [PATCH] Clean weird documentation for 'git var' and 'git
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Clean weird documentation for 'git var' and 'git
From
: Philippe Vaucher <philippe.vaucher@xxxxxxxxx>
Re: Index format v5
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: Git commit path vs rebase path
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] Clean weird documentation for 'git var' and 'git
From
: "Philip Oakley" <philipoakley@xxxxxxx>
Re: OT: gmane address mangling selectors
From
: Eli Barzilay <eli@xxxxxxxxxxxx>
Re: Equivalent of "fixup" for git filter-branch
From
: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
Re: Git.pm
From
: demerphq <demerphq@xxxxxxxxx>
Re: Git.pm
From
: demerphq <demerphq@xxxxxxxxx>
Re: [PATCH] Clean weird documentation for 'git var' and 'git
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Using git apply inside a repository but on un-tracked files
From
: Orion Poplawski <orion@xxxxxxxxxxxxx>
Re: [PATCH] Clean weird documentation for 'git var' and 'git
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git submodule delete?
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: git checkout creates strange '(null)'-branch
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Clean weird documentation for 'git var' and 'git
From
: Philippe Vaucher <philippe.vaucher@xxxxxxxxx>
Re: What's cooking in git.git (May 2012, #02; Fri, 4)
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] Clean weird documentation for 'git var' and 'git
From
: Philippe Vaucher <philippe.vaucher@xxxxxxxxx>
Re: [PATCH 4/4] reflog-walk: always make HEAD@{0} show indexed selectors
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Weird documentation for git commit-tree
From
: Philippe Vaucher <philippe.vaucher@xxxxxxxxx>
Weird documentation for git commit-tree
From
: Philippe Vaucher <philippe.vaucher@xxxxxxxxx>
Equivalent of "fixup" for git filter-branch
From
: Philippe Vaucher <philippe.vaucher@xxxxxxxxx>
Re: Git.pm
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Git.pm
From
: Subho Banerjee <subs.zero@xxxxxxxxx>
Re: Git.pm
From
: demerphq <demerphq@xxxxxxxxx>
Re: [PATCH 4/4] notes: only append a blob to a blob
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 6/8] apply: fall back on three-way merge
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: [PATCH 4/4] reflog-walk: always make HEAD@{0} show indexed selectors
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 4/4] notes: only append a blob to a blob
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH 2/8] apply: accept --threeway command line option
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/4] notes: "add -c" refuses to open an editor with non-blobs
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: [PATCH 0/8] "git apply --threeway"
From
: Junio C Hamano <gitster@xxxxxxxxx>
new website: where is the blob ... ?
From
: "Gunnar Schulze" <gunnar.schulze@xxxxxx>
Re: Git.pm
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 4/4] notes: only append a blob to a blob
From
: Jeff King <peff@xxxxxxxx>
Re: What's cooking in git.git (May 2012, #02; Fri, 4)
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 6/8] apply: fall back on three-way merge
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: submodule update --force
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: What's cooking in git.git (May 2012, #02; Fri, 4)
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 4/4] notes: only append a blob to a blob
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: how to clone/checkout branch/tag vesion from GIT repository
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 0/4] git-notes ui fixes regarding non-blobs notes
From
: Jeff King <peff@xxxxxxxx>
RE: how to clone/checkout branch/tag vesion from GIT repository
From
: Suchi Upadhyay <supadhyay@xxxxxxxxxxxxxx>
Re: git checkout creates strange '(null)'-branch
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
[PATCH 4/4] notes: refuse to append to non-blob notes
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH 3/4] notes: refuse to edit non-blobs
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH 2/4] notes: "add -c" refuses to open an editor with non-blobs
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH 1/4] notes: preserve object type given by "add -C"
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH 0/4] git-notes ui fixes regarding non-blobs notes
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: how to clone/checkout branch/tag vesion from GIT repository
From
: Jeff King <peff@xxxxxxxx>
[ANNOUNCE] tig-1.0
From
: Jonas Fonseca <fonseca@xxxxxxx>
how to clone/checkout branch/tag vesion from GIT repository
From
: supadhyay <supadhyay@xxxxxxxxx>
Re: Git.pm
From
: Subho Banerjee <subs.zero@xxxxxxxxx>
Re: What's cooking in git.git (May 2012, #02; Fri, 4)
From
: Jeff King <peff@xxxxxxxx>
Students contribution to git
From
: duperrav@xxxxxxxxxxxxxxx
Re: [PATCH 2/8] apply: accept --threeway command line option
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: Index format v5
From
: Thomas Gummerer <t.gummerer@xxxxxxxxx>
Re: Large repo and pack.packsizelimit
From
: Thomas <th.acker66@xxxxxxxx>
Re: git rebase --committer-date-is-author-date with -i/-p
From
: Philippe Vaucher <philippe.vaucher@xxxxxxxxx>
Re: Index format v5
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: Feature idea: git rebase --exec $CMD
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: git submodule delete?
From
: "Thomas Hager" <duke@xxxxxxxxxx>
Re: [PATCH 0/8] "git apply --threeway"
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: [PATCH 6/8] apply: fall back on three-way merge
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: submodule update --force
From
: Stefan Zager <szager@xxxxxxxxxx>
Re: Index format v5
From
: Thomas Gummerer <t.gummerer@xxxxxxxxx>
Re: [PATCH 10/10] l10n: de.po: translate one new message
From
: Ralf Thielow <ralf.thielow@xxxxxxxxxxxxxx>
Re: submodule update --force
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 02/19] tests: add tests for the bash prompt functions in the completion script
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
[PATCH 4/8] apply: clear_image() clears things a bit more
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 3/8] apply: split load_preimage() helper function out
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 8/8] apply: register conflicted stages to the index
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 6/8] apply: fall back on three-way merge
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 7/8] apply: plug the three-way merge logic in
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 5/8] apply: refactor read_file_or_gitlink()
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 2/8] apply: accept --threeway command line option
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 1/8] apply: reformat comment
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 0/8] "git apply --threeway"
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: submodule update --force
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Submodule status inside nested submodule fails
From
: "rollinsdr@xxxxxxxxx" <rollinsdr@xxxxxxxxx>
git submodule delete?
From
: Rich Pixley <rich.pixley@xxxxxxxx>
submodule update --force
From
: Stefan Zager <szager@xxxxxxxxxx>
Re: [PATCH 10/10] l10n: de.po: translate one new message
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: Git commit path vs rebase path
From
: Steven Penny <svnpenn@xxxxxxxxx>
Re: [PATCH 01/10] l10n: de.po: translate "bare" as "bloß"
From
: Jiang Xin <worldhello.net@xxxxxxxxx>
Re: [PATCH 10/19] completion: use bash builtins to search for repository
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git-diff-tree does not use alternate objects for submodules
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 10/19] completion: use bash builtins to search for repository
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
Re: git-diff-tree does not use alternate objects for submodules
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git-scm.com refresh
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: [PATCH 19/19] bash prompt: alternative git prompt without command substitution
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
Re: git-diff-tree does not use alternate objects for submodules
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: Git commit path vs rebase path
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 11/19] bash prompt: use bash builtins to find out current branch
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 11/19] bash prompt: use bash builtins to find out current branch
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
Re: Submodule status inside nested submodule fails
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: [RFC PATCH] Documentation: diff produces patches, which can be 'apply'd
From
: "Philip Oakley" <philipoakley@xxxxxxx>
Re: [PATCH 08/19] completion: use $__git_dir instead of $(__gitdir)
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
Re: [PATCH 11/19] bash prompt: use bash builtins to find out current branch
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] xdiff: remove unused functions
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 11/19] bash prompt: use bash builtins to find out current branch
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
Re: [PATCH 08/19] completion: use $__git_dir instead of $(__gitdir)
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] xdiff: remove unused functions
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: [PATCH 02/19] tests: add tests for the bash prompt functions in the completion script
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
Re: [RFC PATCH 18/19] bash prompt: avoid command substitution when checking for untracked files
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 5/5] xdiff: remove emit_func() and xdi_diff_hunks()
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
[PATCH 4/5] blame: factor out helper for calling xdi_diff()
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
[PATCH 3/5] blame: use hunk_func(), part 2
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: [PATCH 08/19] completion: use $__git_dir instead of $(__gitdir)
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
[PATCH 2/5] blame: use hunk_func(), part 1
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
[PATCH 1/5] xdiff: add hunk_func()
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
[PATCH 0/5] xdiff: replace emit_func() with type-safe
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: [PATCH 12/19] bash prompt: use bash builtins to check whether inside git dir
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 11/19] bash prompt: use bash builtins to find out current branch
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 10/19] completion: use bash builtins to search for repository
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 05/19] bash prompt: don't show the prompt when .git/HEAD is unreadable
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
Re: [PATCH 08/19] completion: use $__git_dir instead of $(__gitdir)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 19/19] bash prompt: alternative git prompt without command substitution
From
: Andrew Sayers <andrew-git@xxxxxxxxxxxxxxx>
Re: [PATCH 07/19] completion: make __gitdir() store repository path in $__git_dir
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 05/19] bash prompt: don't show the prompt when .git/HEAD is unreadable
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: gitk repo
From
: Pedro Rodrigues <pedro@xxxxxxxxxxx>
Re: [PATCH 03/19] completion: use __gitdir() in _git_log()
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
Re: [PATCH 04/19] completion: respect $GIT_DIR
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] notes: do not accept non-blobs as new notes
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 03/19] completion: use __gitdir() in _git_log()
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 02/19] tests: add tests for the bash prompt functions in the completion script
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 02/19] tests: add tests for the bash prompt functions in the completion script
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Compiling git on Solaris. Recipe included.
From
: Ben Walton <bwalton@xxxxxxxxxxxxxxxxxx>
Re: [PATCH] notes: do not accept non-blobs as new notes
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Compiling git on Solaris. Recipe included.
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] notes: do not accept non-blobs as new notes
From
: Jeff King <peff@xxxxxxxx>
Re: gitk repo
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Large repo and pack.packsizelimit
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] sha1_name: support sha1^{note} to return note sha-1
From
: Jeff King <peff@xxxxxxxx>
Re: [1.8.0] use 'stage' term consistently
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: [PATCH] git-svn: clarify documentation of dcommit sub-command
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 4/4] allow recovery from command name typos
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Seeing high CPU usage during git-upload-pack
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH 4/4] allow recovery from command name typos
From
: Tay Ray Chuan <rctay89@xxxxxxxxx>
Re: [PATCH] sha1_name: support sha1^{note} to return note sha-1
From
: Johan Herland <johan@xxxxxxxxxxx>
[RFC PATCH] Documentation: diff produces patches, which can be 'apply'd
From
: "Philip Oakley" <philipoakley@xxxxxxx>
Re: [1.8.0] use 'stage' term consistently
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
git rebase --committer-date-is-author-date with -i/-p
From
: Philippe Vaucher <philippe.vaucher@xxxxxxxxx>
[PATCH] apply: remove lego in i18n string in gitdiff_verify_name
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: Large repo and pack.packsizelimit
From
: Thomas <th.acker66@xxxxxxxx>
Re: Large repo and pack.packsizelimit
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: Seeing high CPU usage during git-upload-pack
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: Large repo and pack.packsizelimit
From
: Thomas <th.acker66@xxxxxxxx>
Aw: Re: Large repo and pack.packsizelimit
From
: th.acker66@xxxxxxxx
Re: Index format v5
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [PATCH] sha1_name: support sha1^{note} to return note sha-1
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH] notes: do not accept non-blobs as new notes
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH 04/19] completion: respect $GIT_DIR
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: [PATCH 12/19] bash prompt: use bash builtins to check whether inside git dir
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: [PATCH 02/19] tests: add tests for the bash prompt functions in the completion script
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: [RFC PATCH 09/19] completion: platform-specific helper function to get physical path
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Seeing high CPU usage during git-upload-pack
From
: David Ebbo <david.ebbo@xxxxxxxxx>
Compiling git on Solaris. Recipe included.
From
: Mark Ashley <mark@xxxxxxxxxxx>
[PATCH 19/19] bash prompt: alternative git prompt without command substitution
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
[RFC PATCH 18/19] bash prompt: avoid command substitution when checking for untracked files
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
[PATCH 17/19] bash prompt: use bash builtins to check stash state
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
[PATCH 16/19] bash prompt: display stash and upstream state even inside the repository
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
[PATCH 15/19] bash prompt: use bash builtins to get detached HEAD abbrev. object name
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
[PATCH 14/19] bash prompt: use bash builtins to find out current branch during rebase
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
[PATCH 13/19] bash prompt: check whether inside the worktree only when necessary
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
[PATCH 12/19] bash prompt: use bash builtins to check whether inside git dir
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
[PATCH 11/19] bash prompt: use bash builtins to find out current branch
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
[PATCH 10/19] completion: use bash builtins to search for repository
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
[RFC PATCH 09/19] completion: platform-specific helper function to get physical path
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
[PATCH 06/19] bash prompt: return early from __git_ps1() when not in a git repository
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
[PATCH 08/19] completion: use $__git_dir instead of $(__gitdir)
From
: SZEDER Gábor <szeder@xxxxxxxxxx>