Git Distributed Software Revision Control
Thread Index
[
Prev Page
][
Next Page
]
Re: [PATCH v2 00/14] daemon-win32
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: [PATCH] Add push --set-upstream
From
: Jeff King <peff@xxxxxxxx>
[msysGit] [PATCH] Installer: Create builtins as symbolic links on Vista
From
: Michael Lukashov <michael.lukashov@xxxxxxxxx>
Re: [PATCH] Add push --set-upstream
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
[PATCH v2 3/3] difftool: Use eval to expand '--extcmd' expressions
From
: David Aguilar <davvid@xxxxxxxxx>
[PATCH v2 2/3] difftool: Add '-x' and as an alias for '--extcmd'
From
: David Aguilar <davvid@xxxxxxxxx>
[PATCH v2 1/3] t7800-difftool.sh: Simplify the --extcmd test
From
: David Aguilar <davvid@xxxxxxxxx>
[PATCH v2 12/14] Improve the mingw getaddrinfo stub to handle more use cases
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
[PATCH v2 14/14] daemon: report connection from root-process
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
[PATCH v2 13/14] daemon: use select() instead of poll()
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
[PATCH v2 11/14] mingw: compile git-daemon
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
[PATCH v2 10/14] daemon: use full buffered mode for stderr
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
[PATCH v2 09/14] daemon: use run-command api for async serving
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
[PATCH v2 08/14] daemon: use explicit file descriptor
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
[PATCH v2 07/14] mingw: add kill emulation
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
[PATCH v2 06/14] mingw: use real pid
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
[PATCH v2 05/14] mingw: support waitpid with pid > 0 and WNOHANG
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
[PATCH v2 04/14] inet_ntop: fix a couple of old-style decls
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
[PATCH v2 03/14] compat: add inet_pton and inet_ntop prototypes
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
[PATCH v2 02/14] mingw: implement syslog
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
[PATCH v2 01/14] mingw: add network-wrappers for daemon
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
[PATCH v2 00/14] daemon-win32
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
Re: [PATCH] grep --no-index: allow use of "git grep" outside a git repository
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] Add push --set-upstream
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] grep --no-index: allow use of "git grep" outside a git repository
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] grep: prepare to run outside of a work tree
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v2 7/7] Do not use date.c:tm_to_time_t() from compat/mingw.c
From
: Johannes Sixt <j6t@xxxxxxxx>
[PATCH v2 6/7] MSVC: Windows-native implementation for subset of Pthreads API
From
: Johannes Sixt <j6t@xxxxxxxx>
[PATCH v2 5/7] MSVC: Fix an "incompatible pointer types" compiler warning
From
: Johannes Sixt <j6t@xxxxxxxx>
[PATCH v2 4/7] Windows: avoid the "dup dance" when spawning a child process
From
: Johannes Sixt <j6t@xxxxxxxx>
[PATCH v2 2/7] Windows: boost startup by avoiding a static dependency on shell32.dll
From
: Johannes Sixt <j6t@xxxxxxxx>
[PATCH v2 3/7] Windows: simplify the pipe(2) implementation
From
: Johannes Sixt <j6t@xxxxxxxx>
[PATCH v2 1/7] Windows: disable Python
From
: Johannes Sixt <j6t@xxxxxxxx>
[PATCH v2 0/7] Miscellaneous improvements on Windows
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: [PATCH 2/3] difftool: Add '-x' and as an alias for '--extcmd'
From
: Bill Lear <rael@xxxxxxxxxx>
Re: [PATCH v2] Test t5560: Fix test when run with dash
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/3] difftool: Add '-x' and as an alias for '--extcmd'
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git clone against firewall
From
: Sebastian Pipping <webmaster@xxxxxxxxxxxx>
Re: git clone against firewall
From
: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
Re: git clone against firewall
From
: Sebastian Pipping <webmaster@xxxxxxxxxxxx>
Re: [PATCH v2] Test t5560: Fix test when run with dash
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: [RFC] Git Wiki Move
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: git clone against firewall
From
: Sebastian Pipping <webmaster@xxxxxxxxxxxx>
Re: [PATCH] git push --track
From
: Miles Bader <miles@xxxxxxx>
Re: [PATCH] Add push --set-upstream
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2] Test t5560: Fix test when run with dash
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] git push --track
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git clone against firewall
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Gitignore matching "git add" wildcard prevents operation
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] git push --track
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Filenames and prefixes in extended diffs
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Gitignore matching "git add" wildcard prevents operation
From
: Nicolas Sebrecht <nicolas.s.dev@xxxxxx>
Re: [PATCH 3/3] difftool: Use eval to expand '--extcmd' expressions
From
: David Aguilar <davvid@xxxxxxxxx>
Re: [PATCH] Add push --set-upstream
From
: Jeff King <peff@xxxxxxxx>
Re: [RFC] Git Wiki Move
From
: Joey Hess <joey@xxxxxxxxxxx>
Re: [PATCH] Add push --set-upstream
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] Add push --set-upstream
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: [PATCH] Add push --set-upstream
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
git mv oddities (minor bugs)
From
: Patrick Boettcher <pboettcher@xxxxxxxxxxxxxx>
[PATCH] Add push --set-upstream
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
Re: Gitignore matching "git add" wildcard prevents operation
From
: Jeff King <peff@xxxxxxxx>
Re: Gitignore matching "git add" wildcard prevents operation
From
: Nicolas Sebrecht <nicolas.s.dev@xxxxxx>
Re: Gitignore matching "git add" wildcard prevents operation
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] git push --track
From
: Miles Bader <miles@xxxxxxx>
Re: git checkout -f: What am I missing?
From
: Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx>
Re: Gitignore matching "git add" wildcard prevents operation
From
: Nicolas Sebrecht <nicolas.s.dev@xxxxxx>
Re: Gitignore matching "git add" wildcard prevents operation
From
: Nicolas Sebrecht <nicolas.s.dev@xxxxxx>
Re: Removal of post-upload-hook
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] git push --track
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: [PATCH] git push --track
From
: Rudolf Polzer <divVerent@xxxxxxxxxxxxx>
Re: [PATCH] git push --track
From
: Rudolf Polzer <divVerent@xxxxxxxxxxxxx>
Re: [PATCH 0/2] Improve Git performance on big trees
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: Filenames and prefixes in extended diffs
From
: Nanako Shiraishi <nanako3@xxxxxxxxxxx>
Re: [PATCH] Show submodules as modified when they contain a dirty work tree
From
: Nanako Shiraishi <nanako3@xxxxxxxxxxx>
Re: [PATCH] git push --track
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: Removal of post-upload-hook
From
: Arun Raghavan <ford_prefect@xxxxxxxxxx>
Re: Removal of post-upload-hook
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
Re: [PATCH 2/2] Fix variable initialization in insert_packed_refs().
From
: Richard Weinberger <richard@xxxxxx>
[UI issue + BUG] recovering from rebase aborting due to untracked files
From
: "Yann Dirson" <ydirson@xxxxxxxxxx>
Re: [PATCH 0/9] Gitweb caching v5
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH 3/3] difftool: Use eval to expand '--extcmd' expressions
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: [PATCH v2] Test t5560: Fix test when run with dash
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
[PATCH] Remove some junk characters from COPYING
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
Re: [PATCH 2/2] Fix variable initialization in insert_packed_refs().
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: [PATCH 01/18] rebase -i: Make the condition for an "if" more transparent
From
: Paolo Bonzini <bonzini@xxxxxxx>
[PATCH 3/3] difftool: Use eval to expand '--extcmd' expressions
From
: David Aguilar <davvid@xxxxxxxxx>
[PATCH 2/3] difftool: Add '-x' and as an alias for '--extcmd'
From
: David Aguilar <davvid@xxxxxxxxx>
[PATCH 1/3] t7800-difftool.sh: Simplify the --extcmd test
From
: David Aguilar <davvid@xxxxxxxxx>
[PATCH v2] Test t5560: Fix test when run with dash
From
: Tarmigan Casebolt <tarmigan+git@xxxxxxxxx>
Re: Removal of post-upload-hook
From
: Arun Raghavan <ford_prefect@xxxxxxxxxx>
Re: [PATCH] git push --track
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 0/9] Gitweb caching v5
From
: "J.H." <warthog9@xxxxxxxxxxxxxx>
[PATCH] git status: display current branch name in color
From
: Michael Wookey <michaelwookey@xxxxxxxxx>
Re: [PATCH 0/9] Gitweb caching v5
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH v2 3/3] commit: show interesting ident information in summary
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH] git push --track
From
: Miles Bader <miles@xxxxxxx>
Re: [PATCH] Show submodules as modified when they contain a dirty work tree
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Re: [spf:guess] Re: Bug? git-svn clone dies with "fatal: ambiguous argument '...': unknown revision or path not in the working tree."
From
: Sam Vilain <sam@xxxxxxxxxx>
git clone against firewall
From
: Sebastian Pipping <webmaster@xxxxxxxxxxxx>
Re: [PATCH] git push --track
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] git push --track
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 2/2] Fix variable initialization in insert_packed_refs().
From
: Richard Weinberger <richard@xxxxxx>
[PATCH 1/2] Fix uninitialized variable in get_refs_via_rsync().
From
: Richard Weinberger <richard@xxxxxx>
Re: Problem creating commits/trees with commit-tree/mktree
From
: Gavin Beatty <gavinbeatty@xxxxxxxxx>
Re: [PATCH] git push --track
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Show submodules as modified when they contain a dirty work tree
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
[PATCH RESEND2] git gui: Use git diff --submodule when available
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Re: [PATCH 3/4] start_command: detect execvp failures early
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] git push --track
From
: Nanako Shiraishi <nanako3@xxxxxxxxxxx>
Re: [PATCH 3/4] start_command: detect execvp failures early
From
: Johannes Sixt <j6t@xxxxxxxx>
git checkout -f: What am I missing?
From
: Soham Mehta <soham@xxxxxxx>
Re: [PATCH] Show submodules as modified when they contain a dirty work tree
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Re: [PATCH 3/4] start_command: detect execvp failures early
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Removal of post-upload-hook
From
: "Robin H. Johnson" <robbat2@xxxxxxxxxx>
Re: Gitignore matching "git add" wildcard prevents operation
From
: Marko Poutiainen <regs@xxxxxxxxxxxx>
Re: What is the best way to convert a multi module CVS repository to git?
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Avery Pennarun <apenwarr@xxxxxxxxx>
Re: Removal of post-upload-hook
From
: Jeff King <peff@xxxxxxxx>
Re: Gitignore matching "git add" wildcard prevents operation
From
: Jeff King <peff@xxxxxxxx>
Re: Gitignore matching "git add" wildcard prevents operation
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 1/5] MSVC: Windows-native implementation for subset of Pthreads API
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: Removal of post-upload-hook
From
: Arun Raghavan <ford_prefect@xxxxxxxxxx>
Re: Gitignore matching "git add" wildcard prevents operation
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH v2 3/3] commit: show interesting ident information in summary
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Removal of post-upload-hook
From
: "Shawn O. Pearce" <spearce@xxxxxxxxxxx>
Re: Removal of post-upload-hook
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH v2 3/3] commit: show interesting ident information in summary
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [PATCH v2 3/3] commit: show interesting ident information in summary
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 3/3] commit: show interesting ident information in summary
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
Re: [RFC] Git Wiki Move
From
: "J.H." <warthog19@xxxxxxxxxxxxxx>
Re: [RFC] Git Wiki Move
From
: "J.H." <warthog19@xxxxxxxxxxxxxx>
Gitignore matching "git add" wildcard prevents operation
From
: Marko Poutiainen <regs@xxxxxxxxxxxx>
Removal of post-upload-hook
From
: Arun Raghavan <ford_prefect@xxxxxxxxxx>
Re: [PATCH 01/18] rebase -i: Make the condition for an "if" more transparent
From
: Junio C Hamano <gitster@xxxxxxxxx>
git-svn dcommit to multiple repositories
From
: Marc Strapetz <marc.strapetz@xxxxxxxxxxx>
Re: [PATCH 2/2] status: only touch path we may need to check
From
: Sverre Rabbelier <srabbelier@xxxxxxxxx>
Re: [PATCH 01/18] rebase -i: Make the condition for an "if" more transparent
From
: Eric Blake <ebb9@xxxxxxx>
Re: [PATCH] git push --track
From
: Andreas Krey <a.krey@xxxxxx>
Re: [PATCH 0/2] Improve Git performance on big trees
From
: Martin Langhoff <martin.langhoff@xxxxxxxxx>
[PATCH 0/2] Improve Git performance on big trees
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH 2/2] status: only touch path we may need to check
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH 1/2] rm: only refresh entries that we may touch
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: [PATCH v2 3/3] commit: show interesting ident information in summary
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: [PATCH] git push --track
From
: Martin Langhoff <martin.langhoff@xxxxxxxxx>
Re: [PATCH v2 1/3] strbuf_expand: convert "%%" to "%"
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] git push --track
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: [PATCH] git push --track
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: [PATCH] git push --track
From
: Martin Langhoff <martin.langhoff@xxxxxxxxx>
Re: [PATCH 1/5] MSVC: Windows-native implementation for subset of Pthreads API
From
: Peter Harris <git@xxxxxxxxxxxxxxxxxxx>
Re: Syncing a git working tree with Dropbox?
From
: chombee <chombee@xxxxxxxxxxx>
Re: Syncing a git working tree with Dropbox?
From
: Geoffrey Lee <geoffreyj.lee@xxxxxxxxx>
Re: [PATCH v2 1/3] strbuf_expand: convert "%%" to "%"
From
: Chris Johnsen <chris_johnsen@xxxxxxxxx>
Re: [RFC] Git Wiki Move
From
: Wincent Colaiuta <win@xxxxxxxxxxx>
Re: [RFC] Git Wiki Move
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: [RFC] Git Wiki Move
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: [RFC] Git Wiki Move
From
: Petr Baudis <pasky@xxxxxxx>
Re: [RFC] Git Wiki Move
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: [RFC] Git Wiki Move
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: [RFC] Git Wiki Move
From
: "J.H." <warthog19@xxxxxxxxxxxxxx>
Re: [PATCH] git push --track
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: Migrating from Serena PVCS to GIT
From
: Peter Krefting <peter@xxxxxxxxxxxxxxxx>
Re: Using GIT with FrameMaker
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: [PATCH 00/18] rebase -i: For pure fixups, do not start log message editor
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 09/18] t3404: Test the commit count in commit messages generated by "rebase -i"
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: Migrating from Serena PVCS to GIT
From
: Peter Krefting <peter@xxxxxxxxxxxxxxxx>
Re: [PATCH 10/18] rebase -i: Improve consistency of commit count in generated commit messages
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [PATCH 09/18] t3404: Test the commit count in commit messages generated by "rebase -i"
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Using GIT with FrameMaker
From
: Rivka Pollack <Rivka_P1@xxxxxxxxxxxx>
Migrating from Serena PVCS to GIT
From
: Rivka Pollack <Rivka_P1@xxxxxxxxxxxx>
Re: [PATCH 0/7] Gitweb caching v4
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
Re: [PATCH 0/7] Gitweb caching v4
From
: "J.H." <warthog9@xxxxxxxxxxxxxx>
Re: [PATCH] Test t5560: Fix test when run with dash
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 0/7] Gitweb caching v4
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Show submodules as modified when they contain a dirty work tree
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Re: [PATCH] Test t5560: Fix test when run with dash
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [PATCH 15/18] rebase -i: Change function make_squash_message into update_squash_message
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: [PATCH 10/18] rebase -i: Improve consistency of commit count in generated commit messages
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: [PATCH 09/18] t3404: Test the commit count in commit messages generated by "rebase -i"
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: [PATCH] git push --track
From
: Rudolf Polzer <divVerent@xxxxxxxxxxxxx>
Re: [PATCH] git push --track
From
: Rudolf Polzer <divVerent@xxxxxxxxxxxxx>
Re: [PATCH] git push --track
From
: Rudolf Polzer <divVerent@xxxxxxxxxxxxx>
Re: [PATCH] git push --track
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] git push --track
From
: Rudolf Polzer <divVerent@xxxxxxxxxxxxx>
[PATCH] Test t5560: Fix test when run with dash
From
: Tarmigan Casebolt <tarmigan+git@xxxxxxxxx>
Re: [PATCH] git push --track
From
: Nanako Shiraishi <nanako3@xxxxxxxxxxx>
Re: touching a file causes it to be listed using git diff-files
From
: Jeff King <peff@xxxxxxxx>
Re: touching a file causes it to be listed using git diff-files
From
: Stephen Bannasch <stephen.bannasch@xxxxxxxxxxxxx>
[PATCH 09/18] t3404: Test the commit count in commit messages generated by "rebase -i"
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 07/18] rebase -i: Introduce a constant AUTHOR_SCRIPT
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 04/18] rebase -i: Use "test -n" instead of "test ! -z"
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 10/18] rebase -i: Improve consistency of commit count in generated commit messages
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 01/18] rebase -i: Make the condition for an "if" more transparent
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 06/18] rebase -i: Document how temporary files are used
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 11/18] rebase -i: Simplify commit counting for generated commit messages
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 14/18] rebase -i: Extract function do_with_author
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 12/18] rebase -i: Extract a function "commit_message"
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 16/18] rebase -i: For fixup commands without squashes, do not start editor
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 13/18] rebase -i: Handle the author script all in one place in do_next
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 02/18] rebase -i: Remove dead code
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 18/18] rebase -i: Retain user-edited commit messages after squash/fixup conflicts
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 17/18] t3404: Set up more of the test repo in the "setup" step
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 15/18] rebase -i: Change function make_squash_message into update_squash_message
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 08/18] rebase -i: Introduce a constant AMEND
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 05/18] rebase -i: Use symbolic constant $MSG consistently
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 03/18] rebase -i: Inline expression
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 00/18] rebase -i: For pure fixups, do not start log message editor
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: Syncing a git working tree with Dropbox?
From
: Tay Ray Chuan <rctay89@xxxxxxxxx>
Re: Problem: fatal oops during git fetch
From
: Dmitry Potapov <dpotapov@xxxxxxxxx>
Re: [PATCH v4 3/3] Smart-http tests: Test http-backend without curl or a webserver
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: touching a file causes it to be listed using git diff-files
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] git push --track
From
: Tay Ray Chuan <rctay89@xxxxxxxxx>
Re: [PATCH 1/5] MSVC: Windows-native implementation for subset of Pthreads API
From
: Dmitry Potapov <dpotapov@xxxxxxxxx>
Re: touching a file causes it to be listed using git diff-files
From
: Stephen Bannasch <stephen.bannasch@xxxxxxxxxxxxx>
[PATCH v3] fast-import: tag may point to any object type
From
: Dmitry Potapov <dpotapov@xxxxxxxxx>
Re: touching a file causes it to be listed using git diff-files
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] git push --track
From
: Tay Ray Chuan <rctay89@xxxxxxxxx>
Re: [PATCH] git push --track
From
: Miles Bader <miles@xxxxxxx>
Re: [PATCH] git push --track
From
: Tay Ray Chuan <rctay89@xxxxxxxxx>
Re: [PATCH] git push --track
From
: Miles Bader <miles@xxxxxxx>
Re: [PATCH] git push --track
From
: Tay Ray Chuan <rctay89@xxxxxxxxx>
[RFC] Git Wiki Move
From
: Petr Baudis <pasky@xxxxxxx>
[PATCH 0/9] Gitweb caching v5
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 4/9] gitweb: Makefile improvements
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 7/9] gitweb: cleanup error message produced by undefined $site_header
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 8/9] gitweb: Convert output to using indirect file handle
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 3/9] gitweb: Add option to force version match
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 9/9] gitweb: File based caching layer (from git.kernel.org)
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 5/9] gitweb: add a get function to compliment print_local_time
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 6/9] gitweb: add a get function to compliment print_sort_th
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 2/9] gitweb: change die_error to take "extra" argument for extended die information
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 1/9] gitweb: Load checking
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
Re: Unable to get "pretty" URL aliases working
From
: Adam Nielsen <adam.nielsen@xxxxxxxxx>
Re: [PATCH] git push --track
From
: Miles Bader <miles@xxxxxxx>
Re: [PATCH] git push --track
From
: Miles Bader <miles@xxxxxxx>
Re: [PATCH] git push --track
From
: Miles Bader <miles@xxxxxxx>
Re: [PATCH] git push --track
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: [PATCH] git push --track
From
: Miles Bader <miles@xxxxxxx>
Re: Filenames and prefixes in extended diffs
From
: Junio C Hamano <gitster@xxxxxxxxx>
touching a file causes it to be listed using git diff-files
From
: Stephen Bannasch <stephen.bannasch@xxxxxxxxxxxxx>
Syncing a git working tree with Dropbox?
From
: chombee <chombee@xxxxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Avery Pennarun <apenwarr@xxxxxxxxx>
git top links: 2010-1
From
: Felipe Contreras <felipe.contreras@xxxxxxxxx>
[ANNOUNCE] Git wiki & repo.or.cz migration, donations and volunteers pledge
From
: Petr Baudis <pasky@xxxxxxx>
Re: default behaviour for `gitmerge` (no arguments)
From
: Junio C Hamano <gitster@xxxxxxxxx>
What's cooking in git.git (Jan 2010, #04; Wed, 13)
From
: Junio C Hamano <gitster@xxxxxxxxx>
tag namespace?
From
: Leo Razoumov <slonik.az@xxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
Re: default behaviour for `gitmerge` (no arguments)
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: [PATCH] Show submodules as modified when they contain a dirty work tree
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: "Shawn O. Pearce" <spearce@xxxxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Avery Pennarun <apenwarr@xxxxxxxxx>
Problem: fatal oops during git fetch
From
: "Tilo Schwarz" <tilo@xxxxxxxxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
Re: [PATCH 3/3] commit: show interesting ident information in summary
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
[PATCH 1/5] gitk: Remove forced use of sans-serif font
From
: Mark Hills <mark@xxxxxxxxxxx>
[PATCH 3/5] gitk: Set the font for all listbox widgets
From
: Mark Hills <mark@xxxxxxxxxxx>
[PATCH 2/5] gitk: Set the font for all spinbox widgets
From
: Mark Hills <mark@xxxxxxxxxxx>
[PATCH 4/5] gitk: Disable option when themed widgets are not available
From
: Mark Hills <mark@xxxxxxxxxxx>
[PATCH 5/5] gitk: Use consistent font for all text input fields
From
: Mark Hills <mark@xxxxxxxxxxx>
[PATCH resend] gitk: font and theme use
From
: Mark Hills <mark@xxxxxxxxxxx>
[PATCH] Removed the .git/config check from "git submodule status"
From
: Peter Collingbourne <peter@xxxxxxxxx>
Re: [PATCH master] expand "<branch>" in format.subjectprefix
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 3/3] commit: show interesting ident information in summary
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 3/3] commit: show interesting ident information in summary
From
: Jeff King <peff@xxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Avery Pennarun <apenwarr@xxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: "Edward Z. Yang" <ezyang@xxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
Re: discussion: an option to fail git fetch if a pulled branch tip is not a fast forward of the existing remote tip?
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
Re: [PATCH 2/3] strbuf: add strbuf_percentquote_buf
From
: Jeff King <peff@xxxxxxxx>
Re: Filenames and prefixes in extended diffs
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 3/3] commit: show interesting ident information in summary
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] grep: -L should show empty files
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: default behaviour for `gitmerge` (no arguments)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/3] strbuf: add strbuf_percentquote_buf
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Andreas Krey <a.krey@xxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Avery Pennarun <apenwarr@xxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Avery Pennarun <apenwarr@xxxxxxxxx>
Re: [PATCH v2 3/3] commit: show interesting ident information in summary
From
: Wincent Colaiuta <win@xxxxxxxxxxx>
[PATCH] Show submodules as modified when they contain a dirty work tree
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Re: [PATCH v2 3/3] commit: show interesting ident information in summary
From
: Wincent Colaiuta <win@xxxxxxxxxxx>
Re: [PATCH v2 3/3] commit: show interesting ident information in summary
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 1/5] MSVC: Windows-native implementation for subset of Pthreads API
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Andreas Krey <a.krey@xxxxxx>
workflow and repository orginization for tracking router configs
From
: david@xxxxxxx
[PATCH v2 3/3] commit: show interesting ident information in summary
From
: Jeff King <peff@xxxxxxxx>
[PATCH v2 2/3] strbuf: add strbuf_addbuf_percentquote
From
: Jeff King <peff@xxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
[PATCH v2 1/3] strbuf_expand: convert "%%" to "%"
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] Display author and committer after "git commit"
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 2/7] gitweb: Add option to force version match
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH 3/3] commit: show interesting ident information in summary
From
: Jeff King <peff@xxxxxxxx>
git svn problem
From
: "Julien POTIRON" <julien@xxxxxxxxx>
Re: [PATCH v2] fast-import: tag may point to any object type
From
: "Shawn O. Pearce" <spearce@xxxxxxxxxxx>
Re: [PATCH 1/7] gitweb: Load checking
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCH master] expand "<branch>" in format.subjectprefix
From
: Bernhard Reutner-Fischer <rep.dot.nop@xxxxxxxxx>
Re: [PATCH 2/3] strbuf: add strbuf_percentquote_buf
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] git push --track
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: [PATCH] git push --track
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Andreas Krey <a.krey@xxxxxx>
Filenames and prefixes in extended diffs
From
: Andreas Gruenbacher <agruen@xxxxxxx>
Re: [PATCH] grep: -L should show empty files
From
: Sverre Rabbelier <srabbelier@xxxxxxxxx>
Re: [PATCH] git push --track
From
: "Rudolf Polzer" <divVerent@xxxxxxxxxxxxx>
Re: [PATCH] git push --track
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
[PATCH] git push --track
From
: "Rudolf Polzer" <divVerent@xxxxxxxxxxxxx>
Re: [PATCH 1/2] grep: rip out support for external grep
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: remote to push to local branch: hung up unexpectedly
From
: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
Re: git-svn doesn't fetch an empty directory with svn:externals
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
Re: [RFH] Git and filesystem ACLs: problem with 'git gc'
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: [PATCH/RFC] filter-branch: Fix to allow replacing submodules with another content
From
: Michal Sojka <sojkam1@xxxxxxxxxxx>
Re: remote to push to local branch: hung up unexpectedly
From
: Tay Ray Chuan <rctay89@xxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
Re: remote to push to local branch: hung up unexpectedly
From
: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
Re: remote to push to local branch: hung up unexpectedly
From
: Tay Ray Chuan <rctay89@xxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Andreas Krey <a.krey@xxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
Re: [RFC 0/2] Git-over-TLS (gits://) client side support
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [RFC 2/2] Git-over-TLS (gits://) client side support (part 2 of 2)
From
: Alex Riesen <raa.lkml@xxxxxxxxx>
[RFC 2/2] Git-over-TLS (gits://) client side support (part 2 of 2)
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
[RFC 1/2] Git-over-TLS (gits://) client side support (part 1 of 2)
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
[RFC 0/2] Git-over-TLS (gits://) client side support
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
remote to push to local branch: hung up unexpectedly
From
: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
Re: discussion: an option to fail git fetch if a pulled branch tip is not a fast forward of the existing remote tip?
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: [PATCH 1/5] MSVC: Windows-native implementation for subset of Pthreads API
From
: Dmitry Potapov <dpotapov@xxxxxxxxx>
[PATCH v2] fast-import: tag may point to any object type
From
: Dmitry Potapov <dpotapov@xxxxxxxxx>
discussion: an option to fail git fetch if a pulled branch tip is not a fast forward of the existing remote tip?
From
: Jon Seymour <jon.seymour@xxxxxxxxx>
git-svn doesn't fetch an empty directory with svn:externals
From
: Michel Jouvin <jouvin@xxxxxxxxxxxx>
Re: default behaviour for `gitmerge` (no arguments)
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: [PATCH 0/6] Re: Documentation: warn prominently against merging with dirty trees
From
: Petr Baudis <pasky@xxxxxxx>
Re: What to do with patches that should go upstream?
From
: Jeenu V <jeenuv@xxxxxxxxx>
Re: What to do with patches that should go upstream?
From
: Junio C Hamano <gitster@xxxxxxxxx>
What to do with patches that should go upstream?
From
: Jeenu V <jeenuv@xxxxxxxxx>
Re: default behaviour for `gitmerge` (no arguments)
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 5/7] gitweb: Convert output to using indirect file handle
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 6/7] gitweb: add a get function to compliment print_local_time
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 7/7] gitweb: File based caching layer (from git.kernel.org)
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 4/7] gitweb: Optionally add "git" links in project list page
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 3/7] gitweb: Makefile improvements
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 2/7] gitweb: Add option to force version match
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 1/7] gitweb: Load checking
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
[PATCH 0/7] Gitweb caching v4
From
: "John 'Warthog9' Hawley" <warthog9@xxxxxxxxxxxxxx>
Re: default behaviour for `gitmerge` (no arguments)
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: [PATCH 1/2] grep: rip out support for external grep
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] t7502: test commit.status, --status and --no-status
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 1/2] Add `init-db.templatedir` configuration variable.
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Add `commit.signoff` configuration variable.
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 1/2] grep: rip out support for external grep
From
: Jay Soffian <jaysoffian@xxxxxxxxx>
Re: [PATCH] Add `format.to` configuration variable.
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
[PATCH] Add `format.to` configuration variable.
From
: Steven Drake <sdrake@xxxxxxxxxx>
Re: [RFC PATCH (WIP)] Show a dirty working tree and a detached HEAD in status for submodule
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git-svn dcommit ignores --username if there are cached credentials
From
: Michel Jouvin <jouvin@xxxxxxxxxxxx>
Re: default behaviour for `gitmerge` (no arguments)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 3/3] commit: show interesting ident information in summary
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v5] Be more user-friendly when refusing to do something because of conflict.
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 16/18] blob.c: remove unused function
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] lockfile: show absolute filename in unable_to_lock_message.
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] grep: -L should show empty files
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] hg-to-git: fix COMMITTER type-o
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [BUGFIX] Unbork remote helper execution
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] remote-curl: Fix Accept header for smart HTTP connections
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCHv2 1/3] lib-rebase: Provide clearer debugging info about what the editor did
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/3] strbuf: add strbuf_percentquote_buf
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Unable to get "pretty" URL aliases working
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 2/4] Documentation: warn prominently against merging with dirty trees
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 2/2] grep: rip out pessimization to use fixmatch()
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 1/2] grep: rip out support for external grep
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git-svn dcommit ignores --username if there are cached credentials
From
: Eric Wong <normalperson@xxxxxxxx>
Re: Bug? git-svn clone dies with "fatal: ambiguous argument '...': unknown revision or path not in the working tree."
From
: Eric Wong <normalperson@xxxxxxxx>
Re: [PATCH] Add `commit.signoff` configuration variable.
From
: Steven Drake <sdrake@xxxxxxxxxx>
[PATCH 2/2] Add a "TEMPLATE DIRECTORY" section to git-init[1].
From
: Steven Drake <sdrake@xxxxxxxxxx>
[PATCH 1/2] Add `init-db.templatedir` configuration variable.
From
: Steven Drake <sdrake@xxxxxxxxxx>
[PATCH] Add 'git commit --no-signoff' option.
From
: Steven Drake <sdrake@xxxxxxxxxx>
[PATCH] Add `commit.signoff` configuration variable.
From
: Steven Drake <sdrake@xxxxxxxxxx>
Bug? git-svn clone dies with "fatal: ambiguous argument '...': unknown revision or path not in the working tree."
From
: Eric Hanchrow <eric.hanchrow@xxxxxxxxx>
[PATCH v2] Threaded grep
From
: Fredrik Kuivinen <frekui@xxxxxxxxx>
git-svn dcommit ignores --username if there are cached credentials
From
: Michel Jouvin <jouvin@xxxxxxxxxxxx>
Re: [PATCH] grep: -L should show empty files
From
: Sverre Rabbelier <srabbelier@xxxxxxxxx>
Re: [PATCH 1/5] MSVC: Windows-native implementation for subset of Pthreads API
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: Interest in locking mechanism?
From
: Avery Pennarun <apenwarr@xxxxxxxxx>
Re: [BUGFIX] Unbork remote helper execution
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: Interest in locking mechanism?
From
: "Edward Z. Yang" <ezyang@xxxxxxx>
Re: Interest in locking mechanism?
From
: Martin Langhoff <martin.langhoff@xxxxxxxxx>
Re: Interest in locking mechanism?
From
: Martin Langhoff <martin.langhoff@xxxxxxxxx>
Re: Interest in locking mechanism?
From
: Avery Pennarun <apenwarr@xxxxxxxxx>
Re: Interest in locking mechanism?
From
: "Edward Z. Yang" <ezyang@xxxxxxx>
Re: Interest in locking mechanism?
From
: Avery Pennarun <apenwarr@xxxxxxxxx>
[BUGFIX] Unbork remote helper execution
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
Re: Interest in locking mechanism?
From
: "Edward Z. Yang" <ezyang@xxxxxxx>
Re: Interest in locking mechanism?
From
: Tomas Carnecky <tom@xxxxxxxxxxxxx>
Re: Interest in locking mechanism?
From
: B Smith-Mannschott <bsmith.occs@xxxxxxxxx>
Re: default behaviour for `gitmerge` (no arguments)
From
: Jeff King <peff@xxxxxxxx>
Interest in locking mechanism?
From
: "Edward Z. Yang" <ezyang@xxxxxxx>
Re: default behaviour for `gitmerge` (no arguments)
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] remote-curl: Fix Accept header for smart HTTP connections
From
: "Shawn O. Pearce" <spearce@xxxxxxxxxxx>
Re: [PATCH 16/18] blob.c: remove unused function
From
: Daniel Barkalow <barkalow@xxxxxxxxxxxx>
Re: git-log - hide parent (was: merging two equivalent branches)
From
: David Reitter <david.reitter@xxxxxxxxx>
Re: [PATCH 4/4] ls-files: fix overeager pathspec optimization
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCHv2 0/3] rebase-i: Ignore comments and blank lines among squash/fixup commands
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: "What's cooking" incremental edition
From
: Jeff King <peff@xxxxxxxx>
Re: default behaviour for `gitmerge` (no arguments)
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] grep: do not do external grep on skip-worktree entries
From
: Jeff King <peff@xxxxxxxx>
Re: [RFC PATCH (WIP)] Show a dirty working tree and a detached HEAD in status for submodule
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Re: [PATCH 2/3] strbuf: add strbuf_percentquote_buf
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 2/3] strbuf: add strbuf_percentquote_buf
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
[PATCH 3/3] commit: show interesting ident information in summary
From
: Jeff King <peff@xxxxxxxx>
[PATCH 2/3] strbuf: add strbuf_percentquote_buf
From
: Jeff King <peff@xxxxxxxx>
[PATCH 1/3] strbuf_expand: convert "%%" to "%"
From
: Jeff King <peff@xxxxxxxx>
[PATCHv2 3/3] rebase-i: Ignore comments and blank lines in peek_next_command
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCHv2 2/3] lib-rebase: Allow comments and blank lines to be added to the rebase script
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCHv2 1/3] lib-rebase: Provide clearer debugging info about what the editor did
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCHv2 0/3] rebase-i: Ignore comments and blank lines among squash/fixup commands
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: gitosis user on Windows
From
: Howard Miller <howard@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] Display author and committer after "git commit"
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] Display author and committer after "git commit"
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] Display author and committer after "git commit"
From
: Jeff King <peff@xxxxxxxx>
[RFH] Git and filesystem ACLs: problem with 'git gc'
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: [RESEND PATCH] french translation of gitk
From
: Emmanuel Trillaud <etrillaud@xxxxxxxxx>
Re: [PATCHv3 3/4 (resent)] gitweb: Optionally add "git" links in project list page
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH] hg-to-git: fix COMMITTER type-o
From
: Stelian Pop <stelian@xxxxxxxxxx>
Re: [PATCH RFC] gitk: display submodule diffs with appropriate encoding
From
: Paul Mackerras <paulus@xxxxxxxxx>
Re: [RESEND PATCH] french translation of gitk
From
: Paul Mackerras <paulus@xxxxxxxxx>
Re: [PATCH resend] gitk: Adjust two equal strings which differed in whitespace
From
: Paul Mackerras <paulus@xxxxxxxxx>
Re: gitosis user on Windows
From
: Howard Miller <howard@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] lockfile: show absolute filename in unable_to_lock_message.
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: gitosis user on Windows
From
: Peter Krefting <peter@xxxxxxxxxxxxxxxx>
[PATCH (resend)] Be more user-friendly when refusing to do something because of conflict.
From
: Matthieu Moy <Matthieu.Moy@xxxxxxx>
Re: [PATCH 04/18] date.c: mark file-local function static
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
gitosis user on Windows
From
: Howard Miller <howard@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 04/18] date.c: mark file-local function static
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 04/18] date.c: mark file-local function static
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
[PATCH] grep: -L should show empty files
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] grep: lookahead optimization can be used with -L option
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] grep: do not do external grep on skip-worktree entries
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 01/18] bisect.c: mark file-local function static
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 00/18] mark file-local symbols static
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 05/18] http.c: mark file-local functions static
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 16/18] blob.c: remove unused function
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 18/18] symlinks.c: remove unused functions
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 11/18] submodule.c: mark file-local function static
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 07/18] parse-options.c: mark file-local function static
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 06/18] entry.c: mark file-local function static
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 14/18] sha1_file.c: remove unused function
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 17/18] object.c: remove unused functions
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 15/18] strbuf.c: remove unused function
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 13/18] mailmap.c: remove unused function
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 12/18] utf8.c: mark file-local function static
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 10/18] quote.c: mark file-local function static
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 09/18] remote-curl.c: mark file-local function static
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 08/18] read-cache.c: mark file-local functions static
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 04/18] date.c: mark file-local function static
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 03/18] pretty.c: mark file-local function static
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 02/18] builtin-rev-list.c: mark file-local function static
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 1/4] git-svn: fix the trivial case of 'src and dst not in the same repo' during branch/tag
From
: Eric Wong <normalperson@xxxxxxxx>
Re: [PATCH] Display author and committer after "git commit"
From
: Adam Megacz <adam@xxxxxxxxxx>
Re: [PATCHv3 3/4 (resent)] gitweb: Optionally add "git" links in project list page
From
: "J.H." <warthog9@xxxxxxxxxxxxxx>
Re: Unable to get "pretty" URL aliases working
From
: Adam Nielsen <adam.nielsen@xxxxxxxxx>
Re: [PATCH 6/6] Documentation: tweak How Merge Works
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: [PATCH 4/6] Documentation: emphasize when git merge terminates early
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: [PATCH] string-list: remove print_string_list, since it is not used anymore.
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [RFC PATCH (WIP)] Show a dirty working tree and a detached HEAD in status for submodule
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 2/2] Use $(git rev-parse --show-toplevel) in cd_to_toplevel().
From
: Steven Drake <sdrake@xxxxxxxxxx>
[PATCH 1/2] Add 'git rev-parse --show-toplevel' option.
From
: Steven Drake <sdrake@xxxxxxxxxx>
Re: [PATCH] string-list: remove print_string_list, since it is not used anymore.
From
: Thiago Farina <tfransosi@xxxxxxxxx>
Re: [PATCH] string-list: remove print_string_list, since it is not used anymore.
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
Re: [PATCH] string-list: remove print_string_list, since it is not used anymore.
From
: Junio C Hamano <gitster@xxxxxxxxx>
[RFC PATCH (WIP)] Show a dirty working tree and a detached HEAD in status for submodule
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Re: [PATCH] string-list: remove print_string_list, since it is not used anymore.
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
[PATCH] string-list: remove print_string_list, since it is not used anymore.
From
: Thiago Farina <tfransosi@xxxxxxxxx>
Re: [PATCH] grep: do not do external grep on skip-worktree entries
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
[PATCH] push: spell 'Note about fast-forwards' section name correctly in error message.
From
: Matthieu Moy <Matthieu.Moy@xxxxxxx>
Re: [PATCH] grep: do not do external grep on skip-worktree entries
From
: Fredrik Kuivinen <frekui@xxxxxxxxx>
Re: [PATCH 9/9] rerere forget path: forget recorded resolution
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
Re: [PATCH] grep: do not do external grep on skip-worktree entries
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
Re: [PATCH 9/9] rerere forget path: forget recorded resolution
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: default behaviour for `gitmerge` (no arguments)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] grep: do not do external grep on skip-worktree entries
From
: Fredrik Kuivinen <frekui@xxxxxxxxx>
Re: [PATCH] grep: do not do external grep on skip-worktree entries
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH] grep: do not do external grep on skip-worktree entries
From
: Fredrik Kuivinen <frekui@xxxxxxxxx>
Re: [PATCH 9/9] rerere forget path: forget recorded resolution
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Git bin permissions
From
: kp <kernelphr34k@xxxxxxxxx>
default behaviour for `gitmerge` (no arguments)
From
: Gareth Adams <gareth.adams@xxxxxxxxx>
Re: Problem creating commits/trees with commit-tree/mktree
From
: Avery Pennarun <apenwarr@xxxxxxxxx>
Re: Problem creating commits/trees with commit-tree/mktree
From
: "Shawn O. Pearce" <spearce@xxxxxxxxxxx>
Problem creating commits/trees with commit-tree/mktree
From
: Gavin Beatty <gavinbeatty@xxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
Re: [PATCH/RFC] filter-branch: Fix to allow replacing submodules with another content
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: How to check new commit availability without full fetch?
From
: Leo Razoumov <slonik.az@xxxxxxxxx>
Re: [PATCH] fast-import: tag may point to any object type
From
: "Shawn O. Pearce" <spearce@xxxxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
[PATCH/RFC] filter-branch: Fix to allow replacing submodules with another content
From
: Michal Sojka <sojkam1@xxxxxxxxxxx>
Re: [PATCH] grep: do not do external grep on skip-worktree entries
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH] grep: do not do external grep on skip-worktree entries
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 4/4] Documentation: add new git-svn branch/tag options --username and --commit-url
From
: Igor Mironov <igor.a.mironov@xxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Leo Razoumov <slonik.az@xxxxxxxxx>
Re: [PATCH] grep: do not do external grep on skip-worktree entries
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 3/4] git-svn: support options --username and --commit-url in branch/tag
From
: Igor Mironov <igor.a.mironov@xxxxxxxxx>
[PATCH 2/4] git-svn: use commiturl in preference to url when constructing dst for branch/tag
From
: Igor Mironov <igor.a.mironov@xxxxxxxxx>
[PATCH 1/4] git-svn: fix the trivial case of 'src and dst not in the same repo' during branch/tag
From
: Igor Mironov <igor.a.mironov@xxxxxxxxx>
Re: [PATCH] grep: do not do external grep on skip-worktree entries
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
[PATCH] rebase--interactive: Ignore comments and blank lines in peek_next_command
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [PATCH] grep: do not do external grep on skip-worktree entries
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH] Threaded grep (was: Re: [PATCH] grep: do not do external grep on skip-worktree entries)
From
: Fredrik Kuivinen <frekui@xxxxxxxxx>
[PATCH] Add missing #include to support TIOCGWINSZ on Solaris
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
Re: [PATCH 2/6] Documentation: merge: add an overview
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] Use $(git rev-parse --show-toplevel) in cd_to_toplevel()
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Remove empty directories when checking out a commit with fewer submodules
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Remove empty directories when checking out a commit with fewer submodules
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: [PATCH] Remove empty directories when checking out a commit with fewer submodules
From
: Johan Herland <johan@xxxxxxxxxxx>
Re: [PATCH 2/2] Use $(git rev-parse --show-toplevel) in cd_to_toplevel()
From
: Steven Drake <sdrake@xxxxxxxxxx>
Re: [PATCH] Remove empty directories when checking out a commit with fewer submodules
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
[PATCH 6/6] Documentation: tweak How Merge Works
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH 5/6] Documentation: merge: add a section about fast-forward
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH 4/6] Documentation: emphasize when git merge terminates early
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH 2/6] Documentation: merge: add an overview
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH/RFC 1/6] Documentation: clarify one-line description for merge
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH 0/6] Re: Documentation: warn prominently against merging with dirty trees
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Robin Rosenberg <robin.rosenberg@xxxxxxxxxx>
Re: Unable to get "pretty" URL aliases working
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] Use $(git rev-parse --show-toplevel) in cd_to_toplevel()
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Unable to get "pretty" URL aliases working
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
[PATCH 2/2] Use $(git rev-parse --show-toplevel) in cd_to_toplevel()
From
: Steven Drake <sdrake@xxxxxxxxxx>
Re: [PATCH] Display author and committer after "git commit"
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] Use $(git rev-parse --show-toplevel) in cd_to_toplevel()
From
: Steven Drake <sdrake@xxxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] grep: do not do external grep on skip-worktree entries
From
: Junio C Hamano <gitster@xxxxxxxxx>
Unable to get "pretty" URL aliases working
From
: Adam Nielsen <adam.nielsen@xxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Dmitry Potapov <dpotapov@xxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Michael Witten <mfwitten@xxxxxxxxx>
[PATCH] fast-import: tag may point to any object type
From
: Dmitry Potapov <dpotapov@xxxxxxxxx>
Re: [PATCH] Display author and committer after "git commit"
From
: Adam Megacz <adam@xxxxxxxxxx>
[PATCH] Display author and committer after "git commit"
From
: Adam Megacz <adam@xxxxxxxxxx>
Re: [PATCH v2 2/4] Documentation: warn prominently against merging with dirty trees
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH] Remove empty directories when checking out a commit with fewer submodules
From
: Peter Collingbourne <peter@xxxxxxxxx>
Re: [PATCH v2 2/4] Documentation: warn prominently against merging with dirty trees
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 2/4] Documentation: warn prominently against merging with dirty trees
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
Re: [PATCH 9/9] rerere forget path: forget recorded resolution
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Tay Ray Chuan <rctay89@xxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Leo Razoumov <slonik.az@xxxxxxxxx>
[PATCH/RFC 2/2] Remove $tagobjid from tagcontents population
From
: Dave Dulson <dave@xxxxxxxxxx>
[PATCH 1/2] Add tag message
From
: Dave Dulson <dave@xxxxxxxxxx>
[PATCH] 0/2 Add tag message to gitk
From
: Dave Dulson <dave@xxxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: "What's cooking" incremental edition
From
: Sverre Rabbelier <srabbelier@xxxxxxxxx>
Re: How to check new commit availability without full fetch?
From
: Nicolas Pitre <nico@xxxxxxxxxxx>
"What's cooking" incremental edition
From
: Junio C Hamano <gitster@xxxxxxxxx>
What's cooking in git.git (Jan 2010, #03; Sun, 10)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [msysGit] [PATCH/RFC 06/11] run-command: add kill_async() and is_async_alive()
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
Re: [PATCH] git-p4: Fix empty submit template when editor fires up
From
: Kevin Leung <kevinlsk@xxxxxxxxx>
[PATCH 4/4] Improve error message when a transport helper was not found
From
: Johannes Sixt <j6t@xxxxxxxx>
[PATCH 3/4] start_command: detect execvp failures early
From
: Johannes Sixt <j6t@xxxxxxxx>
[PATCH 2/4] run-command: move wait_or_whine earlier
From
: Johannes Sixt <j6t@xxxxxxxx>
[PATCH 1/4] start_command: report child process setup errors to the parent's stderr
From
: Johannes Sixt <j6t@xxxxxxxx>
[PATCH 0/4] Detect exec errors in start_command early
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: [PATCH v2 1/4] Documentation/git-merge: reword references to "remote" and "pull"
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: [PATCH v2 4/4] Documentation: spell 'git cmd' without dash throughout
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: [PATCH v2 2/4] Documentation: warn prominently against merging with dirty trees
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
[PATCH] Documentation: show-files is now called git-ls-files
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
[PATCH 2/2] More missed `code snippets`
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
[PATCH 1/2] More missed dashed 'git-cmd' forms
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: [PATCH v2 0/4] Documentation style fixes
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: [PATCH] git-p4: Fix empty submit template when editor fires up
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
How to check new commit availability without full fetch?
From
: Leo Razoumov <slonik.az@xxxxxxxxx>
Re: [PATCH] git-p4: Fix empty submit template when editor fires up
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 2/2] Use $(git rev-parse --show-toplevel) in cd_to_toplevel()
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: Linking multiple Git repositories for version tracking
From
: Christoph Jahn <christoph.jahn@xxxxxx>
[PATCH 1/2] Add 'git rev-parse --show-toplevel' option.
From
: Steven Drake <sdrake@xxxxxxxxxx>
[PATCH 2/2] Use $(git rev-parse --show-toplevel) in cd_to_toplevel()
From
: Steven Drake <sdrake@xxxxxxxxxx>
Re: [PATCH v2 0/4] Documentation style fixes
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 0/4] Documentation style fixes
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] ls-files: fix overeager pathspec optimization
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 2/4] Documentation: warn prominently against merging with dirty trees
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2 2/4] Documentation: warn prominently against merging with dirty trees
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH v2 1/4] Documentation/git-merge: reword references to "remote" and "pull"
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH 4/4] git-diff.txt: Link to git-difftool
From
: David Aguilar <davvid@xxxxxxxxx>
[PATCH 3/4] difftool: Allow specifying unconfigured commands with --extcmd
From
: David Aguilar <davvid@xxxxxxxxx>
[PATCH 2/4] difftool--helper: Remove use of the GIT_MERGE_TOOL variable
From
: David Aguilar <davvid@xxxxxxxxx>
[PATCH 1/4] difftool--helper: Update copyright and remove distracting comments
From
: David Aguilar <davvid@xxxxxxxxx>
Re: [PATCH v2 3/4] Documentation: format full commands in typewriter font
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH 2/2] Documentation: tiny git config manual tweaks
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH 1/2] Documentation: git gc packs refs by default now
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH v2 4/4] Documentation: spell 'git cmd' without dash throughout
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH v2 0/4] Documentation style fixes
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: [PATCH v2 0/4] Documentation style fixes
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
[PATCH v2 3/4] Documentation: format full commands in typewriter font
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
[PATCH v2 2/4] Documentation: warn prominently against merging with dirty trees
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
[PATCH v2 1/4] Documentation/git-merge: reword references to "remote" and "pull"
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
[PATCH v2 0/4] Documentation style fixes
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
[PATCH resend] gitk: Adjust two equal strings which differed in whitespace
From
: Markus Heidelberg <markus.heidelberg@xxxxxx>
Re: [PATCH (v2) 2/2] rebase -i: teach --onto A...B syntax
From
: Avery Pennarun <apenwarr@xxxxxxxxx>
Re: For real now: bug tracking and secretary tasks in git
From
: Thiago Farina <tfransosi@xxxxxxxxx>
Re: [PATCH] ls-files: fix overeager pathspec optimization
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
[BUGFIX] Reset possible helper before reusing remote structure
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
Re: [PATCH v2 0/2] Support relative .git file in a submodule
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] daemon: consider only address in kill_some_child()
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] daemon: consider only address in kill_some_child()
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
[RFC PATCH v2 2/2] Improve transport helper exec failure reporting
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
[RFC PATCH v2 1/2] Report exec errors from run-command
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
[RFC PATCH v2 0/2] Imporove remote helper exec failure reporting
From
: Ilari Liusvaara <ilari.liusvaara@xxxxxxxxxxx>
Re: Filename quoting / parsing problem
From
: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
Re: [PATCHv3 3/4 (resent)] gitweb: Optionally add "git" links in project list page
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH] Don't pass CFLAGS to the linker
From
: Paolo Bonzini <bonzini@xxxxxxx>
Re: [PATCH] ls-files: fix overeager pathspec optimization
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git-svn: git svn dcommit doesn't handle network failure
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
[PATCH 4/4] ls-files: fix overeager pathspec optimization
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 3/4] read_directory(): further split treat_path()
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 2/4] read_directory_recursive(): refactor handling of a single path into a separate function
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 1/4] t3001: test ls-files -o ignored/dir
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] ls-files: fix overeager pathspec optimization
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: How to push changes from clone back to master
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Problem Using Git with Subversion Repository
From
: Eric Wong <normalperson@xxxxxxxx>
Re: How to push changes from clone back to master
From
: Simon Chu <simonchu.web@xxxxxxxxx>
Re: [PATCH] ls-files: fix overeager pathspec optimization
From
: Jeff King <peff@xxxxxxxx>
Re: Linking multiple Git repositories for version tracking
From
: Michael Witten <mfwitten@xxxxxxxxx>
[PATCH] help: fix configured help format taking over command line one
From
: Christian Couder <chriscool@xxxxxxxxxxxxx>
[PATCH v2 2/2] Handle relative paths in submodule .git files
From
: Brad King <brad.king@xxxxxxxxxxx>
[PATCH v2 0/2] Support relative .git file in a submodule
From
: Brad King <brad.king@xxxxxxxxxxx>
[PATCH v2 1/2] Test update-index for a gitlink to a .git file
From
: Brad King <brad.king@xxxxxxxxxxx>
Re: git-svn: git svn dcommit doesn't handle network failure
From
: Eric Wong <normalperson@xxxxxxxx>
Re: For real now: bug tracking and secretary tasks in git
From
: "J.H." <warthog19@xxxxxxxxxxxxxx>
[Virus] Exploit.PDF-9669
From
: "J.H." <warthog9@xxxxxxxxxxxxxx>
Re: [PATCH (v2) 2/2] rebase -i: teach --onto A...B syntax
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: [PATCH] ls-files: fix overeager pathspec optimization
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
[PATCH] hg-to-git: fix COMMITTER type-o
From
: Bart Trojanowski <bart@xxxxxxxxx>
Re: git-svn: git svn dcommit doesn't handle network failure
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: How to push changes from clone back to master
From
: Tomas Carnecky <tom@xxxxxxxxxxxxx>
Re: [PATCH] ls-files: fix overeager pathspec optimization
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [msysGit] [PATCH/RFC 06/11] run-command: add kill_async() and is_async_alive()
From
: Erik Faye-Lund <kusmabite@xxxxxxxxxxxxxx>
For real now: bug tracking and secretary tasks in git
From
: Jan Krüger <jk@xxxxx>
Re: [PATCH] ls-files: fix overeager pathspec optimization
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH] ls-files: fix overeager pathspec optimization
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] ls-files: fix overeager pathspec optimization
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] ls-files: fix overeager pathspec optimization
From
: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
Re: [PATCH 0/2] Support relative .git file in a submodule
From
: Avery Pennarun <apenwarr@xxxxxxxxx>
Re: [PATCH (v2) 2/2] rebase -i: teach --onto A...B syntax
From
: A Large Angry SCM <gitzilla@xxxxxxxxx>
Re: [PATCH 9/9] rerere forget path: forget recorded resolution
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] sample pre-commit hook: don't trigger when recording a merge
From
: Nanako Shiraishi <nanako3@xxxxxxxxxxx>
Re: [PATCH 3/3] base85: Make the code more obvious instead of explaining the non-obvious
From
: A Large Angry SCM <gitzilla@xxxxxxxxx>
Re: [PATCH 0/2] Support relative .git file in a submodule
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] ls-files: fix overeager pathspec optimization
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 1/2] Test update-index for a gitlink to a .git file
From
: Brad King <brad.king@xxxxxxxxxxx>
[PATCH 2/2] Handle relative paths in submodule .git files
From
: Brad King <brad.king@xxxxxxxxxxx>
[PATCH 0/2] Support relative .git file in a submodule
From
: Brad King <brad.king@xxxxxxxxxxx>
[PATCH] string-list: rename the include guard to STRING_LIST_H
From
: Thiago Farina <tfransosi@xxxxxxxxx>
Re: [PATCH 2/3] ident.c: check explicit identity for name and email separately
From
: Santi Béjar <santi@xxxxxxxxxxx>
Re: git-cherry-pick problem - directory not touched by commit is marked "added by us"
From
: Hakim Cassimally <hakim.cassimally@xxxxxxxxx>
unchecked mallocs
From
: Marinescu Paul dan <pauldan.marinescu@xxxxxxx>
Re: [PATCH 9/9] rerere forget path: forget recorded resolution
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: [PATCH 1/5] MSVC: Windows-native implementation for subset of Pthreads API
From
: Dmitry Potapov <dpotapov@xxxxxxxxx>
How to push changes from clone back to master
From
: Simon C <simonchu.web@xxxxxxxxx>
Re: Trouble with 'make prefix=/usr info'
From
: Chris Johnsen <chris_johnsen@xxxxxxxxx>
Idea: global git object cache
From
: Avery Pennarun <apenwarr@xxxxxxxxx>
Re: [PATCH 1/5] MSVC: Windows-native implementation for subset of Pthreads API
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: [PATCH (v2) 2/2] rebase -i: teach --onto A...B syntax
From
: Sverre Rabbelier <srabbelier@xxxxxxxxx>
Re: ssh username environment variable
From
: Chris Packham <judge.packham@xxxxxxxxx>
Re: ssh username environment variable
From
: Junio C Hamano <gitster@xxxxxxxxx>