Git Distributed Software Revision Control
Thread Index
[
Prev Page
][
Next Page
]
Re: git slow over https
From
: Daniel Stenberg <daniel@xxxxxxx>
Re: [PATCH] blame.c: Properly initialize strbuf after calling, textconv_object()
From
: Sebastian Schuberth <sschuberth@xxxxxxxxx>
Re: [msysGit] Re: [PATCH/RFC] mingw: implement PTHREAD_MUTEX_INITIALIZER
From
: Atsushi Nakagawa <atnak@xxxxxxxxx>
Re: git alias and --help
From
: Miles Bader <miles@xxxxxxx>
imap-send badly handles commit bodies beginning with "From <"
From
: Andrew Eikum <aeikum@xxxxxxxxxxxxxxx>
What's cooking in git.git (Oct 2011, #11; Fri, 28)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git alias and --help
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] blame.c: Properly initialize strbuf after calling, textconv_object()
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] blame.c: Properly initialize strbuf after calling, textconv_object()
From
: Sebastian Schuberth <sschuberth@xxxxxxxxx>
Re: [PATCH] blame.c: Properly initialize strbuf after calling, textconv_object()
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] blame.c: Properly initialize strbuf after calling, textconv_object()
From
: Sebastian Schuberth <sschuberth@xxxxxxxxx>
Re: [PATCH] blame.c: Properly initialize strbuf after calling, textconv_object()
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [RFC/PATCH] define the way new representation types are encoded in the pack
From
: Shawn Pearce <spearce@xxxxxxxxxxx>
git slow over https
From
: Mika Fischer <mika.fischer@xxxxxxxxxx>
[PATCH] blame.c: Properly initialize strbuf after calling, textconv_object()
From
: Sebastian Schuberth <sschuberth@xxxxxxxxx>
Re: [RFC/PATCH] define the way new representation types are encoded in the pack
From
: Junio C Hamano <gitster@xxxxxxxxx>
Unused (assigned but not read) option in diff_no_index
From
: Piotr Krukowiecki <piotr.krukowiecki@xxxxxxxxx>
Re: [RFC/PATCH] define the way new representation types are encoded in the pack
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: git alias and --help
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: git alias and --help
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: Q: "git diff" using tag names
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH 00/28] Store references hierarchically in cache
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
Re: Q: "git diff" using tag names
From
: Alexey Shumkin <Alex.Crezoff@xxxxxxxxx>
Q: "git diff" using tag names
From
: "Ulrich Windl" <Ulrich.Windl@xxxxxxxxxxxxxxxxxxxx>
[PATCH 26/28] is_refname_available(): query only possibly-conflicting references
From
: mhagger@xxxxxxxxxxxx
[PATCH 23/28] struct ref_dir: store a reference to the enclosing ref_cache
From
: mhagger@xxxxxxxxxxxx
[PATCH 22/28] sort_ref_dir(): take (ref_entry *) instead of (ref_dir *)
From
: mhagger@xxxxxxxxxxxx
[PATCH 21/28] do_for_each_ref_in_dir*(): take (ref_entry *) instead of (ref_dir *)
From
: mhagger@xxxxxxxxxxxx
[PATCH 20/28] add_entry(): take (ref_entry *) instead of (ref_dir *)
From
: mhagger@xxxxxxxxxxxx
[PATCH 15/28] find_ref(): take (ref_entry *) instead of (ref_dir *)
From
: mhagger@xxxxxxxxxxxx
[PATCH 14/28] is_refname_available(): take (ref_entry *) instead of (ref_dir *)
From
: mhagger@xxxxxxxxxxxx
[PATCH 13/28] get_loose_refs(): return (ref_entry *) instead of (ref_dir *)
From
: mhagger@xxxxxxxxxxxx
[PATCH 17/28] add_ref(): take (ref_entry *) instead of (ref_dir *)
From
: mhagger@xxxxxxxxxxxx
[PATCH 11/28] refs: wrap top-level ref_dirs in ref_entries
From
: mhagger@xxxxxxxxxxxx
[PATCH 10/28] get_ref_dir(): keep track of the current ref_dir
From
: mhagger@xxxxxxxxxxxx
[PATCH 18/28] find_containing_direntry(): use (ref_entry *) instead of (ref_dir *)
From
: mhagger@xxxxxxxxxxxx
[PATCH 27/28] read_packed_refs(): keep track of the directory being worked in
From
: mhagger@xxxxxxxxxxxx
[PATCH 12/28] get_packed_refs(): return (ref_entry *) instead of (ref_dir *)
From
: mhagger@xxxxxxxxxxxx
[PATCH 16/28] read_packed_refs(): take (ref_entry *) instead of (ref_dir *)
From
: mhagger@xxxxxxxxxxxx
[PATCH 24/28] read_loose_refs(): take a (ref_entry *) as argument
From
: mhagger@xxxxxxxxxxxx
[PATCH 19/28] search_ref_dir(): take (ref_entry *) instead of (ref_dir *)
From
: mhagger@xxxxxxxxxxxx
[PATCH 25/28] refs: read loose references lazily
From
: mhagger@xxxxxxxxxxxx
[PATCH 28/28] repack_without_ref(): call clear_packed_ref_cache()
From
: mhagger@xxxxxxxxxxxx
[PATCH 00/28] Store references hierarchically in cache
From
: mhagger@xxxxxxxxxxxx
[PATCH 05/28] refs.c: rename ref_array -> ref_dir
From
: mhagger@xxxxxxxxxxxx
[PATCH 01/28] refs.c: reorder definitions more logically
From
: mhagger@xxxxxxxxxxxx
[PATCH 06/28] refs: store references hierarchically
From
: mhagger@xxxxxxxxxxxx
[PATCH 04/28] struct ref_entry: nest the value part in a union
From
: mhagger@xxxxxxxxxxxx
[PATCH 08/28] refs: sort ref_dirs lazily
From
: mhagger@xxxxxxxxxxxx
[PATCH 02/28] free_ref_entry(): new function
From
: mhagger@xxxxxxxxxxxx
[PATCH 09/28] do_for_each_ref(): only iterate over the subtree that was requested
From
: mhagger@xxxxxxxxxxxx
[PATCH 07/28] sort_ref_dir(): do not sort if already sorted
From
: mhagger@xxxxxxxxxxxx
[PATCH 03/28] check_refname_component(): return 0 for zero-length components
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 12/12] is_refname_available(): reimplement using do_for_each_ref_in_array()
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 10/12] names_conflict(): new function, extracted from is_refname_available()
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 11/12] names_conflict(): simplify implementation
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 03/12] parse_ref_line(): add a check that the refname is properly formatted
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 05/12] add_ref(): take a (struct ref_entry *) parameter
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 09/12] repack_without_ref(): reimplement using do_for_each_ref_in_array()
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 06/12] do_for_each_ref(): correctly terminate while processesing extra_refs
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 07/12] do_for_each_ref_in_array(): new function
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 01/12] Rename another local variable name -> refname
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 00/12] Use refs API more consistently
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 04/12] create_ref_entry(): extract function from add_ref()
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 02/12] repack_without_ref(): remove temporary
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 08/12] do_for_each_ref_in_arrays(): new function
From
: mhagger@xxxxxxxxxxxx
[PATCH v3 12/14] resolve_gitlink_ref(): improve docstring
From
: mhagger@xxxxxxxxxxxx
[PATCH v3 10/14] refs: change signatures of get_packed_refs() and get_loose_refs()
From
: mhagger@xxxxxxxxxxxx
[PATCH v3 11/14] get_ref_dir(): change signature
From
: mhagger@xxxxxxxxxxxx
[PATCH v3 13/14] Pass a (ref_cache *) to the resolve_gitlink_*() helper functions
From
: mhagger@xxxxxxxxxxxx
[PATCH v3 14/14] resolve_gitlink_ref_recursive(): change to work with struct ref_cache
From
: mhagger@xxxxxxxxxxxx
[PATCH v3 08/14] add_ref(): add docstring
From
: mhagger@xxxxxxxxxxxx
[PATCH v3 04/14] refs: rename parameters result -> sha1
From
: mhagger@xxxxxxxxxxxx
[PATCH v3 09/14] is_dup_ref(): extract function from sort_ref_array()
From
: mhagger@xxxxxxxxxxxx
[PATCH v3 05/14] clear_ref_array(): rename from free_ref_array()
From
: mhagger@xxxxxxxxxxxx
[PATCH v3 01/14] cache.h: add comments for git_path() and git_path_submodule()
From
: mhagger@xxxxxxxxxxxx
[PATCH v3 02/14] struct ref_entry: document name member
From
: mhagger@xxxxxxxxxxxx
[PATCH v3 06/14] is_refname_available(): remove the "quiet" argument
From
: mhagger@xxxxxxxxxxxx
[PATCH v3 03/14] refs: rename "refname" variables
From
: mhagger@xxxxxxxxxxxx
[PATCH v3 07/14] parse_ref_line(): add docstring
From
: mhagger@xxxxxxxxxxxx
[PATCH v3 00/14] Tidying up references code
From
: mhagger@xxxxxxxxxxxx
Re: git alias and --help
From
: Gelonida N <gelonida@xxxxxxxxx>
Re: [PATCH 2/2] pack-objects: optimize "recency order"
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: git alias and --help
From
: Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx>
git rebase -p does not find mainline
From
: David Kastrup <dak@xxxxxxx>
Re: [RFC/PATCH] define the way new representation types are encoded in the pack
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCHv2 3/3] completion: match ctags symbol names in grep patterns
From
: Jeff King <peff@xxxxxxxx>
[RFC/PATCH] define the way new representation types are encoded in the pack
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git alias and --help
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git alias and --help
From
: Miles Bader <miles@xxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Miles Bader <miles@xxxxxxx>
Re: git alias and --help
From
: Gelonida N <gelonida@xxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Jeff King <peff@xxxxxxxx>
Re: [msysGit] Re: [PATCH/RFC] mingw: implement PTHREAD_MUTEX_INITIALIZER
From
: Kyle Moffett <kyle@xxxxxxxxxxxxxxx>
Re: [msysGit] Re: [PATCH/RFC] mingw: implement PTHREAD_MUTEX_INITIALIZER
From
: Atsushi Nakagawa <atnak@xxxxxxxxx>
Re: git alias and --help
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] pack-objects: optimize "recency order"
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: git alias and --help
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 3/4] pack-objects: don't traverse objects unnecessarily
From
: Junio C Hamano <gitster@xxxxxxxxx>
git alias and --help
From
: Gelonida N <gelonida@xxxxxxxxx>
Re: [PATCH 4/4] pack-objects: rewrite add_descendants_to_write_order() iteratively
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] pack-objects: optimize "recency order"
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] pack-objects: optimize "recency order"
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: [PATCH 2/2] pack-objects: optimize "recency order"
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: [PATCH 2/2] pack-objects: optimize "recency order"
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Repository data loss in fast-export with a merge of a deleted submodule
From
: Joshua Jensen <jjensen@xxxxxxxxxxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/WIP 05/11] symbolize return values of tree_entry_interesting()
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Fix 'Cloning into' message
From
: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH/WIP 01/11] Introduce "check-attr --excluded" as a replacement for "add --ignore-missing"
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] git grep: be careful to use mutices only when they are initialized
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] gitweb/Makefile: Remove static/gitweb.js in the clean target
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Credentials and the Secrets API...
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 1/2] credential-cache--daemon.c: Don't leave stale socket on --exit
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 0/2] git-credential-cache--daemon on Cygwin
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH/WIP 03/11] t5403: avoid doing "git add foo/bar" where foo/.git exists
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Fix 'Cloning into' message
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 1/2] credential-cache--daemon.c: Don't leave stale socket on --exit
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH 0/2] git-credential-cache--daemon on Cygwin
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH] gitweb/Makefile: Remove static/gitweb.js in the clean target
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: [PATCH/WIP 02/11] notes-merge: use opendir/readdir instead of using read_directory()
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] Fix 'Cloning into' message
From
: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
Credentials and the Secrets API...
From
: John Szakmeister <john@xxxxxxxxxxxxxxx>
Re: Is there a place for benchmarking scripts?
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: [PATCH] git grep: be careful to use mutices only when they are initialized
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: [PATCH v0] fast-import: Add drop command
From
: Sverre Rabbelier <srabbelier@xxxxxxxxx>
Re: [PATCH v0] fast-import: Add drop command
From
: Vitor Antunes <vitor.hda@xxxxxxxxx>
Re: [PATCH v0] fast-import: Add drop command
From
: Sverre Rabbelier <srabbelier@xxxxxxxxx>
Re: [PATCH v2] completion: fix issue with process substitution not working on Git for Windows
From
: Jonas Berlin <jonas.berlin@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v2] completion: fix issue with process substitution not working on Git for Windows
From
: Jonas Berlin <xkr47@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH v2] completion: fix issue with process substitution not working on Git for Windows
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
Re: [PATCH/WIP 03/11] t5403: avoid doing "git add foo/bar" where foo/.git exists
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH/WIP 02/11] notes-merge: use opendir/readdir instead of using read_directory()
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: Recent gits corrupts repository
From
: Øyvind A. Holm <sunny@xxxxxxxxxxx>
Re: Recent gits corrupts repository
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: Problem with git svn clone --authors-file
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Recent gits corrupts repository
From
: Øyvind A. Holm <sunny@xxxxxxxxxxx>
Re: [PATCH v2] completion: fix issue with process substitution not working on Git for Windows
From
: Stefan Näwe <stefan.naewe@xxxxxxxxx>
What's cooking in git.git (Oct 2011, #10; Wed, 26)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] replace sha1 with another algorithm
From
: Jeff King <peff@xxxxxxxx>
Problem with git svn clone --authors-file
From
: edman747 <edman747@xxxxxxxxx>
Re: [PATCH v2] completion: fix issue with process substitution not working on Git for Windows
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] git grep: be careful to use mutices only when they are initialized
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] git grep: be careful to use mutices only when they are initialized
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v2] completion: fix issue with process substitution not working on Git for Windows
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] git grep: be careful to use mutices only when they are initialized
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] replace sha1 with another algorithm
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git-fixup-assigner.perl -- automatically decide where to "fixup!"
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
[PATCH v2] completion: fix issue with process substitution not working on Git for Windows
From
: Stefan Naewe <stefan.naewe@xxxxxxxxx>
Re: [PATCH] git grep: be careful to use mutices only when they are initialized
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: [PATCH/WIP 02/11] notes-merge: use opendir/readdir instead of using read_directory()
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/WIP 03/11] t5403: avoid doing "git add foo/bar" where foo/.git exists
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] git grep: be careful to use mutices only when they are initialized
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] Fix 'Cloning into' message
From
: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
Re: FYI: status of svn-fe speed
From
: Tay Ray Chuan <rctay89@xxxxxxxxx>
Re: [msysGit] [PATCH] git grep: be careful to use mutices only when they are initialized
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
FYI: status of svn-fe speed
From
: David Michael Barr <davidbarr@xxxxxxxxxx>
Re: git-fixup-assigner.perl -- automatically decide where to "fixup!"
From
: fREW Schmidt <frioux@xxxxxxxxx>
Re: [msysGit] Re: [PATCH/RFC] mingw: implement PTHREAD_MUTEX_INITIALIZER
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
Re: [msysGit] Re: [PATCH/RFC] mingw: implement PTHREAD_MUTEX_INITIALIZER
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
Re: git merge successfully however this is still issue from logical perspective
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: git merge successfully however this is still issue from logical perspective
From
: Lynn Lin <lynn.xin.lin@xxxxxxxxx>
Re: git merge successfully however this is still issue from logical perspective
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
git merge successfully however this is still issue from logical perspective
From
: Lynn Lin <lynn.xin.lin@xxxxxxxxx>
Re: Out of memory error with git rebase
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: [PATCH] replace sha1 with another algorithm
From
: Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx>
Is there a place for benchmarking scripts?
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Out of memory error with git rebase
From
: Hannu Koivisto <azure@xxxxxx>
Re: [msysGit] [PATCH] git grep: be careful to use mutices only when they are initialized
From
: Pat Thoyts <patthoyts@xxxxxxxxx>
Recovery after interrupted repack
From
: Hannu Koivisto <azure@xxxxxx>
Re: [msysGit] [PATCH] git grep: be careful to use mutices only when they are initialized
From
: Tay Ray Chuan <rctay89@xxxxxxxxx>
Re: [PATCH] completion: fix issue with process substitution not working on Git for Windows
From
: Stefan Näwe <stefan.naewe@xxxxxxxxx>
Re: [msysGit] Re: [PATCH/RFC] mingw: implement PTHREAD_MUTEX_INITIALIZER
From
: Kyle Moffett <kyle@xxxxxxxxxxxxxxx>
Re: [PATCH] gitweb/Makefile: Remove static/gitweb.js in the clean target
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH/WIP 03/11] t5403: avoid doing "git add foo/bar" where foo/.git exists
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
[PATCH] replace sha1 with another algorithm
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH/WIP 02/11] notes-merge: use opendir/readdir instead of using read_directory()
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH] gitweb/Makefile: Remove static/gitweb.js in the clean target
From
: Drew Northup <drew.northup@xxxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Drew Northup <drew.northup@xxxxxxxxx>
Re: [msysGit] Re: [PATCH/RFC] mingw: implement PTHREAD_MUTEX_INITIALIZER
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: [msysGit] Re: [PATCH/RFC] mingw: implement PTHREAD_MUTEX_INITIALIZER
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
Re: [PATCH] completion: fix issue with process substitution not working on Git for Windows
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: general protection faults with "git grep" version 1.7.7.1
From
: Jim Meyering <jim@xxxxxxxxxxxx>
Re: [msysGit] Re: [PATCH/RFC] mingw: implement PTHREAD_MUTEX_INITIALIZER
From
: Johannes Sixt <j6t@xxxxxxxx>
Re: [PATCH/WIP 02/11] notes-merge: use opendir/readdir instead of using read_directory()
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/WIP 05/11] symbolize return values of tree_entry_interesting()
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/WIP 04/11] tree-walk.c: do not leak internal structure in tree_entry_len()
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/WIP 03/11] t5403: avoid doing "git add foo/bar" where foo/.git exists
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: pull is not a git command - 1.7.6.4
From
: Eugene Sajine <euguess@xxxxxxxxx>
[PATCH] completion: fix issue with process substitution not working on Git for Windows
From
: Stefan Naewe <stefan.naewe@xxxxxxxxx>
Re: [PATCH] read-cache.c: fix index memory allocation
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
[PATCH] git grep: be careful to use mutices only when they are initialized
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
[PATCH] gitweb/Makefile: Remove static/gitweb.js in the clean target
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
Re: pull is not a git command - 1.7.6.4
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: general protection faults with "git grep" version 1.7.7.1
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: pull is not a git command - 1.7.6.4
From
: Eugene Sajine <euguess@xxxxxxxxx>
Re: pull is not a git command - 1.7.6.4
From
: Eugene Sajine <euguess@xxxxxxxxx>
Re: pull is not a git command - 1.7.6.4
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: general protection faults with "git grep" version 1.7.7.1
From
: Jim Meyering <jim@xxxxxxxxxxxx>
Re: pull is not a git command - 1.7.6.4
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: [PATCH] read-cache.c: fix index memory allocation
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: general protection faults with "git grep" version 1.7.7.1
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Re: general protection faults with "git grep" version 1.7.7.1
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
pull is not a git command - 1.7.6.4
From
: Eugene Sajine <euguess@xxxxxxxxx>
Re: [PATCH/RFC] mingw: implement PTHREAD_MUTEX_INITIALIZER
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
Re: general protection faults with "git grep" version 1.7.7.1
From
: Jeff King <peff@xxxxxxxx>
Re: general protection faults with "git grep" version 1.7.7.1
From
: Markus Trippelsdorf <markus@xxxxxxxxxxxxxxx>
Re: [PATCH/RFC] mingw: implement PTHREAD_MUTEX_INITIALIZER
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: general protection faults with "git grep" version 1.7.7.1
From
: Jim Meyering <jim@xxxxxxxxxxxx>
[PATCH/RFC] mingw: implement PTHREAD_MUTEX_INITIALIZER
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
Re: Git Bug - diff in commit message.
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: general protection faults with "git grep" version 1.7.7.1
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
git stash show doesn't show stashed untracked files
From
: Kirill Likhodedov <kirill.likhodedov@xxxxxxxxxxxxx>
Re: Behavior of "git push --mirror repo"
From
: Sebastian Schuberth <sschuberth@xxxxxxxxx>
Re: general protection faults with "git grep" version 1.7.7.1
From
: Bernt Hansen <bernt@xxxxxxxxx>
Behavior of "git push --mirror repo"
From
: Sebastian Schuberth <sschuberth@xxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Štěpán Němec <stepnem@xxxxxxxxx>
Re: [PATCH v0] fast-import: Add drop command
From
: Vitor Antunes <vitor.hda@xxxxxxxxx>
Re: general protection faults with "git grep" version 1.7.7.1
From
: Jeff King <peff@xxxxxxxx>
Re: What's cooking in git.git (Oct 2011, #09; Sun, 23)
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH] read-cache.c: fix index memory allocation
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: general protection faults with "git grep" version 1.7.7.1
From
: Bernt Hansen <bernt@xxxxxxxxx>
Re: [PATCH] read-cache.c: fix index memory allocation
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: Git Bug - diff in commit message.
From
: Martin von Zweigbergk <martin.von.zweigbergk@xxxxxxxxx>
Re: [PATCH] Makefile: do not set setgid bit on directories on GNU/kFreeBSD
From
: Greg Troxel <gdt@xxxxxxxxxx>
Re: general protection faults with "git grep" version 1.7.7.1
From
: Markus Trippelsdorf <markus@xxxxxxxxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH v4 3/3] upload-archive: use start_command instead of fork
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] read-cache.c: fix index memory allocation
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: general protection faults with "git grep" version 1.7.7.1
From
: "Richard W.M. Jones" <rjones@xxxxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Jeff King <peff@xxxxxxxx>
general protection faults with "git grep" version 1.7.7.1
From
: Markus Trippelsdorf <markus@xxxxxxxxxxxxxxx>
Re: [PATCH v0] fast-import: Add drop command
From
: Sverre Rabbelier <srabbelier@xxxxxxxxx>
Re: [PATCH/WIP 00/11] read_directory() rewrite to support struct pathspec
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH v0] fast-import: Add drop command
From
: Vitor Antunes <vitor.hda@xxxxxxxxx>
[PATCH v4 3/3] upload-archive: use start_command instead of fork
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
[PATCH v4 2/3] compat/win32/poll.c: upgrade from upstream
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
[PATCH v4 1/3] mingw: move poll out of sys-folder
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
[PATCH v4 0/3] port upload-archive to Windows
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
Re: [PATCH] read-cache.c: fix index memory allocation
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: [PATCH] read-cache.c: fix index memory allocation
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
A note from the maintainer
From
: Junio C Hamano <gitster@xxxxxxxxx>
What's cooking in git.git (Oct 2011, #09; Sun, 23)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 12/12] is_refname_available(): reimplement using do_for_each_ref_in_array()
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Štěpán Němec <stepnem@xxxxxxxxx>
Re: Possible diff regression in v1.7.6-473-g27af01d
From
: Tay Ray Chuan <rctay89@xxxxxxxxx>
Re: Possible diff regression in v1.7.6-473-g27af01d
From
: Thomas Rast <trast@xxxxxxxxxxxxxxx>
Possible diff regression in v1.7.6-473-g27af01d
From
: Franz Schrober <franzschrober@xxxxxxxx>
Re: [PATCH] read-cache.c: fix index memory allocation
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] read-cache.c: fix index memory allocation
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Reindent closing bracket using tab instead of spaces
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH/WIP 11/11] dir.c: remove dead code after read_directory() rewrite
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH/WIP 10/11] read-dir: stop using path_simplify code in favor of tree_entry_interesting()
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH/WIP 09/11] tree_entry_interesting: differentiate partial vs full match
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH/WIP 08/11] tree-walk: mark useful pathspecs
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH/WIP 07/11] tree_entry_interesting: make use of local pointer "item"
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH/WIP 06/11] read_directory_recursive: reduce one indentation level
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH/WIP 05/11] symbolize return values of tree_entry_interesting()
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH/WIP 04/11] tree-walk.c: do not leak internal structure in tree_entry_len()
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH/WIP 03/11] t5403: avoid doing "git add foo/bar" where foo/.git exists
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH/WIP 02/11] notes-merge: use opendir/readdir instead of using read_directory()
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH/WIP 01/11] Introduce "check-attr --excluded" as a replacement for "add --ignore-missing"
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH/WIP 00/11] read_directory() rewrite to support struct pathspec
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[ANNOUNCE] Git 1.7.7.1
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] Reindent closing bracket using tab instead of spaces
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH] read-cache.c: fix index memory allocation
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: [PATCHv2 3/3] completion: match ctags symbol names in grep patterns
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: a bug when execute "git status" in git version 1.7.7.431.g89633
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: a bug when execute "git status" in git version 1.7.7.431.g89633
From
: Jeff King <peff@xxxxxxxx>
git gui: adding bare remotes on local filesystem reports error
From
: Peter Oberndorfer <kumbayo84@xxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Jeff King <peff@xxxxxxxx>
Re: a bug when execute "git status" in git version 1.7.7.431.g89633
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
Re: a bug when execute "git status" in git version 1.7.7.431.g89633
From
: René Scharfe <rene.scharfe@xxxxxxxxxxxxxx>
[PATCH 2/2] pretty.c: use original commit message if reencoding fails
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[PATCH 1/2] pretty.c: free get_header() return value
From
: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>
[RFC/PATCH] sequencer: factor code out of revert builtin
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Robin Rosenberg <robin.rosenberg@xxxxxxxxx>
Re: git mergetool ignores configured command line
From
: David Aguilar <davvid@xxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: git mergetool ignores configured command line
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git mergetool ignores configured command line
From
: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
Re: a bug when execute "git status" in git version 1.7.7.431.g89633
From
: John Hsing <tsyj2007@xxxxxxxxx>
Re: a bug when execute "git status" in git version 1.7.7.431.g89633
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Junio C Hamano <gitster@xxxxxxxxx>
git mergetool ignores configured command line
From
: Alexander Vladimirov <alexander.idkfa.vladimirov@xxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 2/2] git-gui: don't warn for detached head when rebasing
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
[PATCH 1/2] git-gui: make config gui.warndetachedcommit a boolean
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
[PATCHv2] git-gui: delegate selection from gutter columns to text output
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
Re: [PATCH 2/2] credential-cache--daemon.c: unlink() a potentially stale unix socket
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 1/2] credential-cache--daemon.c: Don't leave stale socket on --exit
From
: Jeff King <peff@xxxxxxxx>
[PATCH 5/5] revert: simplify communicating command-line arguments
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
[PATCH 4/5] revert: allow mixed pick and revert instructions
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
[PATCH 3/5] revert: make commit subjects in insn sheet optional
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
[PATCH 2/5] revert: simplify getting commit subject in format_todo()
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
[PATCH 1/5] revert: free msg in format_todo()
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
[PATCH v3 0/5] Sequencer fixups mini-series
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
Re: [PATCH 0/2] git-credential-cache--daemon on Cygwin
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 00/22] Refactor to accept NUL in commit messages
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 3/6] revert: fix buffer overflow in insn sheet parser
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
Re: [PATCH 7/5] pretty: %G[?GS] placeholders
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] make the sample pre-commit hook script reject names with newlines, too
From
: Jim Meyering <jim@xxxxxxxxxxxx>
Re: [PATCH] make the sample pre-commit hook script reject names with newlines, too
From
: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
[PATCH 2/2] credential-cache--daemon.c: unlink() a potentially stale unix socket
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
[PATCH 1/2] credential-cache--daemon.c: Don't leave stale socket on --exit
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
[PATCH 0/2] git-credential-cache--daemon on Cygwin
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
[PATCH] make the sample pre-commit hook script reject names with newlines, too
From
: Jim Meyering <jim@xxxxxxxxxxxx>
Re: [PATCH] git-gui: delegate selection from gutter columns to text output
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
Re: What's cooking in git.git (Oct 2011, #08; Fri, 21)
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH] Makefile: do not set setgid bit on directories on GNU/kFreeBSD
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 7/5] pretty: %G[?GS] placeholders
From
: Elia Pinto <gitter.spiros@xxxxxxxxx>
Re: Breakage in master since 6d4bb3833c
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH 7/5] pretty: %G[?GS] placeholders
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 1/3] MSVC: Compile fix by not including sys/resources.h
From
: Junio C Hamano <gitster@xxxxxxxxx>
a bug when execute "git status" in git version 1.7.7.431.g89633
From
: John Hsing <tsyj2007@xxxxxxxxx>
Re: What's cooking in git.git (Oct 2011, #08; Fri, 21)
From
: Jakub Narebski <jnareb@xxxxxxxxx>
What's cooking in git.git (Oct 2011, #08; Fri, 21)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] git-gui: guitools: add the path in the confirmation dialog for tools which needs one
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] git-gui: delegate selection from gutter columns to text output
From
: Pat Thoyts <patthoyts@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH] git-gui: guitools: add the path in the confirmation dialog for tools which needs one
From
: Pat Thoyts <patthoyts@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH] git-gui: span widgets over the full file output area in the blame view
From
: Pat Thoyts <patthoyts@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH] git-gui: use a tristate to control the case mode in the searchbar
From
: Pat Thoyts <patthoyts@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH] gitweb: fix regression when filtering out forks
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCH] git-svn: add hook to allow modifying the subversion commit message
From
: Michael Lutz <michi@xxxxxxxxxxxxxx>
[PATCH 3/3] MSVC: Remove unneeded header stubs
From
: Vincent van Ravesteijn <vfr@xxxxxxx>
[PATCH 2/3] MSVC: Compile fix by including io.h
From
: Vincent van Ravesteijn <vfr@xxxxxxx>
[PATCH 1/3] MSVC: Compile fix by not including sys/resources.h
From
: Vincent van Ravesteijn <vfr@xxxxxxx>
Re: [PATCH v2 2/2] daemon: report permission denied error to clients
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] gitweb: provide a way to customize html headers
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCH] gitweb: fix regression when filtering out forks
From
: Julien Muchembled <jm@xxxxxxxxxxx>
[PATCH] Add simple test for Git::config_path() in t/t9700-perl-git.sh
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCHv2 4/3] completion: use __gitcomp_nl for ctag matching
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 2/3] contrib: add git-jump script
From
: Jeff King <peff@xxxxxxxx>
Re: git grep --no-index and absolute paths don't work?
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
[PATCHv2 3/3] completion: match ctags symbol names in grep patterns
From
: Jeff King <peff@xxxxxxxx>
[PATCH 2/3] contrib: add git-jump script
From
: Jeff King <peff@xxxxxxxx>
[PATCHv2 1/3] contrib: add diff highlight script
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 3/3] completion: match ctags symbol names in grep patterns
From
: Jeff King <peff@xxxxxxxx>
Re: Breakage in master since 6d4bb3833c
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git grep --no-index and absolute paths don't work?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Breakage in master since 6d4bb3833c
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
[PATCH v2 2/2] submodule::module_clone(): silence die() message from module_name()
From
: Tay Ray Chuan <rctay89@xxxxxxxxx>
[PATCH v2 1/2] submodule: whitespace fix
From
: Tay Ray Chuan <rctay89@xxxxxxxxx>
[PATCH v2 0/2] submodule patches
From
: Tay Ray Chuan <rctay89@xxxxxxxxx>
Re: What's cooking in git.git (Oct 2011, #07; Wed, 19)
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
Re: [PATCH 3/3] completion: match ctags symbol names in grep patterns
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
Re: git grep --no-index and absolute paths don't work?
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
Re: Breakage in master since 6d4bb3833c
From
: SZEDER Gábor <szeder@xxxxxxxxxx>
Breakage in master since 6d4bb3833c
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: git grep --no-index and absolute paths don't work?
From
: Lars Noschinski <lars@xxxxxxxxxxxxxxxxxxxx>
Re: Links not working
From
: John Szakmeister <john@xxxxxxxxxxxxxxx>
Re: Compiling on Windows
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
Re: Tracking cherry picks
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: Links not working
From
: Frans Klaver <fransklaver@xxxxxxxxx>
Links not working
From
: "Andy Hartley" <andy@xxxxxxxx>
Re: git grep --no-index and absolute paths don't work?
From
: Carlos Martín Nieto <cmn@xxxxxxxx>
Re: [PATCH] gitweb: provide a way to customize html headers
From
: Lénaïc Huard <lenaic@xxxxxxxxxxxxxxxx>
git grep --no-index and absolute paths don't work?
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
Re: shallow&single-branch clone?
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH] gitweb: provide a way to customize html headers
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] builtin/pack-objects.c: Fix a printf format compiler warning
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] gitweb: provide a way to customize html headers
From
: Lénaïc Huard <lenaic@xxxxxxxxxxxxxxxx>
[PATCH] tests: add missing executable bits
From
: Jeff King <peff@xxxxxxxx>
Re: Compiling on Windows
From
: Vincent van Ravesteijn <vfr@xxxxxxx>
[PATCH] git-gui: delegate selection from gutter columns to text output
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
Re: [PATCH 2v2/2] git-gui: support for diff3 conflict style
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
[PATCH] git-gui: guitools: add the path in the confirmation dialog for tools which needs one
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
[PATCH] git-gui: span widgets over the full file output area in the blame view
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
[PATCH] git-gui: use a tristate to control the case mode in the searchbar
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
Re: Re* [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 3/6] revert: fix buffer overflow in insn sheet parser
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] builtin/pack-objects.c: Fix a printf format compiler warning
From
: Dan McGee <dpmcgee@xxxxxxxxx>
Re* [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 3/6] revert: fix buffer overflow in insn sheet parser
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 3/6] revert: fix buffer overflow in insn sheet parser
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] builtin/pack-objects.c: Fix a printf format compiler warning
From
: Ramsay Jones <ramsay@xxxxxxxxxxxxxxxxxxx>
[PATCH] git-remote-mediawiki: don't include HTTP login/password in author
From
: Matthieu Moy <Matthieu.Moy@xxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Jeff King <peff@xxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 3/6] revert: fix buffer overflow in insn sheet parser
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
Re: Tracking cherry picks
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
Re: Tracking cherry picks
From
: Kirill Likhodedov <klikh.list@xxxxxxxxx>
Tracking cherry picks
From
: Phillip Susi <psusi@xxxxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Elijah Newren <newren@xxxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: "Ted Ts'o" <tytso@xxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Mikael Magnusson <mikachu@xxxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [PATCH 3/6] revert: fix buffer overflow in insn sheet parser
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 3/6] revert: fix buffer overflow in insn sheet parser
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
Re: [PATCH 3/6] revert: fix buffer overflow in insn sheet parser
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 12/12] is_refname_available(): reimplement using do_for_each_ref_in_array()
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [PATCH 08/12] do_for_each_ref_in_arrays(): new function
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Jeff King <peff@xxxxxxxx>
Re: [msysGit] Re: Compiling on Windows
From
: "Philip Oakley" <philipoakley@xxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: How to verify that lines were only moved, not edited?
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: How to verify that lines were only moved, not edited?
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Jeff King <peff@xxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Kyle Moffett <kyle@xxxxxxxxxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Jeff King <peff@xxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Kyle Moffett <kyle@xxxxxxxxxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 12/12] is_refname_available(): reimplement using do_for_each_ref_in_array()
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 3/6] revert: fix buffer overflow in insn sheet parser
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git-p4.skipSubmitEdit
From
: Pete Wyckoff <pw@xxxxxxxx>
[PATCH v4 2/5] commit: teach --gpg-sign option
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v4 3/5] log: --show-signature
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v4 5/5] test "commit -S" and "log --show-signature"
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v4 4/5] t7004: extract generic "GPG testing" bits
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v4 1/5] Split GPG interface into its own helper library
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v4 0/5] Signed-commit
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [msysGit] Re: Compiling on Windows
From
: Johannes Schindelin <Johannes.Schindelin@xxxxxx>
Re: [PATCH 08/12] do_for_each_ref_in_arrays(): new function
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [RFC 04/13] add_ref(): move the call of check_refname_format() to callers
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
What's cooking in git.git (Oct 2011, #07; Wed, 19)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [RFC 09/13] new_branch(): verify that new branch name is a valid full refname
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH 10/12] names_conflict(): new function, extracted from is_refname_available()
From
: mhagger@xxxxxxxxxxxx
[PATCH 11/12] names_conflict(): simplify implementation
From
: mhagger@xxxxxxxxxxxx
[PATCH 12/12] is_refname_available(): reimplement using do_for_each_ref_in_array()
From
: mhagger@xxxxxxxxxxxx
Re: [RFC 04/13] add_ref(): move the call of check_refname_format() to callers
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Compiling on Windows
From
: "Philip Oakley" <philipoakley@xxxxxxx>
[PATCH 07/12] do_for_each_ref_in_array(): new function
From
: mhagger@xxxxxxxxxxxx
[PATCH 06/12] do_for_each_ref(): correctly terminate while processesing extra_refs
From
: mhagger@xxxxxxxxxxxx
[PATCH 04/12] create_ref_entry(): extract function from add_ref()
From
: mhagger@xxxxxxxxxxxx
[PATCH 08/12] do_for_each_ref_in_arrays(): new function
From
: mhagger@xxxxxxxxxxxx
[PATCH 09/12] repack_without_ref(): reimplement using do_for_each_ref_in_array()
From
: mhagger@xxxxxxxxxxxx
[PATCH 05/12] add_ref(): take a (struct ref_entry *) parameter
From
: mhagger@xxxxxxxxxxxx
[PATCH 03/12] parse_ref_line(): add a check that the refname is properly formatted
From
: mhagger@xxxxxxxxxxxx
[PATCH 01/12] Rename another local variable name -> refname
From
: mhagger@xxxxxxxxxxxx
[PATCH 02/12] repack_without_ref(): remove temporary
From
: mhagger@xxxxxxxxxxxx
[PATCH 00/12] Use refs API more consistently
From
: mhagger@xxxxxxxxxxxx
[PATCH 6/6] revert: simplify communicating command-line arguments
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
[PATCH 5/6] revert: allow mixed pick and revert instructions
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
[PATCH 4/6] revert: make commit subjects in insn sheet optional
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
[PATCH 3/6] revert: fix buffer overflow in insn sheet parser
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
[PATCH 2/6] revert: simplify getting commit subject in format_todo()
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
[PATCH 1/6] revert: free msg in format_todo()
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
[PATCH v2 0/6] Sequencer fixups mini-series
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
[RFC 12/13] resolve_ref: use check_refname_format(..., REFNAME_FULL)
From
: mhagger@xxxxxxxxxxxx
[RFC 13/13] filter_refs(): the refname is full, so use REFNAME_FULL option
From
: mhagger@xxxxxxxxxxxx
[RFC 11/13] replace_object(): the refname is full, so use REFNAME_FULL option
From
: mhagger@xxxxxxxxxxxx
[RFC 10/13] strbuf_check_tag_ref(): the refname is full, so use REFNAME_FULL option
From
: mhagger@xxxxxxxxxxxx
[RFC 01/13] check_refname_component(): iterate via index rather than via pointer
From
: mhagger@xxxxxxxxxxxx
[RFC 09/13] new_branch(): verify that new branch name is a valid full refname
From
: mhagger@xxxxxxxxxxxx
[RFC 08/13] expand_namespace(): the refname is full, so use REFNAME_FULL option
From
: mhagger@xxxxxxxxxxxx
[RFC 07/13] one_local_ref(): use check_refname_format(..., REFNAME_FULL)
From
: mhagger@xxxxxxxxxxxx
[RFC 03/13] Teach check_refname_format() to check full refnames
From
: mhagger@xxxxxxxxxxxx
[RFC 06/13] strbuf_check_branch_ref(): use check_refname_format(..., REFNAME_FULL)
From
: mhagger@xxxxxxxxxxxx
[RFC 05/13] receive-pack::update(): use check_refname_format(..., REFNAME_FULL)
From
: mhagger@xxxxxxxxxxxx
[RFC 02/13] parse_refname_prefix(): new function
From
: mhagger@xxxxxxxxxxxx
[RFC 04/13] add_ref(): move the call of check_refname_format() to callers
From
: mhagger@xxxxxxxxxxxx
[RFC 00/13] Checking full vs. partial refnames
From
: mhagger@xxxxxxxxxxxx
Re: [PATCH 2/2] Restrict ref-like names immediately below $GIT_DIR
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] Restrict ref-like names immediately below $GIT_DIR
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [PATCH] git-show-ref: fix escaping in asciidoc source
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] resolve_ref(): report breakage to the caller without warning
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 2/2] Restrict ref-like names immediately below $GIT_DIR
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Jeff King <peff@xxxxxxxx>
[PATCH] git-show-ref: fix escaping in asciidoc source
From
: mhagger@xxxxxxxxxxxx
[IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
From
: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>
Re: [PATCH] t/t3000-ls-files-others.sh: use $SHELL_PATH to run git-new-workdir script
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] Restrict ref-like names immediately below $GIT_DIR
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: How to verify that lines were only moved, not edited?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: How to verify that lines were only moved, not edited?
From
: Jeff King <peff@xxxxxxxx>
[PATCH] t/t3000-ls-files-others.sh: use $SHELL_PATH to run git-new-workdir script
From
: Brandon Casey <casey@xxxxxxxxxxxxxxx>
Re: [PATCH] t1300: attempting to remove a non-existent .git/config is not an error
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 2/2] Restrict ref-like names immediately below $GIT_DIR
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: git-gui: still smartcase (and pull into git.git)
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
How to verify that lines were only moved, not edited?
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: What should "git fetch origin +next" should do?
From
: Marc Branchaud <marcnarc@xxxxxxxxxxx>
shallow&single-branch clone?
From
: Norbert Nemec <norbert.nemec@xxxxxxxxxxxxxxxxxxxxx>
Re: Problems after deleting submodule
From
: Howard Miller <howard@xxxxxxxxxxxxxxxxxxx>
Re: Compiling on Windows
From
: Vincent van Ravesteijn <vfr@xxxxxxx>
[PATCH] t1300: attempting to remove a non-existent .git/config is not an error
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: [PATCH 1/2] t1300: put git invocations inside test function
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Git --reference bug(?)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 1/2] t1300: put git invocations inside test function
From
: Johannes Sixt <j.sixt@xxxxxxxxxxxxx>
Re: [PATCH 2/2] daemon: report permission denied error to clients
From
: Clemens Buchacher <drizzd@xxxxxx>
Re: Git --reference bug(?)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Git --reference bug(?)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Git --reference bug(?)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] Restrict ref-like names immediately below $GIT_DIR
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] Restrict ref-like names immediately below $GIT_DIR
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Git --reference bug(?)
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: What should "git fetch origin +next" should do?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCHv6 0/5] Moving gitweb documentation to manpages
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v3 3/3] log: --show-signature
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v3 2/3] commit: teach --gpg-sign option
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v3 1/3] Split GPG interface into its own helper library
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH v3 0/3] Signed-commit
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/RFC 3/2 v3] Refactor Git::config_*
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH/RFC 3/2 v3] Refactor Git::config_*
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH/RFC 3/2 v3] Refactor Git::config_*
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Git --reference bug(?)
From
: Andrea Gelmini <andrea.gelmini@xxxxxxxxx>
Re: [PATCH v4 2/2] push: teach --recurse-submodules the on-demand option
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Re: [PATCH 2/2] daemon: report permission denied error to clients
From
: Clemens Buchacher <drizzd@xxxxxx>
Re: [PATCH] use test number as port number
From
: Clemens Buchacher <drizzd@xxxxxx>
Re: [GUILT] handle branches with slashes in guilt-graph
From
: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
Re: Problems after deleting submodule
From
: Jens Lehmann <Jens.Lehmann@xxxxxx>
Re: [PATCH/RFC 3/2 (fixed)] Refactor Git::config_*
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [GUILT] handle branches with slashes in guilt-graph
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [GUILT] handle branches with slashes in guilt-graph
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [GUILT] handle branches with slashes in guilt-graph
From
: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
[PATCH] gitweb: Refactor diff body line classification
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH] inet_ntop.c: Work around GCC 4.6's detection of uninitialized variables
From
: Sebastian Schuberth <sschuberth@xxxxxxxxx>
Re: What's cooking in git.git (Oct 2011, #06; Tue, 18)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git-p4.skipSubmitEdit
From
: Luke Diamand <luke@xxxxxxxxxxx>
Re: git-p4.skipSubmitEdit
From
: Pete Wyckoff <pw@xxxxxxxx>
Re: [PATCH] inet_ntop.c: Work around GCC 4.6's detection of uninitialized variables
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 3/3] completion: match ctags symbol names in grep patterns
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: git-p4.skipSubmitEdit
From
: "L. A. Linden Levy" <alevy@xxxxxxxxxx>
Re: What's cooking in git.git (Oct 2011, #06; Tue, 18)
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] inet_ntop.c: Work around GCC 4.6's detection of uninitialized variables
From
: Sebastian Schuberth <sschuberth@xxxxxxxxx>
Re: Compiling on Windows
From
: Sebastian Schuberth <sschuberth@xxxxxxxxx>
Re: [PATCH 3/3] completion: match ctags symbol names in grep patterns
From
: Jeff King <peff@xxxxxxxx>
Re: What's cooking in git.git (Oct 2011, #06; Tue, 18)
From
: Phil Hord <phil.hord@xxxxxxxxx>
Re: Compiling on Windows
From
: Erik Faye-Lund <kusmabite@xxxxxxxxx>
Re: [GUILT] handle branches with slashes in guilt-graph
From
: Jeff Sipek <jeffpc@xxxxxxxxxxxxxx>
Problems after deleting submodule
From
: Howard Miller <howard@xxxxxxxxxxxxxxxxxxx>
Repo seems broken after deleting submodule
From
: Howard Miller <howardsmiller@xxxxxxxxx>
[GUILT] handle branches with slashes in guilt-graph
From
: Per Cederqvist <cederp@xxxxxxxxx>
Re: [PATCH 2/2] gitweb: add a feature to show side-by-side diff
From
: Jakub Narebski <jnareb@xxxxxxxxx>
[PATCH/RFC 3/2 (fixed)] Refactor Git::config_*
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH 1/4] git-gui: handle config booleans without value
From
: Pat Thoyts <patthoyts@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH 3/3] git-gui: new config to control staging of untracked files
From
: Pat Thoyts <patthoyts@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH] git-gui: fix multi selected file operation
From
: Pat Thoyts <patthoyts@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH 3/3] completion: match ctags symbol names in grep patterns
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 3/3] completion: match ctags symbol names in grep patterns
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
What's cooking in git.git (Oct 2011, #06; Tue, 18)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 3/3] completion: match ctags symbol names in grep patterns
From
: Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>
Re: [PATCH 3/3] completion: match ctags symbol names in grep patterns
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 3/3] completion: match ctags symbol names in grep patterns
From
: Jonathan Nieder <jrnieder@xxxxxxxxx>
Re: [PATCH 3/3] completion: match ctags symbol names in grep patterns
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Compiling on Windows
From
: Alexey Shumkin <Alex.Crezoff@xxxxxxxxx>
Re: [PATCH 1/4] git-gui: handle config booleans without value
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
Re: [PATCH 3/3] git-gui: new config to control staging of untracked files
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
Re: [Bug] git pull doesn't recognize --work-tree parameter
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] git-gui: fix multi selected file operation
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
Re: Compiling on Windows
From
: Andrew Ardill <andrew.ardill@xxxxxxxxx>
Re: Compiling on Windows
From
: "Frans Klaver" <fransklaver@xxxxxxxxx>
[PATCH 4/4] pack-objects: rewrite add_descendants_to_write_order() iteratively
From
: Dan McGee <dpmcgee@xxxxxxxxx>
[PATCH 3/4] pack-objects: don't traverse objects unnecessarily
From
: Dan McGee <dpmcgee@xxxxxxxxx>
[PATCH 2/4] pack-objects: use unsigned int for counter and offset values
From
: Dan McGee <dpmcgee@xxxxxxxxx>
[PATCH 1/4] pack-objects: mark add_to_write_order() as inline
From
: Dan McGee <dpmcgee@xxxxxxxxx>
[PATCH 3/3] completion: match ctags symbol names in grep patterns
From
: Jeff King <peff@xxxxxxxx>
[PATCH 2/3] contrib: add git-jump script
From
: Jeff King <peff@xxxxxxxx>
[PATCH 1/3] contrib: add diff highlight script
From
: Jeff King <peff@xxxxxxxx>
[PATCH 0/3] stupid git tricks
From
: Jeff King <peff@xxxxxxxx>
Compiling on Windows
From
: Andrew Ardill <andrew.ardill@xxxxxxxxx>
Re: [PATCH 2/4] git-gui: add smart case search mode in searchbar
From
: Andrew Ardill <andrew.ardill@xxxxxxxxx>
Re: git-p4.skipSubmitEdit
From
: Pete Wyckoff <pw@xxxxxxxx>
Re: [PATCH/RFC 1/2] gitweb: change format_diff_line() to remove leading SP from $diff_class
From
: Kato Kazuyoshi <kato.kazuyoshi@xxxxxxxxx>
Re: [PATCH 2/4] git-gui: add smart case search mode in searchbar
From
: Pat Thoyts <patthoyts@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH/RFC 3/2] Refactor Git::config_*
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/RFC 1/2] gitweb: change format_diff_line() to remove leading SP from $diff_class
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] resolve_gitlink_packed_ref(): fix mismerge
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 1/4] git-gui: handle config booleans without value
From
: Pat Thoyts <patthoyts@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH 3/3] git-gui: new config to control staging of untracked files
From
: Pat Thoyts <patthoyts@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH] Git-p4: git-p4.changeOnSubmit to do 'change' instead of 'submit'.
From
: Andrei Warkentin <awarkentin@xxxxxxxxxx>
Re: [PATCH v4 2/2] push: teach --recurse-submodules the on-demand option
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Git-p4: git-p4.changeOnSubmit to do 'change' instead of 'submit'.
From
: Pete Wyckoff <pw@xxxxxxxx>
Re: [PATCH] git-gui: fix multi selected file operation
From
: Pat Thoyts <patthoyts@xxxxxxxxxxxxxxxxxxxxx>
Re: [PATCH] Git-p4: Add "git p4 change" command.
From
: Andrei Warkentin <awarkentin@xxxxxxxxxx>
Re: [PATCH] Git-p4: Add "git p4 change" command.
From
: Andrei Warkentin <awarkentin@xxxxxxxxxx>
[PATCH] Git-p4: Add "git p4 change" command.
From
: Andrei Warkentin <andreiw@xxxxxxxxxx>
[PATCH] Git-p4: Add "git p4 change" command.
From
: Andrei Warkentin <andreiw@xxxxxxxxxx>
Re: [PATCH] resolve_gitlink_packed_ref(): fix mismerge
From
: Mark Levedahl <mlevedahl@xxxxxxxxx>
Re: [PATCH/RFC 1/2] gitweb: change format_diff_line() to remove leading SP from $diff_class
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: What should "git fetch origin +next" should do?
From
: Marc Branchaud <marcnarc@xxxxxxxxxxx>
Re: [PATCH/RFC 3/2] Refactor Git::config_*
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH] Allow to specify the editor used for git rebase -i by config/environment var
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] gitweb: add a feature to show side-by-side diff
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH/RFC 1/2] gitweb: change format_diff_line() to remove leading SP from $diff_class
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/2] daemon: report permission denied error to clients
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] use test number as port number
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/RFC 1/2] gitweb: change format_diff_line() to remove leading SP from $diff_class
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH/RFC 3/2] Refactor Git::config_*
From
: Junio C Hamano <gitster@xxxxxxxxx>
[PATCH] Allow to specify the editor used for git rebase -i by config/environment var
From
: Peter Oberndorfer <kumbayo84@xxxxxxxx>
Re: [PATCH 1/2] daemon: add tests
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 1/2] daemon: add tests
From
: Clemens Buchacher <drizzd@xxxxxx>
[PATCH v2 2/2] daemon: report permission denied error to clients
From
: Clemens Buchacher <drizzd@xxxxxx>
[PATCH] use test number as port number
From
: Clemens Buchacher <drizzd@xxxxxx>
Re: [PATCH 2/2] daemon: report permission denied error to clients
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 2/2] daemon: report permission denied error to clients
From
: Clemens Buchacher <drizzd@xxxxxx>
Re: [PATCH v4 0/7] Provide API to invalidate refs cache
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [PATCH 2/2] gitweb: add a feature to show side-by-side diff
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: Re: [PATCH 3/3] git-gui: new config to control staging of untracked files
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: [PATCH v2 00/14] Tidying up references code
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/RFC 1/2] gitweb: change format_diff_line() to remove leading SP from $diff_class
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Git-p4: git-p4.changeOnSubmit to do 'change' instead of 'submit'.
From
: Luke Diamand <luke@xxxxxxxxxxx>
Re: [PATCH 3/3] git-gui: new config to control staging of untracked files
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
Re: [PATCH v4 0/7] Provide API to invalidate refs cache
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
[PATCH] resolve_gitlink_packed_ref(): fix mismerge
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: What should "git fetch origin +next" should do?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 3/3] git-gui: new config to control staging of untracked files
From
: Heiko Voigt <hvoigt@xxxxxxxxxx>
Re: [PATCH v3 2/7] invalidate_ref_cache(): take the submodule as parameter
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: regression in git-gui since 2c5c66b... Merge branch 'jp/get-ref-dir-unsorted
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: What should "git fetch origin +next" should do?
From
: Jeff King <peff@xxxxxxxx>
Re: What should "git fetch origin +next" should do?
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH] Git-p4: git-p4.changeOnSubmit to do 'change' instead of 'submit'.
From
: Andrei Warkentin <awarkentin@xxxxxxxxxx>
Re: What should "git fetch origin +next" should do?
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
Re: What should "git fetch origin +next" should do?
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
Re: What should "git fetch origin +next" should do?
From
: Marc Branchaud <marcnarc@xxxxxxxxxxx>
Re: regression in git-gui since 2c5c66b... Merge branch 'jp/get-ref-dir-unsorted
From
: Jeff King <peff@xxxxxxxx>
Re: regression in git-gui since 2c5c66b... Merge branch 'jp/get-ref-dir-unsorted
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: [PATCH] gitweb: provide a way to customize html headers
From
: Jakub Narebski <jnareb@xxxxxxxxx>
Re: [PATCH 6/6] revert: Simplify passing command-line arguments around
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
Re: regression in git-gui since 2c5c66b... Merge branch 'jp/get-ref-dir-unsorted
From
: Mark Levedahl <mlevedahl@xxxxxxxxx>
Re: [PATCH 4/6] revert: Make commit descriptions in insn sheet optional
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
Re: interrupting "git rebase" (Re: git rebase +)
From
: Ramkumar Ramachandra <artagnon@xxxxxxxxx>
[PATCH v2 14/14] resolve_gitlink_ref_recursive(): change to work with struct ref_cache
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 12/14] resolve_gitlink_ref(): improve docstring
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 13/14] Pass a (ref_cache *) to the resolve_gitlink_*() helper functions
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 10/14] refs: change signatures of get_packed_refs() and get_loose_refs()
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 03/14] refs: rename "refname" variables
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 07/14] parse_ref_line(): add docstring
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 01/14] cache.h: add comments for git_path() and git_path_submodule()
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 05/14] clear_ref_array(): rename from free_ref_array()
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 08/14] add_ref(): add docstring
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 11/14] get_ref_dir(): change signature
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 04/14] refs: rename parameters result -> sha1
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 09/14] is_dup_ref(): extract function from sort_ref_array()
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 00/14] Tidying up references code
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 06/14] is_refname_available(): remove the "quiet" argument
From
: mhagger@xxxxxxxxxxxx
[PATCH v2 02/14] struct ref_entry: document name member
From
: mhagger@xxxxxxxxxxxx
Re: [PATCH] gitweb: provide a way to customize html headers
From
: Lénaïc Huard <lenaic@xxxxxxxxxxxxxxxx>
[PATCH/RFC 1/2] gitweb: change format_diff_line() to remove leading SP from $diff_class
From
: Kato Kazuyoshi <kato.kazuyoshi@xxxxxxxxx>
[PATCH 2/2] gitweb: add a feature to show side-by-side diff
From
: Kato Kazuyoshi <kato.kazuyoshi@xxxxxxxxx>
Re: [PATCH] git-gui: fix multi selected file operation
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
Re: [PATCH v4 0/7] Provide API to invalidate refs cache
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH 2/4] git-gui: add smart case search mode in searchbar
From
: Bert Wesarg <bert.wesarg@xxxxxxxxxxxxxx>
Re: What's cooking in git.git (Oct 2011, #05; Fri, 14)
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: [PATCH/RFC] gitweb: add the ability to show side-by-side diff on commitdiff.
From
: Junio C Hamano <gitster@xxxxxxxxx>
Re: defined behaviour for multiple urls for a remote
From
: Sitaram Chamarty <sitaramc@xxxxxxxxx>
Re: regression in git-gui since 2c5c66b... Merge branch 'jp/get-ref-dir-unsorted
From
: Michael Haggerty <mhagger@xxxxxxxxxxxx>
Re: What's cooking in git.git (Oct 2011, #05; Fri, 14)
From
: Jeff King <peff@xxxxxxxx>
[PATCH v4 7/7] clear_ref_cache(): inline function
From
: mhagger@xxxxxxxxxxxx
[PATCH v4 6/7] write_ref_sha1(): only invalidate the loose ref cache
From
: mhagger@xxxxxxxxxxxx
[PATCH v4 4/7] clear_ref_cache(): rename parameter
From
: mhagger@xxxxxxxxxxxx
[PATCH v4 2/7] invalidate_ref_cache(): take the submodule as parameter
From
: mhagger@xxxxxxxxxxxx
[PATCH v4 0/7] Provide API to invalidate refs cache
From
: mhagger@xxxxxxxxxxxx
[PATCH v4 5/7] clear_ref_cache(): extract two new functions
From
: mhagger@xxxxxxxxxxxx
[PATCH v4 3/7] invalidate_ref_cache(): expose this function in the refs API
From
: mhagger@xxxxxxxxxxxx
[PATCH v4 1/7] invalidate_ref_cache(): rename function from invalidate_cached_refs()
From
: mhagger@xxxxxxxxxxxx
Re: [PATCH/RFC] gitweb: add the ability to show side-by-side diff on commitdiff.
From
: Kato Kazuyoshi <kato.kazuyoshi@xxxxxxxxx>
Re: [PATCH 2/2] daemon: report permission denied error to clients
From
: Jeff King <peff@xxxxxxxx>
Re: [PATCH 1/2] daemon: add tests
From
: Jeff King <peff@xxxxxxxx>