Git Distributed Software Revision Control
Date Index
[Prev Page][
Next Page
]
[RFD] should all merge bases be equal?
,
Junio C Hamano
What's cooking in git.git (Oct 2016, #04; Mon, 17)
,
Junio C Hamano
Re: What's cooking in git.git (Oct 2016, #04; Mon, 17)
,
Pranit Bauva
[PATCH] submodule--helper: normalize funny urls
,
Stefan Beller
Re: [PATCH] submodule--helper: normalize funny urls
,
Junio C Hamano
Re: [PATCH] submodule--helper: normalize funny urls
,
Stefan Beller
Problems with "git svn clone"
,
K Richard Pixley
[PATCH 1/4] i18n: apply: mark error message for translation
,
Vasco Almeida
[PATCH 4/4] i18n: diff: mark warnings for translation
,
Vasco Almeida
[PATCH 2/4] i18n: convert mark error messages for translation
,
Vasco Almeida
[PATCH 3/4] i18n: credential-cache--daemon: mark advice for translation
,
Vasco Almeida
[RFC] Case insensitive Git attributes
,
Lars Schneider
Re: [RFC] Case insensitive Git attributes
,
Stefan Beller
Re: [RFC] Case insensitive Git attributes
,
Torsten Bögershausen
Re: [RFC] Case insensitive Git attributes
,
Johannes Schindelin
Re: [RFC] Case insensitive Git attributes
,
Duy Nguyen
Re: [RFC] Case insensitive Git attributes
,
Johannes Schindelin
Re: [RFC] Case insensitive Git attributes
,
Duy Nguyen
Re: [RFC] Case insensitive Git attributes
,
Junio C Hamano
Re: [RFC] Case insensitive Git attributes
,
Johannes Schindelin
[PATCH v1 0/2] Fix default macOS build locally and on Travis CI
,
larsxschneider
[PATCH v1 1/2] config.mak.in: set NO_OPENSSL and APPLE_COMMON_CRYPTO for macOS >10.11
,
larsxschneider
Re: [PATCH v1 1/2] config.mak.in: set NO_OPENSSL and APPLE_COMMON_CRYPTO for macOS >10.11
,
Jeff King
[PATCH v1 2/2] travis-ci: disable GIT_TEST_HTTPD for macOS
,
larsxschneider
[PATCH v11 00/14] Git filter protocol
,
larsxschneider
[PATCH v11 01/14] convert: quote filter names in error messages
,
larsxschneider
[PATCH v11 02/14] convert: modernize tests
,
larsxschneider
[PATCH v11 03/14] run-command: move check_pipe() from write_or_die to run_command
,
larsxschneider
[PATCH v11 04/14] run-command: add clean_on_exit_handler
,
larsxschneider
[PATCH v11 05/14] pkt-line: rename packet_write() to packet_write_fmt()
,
larsxschneider
[PATCH v11 08/14] pkt-line: add packet_flush_gently()
,
larsxschneider
[PATCH v11 07/14] pkt-line: add packet_write_fmt_gently()
,
larsxschneider
[PATCH v11 06/14] pkt-line: extract set_packet_header()
,
larsxschneider
[PATCH v11 09/14] pkt-line: add packet_write_gently()
,
larsxschneider
[PATCH v11 10/14] pkt-line: add functions to read/write flush terminated packet streams
,
larsxschneider
[PATCH v11 11/14] convert: make apply_filter() adhere to standard Git error handling
,
larsxschneider
[PATCH v11 12/14] convert: prepare filter.<driver>.process option
,
larsxschneider
[PATCH v11 13/14] convert: add filter.<driver>.process option
,
larsxschneider
[PATCH v11 14/14] contrib/long-running-filter: add long running filter example
,
larsxschneider
Re: [PATCH v11 00/14] Git filter protocol
,
Junio C Hamano
link broken on git man page
,
Howard Johnson
Re: link broken on git man page
,
Pranit Bauva
Re: link broken on git man page
,
Jeff King
Draft of Git Rev News edition 20
,
Christian Couder
[PATCH] trailer: mark file-local symbol 'conf_head' static
,
Ramsay Jones
[PATCH] avoid pointer arithmetic involving NULL in FLEX_ALLOC_MEM
,
René Scharfe
Re: [PATCH] avoid pointer arithmetic involving NULL in FLEX_ALLOC_MEM
,
Jeff King
Re: [PATCH] avoid pointer arithmetic involving NULL in FLEX_ALLOC_MEM
,
René Scharfe
Re: [PATCH] avoid pointer arithmetic involving NULL in FLEX_ALLOC_MEM
,
Jeff King
[PATCH] t0040: convert all possible tests to use `test-parse-options --expect`
,
Pranit Bauva
Re: [PATCH] t0040: convert all possible tests to use `test-parse-options --expect`
,
Junio C Hamano
[PATCH] cocci: avoid self-references in object_id transformations
,
René Scharfe
Re: [PATCH] cocci: avoid self-references in object_id transformations
,
brian m. carlson
Re: [PATCH] cocci: avoid self-references in object_id transformations
,
Junio C Hamano
Re: [PATCH] cocci: avoid self-references in object_id transformations
,
René Scharfe
Re: [PATCH] cocci: avoid self-references in object_id transformations
,
Junio C Hamano
[RFC] test-lib: detect common misuse of test_expect_failure
,
Junio C Hamano
Re: [RFC] test-lib: detect common misuse of test_expect_failure
,
Jeff King
Re: [RFC] test-lib: detect common misuse of test_expect_failure
,
Junio C Hamano
Automagic `git checkout branchname` mysteriously fails
,
Martin Langhoff
Re: Automagic `git checkout branchname` mysteriously fails
,
Kevin Daudt
Re: Automagic `git checkout branchname` mysteriously fails
,
Martin Langhoff
Re: Automagic `git checkout branchname` mysteriously fails
,
Duy Nguyen
Why does git checkout -b touch the index?
,
David Turner
Re: Why does git checkout -b touch the index?
,
Junio C Hamano
Can we make interactive add easier to use?
,
Robert Dailey
Re: Can we make interactive add easier to use?
,
Matthieu Moy
Re: Can we make interactive add easier to use?
,
Jeff King
[PATCH 0/2] infinite loop in "git ls-tree" for broken symlink
,
Petr Stodulka
[PATCH 2/2] resolve_ref_unsafe(): limit the number of "stat_ref" retries
,
Petr Stodulka
Re: [PATCH 2/2] resolve_ref_unsafe(): limit the number of "stat_ref" retries
,
Petr Stodulka
[PATCH 1/2] Add test for ls-tree with broken symlink under refs/heads
,
Petr Stodulka
Re: [PATCH 0/2] infinite loop in "git ls-tree" for broken symlink
,
Jeff King
Re: [PATCH 0/2] infinite loop in "git ls-tree" for broken symlink
,
Petr Stodulka
[PATCH 1/3] i18n: apply: mark plural string for translation
,
Vasco Almeida
[PATCH 2/3] i18n: apply: mark info messages for translation
,
Vasco Almeida
[PATCH 3/3] i18n: apply: mark error messages for translation
,
Vasco Almeida
Re: [PATCH 1/3] i18n: apply: mark plural string for translation
,
Junio C Hamano
Change Default merge strategy options
,
Daniel Lopez
Re: Change Default merge strategy options
,
Jeff King
[GIT GUI l18n 1/2] git-gui: Mark 'All' in remote.tcl for translation
,
Alexander Shopov
Re: [GIT GUI l18n 1/2] git-gui: Mark 'All' in remote.tcl for translation
,
Pat Thoyts
[PATCHv3] attr: convert to new threadsafe API
,
Stefan Beller
Re: [PATCHv3] attr: convert to new threadsafe API
,
Junio C Hamano
Re: [PATCHv3] attr: convert to new threadsafe API
,
Stefan Beller
Re: [PATCHv3] attr: convert to new threadsafe API
,
Stefan Beller
Re: [PATCHv3] attr: convert to new threadsafe API
,
Junio C Hamano
Huge performance bottleneck reading packs
,
Vegard Nossum
Re: Huge performance bottleneck reading packs
,
Junio C Hamano
Re: Huge performance bottleneck reading packs
,
Vegard Nossum
Re: Huge performance bottleneck reading packs
,
Jeff King
Re: Huge performance bottleneck reading packs
,
Jeff King
Re: Huge performance bottleneck reading packs
,
Jeff King
Re: Huge performance bottleneck reading packs
,
Jeff King
Re: Huge performance bottleneck reading packs
,
Vegard Nossum
Re: Huge performance bottleneck reading packs
,
Jakub Narębski
Re: Huge performance bottleneck reading packs
,
Vegard Nossum
Re: Huge performance bottleneck reading packs
,
Jeff King
[PATCH] fetch: use "quick" has_sha1_file for tag following
,
Jeff King
Re: [PATCH] fetch: use "quick" has_sha1_file for tag following
,
Jeff King
Re: [PATCH] fetch: use "quick" has_sha1_file for tag following
,
Jeff King
Re: [PATCH] fetch: use "quick" has_sha1_file for tag following
,
Junio C Hamano
Re: [PATCH] fetch: use "quick" has_sha1_file for tag following
,
Jeff King
Re: [PATCH] fetch: use "quick" has_sha1_file for tag following
,
Junio C Hamano
Re: Huge performance bottleneck reading packs
,
Vegard Nossum
Re: Huge performance bottleneck reading packs
,
Jeff King
Re: Huge performance bottleneck reading packs
,
Vegard Nossum
Re: Huge performance bottleneck reading packs
,
Jeff King
2 directories same spelling one directory is camel cased
,
David Brown
Re: 2 directories same spelling one directory is camel cased
,
Torsten Bögershausen
problem with git worktree and git svn
,
Mathieu Arnold
Re: problem with git worktree and git svn
,
Stefan Beller
Re: problem with git worktree and git svn
,
Eric Wong
Re: problem with git worktree and git svn
,
Duy Nguyen
Re: problem with git worktree and git svn
,
Eric Wong
[PATCH 0/2] git-svn: implement "git worktree" awareness
,
Eric Wong
[PATCH 2/2] git-svn: "git worktree" awareness
,
Eric Wong
[PATCH 1/2] git-svn: reduce scope of input record separator change
,
Eric Wong
git branches & merge
,
webmaster
Re: git branches & merge
,
Anatoly Borodin
Re: git branches & merge
,
Kevin Daudt
[PATCH] t1512: become resilient to GETTEXT_POISON build
,
Vasco Almeida
Re: [PATCH] t1512: become resilient to GETTEXT_POISON build
,
Jeff King
git diff
,
webmaster
Re: git diff
,
Mike Rappazzo
Re: git diff
,
webmaster
Bug with git merge-base and a packed ref
,
Stepan Kasal
Re: Bug with git merge-base and a packed ref
,
Jeff King
Re: Bug with git merge-base and a packed ref
,
Stepan Kasal
[PATCH] merge-base: handle --fork-point without reflog
,
Jeff King
Re: [PATCH] merge-base: handle --fork-point without reflog
,
Junio C Hamano
Re: [PATCH] merge-base: handle --fork-point without reflog
,
Stepan Kasal
[PATCH 0/5] allow non-trailers and multiple-line trailers
,
Jonathan Tan
[PATCH 1/5] trailer: use singly-linked list, not doubly
,
Jonathan Tan
Re: [PATCH 1/5] trailer: use singly-linked list, not doubly
,
Junio C Hamano
Re: [PATCH 1/5] trailer: use singly-linked list, not doubly
,
Christian Couder
Re: [PATCH 1/5] trailer: use singly-linked list, not doubly
,
Jeff King
[PATCH 5/5] trailer: support values folded to multiple lines
,
Jonathan Tan
Re: [PATCH 5/5] trailer: support values folded to multiple lines
,
Junio C Hamano
[PATCH 2/5] trailer: streamline trailer item create and add
,
Jonathan Tan
[PATCH 4/5] trailer: allow non-trailers in trailer block
,
Jonathan Tan
[PATCH 3/5] trailer: make args have their own struct
,
Jonathan Tan
[PATCH v2 0/6] allow non-trailers and multiple-line trailers
,
Jonathan Tan
[PATCH v2 1/6] trailer: improve const correctness
,
Jonathan Tan
[PATCH v2 2/6] trailer: use list.h for doubly-linked list
,
Jonathan Tan
Re: [PATCH v2 2/6] trailer: use list.h for doubly-linked list
,
Jakub Narębski
Re: [PATCH v2 2/6] trailer: use list.h for doubly-linked list
,
Junio C Hamano
[PATCH v2 3/6] trailer: streamline trailer item create and add
,
Jonathan Tan
[PATCH v2 4/6] trailer: make args have their own struct
,
Jonathan Tan
[PATCH v2 5/6] trailer: allow non-trailers in trailer block
,
Jonathan Tan
[PATCH v2 6/6] trailer: support values folded to multiple lines
,
Jonathan Tan
[PATCH v3 0/6] allow non-trailers and multiple-line trailers
,
Jonathan Tan
[PATCH v3 1/6] trailer: improve const correctness
,
Jonathan Tan
Re: [PATCH v3 1/6] trailer: improve const correctness
,
Stefan Beller
[PATCH v3 2/6] trailer: use list.h for doubly-linked list
,
Jonathan Tan
[PATCH v3 3/6] trailer: streamline trailer item create and add
,
Jonathan Tan
Re: [PATCH v3 3/6] trailer: streamline trailer item create and add
,
Stefan Beller
[PATCH v3 5/6] trailer: allow non-trailers in trailer block
,
Jonathan Tan
Re: [PATCH v3 5/6] trailer: allow non-trailers in trailer block
,
Stefan Beller
Re: [PATCH v3 5/6] trailer: allow non-trailers in trailer block
,
Junio C Hamano
Re: [PATCH v3 5/6] trailer: allow non-trailers in trailer block
,
Jonathan Tan
[PATCH v3 6/6] trailer: support values folded to multiple lines
,
Jonathan Tan
Re: [PATCH v3 6/6] trailer: support values folded to multiple lines
,
Stefan Beller
[PATCH v3 4/6] trailer: make args have their own struct
,
Jonathan Tan
Re: [PATCH v3 4/6] trailer: make args have their own struct
,
Stefan Beller
[PATCH] sequencer: mark a file-local symbol static
,
Ramsay Jones
Re: [PATCH] sequencer: mark a file-local symbol static
,
Johannes Schindelin
[PATCHv2] attr: convert to new threadsafe API
,
Stefan Beller
Re: [PATCHv2] attr: convert to new threadsafe API
,
Junio C Hamano
Re: [PATCHv2] attr: convert to new threadsafe API
,
Stefan Beller
Re: [PATCHv2] attr: convert to new threadsafe API
,
Junio C Hamano
Re: [PATCHv2] attr: convert to new threadsafe API
,
Stefan Beller
Re: [PATCHv2] attr: convert to new threadsafe API
,
Junio C Hamano
Re: [PATCHv2] attr: convert to new threadsafe API
,
Junio C Hamano
Re: [PATCHv2] attr: convert to new threadsafe API
,
Johannes Sixt
Re: [PATCHv2] attr: convert to new threadsafe API
,
Junio C Hamano
Re: [PATCHv2] attr: convert to new threadsafe API
,
Stefan Beller
Re: [PATCHv2] attr: convert to new threadsafe API
,
Junio C Hamano
Re: [PATCHv2] attr: convert to new threadsafe API
,
Jacob Keller
Re: [PATCHv2] attr: convert to new threadsafe API
,
Stefan Beller
Re: [PATCHv2] attr: convert to new threadsafe API
,
Junio C Hamano
Re: [PATCHv2] attr: convert to new threadsafe API
,
Stefan Beller
Re: [PATCHv2] attr: convert to new threadsafe API
,
Junio C Hamano
[PATCH] convert: mark a file-local symbol static
,
Ramsay Jones
Re: [PATCH] convert: mark a file-local symbol static
,
Lars Schneider
Re: [PATCH] convert: mark a file-local symbol static
,
Ramsay Jones
Re: [PATCH] convert: mark a file-local symbol static
,
Lars Schneider
Re: [PATCH] convert: mark a file-local symbol static
,
Ramsay Jones
Re: [PATCH] convert: mark a file-local symbol static
,
Jeff King
Re: [PATCH] convert: mark a file-local symbol static
,
Johannes Schindelin
Re: [PATCH] convert: mark a file-local symbol static
,
Jeff King
Re: [PATCH] convert: mark a file-local symbol static
,
Ramsay Jones
Re: [PATCH] convert: mark a file-local symbol static
,
Junio C Hamano
Re: [PATCH] convert: mark a file-local symbol static
,
René Scharfe
Re: [PATCH] convert: mark a file-local symbol static
,
Stefan Beller
Re: [PATCH] convert: mark a file-local symbol static
,
Ramsay Jones
Re: [PATCH] convert: mark a file-local symbol static
,
Ramsay Jones
[PATCH] upload-pack: use priority queue in reachable() check
,
Jeff King
Re: [PATCH] upload-pack: use priority queue in reachable() check
,
Junio C Hamano
What's cooking in git.git (Oct 2016, #03; Tue, 11)
,
Junio C Hamano
Re: What's cooking in git.git (Oct 2016, #03; Tue, 11)
,
Stefan Beller
Re: What's cooking in git.git (Oct 2016, #03; Tue, 11)
,
Stefan Beller
Re: What's cooking in git.git (Oct 2016, #03; Tue, 11)
,
Junio C Hamano
Re: What's cooking in git.git (Oct 2016, #03; Tue, 11)
,
Johannes Schindelin
Re: What's cooking in git.git (Oct 2016, #03; Tue, 11)
,
Junio C Hamano
Re: What's cooking in git.git (Oct 2016, #03; Tue, 11)
,
Johannes Schindelin
Re: What's cooking in git.git (Oct 2016, #03; Tue, 11)
,
Junio C Hamano
Make `git fetch --all` parallel?
,
Ram Rachum
Re: Make `git fetch --all` parallel?
,
Stefan Beller
Re: Make `git fetch --all` parallel?
,
Junio C Hamano
Re: Make `git fetch --all` parallel?
,
Stefan Beller
Re: Make `git fetch --all` parallel?
,
Stefan Beller
Re: Make `git fetch --all` parallel?
,
Junio C Hamano
Re: Make `git fetch --all` parallel?
,
Jeff King
Re: Make `git fetch --all` parallel?
,
Ævar Arnfjörð Bjarmason
Re: Make `git fetch --all` parallel?
,
Stefan Beller
Re: Make `git fetch --all` parallel?
,
Jeff King
Re: Make `git fetch --all` parallel?
,
Jeff King
Re: Make `git fetch --all` parallel?
,
Stefan Beller
interactive rebase should better highlight the not-applying commit
,
Joshua N Pritikin
Re: interactive rebase should better highlight the not-applying commit
,
Stefan Beller
Re: interactive rebase should better highlight the not-applying commit
,
Johannes Schindelin
Re: interactive rebase should better highlight the not-applying commit
,
Stefan Beller
Re: interactive rebase should better highlight the not-applying commit
,
Joshua N Pritikin
Re: interactive rebase should better highlight the not-applying commit
,
Johannes Schindelin
Re: interactive rebase should better highlight the not-applying commit
,
Joshua N Pritikin
Re: interactive rebase should better highlight the not-applying commit
,
Johannes Schindelin
Allow "git shortlog" to group by committer information
,
Linus Torvalds
Re: Allow "git shortlog" to group by committer information
,
Jeff King
Re: Allow "git shortlog" to group by committer information
,
Linus Torvalds
Re: Allow "git shortlog" to group by committer information
,
Jeff King
[PATCH] gitk: Fix Japanese translation for "marked commit"
,
Satoshi Yasushima
[PATCH 0/2] Support `git reset --stdin`
,
Johannes Schindelin
[PATCH 1/2] reset: fix usage
,
Johannes Schindelin
[PATCH 2/2] reset: support the --stdin option
,
Johannes Schindelin
Re: [PATCH 2/2] reset: support the --stdin option
,
Junio C Hamano
Re: [PATCH 2/2] reset: support the --stdin option
,
Johannes Schindelin
Re: [PATCH 2/2] reset: support the --stdin option
,
Jakub Narębski
Re: [PATCH 2/2] reset: support the --stdin option
,
Johannes Schindelin
Re: [PATCH 0/2] Support `git reset --stdin`
,
Jeff King
Re: [PATCH 0/2] Support `git reset --stdin`
,
Junio C Hamano
Re: [PATCH 0/2] Support `git reset --stdin`
,
Jeff King
Re: [PATCH 0/2] Support `git reset --stdin`
,
Junio C Hamano
Re: [PATCH 0/2] Support `git reset --stdin`
,
Jeff King
Re: [PATCH 0/2] Support `git reset --stdin`
,
Junio C Hamano
Invisible file remove during merge
,
Octavio Alvarez
Re: Invisible file remove during merge
,
Jeff King
[PATCH 00/28] Revamping the attr subsystem!
,
Stefan Beller
[PATCH 02/28] attr.c: use strchrnul() to scan for one line
,
Stefan Beller
[PATCH 01/28] commit.c: use strchrnul() to scan for one line
,
Stefan Beller
[PATCH 03/28] attr.c: update a stale comment on "struct match_attr"
,
Stefan Beller
[PATCH 05/28] attr.c: complete a sentence in a comment
,
Stefan Beller
[PATCH 07/28] attr.c: simplify macroexpand_one()
,
Stefan Beller
[PATCH 06/28] attr.c: mark where #if DEBUG ends more clearly
,
Stefan Beller
[PATCH 09/28] attr.c: plug small leak in parse_attr_line()
,
Stefan Beller
[PATCH 04/28] attr.c: explain the lack of attr-name syntax check in parse_attr()
,
Stefan Beller
[PATCH 08/28] attr.c: tighten constness around "git_attr" structure
,
Stefan Beller
[PATCH 10/28] attr: rename function and struct related to checking attributes
,
Stefan Beller
[PATCH 14/28] attr: retire git_check_attrs() API
,
Stefan Beller
[PATCH 13/28] attr: convert git_check_attrs() callers to use the new API
,
Stefan Beller
[PATCH 15/28] attr: add counted string version of git_check_attr()
,
Stefan Beller
[PATCH 16/28] attr: add counted string version of git_attr()
,
Stefan Beller
[PATCH 17/28] attr: expose validity check for attribute names
,
Stefan Beller
Re: [PATCH 17/28] attr: expose validity check for attribute names
,
Brandon Williams
Re: [PATCH 17/28] attr: expose validity check for attribute names
,
Stefan Beller
Re: [PATCH 17/28] attr: expose validity check for attribute names
,
Brandon Williams
Re: [PATCH 17/28] attr: expose validity check for attribute names
,
Stefan Beller
Re: [PATCH 17/28] attr: expose validity check for attribute names
,
Brandon Williams
[PATCH 18/28] attr: support quoting pathname patterns in C style
,
Stefan Beller
[PATCH 21/28] attr.c: rename a local variable check
,
Stefan Beller
[PATCH 19/28] attr.c: add push_stack() helper
,
Stefan Beller
[PATCH 20/28] attr.c: pass struct git_attr_check down the callchain
,
Stefan Beller
[PATCH 25/28] attr.c: outline the future plans by heavily commenting
,
Stefan Beller
[PATCH 26/28] attr: make git_attr_counted static
,
Stefan Beller
Re: [PATCH 26/28] attr: make git_attr_counted static
,
Brandon Williams
Re: [PATCH 26/28] attr: make git_attr_counted static
,
Stefan Beller
[PATCH 27/28] attr: make git_check_attr_counted static
,
Stefan Beller
[PATCH 22/28] attr.c: correct ugly hack for git_all_attrs()
,
Stefan Beller
[PATCH 28/28] attr: convert to new threadsafe API
,
Stefan Beller
Re: [PATCH 28/28] attr: convert to new threadsafe API
,
Brandon Williams
Re: [PATCH 28/28] attr: convert to new threadsafe API
,
Junio C Hamano
Re: [PATCH 28/28] attr: convert to new threadsafe API
,
Stefan Beller
Re: [PATCH 28/28] attr: convert to new threadsafe API
,
Junio C Hamano
Re: [PATCH 28/28] attr: convert to new threadsafe API
,
Stefan Beller
Re: [PATCH 28/28] attr: convert to new threadsafe API
,
Junio C Hamano
[PATCH 23/28] attr.c: introduce empty_attr_check_elems()
,
Stefan Beller
[PATCH 24/28] attr.c: always pass check[] to collect_some_attrs()
,
Stefan Beller
[PATCH 11/28] attr: (re)introduce git_check_attr() and struct git_attr_check
,
Stefan Beller
Re: [PATCH 11/28] attr: (re)introduce git_check_attr() and struct git_attr_check
,
Brandon Williams
Re: [PATCH 11/28] attr: (re)introduce git_check_attr() and struct git_attr_check
,
Junio C Hamano
[PATCH 12/28] attr: convert git_all_attrs() to use "struct git_attr_check"
,
Stefan Beller
Formatting problem send_mail in version 2.10.0
,
Larry Finger
Re: Formatting problem send_mail in version 2.10.0
,
Jeff King
Re: Formatting problem send_mail in version 2.10.0
,
Jeff King
Re: Formatting problem send_mail in version 2.10.0
,
Larry Finger
Re: Formatting problem send_mail in version 2.10.0
,
Jeff King
Re: Formatting problem send_mail in version 2.10.0
,
Matthieu Moy
Re: Formatting problem send_mail in version 2.10.0
,
Larry Finger
Re: Formatting problem send_mail in version 2.10.0
,
Matthieu Moy
Re: Formatting problem send_mail in version 2.10.0
,
Larry Finger
Re: Formatting problem send_mail in version 2.10.0
,
Matthieu Moy
Re: Formatting problem send_mail in version 2.10.0
,
Larry Finger
Re: Formatting problem send_mail in version 2.10.0
,
Matthieu Moy
Re: Formatting problem send_mail in version 2.10.0
,
Larry Finger
Re: Formatting problem send_mail in version 2.10.0
,
Matthieu Moy
Re: Formatting problem send_mail in version 2.10.0
,
Larry Finger
Re: Formatting problem send_mail in version 2.10.0
,
Junio C Hamano
Re: Formatting problem send_mail in version 2.10.0
,
Jeff King
Re: Formatting problem send_mail in version 2.10.0
,
Matthieu Moy
[PATCH] parse_mailboxes: accept extra text after <...> address
,
Matthieu Moy
Re: Formatting problem send_mail in version 2.10.0
,
Kevin Daudt
Re: Formatting problem send_mail in version 2.10.0
,
Matthieu Moy
Re: Formatting problem send_mail in version 2.10.0
,
Matthieu Moy
Re: Formatting problem send_mail in version 2.10.0
,
Junio C Hamano
Re: Formatting problem send_mail in version 2.10.0
,
Jeff King
[PATCH 1/2] submodule: ignore trailing slash on superproject URL
,
Stefan Beller
[PATCH 2/2] submodule: ignore trailing slash in relative url
,
Stefan Beller
Re: [PATCH 1/2] submodule: ignore trailing slash on superproject URL
,
Dennis Kaarsemaker
Re: [PATCH 1/2] submodule: ignore trailing slash on superproject URL
,
Johannes Schindelin
Re: [PATCH 1/2] submodule: ignore trailing slash on superproject URL
,
Stefan Beller
Re: [PATCH 1/2] submodule: ignore trailing slash on superproject URL
,
Johannes Schindelin
Re: [PATCH 1/2] submodule: ignore trailing slash on superproject URL
,
Junio C Hamano
Re: [PATCH 1/2] submodule: ignore trailing slash on superproject URL
,
Stefan Beller
Re: [PATCH 1/2] submodule: ignore trailing slash on superproject URL
,
Junio C Hamano
Re: [PATCH 1/2] submodule: ignore trailing slash on superproject URL
,
Stefan Beller
Re: [PATCH 1/2] submodule: ignore trailing slash on superproject URL
,
Junio C Hamano
Re: [PATCH 1/2] submodule: ignore trailing slash on superproject URL
,
Johannes Sixt
Re: [PATCH 1/2] submodule: ignore trailing slash on superproject URL
,
Junio C Hamano
git filter-branch --subdirectory-filter not working as expected, history of other folders is preserved
,
Seaders Oloinsigh
Re: git filter-branch --subdirectory-filter not working as expected, history of other folders is preserved
,
Jeff King
Re: git filter-branch --subdirectory-filter not working as expected, history of other folders is preserved
,
Seaders Oloinsigh
Re: git filter-branch --subdirectory-filter not working as expected, history of other folders is preserved
,
Jeff King
Re: git filter-branch --subdirectory-filter not working as expected, history of other folders is preserved
,
Seaders Oloinsigh
git merge deletes my changes
,
Eduard Egorov
Re: git merge deletes my changes
,
Jeff King
RE: git merge deletes my changes
,
Eduard Egorov
<Possible follow-ups>
RE: git merge deletes my changes
,
Eduard Egorov
Re: git merge deletes my changes
,
Paul Smith
Re: git merge deletes my changes
,
Jakub Narębski
RE: git merge deletes my changes
,
Eduard Egorov
[PATCH] t3700-add.sh: Avoid filename collission between tests which could lead to test failure
,
Jeremy Huddleston Sequoia
Re: [PATCH] t3700-add.sh: Avoid filename collission between tests which could lead to test failure
,
Junio C Hamano
Re: [PATCH] t3700-add.sh: Avoid filename collission between tests which could lead to test failure
,
Jeremy Huddleston Sequoia
[PATCH] t4014-format-patch: Adjust git_version regex to better handle distro changes to DEF_VER
,
Jeremy Huddleston Sequoia
Re: [PATCH] t4014-format-patch: Adjust git_version regex to better handle distro changes to DEF_VER
,
Josh Triplett
Re: [PATCH] t4014-format-patch: Adjust git_version regex to better handle distro changes to DEF_VER
,
Jeremy Huddleston Sequoia
Re: [PATCH] t4014-format-patch: Adjust git_version regex to better handle distro changes to DEF_VER
,
Jeff King
Re: [PATCH] t4014-format-patch: Adjust git_version regex to better handle distro changes to DEF_VER
,
Jeremy Huddleston Sequoia
Re: [PATCH] t4014-format-patch: Adjust git_version regex to better handle distro changes to DEF_VER
,
Junio C Hamano
Re: [PATCH] t4014-format-patch: Adjust git_version regex to better handle distro changes to DEF_VER
,
Junio C Hamano
Re: [PATCH] t4014-format-patch: Adjust git_version regex to better handle distro changes to DEF_VER
,
Jeremy Huddleston Sequoia
Re: [PATCH] t4014-format-patch: Adjust git_version regex to better handle distro changes to DEF_VER
,
Eric Wong
git 2.10.1 test regression in t3700-add.sh
,
Jeremy Huddleston Sequoia
Re: git 2.10.1 test regression in t3700-add.sh
,
Jeremy Huddleston Sequoia
Re: git 2.10.1 test regression in t3700-add.sh
,
Jeremy Huddleston Sequoia
Re: git 2.10.1 test regression in t3700-add.sh
,
Jeremy Huddleston Sequoia
Re: git 2.10.1 test regression in t3700-add.sh
,
Junio C Hamano
Re: git 2.10.1 test regression in t3700-add.sh
,
Junio C Hamano
Re: git 2.10.1 test regression in t3700-add.sh
,
Johannes Sixt
Re: git 2.10.1 test regression in t3700-add.sh
,
Jeremy Huddleston Sequoia
Re: git 2.10.1 test regression in t3700-add.sh
,
Junio C Hamano
git 2.10.1 test regression in t4014-format-patch.sh
,
Jeremy Huddleston Sequoia
Re: git 2.10.1 test regression in t4014-format-patch.sh
,
Josh Triplett
Re: git 2.10.1 test regression in t4014-format-patch.sh
,
Jeremy Huddleston Sequoia
How to watch a mailing list & repo for patches which affect a certain area of code?
,
Ian Kelling
RE: How to watch a mailing list & repo for patches which affect a certain area of code?
,
Jason Pyeron
Re: How to watch a mailing list & repo for patches which affect a certain area of code?
,
Stefan Beller
RE: How to watch a mailing list & repo for patches which affect a certain area of code?
,
Jason Pyeron
Re: How to watch a mailing list & repo for patches which affect a certain area of code?
,
Stefan Beller
RE: How to watch a mailing list & repo for patches which affect a certain area of code? [OT]
,
Jason Pyeron
Re: How to watch a mailing list & repo for patches which affect a certain area of code?
,
Ian Kelling
Re: How to watch a mailing list & repo for patches which affect a certain area of code?
,
Eric Wong
Re: How to watch a mailing list & repo for patches which affect a certain area of code?
,
Jakub Narębski
Problem with submodules
,
venv21@xxxxxxxxx
Re: Problem with submodules
,
Dennis Kaarsemaker
Re: Problem with submodules
,
venv21@xxxxxxxxx
Re: Problem with submodules
,
venv21@xxxxxxxxx
Message not available
Re: Problem with submodules
,
Stefan Beller
[PATCH] contrib: add credential helper for libsecret
,
Mantas Mikulėnas
Re: [PATCH] contrib: add credential helper for libsecret
,
Jeff King
Re: [PATCH] contrib: add credential helper for libsecret
,
Dennis Kaarsemaker
Re: [PATCH] contrib: add credential helper for libsecret
,
Jeff King
Re: [PATCH] contrib: add credential helper for libsecret
,
Dennis Kaarsemaker
Re: [PATCH] contrib: add credential helper for libsecret
,
Dennis Kaarsemaker
Re: [PATCH] contrib: add credential helper for libsecret
,
Junio C Hamano
Re: [PATCH] contrib: add credential helper for libsecret
,
Mantas Mikulėnas
Re: [PATCH] contrib: add credential helper for libsecret
,
Mantas Mikulėnas
Re: [PATCH] contrib: add credential helper for libsecret
,
Dennis Kaarsemaker
Re: [PATCH] contrib: add credential helper for libsecret
,
Junio C Hamano
Re: [PATCH] contrib: add credential helper for libsecret
,
Junio C Hamano
Re: [PATCH] contrib: add credential helper for libsecret
,
Dennis Kaarsemaker
[PATCH v1 2/2] convert.c: stream and early out
,
tboegi
Re: [PATCH v1 2/2] convert.c: stream and early out
,
Junio C Hamano
[PATCH v1 1/2] read-cache: factor out get_sha1_from_index() helper
,
tboegi
[PATCH v1 0/2] convert: stream and early out
,
tboegi
Re: [PATCH v1 0/2] convert: stream and early out
,
Junio C Hamano
[PATCH v2 0/2] Stream and fast search
,
tboegi
[PATCH v2 2/2] convert.c: stream and fast search for binary
,
tboegi
[PATCH v2 1/2] read-cache: factor out get_sha1_from_index() helper
,
tboegi
A head scratcher, clone results in modified files (tested linux and cygwin) - .gitattributes file?
,
Jason Pyeron
Re: A head scratcher, clone results in modified files (tested linux and cygwin) - .gitattributes file?
,
Torsten Bögershausen
RE: A head scratcher, clone results in modified files (tested linux and cygwin) - .gitattributes file?
,
Jason Pyeron
%C(auto) not working as expected
,
Tom Hale
Re: %C(auto) not working as expected
,
René Scharfe
Re: %C(auto) not working as expected
,
Tom Hale
Re: %C(auto) not working as expected
,
René Scharfe
Re: %C(auto) not working as expected
,
Jeff King
Re: %C(auto) not working as expected
,
Duy Nguyen
Re: %C(auto) not working as expected
,
Jeff King
[PATCH] pretty: respect color settings for %C placeholders
,
Jeff King
Re: [PATCH] pretty: respect color settings for %C placeholders
,
René Scharfe
Re: [PATCH] pretty: respect color settings for %C placeholders
,
Jeff King
Re: [PATCH] pretty: respect color settings for %C placeholders
,
René Scharfe
Re: [PATCH] pretty: respect color settings for %C placeholders
,
Jeff King
Re: [PATCH] pretty: respect color settings for %C placeholders
,
Junio C Hamano
Re: [PATCH] pretty: respect color settings for %C placeholders
,
Jeff King
Re: [PATCH] pretty: respect color settings for %C placeholders
,
Jeff King
Re: [PATCH] pretty: respect color settings for %C placeholders
,
Duy Nguyen
Re: %C(auto) not working as expected
,
René Scharfe
Re: %C(auto) not working as expected
,
Jeff King
[PATCH v2] pretty: fix document link for color specification
,
René Scharfe
Re: [PATCH v2] pretty: fix document link for color specification
,
Jeff King
Bug? git worktree fails with master on bare repo
,
Michael Tutty
Re: Bug? git worktree fails with master on bare repo
,
Kevin Daudt
Re: Bug? git worktree fails with master on bare repo
,
Dennis Kaarsemaker
Re: Bug? git worktree fails with master on bare repo
,
Duy Nguyen
Re: Bug? git worktree fails with master on bare repo
,
Michael Tutty
Re: Bug? git worktree fails with master on bare repo
,
Duy Nguyen
Re: Bug? git worktree fails with master on bare repo
,
Michael Tutty
Re: Bug? git worktree fails with master on bare repo
,
Kevin Daudt
[PATCH] worktree: allow the main brach of a bare repository to be checked out
,
Dennis Kaarsemaker
Re: [PATCH] worktree: allow the main brach of a bare repository to be checked out
,
Michael Tutty
Re: [PATCH] worktree: allow the main brach of a bare repository to be checked out
,
Junio C Hamano
Re: [PATCH] worktree: allow the main brach of a bare repository to be checked out
,
Junio C Hamano
Re: [PATCH] worktree: allow the main brach of a bare repository to be checked out
,
Duy Nguyen
Re: [PATCH] worktree: allow the main brach of a bare repository to be checked out
,
Dennis Kaarsemaker
[PATCH] use strbuf_add_unique_abbrev() for adding short hashes, part 3
,
René Scharfe
Re: [PATCH] use strbuf_add_unique_abbrev() for adding short hashes, part 3
,
Jeff King
Re: [PATCH] use strbuf_add_unique_abbrev() for adding short hashes, part 3
,
René Scharfe
Re: [PATCH] use strbuf_add_unique_abbrev() for adding short hashes, part 3
,
Jeff King
[PATCH] remove unnecessary NULL check before free(3)
,
René Scharfe
[PATCH v10 00/14] Git filter protocol
,
larsxschneider
[PATCH v10 01/14] convert: quote filter names in error messages
,
larsxschneider
[PATCH v10 02/14] convert: modernize tests
,
larsxschneider
[PATCH v10 03/14] run-command: move check_pipe() from write_or_die to run_command
,
larsxschneider
[PATCH v10 04/14] run-command: add clean_on_exit_handler
,
larsxschneider
Re: [PATCH v10 04/14] run-command: add clean_on_exit_handler
,
Johannes Schindelin
Re: [PATCH v10 04/14] run-command: add clean_on_exit_handler
,
Lars Schneider
Re: [PATCH v10 04/14] run-command: add clean_on_exit_handler
,
Johannes Schindelin
Re: [PATCH v10 04/14] run-command: add clean_on_exit_handler
,
Lars Schneider
[PATCH v10 05/14] pkt-line: rename packet_write() to packet_write_fmt()
,
larsxschneider
[PATCH v10 08/14] pkt-line: add packet_flush_gently()
,
larsxschneider
[PATCH v10 07/14] pkt-line: add packet_write_fmt_gently()
,
larsxschneider
[PATCH v10 11/14] convert: make apply_filter() adhere to standard Git error handling
,
larsxschneider
[PATCH v10 09/14] pkt-line: add packet_write_gently()
,
larsxschneider
[PATCH v10 06/14] pkt-line: extract set_packet_header()
,
larsxschneider
[PATCH v10 12/14] convert: prepare filter.<driver>.process option
,
larsxschneider
[PATCH v10 13/14] convert: add filter.<driver>.process option
,
larsxschneider
Re: [PATCH v10 13/14] convert: add filter.<driver>.process option
,
Jakub Narębski
Re: [PATCH v10 13/14] convert: add filter.<driver>.process option
,
Torsten Bögershausen
Re: [PATCH v10 13/14] convert: add filter.<driver>.process option
,
Lars Schneider
Re: [PATCH v10 13/14] convert: add filter.<driver>.process option
,
Lars Schneider
Re: [PATCH v10 13/14] convert: add filter.<driver>.process option
,
Jakub Narębski
Re: [PATCH v10 13/14] convert: add filter.<driver>.process option
,
Lars Schneider
Re: [PATCH v10 13/14] convert: add filter.<driver>.process option
,
Jeff King
Re: [PATCH v10 13/14] convert: add filter.<driver>.process option
,
Jakub Narębski
Re: [PATCH v10 13/14] convert: add filter.<driver>.process option
,
Junio C Hamano
Re: [PATCH v10 13/14] convert: add filter.<driver>.process option
,
Lars Schneider
Re: [PATCH v10 13/14] convert: add filter.<driver>.process option
,
Torsten Bögershausen
Re: [PATCH v10 13/14] convert: add filter.<driver>.process option
,
Lars Schneider
Re: [PATCH v10 13/14] convert: add filter.<driver>.process option
,
Junio C Hamano
[PATCH v10 10/14] pkt-line: add functions to read/write flush terminated packet streams
,
larsxschneider
[PATCH v10 14/14] contrib/long-running-filter: add long running filter example
,
larsxschneider
Re: [PATCH v10 14/14] contrib/long-running-filter: add long running filter example
,
Torsten Bögershausen
Re: [PATCH v10 14/14] contrib/long-running-filter: add long running filter example
,
Lars Schneider
Feature request: use relative path in worktree config files
,
Stéphane Klein
Re: Feature request: use relative path in worktree config files
,
Stéphane Klein
Re: Feature request: use relative path in worktree config files
,
Duy Nguyen
Re: Feature request: use relative path in worktree config files
,
Stéphane Klein
Re: Feature request: use relative path in worktree config files
,
Duy Nguyen
Re: Feature request: use relative path in worktree config files
,
Stéphane Klein
Re: Feature request: use relative path in worktree config files
,
Junio C Hamano
Re: Feature request: use relative path in worktree config files
,
Duy Nguyen
[PATCH] remote.c: free previous results when looking for a ref match
,
Stefan Beller
Re: [PATCH] remote.c: free previous results when looking for a ref match
,
René Scharfe
Re: [PATCH] remote.c: free previous results when looking for a ref match
,
Stefan Beller
[PATCH v4 4/4] mergetool: honor -O<orderfile>
,
David Aguilar
Re: [PATCH v4 4/4] mergetool: honor -O<orderfile>
,
Johannes Sixt
Re: [PATCH v4 4/4] mergetool: honor -O<orderfile>
,
Junio C Hamano
Re: [PATCH v4 4/4] mergetool: honor -O<orderfile>
,
David Aguilar
Re: [PATCH v4 4/4] mergetool: honor -O<orderfile>
,
Junio C Hamano
[PATCH v3 1/4] mergetool: add copyright
,
David Aguilar
[PATCH v3 2/4] mergetool: move main program flow into a main() function
,
David Aguilar
[PATCH v3 3/4] mergetool: honor diff.orderFile
,
David Aguilar
[PATCH v3 4/4] mergetool: honor -O<orderfile>
,
David Aguilar
[PATCH v4 0/7] Add --format to tag verification
,
santiago
[PATCH v4 2/7] ref-filter: add function to print single ref_array_item
,
santiago
[PATCH v4 4/7] builtin/verify-tag: add --format to verify-tag
,
santiago
[PATCH v4 1/7] gpg-interface, tag: add GPG_VERIFY_QUIET flag
,
santiago
[PATCH v4 3/7] tag: add format specifier to gpg_verify_tag
,
santiago
[PATCH v4 6/7] t/t7030-verify-tag: Add --format specifier tests
,
santiago
[PATCH v4 7/7] t/t7004-tag: Add --format specifier tests
,
santiago
[PATCH v4 5/7] builtin/tag: add --format argument for tag -v
,
santiago
Re: [PATCH v4 0/7] Add --format to tag verification
,
Santiago Torres
Uninitialized submodules as symlinks
,
David Turner
Re: Uninitialized submodules as symlinks
,
Stefan Beller
RE: Uninitialized submodules as symlinks
,
David Turner
Re: Uninitialized submodules as symlinks
,
Duy Nguyen
RE: Uninitialized submodules as symlinks
,
David Turner
Re: Uninitialized submodules as symlinks
,
Heiko Voigt
Re: Uninitialized submodules as symlinks
,
Kevin Daudt
Re: Uninitialized submodules as symlinks
,
Junio C Hamano
Re: Uninitialized submodules as symlinks
,
Heiko Voigt
RE: Uninitialized submodules as symlinks
,
David Turner
[PATCH v2 0/3] Speedup finding of unpushed submodules
,
Heiko Voigt
[PATCH v2 1/3] serialize collection of changed submodules
,
Heiko Voigt
Re: [PATCH v2 1/3] serialize collection of changed submodules
,
Stefan Beller
Re: [PATCH v2 1/3] serialize collection of changed submodules
,
Junio C Hamano
Re: [PATCH v2 1/3] serialize collection of changed submodules
,
Heiko Voigt
Re: [PATCH v2 1/3] serialize collection of changed submodules
,
Junio C Hamano
Re: [PATCH v2 1/3] serialize collection of changed submodules
,
Heiko Voigt
Re: [PATCH v2 1/3] serialize collection of changed submodules
,
Heiko Voigt
[PATCH v2 2/3] serialize collection of refs that contain submodule changes
,
Heiko Voigt
Re: [PATCH v2 2/3] serialize collection of refs that contain submodule changes
,
Stefan Beller
Re: [PATCH v2 2/3] serialize collection of refs that contain submodule changes
,
Heiko Voigt
Re: [PATCH v2 2/3] serialize collection of refs that contain submodule changes
,
Junio C Hamano
[PATCH v2 3/3] batch check whether submodule needs pushing into one call
,
Heiko Voigt
Re: [PATCH v2 3/3] batch check whether submodule needs pushing into one call
,
Stefan Beller
Re: [PATCH v2 3/3] batch check whether submodule needs pushing into one call
,
Junio C Hamano
Re: [PATCH v2 3/3] batch check whether submodule needs pushing into one call
,
Heiko Voigt
Re: [PATCH v2 3/3] batch check whether submodule needs pushing into one call
,
Junio C Hamano
Re: [PATCH v2 3/3] batch check whether submodule needs pushing into one call
,
Heiko Voigt
[PATCH] clean up confusing suggestion for commit references
,
Heiko Voigt
Re: [PATCH] clean up confusing suggestion for commit references
,
Jeff King
Re: [PATCH] clean up confusing suggestion for commit references
,
Junio C Hamano
Re: [PATCH] clean up confusing suggestion for commit references
,
Jeff King
Re: [PATCH] clean up confusing suggestion for commit references
,
Junio C Hamano
Re: [PATCH] clean up confusing suggestion for commit references
,
Heiko Voigt
Re: [PATCH] clean up confusing suggestion for commit references
,
Junio C Hamano
[PATCH v2 2/4] mergetool: move main program flow into a main() function
,
David Aguilar
[PATCH v2 4/4] mergetool: honor -O<orderfile>
,
David Aguilar
[PATCH] documentation: clarify submodule.<name>.[url, path] variables
,
Stefan Beller
Re: [PATCH] documentation: clarify submodule.<name>.[url, path] variables
,
Junio C Hamano
Re: [PATCH] documentation: clarify submodule.<name>.[url, path] variables
,
Stefan Beller
Re: [PATCH] documentation: clarify submodule.<name>.[url, path] variables
,
Junio C Hamano
[PATCHv2] documentation: improve submodule.<name>.{url, path} description
,
Stefan Beller
[PATCH 1/4] mergetool: add copyright
,
David Aguilar
[PATCH 2/4] mergetool: move main program flow into a main() function
,
David Aguilar
Re: [PATCH 2/4] mergetool: move main program flow into a main() function
,
Johannes Sixt
[PATCH 3/4] mergetool: honor diff.orderFile
,
David Aguilar
Re: [PATCH 3/4] mergetool: honor diff.orderFile
,
Johannes Sixt
[PATCH 4/4] mergetool: honor -O<order-file>
,
David Aguilar
Re: [PATCH 4/4] mergetool: honor -O<order-file>
,
Johannes Sixt
What's cooking in git.git (Oct 2016, #02; Thu, 6)
,
Junio C Hamano
Re: What's cooking in git.git (Oct 2016, #02; Thu, 6)
,
Kevin Daudt
Re: What's cooking in git.git (Oct 2016, #02; Thu, 6)
,
Junio C Hamano
Re: What's cooking in git.git (Oct 2016, #02; Thu, 6)
,
Kevin Daudt
[BUG?] git log with --follow and --skip
,
Christian Couder
[PATCH 0/2] submodule pushes be extra careful
,
Stefan Beller
[PATCH 1/2] submodule add: extend force flag to add existing repos
,
Stefan Beller
Re: [PATCH 1/2] submodule add: extend force flag to add existing repos
,
Junio C Hamano
Re: [PATCH 1/2] submodule add: extend force flag to add existing repos
,
Heiko Voigt
Re: [PATCH 1/2] submodule add: extend force flag to add existing repos
,
Stefan Beller
Re: [PATCH 1/2] submodule add: extend force flag to add existing repos
,
Heiko Voigt
[PATCHv4 2/2] push: change submodule default to check when submodules exist
,
Stefan Beller
Re: [PATCHv4 2/2] push: change submodule default to check when submodules exist
,
Junio C Hamano
Re: [PATCHv4 2/2] push: change submodule default to check when submodules exist
,
Stefan Beller
[PATCHv5] push: change submodule default to check when submodules exist
,
Stefan Beller
[PATCH 0/2] fix infinite loop in ref resolution
,
Jeff King
[PATCH 2/2] files_read_raw_ref: prevent infinite retry loops in general
,
Jeff King
Re: [PATCH 2/2] files_read_raw_ref: prevent infinite retry loops in general
,
Michael Haggerty
[PATCH 1/2] files_read_raw_ref: avoid infinite loop on broken symlinks
,
Jeff King
Re: [PATCH 1/2] files_read_raw_ref: avoid infinite loop on broken symlinks
,
Johannes Sixt
[PATCH v2 1/2] files_read_raw_ref: avoid infinite loop on broken symlinks
,
Jeff King
Re: [PATCH v2 1/2] files_read_raw_ref: avoid infinite loop on broken symlinks
,
Michael Haggerty
Fork Errors
,
Vacha, Brian [USA]
Re: Fork Errors
,
Konstantin Khomoutov
RE: [External] Re: Fork Errors
,
Vacha, Brian [USA]
[PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Nguyễn Thái Ngọc Duy
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Junio C Hamano
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Johannes Schindelin
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Duy Nguyen
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Matthieu Moy
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Duy Nguyen
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Johannes Schindelin
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Matthieu Moy
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Johannes Schindelin
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Jeff King
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Johannes Sixt
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Jeff King
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Johannes Schindelin
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Jeff King
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Jeff King
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Duy Nguyen
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Jeff King
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Junio C Hamano
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Jeff King
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Junio C Hamano
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Johannes Schindelin
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Duy Nguyen
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Johannes Schindelin
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Jeff King
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Jakub Narębski
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Johannes Schindelin
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Jakub Narębski
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Duy Nguyen
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
SZEDER Gábor
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Jakub Narębski
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Jeff King
Re: [PATCH/RFC] git.c: support "!!" aliases that do not move cwd
,
Jeff King
Systems with old regex system headers/libraries don't pick up git's compat/regex header file
,
Richard Lloyd
Re: Systems with old regex system headers/libraries don't pick up git's compat/regex header file
,
Junio C Hamano
Re: Systems with old regex system headers/libraries don't pick up git's compat/regex header file
,
Jeff King
Re: Systems with old regex system headers/libraries don't pick up git's compat/regex header file
,
Richard Lloyd
Re: Systems with old regex system headers/libraries don't pick up git's compat/regex header file
,
Jeff King
Format for %d includes unwanted preceding space
,
Ravi (Tom) Hale
Re: Format for %d includes unwanted preceding space
,
Junio C Hamano
[PATCH v2 0/3] gitweb: Be smarter about linking to SHA1s in log messages
,
Ævar Arnfjörð Bjarmason
[PATCH v2 1/3] gitweb: Fix a typo in a comment
,
Ævar Arnfjörð Bjarmason
Re: [PATCH v2 1/3] gitweb: Fix a typo in a comment
,
Jakub Narębski
[PATCH v2 2/3] gitweb: Link to 7-char+ SHA1s, not only 8-char+
,
Ævar Arnfjörð Bjarmason
Re: [PATCH v2 2/3] gitweb: Link to 7-char+ SHA1s, not only 8-char+
,
Junio C Hamano
Re: [PATCH v2 2/3] gitweb: Link to 7-char+ SHA1s, not only 8-char+
,
Jakub Narębski
Re: [PATCH v2 2/3] gitweb: Link to 7-char+ SHA1s, not only 8-char+
,
Junio C Hamano
Re: [PATCH v2 2/3] gitweb: Link to 7-char+ SHA1s, not only 8-char+
,
Ævar Arnfjörð Bjarmason
Re: [PATCH v2 2/3] gitweb: Link to 7-char+ SHA1s, not only 8-char+
,
Junio C Hamano
Re: [PATCH v2 2/3] gitweb: Link to 7-char+ SHA1s, not only 8-char+
,
Ævar Arnfjörð Bjarmason
[PATCH v2 3/3] gitweb: Link to "git describe"'d commits in log messages
,
Ævar Arnfjörð Bjarmason
Re: [PATCH v2 3/3] gitweb: Link to "git describe"'d commits in log messages
,
Junio C Hamano
Re: [PATCH v2 3/3] gitweb: Link to "git describe"'d commits in log messages
,
Ævar Arnfjörð Bjarmason
Re: [PATCH v2 3/3] gitweb: Link to "git describe"'d commits in log messages
,
Ævar Arnfjörð Bjarmason
Re: [PATCH v2 3/3] gitweb: Link to "git describe"'d commits in log messages
,
Junio C Hamano
Re: [PATCH v2 3/3] gitweb: Link to "git describe"'d commits in log messages
,
Jakub Narębski
[PATCH] git-gui: Update translation template
,
Dimitriy Ryazantcev
[PATCH] push: Re-include "push.default=tracking" in the documentation
,
Ævar Arnfjörð Bjarmason
Re: [PATCH] push: Re-include "push.default=tracking" in the documentation
,
Johan Herland
Re: [PATCH] push: Re-include "push.default=tracking" in the documentation
,
Matthieu Moy
Re: [PATCH] push: Re-include "push.default=tracking" in the documentation
,
Ævar Arnfjörð Bjarmason
Re: [PATCH] push: Re-include "push.default=tracking" in the documentation
,
Matthieu Moy
Re: [PATCH] push: Re-include "push.default=tracking" in the documentation
,
Junio C Hamano
[PATCH] run-command: fix build on cygwin (stdin is a macro)
,
Ramsay Jones
Re: [PATCH] run-command: fix build on cygwin (stdin is a macro)
,
Torsten Bögershausen
Re: [PATCH] run-command: fix build on cygwin (stdin is a macro)
,
Johannes Schindelin
[PATCH v3 00/14] Mark strings in Perl scripts for translation
,
Vasco Almeida
[PATCH v3 02/14] i18n: add--interactive: mark simple here-documents for translation
,
Vasco Almeida
[PATCH v3 03/14] i18n: add--interactive: mark strings with interpolation for translation
,
Vasco Almeida
Re: [PATCH v3 03/14] i18n: add--interactive: mark strings with interpolation for translation
,
Junio C Hamano
[PATCH v3 04/14] i18n: clean.c: match string with git-add--interactive.perl
,
Vasco Almeida
[PATCH v3 05/14] i18n: add--interactive: mark plural strings
,
Vasco Almeida
Re: [PATCH v3 05/14] i18n: add--interactive: mark plural strings
,
Junio C Hamano
[PATCH v3 01/14] i18n: add--interactive: mark strings for translation
,
Vasco Almeida
[PATCH v3 06/14] i18n: add--interactive: mark patch prompt for translation
,
Vasco Almeida
[PATCH v3 07/14] i18n: add--interactive: i18n of help_patch_cmd
,
Vasco Almeida
[PATCH v3 08/14] i18n: add--interactive: mark edit_hunk_manually message for translation
,
Vasco Almeida
[PATCH v3 09/14] i18n: add--interactive: remove %patch_modes entries
,
Vasco Almeida
[PATCH v3 10/14] i18n: add--interactive: mark status words for translation
,
Vasco Almeida
[PATCH v3 11/14] i18n: send-email: mark strings for translation
,
Vasco Almeida
[PATCH v3 12/14] i18n: send-email: mark warnings and errors for translation
,
Vasco Almeida
[PATCH v3 13/14] i18n: send-email: mark string with interpolation for translation
,
Vasco Almeida
[PATCH v3 14/14] i18n: difftool: mark warnings for translation
,
Vasco Almeida
Re: [PATCH v3 00/14] Mark strings in Perl scripts for translation
,
Jakub Narębski
[PATCH v4 00/14] Mark strings in Perl scripts for translation
,
Vasco Almeida
[PATCH v4 01/14] i18n: add--interactive: mark strings for translation
,
Vasco Almeida
[PATCH v4 02/14] i18n: add--interactive: mark simple here-documents for translation
,
Vasco Almeida
[PATCH v4 03/14] i18n: add--interactive: mark strings with interpolation for translation
,
Vasco Almeida
[PATCH v4 04/14] i18n: clean.c: match string with git-add--interactive.perl
,
Vasco Almeida
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]