Git Distributed Software Revision Control
Date Index
[
Prev Page
][
Next Page
]
Re: [PATCH] builtin/fetch: print hash of deleted tag when updating
,
(continued)
Re: [PATCH] builtin/fetch: print hash of deleted tag when updating
,
Junio C Hamano
Re: [PATCH] builtin/fetch: print hash of deleted tag when updating
,
Knittl
RE: [PATCH] builtin/fetch: print hash of deleted tag when updating
,
Peter Kjellerstedt
Re: [PATCH] builtin/fetch: print hash of deleted tag when updating
,
Junio C Hamano
Re: [PATCH] builtin/fetch: print hash of deleted tag when updating
,
Knittl
[PATCHv2 0/3] Testing installed gitweb
,
Jakub Narebski
[PATCHv2 1/3] gitweb/Makefile: Include gitweb/config.mak
,
Jakub Narebski
[PATCHv2 2/3] t/gitweb-lib.sh: Add support for GITWEB_TEST_INSTALLED
,
Jakub Narebski
[PATCHv2 3/3] gitweb/Makefile: Add 'test' and 'test-installed' targets
,
Jakub Narebski
[PATCH] gitweb: Move call to evaluate_git_version after evaluate_gitweb_config
,
Jakub Narebski
[PATCH] t6050 (replace): fix bogus "fetch branch with replacement" test
,
Christian Couder
git-show-merge-path v2.0
,
Artur Skawina
Splitting the mailing list up
,
Rico Secada
Re: Splitting the mailing list up
,
Ævar Arnfjörð Bjarmason
Re: Splitting the mailing list up
,
Rico Secada
Re: Splitting the mailing list up
,
Jay Soffian
Re: Splitting the mailing list up
,
walter harms
Re: Splitting the mailing list up
,
Sebastien Douche
Re: Splitting the mailing list up
,
Wincent Colaiuta
Re: Splitting the mailing list up
,
Ævar Arnfjörð Bjarmason
Re: Splitting the mailing list up
,
Nicolas Sebrecht
Re: Splitting the mailing list up
,
Adrian Buehlmann
Re: Splitting the mailing list up
,
Sebastien Douche
Message not available
Re: Splitting the mailing list up
,
Adrian Buehlmann
Re: Splitting the mailing list up
,
Michael J Gruber
Re: Splitting the mailing list up
,
Erik Faye-Lund
Re: Splitting the mailing list up
,
Adrian Buehlmann
Re: Splitting the mailing list up
,
Erik Faye-Lund
Re: Splitting the mailing list up
,
Sverre Rabbelier
Re: Splitting the mailing list up
,
Brandon Casey
Re: Splitting the mailing list up
,
Leonid Podolny
custom merge driver vs. CONFLICT (delete/modify)
,
Sascha Silbe
Re: custom merge driver vs. CONFLICT (delete/modify)
,
Jakub Narebski
Re: custom merge driver vs. CONFLICT (delete/modify)
,
Enrico Weigelt
.gitignore Bug Report on the behavior of *
,
Seth Robertson
Re: .gitignore Bug Report on the behavior of *
,
Johannes Sixt
[PATCH] Re: .gitignore Bug Report on the behavior of *
,
Seth Robertson
Re: .gitignore Bug Report on the behavior of *
,
Ævar Arnfjörð Bjarmason
Re: .gitignore Bug Report on the behavior of *
,
Sverre Rabbelier
[PATCHv3 00/16] Add missing &&'s in the testsuite
,
Elijah Newren
[PATCHv3 01/16] t3020 (ls-files-error-unmatch): remove stray '1' from end of file
,
Elijah Newren
[PATCHv3 02/16] t4017 (diff-retval): replace manual exit code check with test_expect_code
,
Elijah Newren
[PATCHv3 03/16] t100[12] (read-tree-m-2way, read_tree_m_u_2way): add missing &&
,
Elijah Newren
[PATCHv3 04/16] t4002 (diff-basic): use test_might_fail for commands that might fail
,
Elijah Newren
[PATCHv3 05/16] t4202 (log): Replace '<git-command> || :' with test_might_fail
,
Elijah Newren
[PATCHv3 06/16] t3600 (rm): add lots of missing &&
,
Elijah Newren
[PATCHv3 09/16] t5602 (clone-remote-exec): add missing &&
,
Elijah Newren
[PATCHv3 07/16] t4019 (diff-wserror): add lots of missing &&
,
Elijah Newren
[PATCHv3 10/16] t6016 (rev-list-graph-simplify-history): add missing &&
,
Elijah Newren
[PATCHv3 11/16] t6050 (replace): add missing &&
,
Elijah Newren
Re: [PATCHv3 11/16] t6050 (replace): add missing &&
,
Christian Couder
[PATCHv3 13/16] t7601 (merge-pull-config): add missing &&
,
Elijah Newren
[PATCHv3 14/16] t7800 (difftool): add missing &&
,
Elijah Newren
[PATCHv3 08/16] t4026 (color): add missing &&
,
Elijah Newren
Re: [PATCHv3 08/16] t4026 (color): add missing &&
,
Jeff King
Re: [PATCHv3 08/16] t4026 (color): add missing &&
,
Elijah Newren
[PATCHv3 12/16] t7001 (mv): add missing &&
,
Elijah Newren
[PATCHv3 16/16] Replace "unset VAR" with "unset VAR;" in testsuite as per t/README
,
Elijah Newren
[PATCHv3 15/16] Add missing &&'s throughout the testsuite
,
Elijah Newren
Re: [PATCHv3 15/16] Add missing &&'s throughout the testsuite
,
Ævar Arnfjörð Bjarmason
Re: [PATCHv3 15/16] Add missing &&'s throughout the testsuite
,
Elijah Newren
Re: [PATCHv3 00/16] Add missing &&'s in the testsuite
,
Ævar Arnfjörð Bjarmason
Re: [PATCHv3 00/16] Add missing &&'s in the testsuite
,
Elijah Newren
[PATCH v5 0/4] rev-parse: allow --flags to output rev-parse-like flags
,
Jon Seymour
[PATCH v5 1/4] rev-parse: stop interpreting flags as options to rev-parse once --flags is specified
,
Jon Seymour
[PATCH v5 2/4] rev-parse: add tests for git rev-parse --flags.
,
Jon Seymour
[PATCH v5 3/4] rev-parse: update documentation of --flags and --no-flags options
,
Jon Seymour
[PATCH v5 4/4] rev-parse: make --flags imply --no-revs for remaining arguments.
,
Jon Seymour
Re: [PATCH v5 4/4] rev-parse: make --flags imply --no-revs for remaining arguments.
,
Jon Seymour
[RE: v6 0/4] rev-parse: allow --flags to output rev-parse-like flags
,
Jon Seymour
[PATCH v4 0/4] rev-parse: allow --flags to output rev-parse-like flags
,
Jon Seymour
[PATCH v4 1/4] rev-parse: stop interpreting flags as options to rev-parse once --flags is specified
,
Jon Seymour
[PATCH v4 2/4] rev-parse: add tests for git rev-parse --flags.
,
Jon Seymour
Re: [PATCH v4 2/4] rev-parse: add tests for git rev-parse --flags.
,
Ævar Arnfjörð Bjarmason
Re: [PATCH v4 2/4] rev-parse: add tests for git rev-parse --flags.
,
Jon Seymour
[PATCH v4 3/4] rev-parse: update documentation of --flags and --no-flags options
,
Jon Seymour
[PATCH v4 4/4] rev-parse: make --flags imply --no-revs for remaining arguments.
,
Jon Seymour
Re: [PATCH v4 4/4] rev-parse: make --flags imply --no-revs for remaining arguments.
,
Jon Seymour
[PATCH v3 0/3] rev-parse: allow --flags to output rev-parse-like flags
,
Jon Seymour
[PATCH v3 1/3] rev-parse: stop interpreting flags as options to rev-parse once --flags is specified
,
Jon Seymour
[PATCH v3 2/3] rev-parse: add tests for git rev-parse --flags.
,
Jon Seymour
[PATCH v3 3/3] rev-parse: update documentation of --flags and --no-flags options
,
Jon Seymour
RFC: what should git rev-parse --flags HEAD do?
,
Jon Seymour
Re: RFC: what should git rev-parse --flags HEAD do?
,
Junio C Hamano
Re: RFC: what should git rev-parse --flags HEAD do?
,
Jon Seymour
Re: RFC: what should git rev-parse --flags HEAD do?
,
Jon Seymour
[PATCH/RFC v2 0/4] rev-parse: allow --flags to output rev-parse-like flags
,
Jon Seymour
[PATCH/RFC v2 0/4] *** SUBJECT HERE ***
,
Jon Seymour
[PATCH/RFC v2 1/4] rev-parse: stop interpreting flags as options to rev-parse once --flags is specified
,
Jon Seymour
[PATCH/RFC v2 2/4] rev-parse: Don't recognise --flags as an option if --no-flags has been specified.
,
Jon Seymour
Re: [PATCH/RFC v2 2/4] rev-parse: Don't recognise --flags as an option if --no-flags has been specified.
,
Ævar Arnfjörð Bjarmason
[PATCH/RFC v2 3/4] rev-parse: add tests for git rev-parse --flags.
,
Jon Seymour
Re: [PATCH/RFC v2 3/4] rev-parse: add tests for git rev-parse --flags.
,
Ævar Arnfjörð Bjarmason
[PATCH/RFC v2 4/4] rev-parse: update documentation of --flags and --no-flags options
,
Jon Seymour
[PATCH] git verify-pack -vs
,
Daniel DeLorme
What exactly does 'needs update' mean?
,
Joshua Jensen
Re: What exactly does 'needs update' mean?
,
Junio C Hamano
Re: What exactly does 'needs update' mean?
,
Joshua Jensen
Re: What exactly does 'needs update' mean?
,
Joshua Jensen
[PATCH 0/2] Eliminate cryptic "needs update" error message
,
Ramkumar Ramachandra
[PATCH 1/2] sh-setup: Write a new require_clean_work_tree function
,
Ramkumar Ramachandra
Re: [PATCH 1/2] sh-setup: Write a new require_clean_work_tree function
,
Matthieu Moy
Re: [PATCH 1/2] sh-setup: Write a new require_clean_work_tree function
,
Ramkumar Ramachandra
Re: [PATCH 1/2] sh-setup: Write a new require_clean_work_tree function
,
Matthieu Moy
Re: [PATCH 1/2] sh-setup: Write a new require_clean_work_tree function
,
Ramkumar Ramachandra
[PATCH 2/2] Porcelain scripts: Rewrite cryptic "needs update" error message
,
Ramkumar Ramachandra
Re: [PATCH 2/2] Porcelain scripts: Rewrite cryptic "needs update" error message
,
Matthieu Moy
merge removed content back into current content
,
Neal Kreitzinger
Re: merge removed content back into current content
,
Elijah Newren
Re: Re: merge removed content back into current content
,
Eric Raible
Re: merge removed content back into current content
,
Neal Kreitzinger
Re: merge removed content back into current content
,
Neal Kreitzinger
'git diff' against files outside a git repo
,
Avery Pennarun
Re: 'git diff' against files outside a git repo
,
Elijah Newren
Re: 'git diff' against files outside a git repo
,
Avery Pennarun
Re: 'git diff' against files outside a git repo
,
Junio C Hamano
Re: 'git diff' against files outside a git repo
,
Avery Pennarun
Re: 'git diff' against files outside a git repo
,
Michael J Gruber
Re: 'git diff' against files outside a git repo
,
Brandon Casey
[RFC PATCHv2 00/16] Add missing &&'s in the testsuite
,
Elijah Newren
[RFC PATCHv2 01/16] t3020 (ls-files-error-unmatch): remove stray '1' from end of file
,
Elijah Newren
[RFC PATCHv2 02/16] t4017 (diff-retval): replace manual exit code check with test_expect_code
,
Elijah Newren
Re: [RFC PATCHv2 02/16] t4017 (diff-retval): replace manual exit code check with test_expect_code
,
Ævar Arnfjörð Bjarmason
[RFC PATCHv2 03/16] t1001 (read-tree-m-2way): add missing &&
,
Elijah Newren
Re: [RFC PATCHv2 03/16] t1001 (read-tree-m-2way): add missing &&
,
Ævar Arnfjörð Bjarmason
[RFC PATCHv2 04/16] t1002 (read-tree-m-u-2way): add missing &&
,
Elijah Newren
[RFC PATCHv2 06/16] t4202 (log): Replace '<git-command> || :' with test_might_fail
,
Elijah Newren
[RFC PATCHv2 07/16] t3600 (rm): add lots of missing &&
,
Elijah Newren
Re: [RFC PATCHv2 07/16] t3600 (rm): add lots of missing &&
,
Ævar Arnfjörð Bjarmason
[RFC PATCHv2 05/16] t4002 (diff-basic): use test_might_fail for commands that might fail
,
Elijah Newren
Re: [RFC PATCHv2 05/16] t4002 (diff-basic): use test_might_fail for commands that might fail
,
Ævar Arnfjörð Bjarmason
[RFC PATCHv2 08/16] t4019 (diff-wserror): add lots of missing &&
,
Elijah Newren
[RFC PATCHv2 09/16] t4026 (color): add missing &&
,
Elijah Newren
Re: [RFC PATCHv2 09/16] t4026 (color): add missing &&
,
Ævar Arnfjörð Bjarmason
Re: [RFC PATCHv2 09/16] t4026 (color): add missing &&
,
Jeff King
Re: [RFC PATCHv2 09/16] t4026 (color): add missing &&
,
Jakub Narebski
[RFC PATCHv2 10/16] t5602 (clone-remote-exec): add missing &&
,
Elijah Newren
[RFC PATCHv2 12/16] t6050 (replace): add missing &&
,
Elijah Newren
Re: [RFC PATCHv2 12/16] t6050 (replace): add missing &&
,
Ævar Arnfjörð Bjarmason
[RFC PATCHv2 11/16] t6016 (rev-list-graph-simplify-history): add missing &&
,
Elijah Newren
Re: [RFC PATCHv2 11/16] t6016 (rev-list-graph-simplify-history): add missing &&
,
Ævar Arnfjörð Bjarmason
[RFC PATCHv2 13/16] t7001 (mv): add missing &&
,
Elijah Newren
Re: [RFC PATCHv2 13/16] t7001 (mv): add missing &&
,
Ævar Arnfjörð Bjarmason
[RFC PATCHv2 14/16] t7601 (merge-pull-config): add missing &&
,
Elijah Newren
[RFC PATCHv2 15/16] t7800 (difftool): add missing &&
,
Elijah Newren
Re: [RFC PATCHv2 15/16] t7800 (difftool): add missing &&
,
Ævar Arnfjörð Bjarmason
[RFC PATCHv2 16/16] Add missing &&'s throughout the testsuite
,
Elijah Newren
Re: [RFC PATCHv2 16/16] Add missing &&'s throughout the testsuite
,
Ævar Arnfjörð Bjarmason
Re: [RFC PATCHv2 16/16] Add missing &&'s throughout the testsuite
,
Elijah Newren
Re: [RFC PATCHv2 16/16] Add missing &&'s throughout the testsuite
,
Ævar Arnfjörð Bjarmason
Is .git/config pushed/pulled to/from server?
,
Manuel Reimer
Re: Is .git/config pushed/pulled to/from server?
,
Ævar Arnfjörð Bjarmason
[RFC PATCH 00/95] Add missing &&'s in the testsuite
,
Elijah Newren
Re: [RFC PATCH 00/95] Add missing &&'s in the testsuite
,
Brandon Casey
Re: [RFC PATCH 00/95] Add missing &&'s in the testsuite
,
Elijah Newren
Re: [RFC PATCH 00/95] Add missing &&'s in the testsuite
,
Ævar Arnfjörð Bjarmason
Commiting automatically
,
Maaartin
Re: Commiting automatically
,
Ramkumar Ramachandra
Re: Commiting automatically
,
Alex Riesen
Re: Commiting automatically
,
Maaartin
Re: Commiting automatically
,
Matthieu Moy
git-1.7.3 breakage: "git stash show xxx" doesn't show anything
,
Robin H. Johnson
Re: git-1.7.3 breakage: "git stash show xxx" doesn't show anything
,
Brandon Casey
Re: git-1.7.3 breakage: "git stash show xxx" doesn't show anything
,
Brian Gernhardt
[PATCH] t/t3903-stash: improve testing of git-stash show
,
Brandon Casey
Re: [PATCH] t/t3903-stash: improve testing of git-stash show
,
Brian Gernhardt
Re: [PATCH] t/t3903-stash: improve testing of git-stash show
,
Brandon Casey
Re: [PATCH] t/t3903-stash: improve testing of git-stash show
,
Brian Gernhardt
[PATCH] git-stash: fix flag parsing
,
Brian Gernhardt
[PATCH] git-stash: fix flag parsing
,
Brian Gernhardt
Re: [PATCH] git-stash: fix flag parsing
,
Jon Seymour
Re: [PATCH] git-stash: fix flag parsing
,
Junio C Hamano
[PATCH] stash: simplify parsing fixes
,
Jon Seymour
[PATCH] stash show: fix breakage in 1.7.3
,
Jon Seymour
[PATCH v1] stash show: fix breakage in 1.7.3
,
Jon Seymour
Re: [PATCH v1] stash show: fix breakage in 1.7.3
,
Brian Gernhardt
Re: [PATCH v1] stash show: fix breakage in 1.7.3
,
Jon Seymour
Re: [PATCH v1] stash show: fix breakage in 1.7.3
,
Jon Seymour
Re: [PATCH v1] stash show: fix breakage in 1.7.3
,
Jon Seymour
[PATCH/RFC] rev-parse: stop interpreting flags as options to rev-parse once --flags is specified
,
Jon Seymour
Re: [PATCH/RFC] rev-parse: stop interpreting flags as options to rev-parse once --flags is specified
,
Jon Seymour
Re: [PATCH/RFC] rev-parse: stop interpreting flags as options to rev-parse once --flags is specified
,
Jon Seymour
Re: [PATCH/RFC] rev-parse: stop interpreting flags as options to rev-parse once --flags is specified
,
Junio C Hamano
Re: [PATCH/RFC] rev-parse: stop interpreting flags as options to rev-parse once --flags is specified
,
Jon Seymour
[PATCH v7 0/3] rev-parse: allow --flags to output rev-parse-like flags
,
Jon Seymour
[PATCH v7 1/3] rev-parse: update Documentation of --flags
,
Jon Seymour
[PATCH v7 2/3] rev-parse: add tests for git rev-parse --flags.
,
Jon Seymour
[PATCH v7 3/3] rev-parse: stop interpreting flags as options to rev-parse once --flags is specified
,
Jon Seymour
git-show-merge-path v1.0
,
Artur Skawina
Getting rid of "mode change" on cygwin
,
Maaartin
Re: Getting rid of "mode change" on cygwin
,
Andreas Schwab
[BUG, PATCH v3 0/3] Fix {blame,cat-file} --textconv for cases with symlinks
,
Kirill Smelkov
[PATCH v3 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
,
Kirill Smelkov
Re: [PATCH v3 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
,
Junio C Hamano
Re: [PATCH v3 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
,
Kirill Smelkov
Re: [PATCH v3 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
,
Kirill Smelkov
Re: [PATCH v3 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
,
Kirill Smelkov
Re: [PATCH v3 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
,
Jeff King
Re: [PATCH v3 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
,
Kirill Smelkov
Re: [PATCH v3 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
,
Jeff King
Re: [PATCH v3 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
,
Kirill Smelkov
Re: [PATCH v3 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
,
Junio C Hamano
Re: [PATCH v3 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
,
Jeff King
Re: [PATCH v3 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
,
Kirill Smelkov
Re: [PATCH v3 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
,
Kirill Smelkov
[PATCH v3 2/3] blame,cat-file: Demonstrate --textconv is wrongly running converter on symlinks
,
Kirill Smelkov
Re: [PATCH v3 2/3] blame,cat-file: Demonstrate --textconv is wrongly running converter on symlinks
,
Junio C Hamano
Re: [PATCH v3 2/3] blame,cat-file: Demonstrate --textconv is wrongly running converter on symlinks
,
Kirill Smelkov
[PATCH v3 3/3] blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664''
,
Kirill Smelkov
[PATCHv5 00/12] gitweb: remote_heads feature
,
Giuseppe Bilotta
[PATCHv5 02/12] gitweb: git_get_heads_list accepts an optional list of refs.
,
Giuseppe Bilotta
Re: [PATCHv5 02/12] gitweb: git_get_heads_list accepts an optional list of refs.
,
Jakub Narebski
[PATCHv5 01/12] gitweb: introduce remote_heads feature
,
Giuseppe Bilotta
Re: [PATCHv5 01/12] gitweb: introduce remote_heads feature
,
Jakub Narebski
Re: [PATCHv5 01/12] gitweb: introduce remote_heads feature
,
Ævar Arnfjörð Bjarmason
Re: [PATCHv5 01/12] gitweb: introduce remote_heads feature
,
David Ripton
Re: [PATCHv5 01/12] gitweb: introduce remote_heads feature
,
Giuseppe Bilotta
[PATCHv5 04/12] gitweb: nagivation menu for tags, heads and remotes
,
Giuseppe Bilotta
Re: [PATCHv5 04/12] gitweb: nagivation menu for tags, heads and remotes
,
Jakub Narebski
Re: [PATCHv5 04/12] gitweb: nagivation menu for tags, heads and remotes
,
Giuseppe Bilotta
Re: [PATCHv5 04/12] gitweb: nagivation menu for tags, heads and remotes
,
Jakub Narebski
[PATCHv5 05/12] gitweb: use fullname as hash_base in heads link
,
Giuseppe Bilotta
Re: [PATCHv5 05/12] gitweb: use fullname as hash_base in heads link
,
Jakub Narebski
[PATCHv5 06/12] gitweb: allow extra text after action in page header
,
Giuseppe Bilotta
Re: [PATCHv5 06/12] gitweb: allow extra text after action in page header
,
Jakub Narebski
Re: [PATCHv5 06/12] gitweb: allow extra text after action in page header
,
Giuseppe Bilotta
Re: [PATCHv5 06/12] gitweb: allow extra text after action in page header
,
Jakub Narebski
[PATCHv5 07/12] gitweb: remotes view for a single remote
,
Giuseppe Bilotta
Re: [PATCHv5 07/12] gitweb: remotes view for a single remote
,
Jakub Narebski
Re: [PATCHv5 07/12] gitweb: remotes view for a single remote
,
Giuseppe Bilotta
Re: [PATCHv5 07/12] gitweb: remotes view for a single remote
,
Jakub Narebski
[PATCHv5 09/12] gitweb: group styling
,
Giuseppe Bilotta
Re: [PATCHv5 09/12] gitweb: group styling
,
Jakub Narebski
Re: [PATCHv5 09/12] gitweb: group styling
,
Giuseppe Bilotta
[PATCHv5 10/12] gitweb: git_repo_url() routine
,
Giuseppe Bilotta
Re: [PATCHv5 10/12] gitweb: git_repo_url() routine
,
Jakub Narebski
Re: [PATCHv5 10/12] gitweb: git_repo_url() routine
,
Giuseppe Bilotta
[PATCHv5 11/12] gitweb: use git_repo_url() in summary
,
Giuseppe Bilotta
Re: [PATCHv5 11/12] gitweb: use git_repo_url() in summary
,
Jakub Narebski
[PATCHv5 12/12] gitweb: gather more remote data
,
Giuseppe Bilotta
Re: [PATCHv5 12/12] gitweb: gather more remote data
,
Jakub Narebski
Re: [PATCHv5 12/12] gitweb: gather more remote data
,
Giuseppe Bilotta
[PATCHv5 08/12] gitweb: auxiliary function to group data
,
Giuseppe Bilotta
Re: [PATCHv5 08/12] gitweb: auxiliary function to group data
,
Jakub Narebski
Re: [PATCHv5 08/12] gitweb: auxiliary function to group data
,
Giuseppe Bilotta
Re: [PATCHv5 08/12] gitweb: auxiliary function to group data
,
Jakub Narebski
Re: [PATCHv5 08/12] gitweb: auxiliary function to group data
,
Giuseppe Bilotta
[PATCHv5 03/12] gitweb: separate heads and remotes lists
,
Giuseppe Bilotta
Re: [PATCHv5 03/12] gitweb: separate heads and remotes lists
,
Jakub Narebski
Re: [PATCHv5 00/12] gitweb: remote_heads feature
,
Jakub Narebski
git-upload-pack bandwidth cap over SSH?
,
Joshua Jensen
Re: git-upload-pack bandwidth cap over SSH?
,
Matthieu Moy
Re: git-upload-pack bandwidth cap over SSH?
,
Tay Ray Chuan
Re: git-upload-pack bandwidth cap over SSH?
,
Joshua Jensen
Re: git-upload-pack bandwidth cap over SSH?
,
Joshua Jensen
Let's bump the minimum Perl version to 5.8
,
Ævar Arnfjörð Bjarmason
Re: Let's bump the minimum Perl version to 5.8
,
Tor Arntsen
Re: Let's bump the minimum Perl version to 5.8
,
Ævar Arnfjörð Bjarmason
Re: Let's bump the minimum Perl version to 5.8
,
Andreas Ericsson
Re: Let's bump the minimum Perl version to 5.8
,
Ævar Arnfjörð Bjarmason
Re: Let's bump the minimum Perl version to 5.8
,
Andreas Ericsson
Re: Let's bump the minimum Perl version to 5.8
,
Tor Arntsen
Re: Let's bump the minimum Perl version to 5.8
,
Brian Gernhardt
Re: Let's bump the minimum Perl version to 5.8
,
Tom G. Christensen
Re: Let's bump the minimum Perl version to 5.8
,
Pascal Obry
Re: Let's bump the minimum Perl version to 5.8
,
Joshua Juran
Re: Let's bump the minimum Perl version to 5.8
,
Randal L. Schwartz
Re: Let's bump the minimum Perl version to 5.8
,
Ævar Arnfjörð Bjarmason
Re: Let's bump the minimum Perl version to 5.8
,
Randal L. Schwartz
[PATCH/RFC] perl: bump the required Perl version to 5.8 from 5.6.[21]
,
Ævar Arnfjörð Bjarmason
Re: [PATCH/RFC] perl: bump the required Perl version to 5.8 from 5.6.[21]
,
Tor Arntsen
Re: [PATCH/RFC] perl: bump the required Perl version to 5.8 from 5.6.[21]
,
Tom G. Christensen
[PATCH] perl: use "use warnings" instead of -w
,
Ævar Arnfjörð Bjarmason
Filter certain files on rebase
,
Enrico Weigelt
Re: Filter certain files on rebase
,
Ævar Arnfjörð Bjarmason
Re: Filter certain files on rebase
,
Enrico Weigelt
Re: Filter certain files on rebase
,
Elijah Newren
Minimum Perl version?
,
Tait
Re: Minimum Perl version?
,
Ævar Arnfjörð Bjarmason
Re: Minimum Perl version?
,
Tait
Re: Minimum Perl version?
,
Ævar Arnfjörð Bjarmason
Re: Minimum Perl version?
,
Andreas Ericsson
Re: Minimum Perl version?
,
Tor Arntsen
Re: Minimum Perl version?
,
Ævar Arnfjörð Bjarmason
Re: Minimum Perl version?
,
Tor Arntsen
Re: Minimum Perl version?
,
Alex Riesen
Re: Minimum Perl version?
,
Tor Arntsen
Multiple checkouts active for the same repository
,
Gustavo Narea
Re: Multiple checkouts active for the same repository
,
Gustavo Narea
Re: Multiple checkouts active for the same repository
,
Ævar Arnfjörð Bjarmason
Re: Multiple checkouts active for the same repository
,
Gustavo Narea
Re: Multiple checkouts active for the same repository
,
Julian Phillips
Re: Multiple checkouts active for the same repository
,
Joshua Jensen
Re: Multiple checkouts active for the same repository
,
Gustavo Narea
Re: Multiple checkouts active for the same repository
,
Martin Pettersson
Re: Multiple checkouts active for the same repository
,
Jakub Narebski
[RFC/PATCH] Add --exclude-dir option to git grep
,
David Ripton
Re: [RFC/PATCH] Add --exclude-dir option to git grep
,
Junio C Hamano
Re: [RFC/PATCH] Add --exclude-dir option to git grep
,
David Ripton
Re: [RFC/PATCH] Add --exclude-dir option to git grep
,
Junio C Hamano
Re: [RFC/PATCH] Add --exclude-dir option to git grep
,
David Ripton
Re: [RFC/PATCH] Add --exclude-dir option to git grep
,
David Ripton
Re: [RFC/PATCH] Add --exclude-dir option to git grep
,
Junio C Hamano
[PATCH] git-svn: allow the mergeinfo property to be set
,
Steven Walter
Re: [PATCH] git-svn: allow the mergeinfo property to be set
,
Eric Wong
[PATCH] git-svn: allow the mergeinfo property to be set
,
Steven Walter
Re: [PATCH] git-svn: allow the mergeinfo property to be set
,
Eric Wong
Re: [PATCH] git-svn: allow the mergeinfo property to be set
,
Mathias Lafeldt
Re: [PATCH] git-svn: allow the mergeinfo property to be set
,
Junio C Hamano
Re: [PATCH] git-svn: allow the mergeinfo property to be set
,
Eric Wong
[PATCH] git-svn: fix processing of decorated commit hashes
,
Mathias Lafeldt
Re: [PATCH] git-svn: fix processing of decorated commit hashes
,
Eric Wong
[RFC PATCH 0/2] submodule aware grep
,
Chris Packham
[RFC PATCH 1/2] contrib: add git-submodule-grep.sh
,
Chris Packham
[RFC PATCH 2/2] submodule: add grep command
,
Chris Packham
Re: [RFC PATCH 0/2] submodule aware grep
,
Heiko Voigt
Re: [RFC PATCH 0/2] submodule aware grep
,
Chris Packham
Re: [RFC PATCH 0/2] submodule aware grep
,
Jens Lehmann
git-reflog bails if branch points to bad commit
,
Kevin Ballard
Re: git-reflog bails if branch points to bad commit
,
Ævar Arnfjörð Bjarmason
Re: git-reflog bails if branch points to bad commit
,
Kevin Ballard
Re: git-reflog bails if branch points to bad commit
,
Kevin Ballard
Listing files in order they are changed
,
Parag Kalra
Re: Listing files in order they are changed
,
Jeff King
Re: Listing files in order they are changed
,
Peter Krefting
Re: Listing files in order they are changed
,
Jakub Narebski
Re: Listing files in order they are changed
,
Sverre Rabbelier
Re: Listing files in order they are changed
,
Jakub Narebski
Re: Listing files in order they are changed
,
Sverre Rabbelier
[PATCH] mingw: do not crash on open(NULL, ...)
,
Erik Faye-Lund
Re: [PATCH] mingw: do not crash on open(NULL, ...)
,
Erik Faye-Lund
Message not available
Re: [msysGit] Re: [PATCH] mingw: do not crash on open(NULL, ...)
,
Erik Faye-Lund
Re: [PATCH] mingw: do not crash on open(NULL, ...)
,
Junio C Hamano
Re: [PATCH] mingw: do not crash on open(NULL, ...)
,
Erik Faye-Lund
Re: [msysGit] Re: [PATCH] mingw: do not crash on open(NULL, ...)
,
Pat Thoyts
Re: [msysGit] Re: [PATCH] mingw: do not crash on open(NULL, ...)
,
Erik Faye-Lund
Re: [msysGit] Re: [PATCH] mingw: do not crash on open(NULL, ...)
,
Johannes Schindelin
Re: [msysGit] Re: [PATCH] mingw: do not crash on open(NULL, ...)
,
Johannes Schindelin
Re: [msysGit] [PATCH] mingw: do not crash on open(NULL, ...)
,
Johannes Sixt
Re: [msysGit] [PATCH] mingw: do not crash on open(NULL, ...)
,
Pat Thoyts
[RFC PATCH] sit-send-email.pl: Add --to-cmd
,
Joe Perches
Re: [RFC PATCH] sit-send-email.pl: Add --to-cmd
,
Ævar Arnfjörð Bjarmason
Re: [RFC PATCH] sit-send-email.pl: Add --to-cmd
,
Joe Perches
Re: [RFC PATCH] sit-send-email.pl: Add --to-cmd
,
Ævar Arnfjörð Bjarmason
[PATCH V2] git-send-email.perl: Add --to-cmd
,
Joe Perches
Re: [PATCH V2] git-send-email.perl: Add --to-cmd
,
matt mooney
Re: [PATCH V2] git-send-email.perl: Add --to-cmd
,
Junio C Hamano
Re: [PATCH V2] git-send-email.perl: Add --to-cmd
,
Ævar Arnfjörð Bjarmason
[PATCH V3] git-send-email.perl: Add --to-cmd
,
Joe Perches
Re: [PATCH V3] git-send-email.perl: Add --to-cmd
,
Jakub Narebski
Re: [PATCH V3] git-send-email.perl: Add --to-cmd
,
Joe Perches
Re: [PATCH V3] git-send-email.perl: Add --to-cmd
,
Ævar Arnfjörð Bjarmason
[PATCH V4] git-send-email.perl: Add --to-cmd
,
Joe Perches
Re: [PATCH V2] git-send-email.perl: Add --to-cmd
,
Joe Perches
[PATCHv4 0/4] Add commit message options for rebase --autosquash
,
Pat Notz
[PATCHv4 4/4] t7500: add tests of commit --squash
,
Pat Notz
[PATCHv4 3/4] commit: --squash option for use with rebase --autosquash
,
Pat Notz
Re: [PATCHv4 3/4] commit: --squash option for use with rebase --autosquash
,
Junio C Hamano
[PATCHv4 2/4] t7500: add tests of commit --fixup
,
Pat Notz
Re: [PATCHv4 2/4] t7500: add tests of commit --fixup
,
Junio C Hamano
[PATCHv4 1/4] commit: --fixup option for use with rebase --autosquash
,
Pat Notz
Re: [PATCHv4 1/4] commit: --fixup option for use with rebase --autosquash
,
Junio C Hamano
Re: [PATCHv4 1/4] commit: --fixup option for use with rebase --autosquash
,
Pat Notz
[PATCHv3 0/4] Add commit message options for rebase --autosquash
,
Pat Notz
[PATCHv3 3/4] commit: --squash option for use with rebase --autosquash
,
Pat Notz
[PATCHv3 1/4] commit: --fixup option for use with rebase --autosquash
,
Pat Notz
[PATCHv3 4/4] t7500: add tests of commit --squash
,
Pat Notz
Re: [PATCHv3 4/4] t7500: add tests of commit --squash
,
Ævar Arnfjörð Bjarmason
Re: [PATCHv3 4/4] t7500: add tests of commit --squash
,
Pat Notz
[PATCHv3 2/4] t7500: add tests of commit --fixup
,
Pat Notz
Re: [PATCHv3 2/4] t7500: add tests of commit --fixup
,
Ævar Arnfjörð Bjarmason
git-svn error
,
Nate Parsons
Re: git-svn error
,
Nate Parsons
Re: git-svn error
,
Michael J Gruber
Re: git-svn error
,
Nate Parsons
[PATCH] contrib/completion: --no-index option to git diff
,
Michael J Gruber
Re: threaded patch series
,
Joe Perches
Reverting a specific commit
,
milindkanchan
Re: Reverting a specific commit
,
John Tapsell
Re: Reverting a specific commit
,
Pascal Obry
Re: Reverting a specific commit
,
milindkanchan
Re: Reverting a specific commit
,
Pascal Obry
recursive aliases
,
Ramana Kumar
Re: recursive aliases
,
Andreas Ericsson
Re: recursive aliases
,
Andreas Schwab
get-upstream
,
Ramana Kumar
Re: get-upstream
,
Pat Notz
Re: get-upstream
,
Pat Notz
Re: get-upstream
,
Ramana Kumar
Re: get-upstream
,
Jeff King
Re: get-upstream
,
Pat Notz
Re: get-upstream
,
Jeff King
quoting in get_author_ident_from_commit
,
Uwe Kleine-König
[PATCH] get_author_ident_from_commit(): remove useless quoting
,
Uwe Kleine-König
Re: [PATCH] get_author_ident_from_commit(): remove useless quoting
,
Junio C Hamano
Advertising the Git User's Survey 2011
,
Ævar Arnfjörð Bjarmason
Re: Advertising the Git User's Survey 2011
,
Jacob Helwig
Re: Advertising the Git User's Survey 2011
,
Ævar Arnfjörð Bjarmason
Re: Advertising the Git User's Survey 2011
,
Jakub Narebski
Re: Advertising the Git User's Survey 2010 - report
,
Jakub Narebski
Re: Advertising the Git User's Survey 2010 - report
,
Nguyen Thai Ngoc Duy
Re: Advertising the Git User's Survey 2010 - report
,
Junio C Hamano
Re: Advertising the Git User's Survey 2010 - report
,
Štěpán Němec
Re: Advertising the Git User's Survey 2010 - report
,
Jakub Narebski
Re: Advertising the Git User's Survey 2011
,
Ramkumar Ramachandra
Re: Advertising the Git User's Survey 2011
,
Jakub Narebski
Re: Advertising the Git User's Survey 2011
,
Ramkumar Ramachandra
Re: Advertising the Git User's Survey 2011
,
Jakub Narebski
Re: Advertising the Git User's Survey 2011
,
Ramkumar Ramachandra
Re: Advertising the Git User's Survey 2011
,
Jakub Narebski
Re: Advertising the Git User's Survey 2011
,
Ramkumar Ramachandra
Re: Advertising the Git User's Survey 2011
,
Jakub Narebski
Restore annotated tag?
,
skillzero
Re: Restore annotated tag?
,
Shawn O. Pearce
Re: Restore annotated tag?
,
skillzero
Re: Restore annotated tag?
,
Shawn O. Pearce
Newbie .gitignore problem
,
Jonathan Gossage
Re: Newbie .gitignore problem
,
Kevin Ballard
[PATCH 0/3] Testing installed gitweb
,
Jakub Narebski
[PATCH/RFC 1/3] gitweb/Makefile: Include gitweb/config.mak
,
Jakub Narebski
[PATCHv2 2/3] t/gitweb-lib.sh: Add support for GITWEB_TEST_INSTALLED
,
Jakub Narebski
[RFC/PATCH 3/3] gitweb/Makefile: Add test-installed target
,
Jakub Narebski
Folding commits together
,
Maaartin
Re: Folding commits together
,
Matthieu Moy
Re: Folding commits together
,
Maaartin
Re: Folding commits together
,
Jay Soffian
[PATCH] pack-objects: never deltify objects bigger than window_memory_limit.
,
Avery Pennarun
Re: [PATCH] pack-objects: never deltify objects bigger than window_memory_limit.
,
Nicolas Pitre
Re: [PATCH] pack-objects: never deltify objects bigger than window_memory_limit.
,
Avery Pennarun
http://yro.slashdot.org/article.pl?sid=10/09/21/2315251
,
Luke Kenneth Casson Leighton
git log broken?
,
Torgny Nyblom
Re: git log broken?
,
Matthieu Moy
Re: git log broken?
,
Michael J Gruber
[WIP/PATCH] merge-recursive: option to specify rename threshold
,
Kevin Ballard
[PATCH] merge-recursive: option to specify rename threshold
,
Kevin Ballard
Re: [PATCH] merge-recursive: option to specify rename threshold
,
Kevin Ballard
[PATCH] merge-recursive: option to specify rename threshold
,
Kevin Ballard
Re: [PATCH] merge-recursive: option to specify rename threshold
,
Junio C Hamano
Re: [PATCH] merge-recursive: option to specify rename threshold
,
Kevin Ballard
Re: [PATCH] merge-recursive: option to specify rename threshold
,
Junio C Hamano
Re: [PATCH] merge-recursive: option to specify rename threshold
,
Kevin Ballard
Re: [PATCH] merge-recursive: option to specify rename threshold
,
Junio C Hamano
Re: [PATCH] merge-recursive: option to specify rename threshold
,
Kevin Ballard
Re: [PATCH] merge-recursive: option to specify rename threshold
,
Jonathan Nieder
Re: [PATCH] merge-recursive: option to specify rename threshold
,
Kevin Ballard
Re: [PATCH] merge-recursive: option to specify rename threshold
,
Jonathan Nieder
Re: [PATCH] merge-recursive: option to specify rename threshold
,
Kevin Ballard
Re: [PATCH] merge-recursive: option to specify rename threshold
,
Jonathan Nieder
[PATCHv2 1/2] merge-recursive: option to specify rename threshold
,
Kevin Ballard
[PATCHv2 2/2] diff: add synonyms for -M, -C, -B
,
Kevin Ballard
Re: [PATCHv2 2/2] diff: add synonyms for -M, -C, -B
,
Thell Fowler
git's use of mkdir()
,
Bruce Momjian
test -L usage
,
Bruce Momjian
Re: test -L usage
,
Jeff King
Re: test -L usage
,
Bruce Momjian
Enforcing clone/fetch to use references.
,
David Brown
Re: Enforcing clone/fetch to use references.
,
Jeff King
Re: Enforcing clone/fetch to use references.
,
David Brown
Re: Enforcing clone/fetch to use references.
,
Arun Raghavan
Unicode text files (UTF-16 in particular, but also UTF-32)
,
Drew Northup
does kernel upgrade require a recompile of git?
,
Neal Kreitzinger
Re: does kernel upgrade require a recompile of git?
,
Ævar Arnfjörð Bjarmason
[ANNOUNCE] TFS2GIT. Script that will import Microsoft Team Foundation Server repositories in a Git repository.
,
Wilbert van Dolleweerd
Re: [ANNOUNCE] TFS2GIT. Script that will import Microsoft Team Foundation Server repositories in a Git repository.
,
Jakub Narebski
Re: [ANNOUNCE] TFS2GIT. Script that will import Microsoft Team Foundation Server repositories in a Git repository.
,
Wilbert van Dolleweerd
[PATCH] t1503: Fix arithmetic expansion syntax error when using dash
,
Ramsay Jones
Re*: [PATCH] t1503: Fix arithmetic expansion syntax error when using dash
,
Junio C Hamano
Re: Re*: [PATCH] t1503: Fix arithmetic expansion syntax error when using dash
,
Jon Seymour
Re: Re*: [PATCH] t1503: Fix arithmetic expansion syntax error when using dash
,
Ramsay Jones
Re: Re*: [PATCH] t1503: Fix arithmetic expansion syntax error when using dash
,
Ævar Arnfjörð Bjarmason
Re: Re*: [PATCH] t1503: Fix arithmetic expansion syntax error when using dash
,
Ramsay Jones
Re: Re*: [PATCH] t1503: Fix arithmetic expansion syntax error when using dash
,
Junio C Hamano
Testing for a merge conflict without a working copy
,
Joshua Jensen
Re: Testing for a merge conflict without a working copy
,
Enrico Weigelt
Really beginner on Version Control
,
FernandoBasso
Re: Really beginner on Version Control
,
Thomas Moulard
Re: Really beginner on Version Control
,
Andreas Ericsson
Re: Really beginner on Version Control
,
Jakub Narebski
Re: Really beginner on Version Control
,
FernandoBasso
Re: Really beginner on Version Control
,
Andrew Keller
Re: Really beginner on Version Control
,
FernandoBasso
Re: Really beginner on Version Control
,
FernandoBasso
Re: Really beginner on Version Control
,
Tor Arntsen
Re: Really beginner on Version Control
,
Dmitry Potapov
Re: Really beginner on Version Control
,
Thomas Hochstein
Re: Really beginner on Version Control
,
Dmitry Potapov
Re: Really beginner on Version Control
,
Dmitry Potapov
Re: Really beginner on Version Control
,
Enrico Weigelt
Re: Re: Really beginner on Version Control
,
Eric Raible
Re: Re: Really beginner on Version Control
,
FernandoBasso
Re: Re: Really beginner on Version Control
,
Enrico Weigelt
Deleting of the specified ref during the post-receive hook
,
Joshua Jensen
Re: Deleting of the specified ref during the post-receive hook
,
Shawn O. Pearce
Re: Deleting of the specified ref during the post-receive hook
,
Joshua Jensen
Re: Deleting of the specified ref during the post-receive hook
,
Shawn O. Pearce
Re: [ANNOUNCE] tig-0.16.2
,
Jonas Fonseca
staging specific lines out of a hunk for a commit
,
Graeme Geldenhuys
Re: staging specific lines out of a hunk for a commit
,
Bert Wesarg
Re: staging specific lines out of a hunk for a commit
,
Graeme Geldenhuys
Re: staging specific lines out of a hunk for a commit
,
Matthieu Moy
Re: staging specific lines out of a hunk for a commit
,
Graeme Geldenhuys
Re: staging specific lines out of a hunk for a commit
,
Jonathan del Strother
Update Webservers from a remote repository
,
Matthias Fechner
Re: Update Webservers from a remote repository
,
Ilari Liusvaara
Re: Update Webservers from a remote repository
,
Matthias Fechner
more useful set-upstream
,
Ramana Kumar
Re: more useful set-upstream
,
Matthieu Moy
can git-describe learn first-parent behavior?
,
Joshua Shrader
Re: can git-describe learn first-parent behavior?
,
Michael J Gruber
[RFC PATCH] git-describe: introduce --first-parent
,
Michael J Gruber
Re: can git-describe learn first-parent behavior?
,
Johannes Sixt
Re: can git-describe learn first-parent behavior?
,
Michael J Gruber
Re: can git-describe learn first-parent behavior?
,
Johannes Sixt
Re: can git-describe learn first-parent behavior?
,
Michael J Gruber
Re: can git-describe learn first-parent behavior?
,
Johannes Sixt
Re: can git-describe learn first-parent behavior?
,
Michael J Gruber
Re: can git-describe learn first-parent behavior?
,
Joshua Shrader
Re: can git-describe learn first-parent behavior?
,
Michael J Gruber
Re: can git-describe learn first-parent behavior?
,
Joshua Shrader
Announce gitslave - manage a superproject with slave repositories
,
Seth Robertson
Re: Announce gitslave - manage a superproject with slave repositories
,
Jakub Narebski
Re: Announce gitslave - manage a superproject with slave repositories
,
Thomas Adam
GIT and Cloning Remote Repositories into "Local Remote" Repositories
,
Grant Erickson
Re: GIT and Cloning Remote Repositories into "Local Remote" Repositories
,
Casey Dahlin
Re: GIT and Cloning Remote Repositories into "Local Remote" Repositories
,
Grant Erickson
Re: GIT and Cloning Remote Repositories into "Local Remote" Repositories
,
Casey Dahlin
Re: GIT and Cloning Remote Repositories into "Local Remote" Repositories
,
Grant Erickson
Re: GIT and Cloning Remote Repositories into "Local Remote" Repositories
,
Tay Ray Chuan
Shouldn't git fetch also fetch the tags?
,
Felipe Contreras
Re: Shouldn't git fetch also fetch the tags?
,
Kevin Ballard
Questions on gitosis
,
Olsen, Alan R
Re: Questions on gitosis
,
Robin H. Johnson
Re: Questions on gitosis
,
Sitaram Chamarty
[BUG, PATCH v2 0/3] Fix {blame,cat-file} --textconv for cases with symlinks
,
Kirill Smelkov
[PATCH v2 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
,
Kirill Smelkov
[PATCH v2 2/3] blame,cat-file: Demonstrate --textconv is wrongly running converter on symlinks
,
Kirill Smelkov
Re: [PATCH v2 2/3] blame,cat-file: Demonstrate --textconv is wrongly running converter on symlinks
,
Matthieu Moy
Re: [PATCH v2 2/3] blame,cat-file: Demonstrate --textconv is wrongly running converter on symlinks
,
Kirill Smelkov
Re: [PATCH v2 2/3] blame,cat-file: Demonstrate --textconv is wrongly running converter on symlinks
,
Matthieu Moy
Re: [PATCH v2 2/3] blame,cat-file: Demonstrate --textconv is wrongly running converter on symlinks
,
Jeff King
Re: [PATCH v2 2/3] blame,cat-file: Demonstrate --textconv is wrongly running converter on symlinks
,
Kirill Smelkov
[PATCH v2 3/3] blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664''
,
Kirill Smelkov
[PATCH 000/160] [PULL] Update ab/i18n (again)
,
Ævar Arnfjörð Bjarmason
Re: [PATCH 000/160] [PULL] Update ab/i18n (again)
,
Michael J Gruber
Re: [PATCH 000/160] [PULL] Update ab/i18n (again)
,
Ævar Arnfjörð Bjarmason
Re: [PATCH 000/160] [PULL] Update ab/i18n (again)
,
Junio C Hamano
Re: [PATCH 000/160] [PULL] Update ab/i18n (again)
,
Ævar Arnfjörð Bjarmason
Re: [PATCH 000/160] [PULL] Update ab/i18n (again)
,
Junio C Hamano
Re: [PATCH 000/160] [PULL] Update ab/i18n (again)
,
Ævar Arnfjörð Bjarmason
Re: [PATCH 000/160] [PULL] Update ab/i18n (again)
,
Ævar Arnfjörð Bjarmason
Mirror plain directory under git
,
Tong Sun
Re: Mirror plain directory under git
,
Enrico Weigelt
Re: Mirror plain directory under git
,
Daniel Johnson
Re: Mirror plain directory under git
,
Tong Sun
Re: Mirror plain directory under git
,
Enrico Weigelt
[tig] compilation error: undefined reference to `set_tabsize'
,
Nicolas Sebrecht
Re: [tig] compilation error: undefined reference to `set_tabsize'
,
Stefan Näwe
[tig] Re: compilation error: undefined reference to `set_tabsize'
,
Nicolas Sebrecht
Re: [tig] Re: compilation error: undefined reference to `set_tabsize'
,
Jonas Fonseca
Re: [tig] Re: compilation error: undefined reference to `set_tabsize'
,
Kumar Appaiah
Re: [tig] Re: compilation error: undefined reference to `set_tabsize'
,
Kumar Appaiah
Re: [tig] Re: compilation error: undefined reference to `set_tabsize'
,
Stefan Naewe
Re: [tig] Re: compilation error: undefined reference to `set_tabsize'
,
Jonas Fonseca
[tig] Re: compilation error: undefined reference to `set_tabsize'
,
Nicolas Sebrecht
svn2git question: error: unknown switch `t'
,
nolan.ring
Re: svn2git question: error: unknown switch `t'
,
Ævar Arnfjörð Bjarmason
RE: svn2git question: error: unknown switch `t'
,
nolan.ring
Re: svn2git question: error: unknown switch `t'
,
Ævar Arnfjörð Bjarmason
RE: svn2git question: error: unknown switch `t'
,
nolan.ring
RE: svn2git question: error: unknown switch `t'
,
nolan.ring
Re: svn2git question: error: unknown switch `t'
,
Ævar Arnfjörð Bjarmason
what file extensions must be explicitly configured with respect to eol-type in gitattributes?
,
Robert Buck
Re: what file extensions must be explicitly configured with respect to eol-type in gitattributes?
,
Erik Faye-Lund
Re: Git Survey 2011; now let's not forget the index/cache/stage
,
Jakub Narebski
Re: Git Survey 2011; now let's not forget the index/cache/stage
,
Felipe Contreras
Re: Git Survey 2011; now let's not forget the index/cache/stage
,
Jakub Narebski
Re: Git Survey 2011; now let's not forget the index/cache/stage
,
Yann Dirson
Re: Git Survey 2011; now let's not forget the index/cache/stage
,
Jakub Narebski
git performance after directory copy
,
Gaer, A.
Re: git performance after directory copy
,
Michael J Gruber
Re: git performance after directory copy
,
Matthieu Moy
Re: git performance after directory copy
,
Michael J Gruber
AW: git performance after directory copy
,
Gaer, A.
Re: git performance after directory copy
,
Johannes Sixt
AW: git performance after directory copy
,
Gaer, A.
Re: git performance after directory copy
,
Matthieu Moy
[PATCH 00/37] Audit and fix corner case bugs in recursive merge
,
Elijah Newren
[PATCH 03/37] t6032: Add a test checking for excessive output from merge
,
Elijah Newren
[PATCH 05/37] t6022: Add tests for reversing order of merges when D/F conflicts present
,
Elijah Newren
[PATCH 06/37] t6022: Add tests with both rename source & dest involved in D/F conflicts
,
Elijah Newren
[PATCH 07/37] t6022: Add paired rename+D/F conflict: (two/file, one/file) -> (one, two)
,
Elijah Newren
[PATCH 09/37] t6020: Modernize style a bit
,
Elijah Newren
Re: [PATCH 09/37] t6020: Modernize style a bit
,
Johannes Sixt
Re: [PATCH 09/37] t6020: Modernize style a bit
,
Elijah Newren
Re: [PATCH 09/37] t6020: Modernize style a bit
,
Junio C Hamano
Re: [PATCH 09/37] t6020: Modernize style a bit
,
Elijah Newren
[PATCH 08/37] t6022: Add tests for rename/rename combined with D/F conflicts
,
Elijah Newren
[PATCH 11/37] t6036: Test index and worktree state, not just that merge fails
,
Elijah Newren
[PATCH 12/37] t6036: Add a second testcase similar to the first but with content changes
,
Elijah Newren
[PATCH 13/37] t6036: Add testcase for undetected conflict
,
Elijah Newren
[PATCH 14/37] merge-recursive: Small code clarification -- variable name and comments
,
Elijah Newren
[PATCH 15/37] merge-recursive: Rename conflict_rename_rename*() for clarity
,
Elijah Newren
[PATCH 18/37] merge-recursive: Move delete/modify handling into dedicated function
,
Elijah Newren
[PATCH 19/37] merge-recursive: Move process_entry's content merging into a function
,
Elijah Newren
[PATCH 20/37] merge-recursive: New data structures for deferring of D/F conflicts
,
Elijah Newren
[PATCH 22/37] merge-recursive: Have process_entry() skip D/F or rename entries
,
Elijah Newren
[PATCH 21/37] merge-recursive: New function to assist resolving renames in-core only
,
Elijah Newren
[PATCH 25/37] merge-recursive: Update merge_content() call signature
,
Elijah Newren
[PATCH 26/37] merge-recursive: Avoid doubly merging rename/add conflict contents
,
Elijah Newren
[PATCH 27/37] merge-recursive: Move handling of double rename of one file to two
,
Elijah Newren
[PATCH 28/37] merge-recursive: Move handling of double rename of one file to other file
,
Elijah Newren
[PATCH 29/37] merge-recursive: Delay handling of rename/delete conflicts
,
Elijah Newren
[PATCH 30/37] merge-recursive: Delay content merging for renames
,
Elijah Newren
[PATCH 31/37] merge-recursive: Delay modify/delete conflicts if D/F conflict present
,
Elijah Newren
[PATCH 10/37] t6020: Add a testcase for modify/delete + directory/file conflict
,
Elijah Newren
[PATCH 16/37] merge-recursive: Nuke rename/directory conflict detection
,
Elijah Newren
[PATCH 24/37] merge-recursive: Update conflict_rename_rename_1to2() call signature
,
Elijah Newren
[PATCH 32/37] conflict_rename_delete(): Check whether D/F conflicts are still present
,
Elijah Newren
[PATCH 34/37] merge_content(): Check whether D/F conflicts are still present
,
Elijah Newren
[PATCH 35/37] handle_delete_modify(): Check whether D/F conflicts are still present
,
Elijah Newren
[PATCH 36/37] merge-recursive: Make room for directories in D/F conflicts
,
Elijah Newren
Re: [PATCH 36/37] merge-recursive: Make room for directories in D/F conflicts
,
Johannes Sixt
Re: [PATCH 36/37] merge-recursive: Make room for directories in D/F conflicts
,
Elijah Newren
[PATCH 37/37] merge-recursive: Remove redundant path clearing for D/F conflicts
,
Elijah Newren
[PATCH 33/37] conflict_rename_rename_1to2(): Fix checks for presence of D/F conflicts
,
Elijah Newren
[PATCH 23/37] merge-recursive: Structure process_df_entry() to handle more cases
,
Elijah Newren
[PATCH 17/37] merge-recursive: Move rename/delete handling into dedicated function
,
Elijah Newren
[PATCH 01/37] t3030: Add a testcase for resolvable rename/add conflict with symlinks
,
Elijah Newren
Re: [PATCH 01/37] t3030: Add a testcase for resolvable rename/add conflict with symlinks
,
Johannes Sixt
Re: [PATCH 01/37] t3030: Add a testcase for resolvable rename/add conflict with symlinks
,
Jakub Narebski
[PATCH 04/37] t6022: Add test combinations of {content conflict?, D/F conflict remains?}
,
Elijah Newren
[PATCH 02/37] merge-recursive: Restructure showing how to chain more process_* functions
,
Elijah Newren
Reduced privileges install
,
Andrew Keller
Re: Reduced privileges install
,
Randal L. Schwartz
Re: Reduced privileges install
,
Andrew Keller
Re: Reduced privileges install
,
Kevin Ballard
Re: Reduced privileges install
,
Andrew Keller
Re: Reduced privileges install
,
Matthieu Moy
Re: Reduced privileges install
,
Randal L. Schwartz
Re: Reduced privileges install
,
Andrew Keller
Re: Reduced privileges install
,
Brandon Casey
Re: Reduced privileges install
,
Andrew Keller
Re: Reduced privileges install
,
Ævar Arnfjörð Bjarmason
Re: Reduced privileges install
,
Andrew Keller
Re: Reduced privileges install
,
Brandon Casey
Re: Reduced privileges install
,
Brandon Casey
Re: Reduced privileges install
,
Andrew Keller
Re: Reduced privileges install
,
Andrew Keller
Re: Reduced privileges install
,
Brandon Casey
[PATCH 0/5] Globbing support in diff family
,
Nguyễn Thái Ngọc Duy
[PATCH 1/5] pathspec: mark wildcard pathspecs from the beginning
,
Nguyễn Thái Ngọc Duy
[PATCH 2/5] pathspec: add tree_recursive_diff parameter
,
Nguyễn Thái Ngọc Duy
Re: [PATCH 2/5] pathspec: add tree_recursive_diff parameter
,
Junio C Hamano
Re: [PATCH 2/5] pathspec: add tree_recursive_diff parameter
,
Nguyen Thai Ngoc Duy
Re: [PATCH 2/5] pathspec: add tree_recursive_diff parameter
,
Junio C Hamano
[PATCH 3/5] tree_entry_interesting: turn to match_pathspec if wildcard is present
,
Nguyễn Thái Ngọc Duy
[PATCH 4/5] Convert ce_path_match() to use struct pathspec
,
Nguyễn Thái Ngọc Duy
[PATCH 5/5] ce_path_match: drop prefix matching in favor of match_pathspec
,
Nguyễn Thái Ngọc Duy
[PATCH 0/2] en/object-list-with-pathspec v5
,
Nguyễn Thái Ngọc Duy
[PATCH 1/2] Make rev-list --objects work together with pathspecs
,
Nguyễn Thái Ngọc Duy
[PATCH 2/2] Add testcases showing how pathspecs are handled with rev-list --objects
,
Nguyễn Thái Ngọc Duy
[PATCH 0/6] Introduce pathspec struct
,
Nguyễn Thái Ngọc Duy
[PATCH 1/6] Add struct pathspec
,
Nguyễn Thái Ngọc Duy
Re: [PATCH 1/6] Add struct pathspec
,
Junio C Hamano
Re: [PATCH 1/6] Add struct pathspec
,
yj2133011
[PATCH 2/6] diff-no-index: use diff_tree_setup_paths()
,
Nguyễn Thái Ngọc Duy
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]