git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-02-13 21:31:57 to 2010-02-16 01:07:44 UTC [more...]

[PATCH] fix threaded grep for machines with only one cpu
 2010-02-16  1:07 UTC  (3+ messages)

git-grep ignores untracked files
 2010-02-16  0:25 UTC  (4+ messages)
  ` [PATCHv2] grep documentation: clarify what files match

[PATCH] Skip t1300.70 and 71 on msysGit
 2010-02-15 23:14 UTC 

git fetch origin hanging in 1.7.0
 2010-02-16  0:08 UTC 

[PATCH v2 0/4] Refactoring: remove duplicated code
 2010-02-15 23:26 UTC  (5+ messages)
` [PATCH v2 1/4] Refactoring: remove duplicated code from builtin-send-pack.c and transport.c
` [PATCH v2 2/4] Refactoring: connect.c: move duplicated code to get_host_and_port
` [PATCH v2 3/4] Refactoring: move duplicated code from builtin-pack-objects.c and fast-import.c to object.c
` [PATCH v2 4/4] Refactoring: remove duplicated code from builtin-checkout.c and merge-recursive.c

[PATCH] Remove hyphen from "git-command" in two error messages
 2010-02-15 23:33 UTC  (2+ messages)
` [PATCH/Fixed Wrap] "

GSoC 2010
 2010-02-15 22:58 UTC  (10+ messages)

[PATCH] Introduce an exponential-backoff-retry in unlink on mingw
 2010-02-15 22:06 UTC  (2+ messages)

[PATCH 1/4] Refactoring: remove duplicated code from transport.c and builtin-send-pack.c
 2010-02-15 21:11 UTC  (12+ messages)
` [PATCH 2/4] Refactoring: connect.c: move duplicated code to get_host_and_port
` [PATCH 3/4] Refactoring: move duplicated code from builtin-pack-objects.c and fast-import.c to object.c
` [PATCH 4/4] Refactoring: remove duplicated code from builtin-checkout.c and merge-recursive.c

git stash pop not reapplying deletions
 2010-02-15 21:09 UTC  (7+ messages)
      ` [PATCH] stash pop: remove 'apply' options during 'drop' invocation
        ` [PATCH v2] "

Running git-archive recursively over submodules
 2010-02-15 20:56 UTC 

[PATCHv2] Documentation: describe --thin more accurately
 2010-02-15 20:44 UTC  (3+ messages)
` [PATCHv3] "

[PATCH v3 1/3] git-push: fix an error message so it goes to stderr
 2010-02-15 20:42 UTC  (5+ messages)
` [PATCH v3 3/3] git-push: make git push --dry-run --porcelain exit with status 0 even if updates will be rejected

[RFC PATCH 0/6] post-rewrite hook and copying notes
 2010-02-15 20:36 UTC  (11+ messages)
` [RFC PATCH 1/6] Documentation: document post-rewrite hook
` [RFC PATCH 2/6] commit --amend: invoke "
` [RFC PATCH 3/6] filter-branch: "
` [RFC PATCH 4/6] rebase: "
` [RFC PATCH 5/6] rebase -i: "
` [RFC PATCH 6/6] contrib: add a hook that copies notes over rewrites
` [PATCH] WIP: git notes copy --stdin

'git svn log' no longer uses the pager
 2010-02-15 20:26 UTC  (27+ messages)
    ` [PATCH 1/6] Fix 'git var' usage synopsis
      ` [PATCH v2 "
    ` [PATCH 2/6] Make 'git var GIT_PAGER' always print the configured pager
    ` [PATCH 3/6] git.1: Clarify the behavior of the --paginate option
    ` [PATCH 4/6] git svn: Fix launching of pager
    ` [PATCH 5/6] am: "
      ` [PATCH v2 "
        ` [PATCH v3 "
            ` [PATCH v4 "
    ` [PATCH 6/6] tests: Add tests for automatic use "
        ` [PATCH v2 "

[PATCH v3 1/5] make_absolute_path(): Do not append redundant slash
 2010-02-15 19:43 UTC  (6+ messages)
` [PATCH v3 2/5] init-db, rev-parse --git-dir: do "
` [PATCH v3 3/5] Move offset_1st_component() to path.c
` [PATCH v3 4/5] Support working directory located at root
` [PATCH v3 5/5] Add test for using Git at root of file system

StGIT: "ghost" branch (unable to either create or delete)
 2010-02-15 19:22 UTC 

Bug#569505: git-core: 'git add' corrupts repository if the working directory is modified as it runs
 2010-02-15 19:29 UTC  (39+ messages)
  ` mmap with MAP_PRIVATE is useless (was Re: Bug#569505: git-core: 'git add' corrupts repository if the working directory is modified as it runs)
    ` mmap with MAP_PRIVATE is useless
` 'git add' corrupts repository if the working directory is modified as it runs
            ` [PATCH] don't use mmap() to hash files
              ` [PATCH v2] "

[PATCH v2] require_work_tree broken with NONGIT_OK
 2010-02-15 15:44 UTC 

[PATCH] require_work_tree broken with NONGIT_OK
 2010-02-15 15:14 UTC  (6+ messages)

Walking commits from the first
 2010-02-15 14:20 UTC  (5+ messages)

[PATCH v2] Detailed diagnosis when parsing an object name fails
 2010-02-15 14:16 UTC  (3+ messages)
` [PATCH v3] "

git locate
 2010-02-15 13:20 UTC  (6+ messages)

[PATCH] Documentation: Fix indentation problem in git-commit(1)
 2010-02-15 12:33 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCHv13 00/30] git notes
 2010-02-15 10:34 UTC  (12+ messages)
` [PATCHv13 10/30] Notes API: Allow multiple concurrent notes trees with new struct notes_tree
` [PATCHv13 11/30] Refactor notes concatenation into a flexible interface for combining notes
` [PATCHv13 20/30] builtin-notes: Add "prune" subcommand for removing notes for missing objects
` [PATCHv13 21/30] Documentation: Generalize git-notes docs to 'objects' instead of 'commits'
` [PATCHv13 23/30] builtin-notes: Add --message/--file aliases for -m/-F options
` [PATCHv13 24/30] builtin-notes: Add "add" subcommand for adding notes to objects
` [PATCHv13 25/30] builtin-notes: Add "append" subcommand for appending to note objects
` [PATCHv13 26/30] builtin-notes: Deprecate the -m/-F options for "git notes edit"
` [PATCHv13 28/30] builtin-notes: Add -c/-C options for reusing notes
` [PATCHv13 30/30] builtin-notes: Add "copy" subcommand for copying notes between objects

Using test-lib.sh under GPLv3?
 2010-02-15  8:39 UTC 

[PATCH 0/4] for-each-ref --format='%(symref) %(symref:short) %(flag)'
 2010-02-15  8:39 UTC  (5+ messages)
` [PATCH 3/4] for-each-ref --format='%(symref) %(symref:short)'

ce_stage(..) == 2?
 2010-02-15  6:53 UTC  (2+ messages)

[PATCH] Add an optional argument for --color options
 2010-02-15  6:02 UTC  (11+ messages)
    ` Usage messages produced by parseopt (Re: [PATCH] Add an optional argument for --color options)

[PATCH] fix minor memory leak in get_tree_entry()
 2010-02-15  4:43 UTC  (2+ messages)

Global reflog?
 2010-02-15  4:24 UTC  (4+ messages)

[RFC PATCH] ls-tree: dump full tree if it was named as such
 2010-02-15  1:47 UTC  (3+ messages)

[PATCH] gitweb: Die if there are parsing errors in config file
 2010-02-14 21:46 UTC  (3+ messages)

[PATCH/RFC] git diff --submodule: Show detailed dirty status of submodules
 2010-02-14 21:29 UTC 

[PATCH 0/5] Speed up string search routines
 2010-02-14 20:16 UTC  (4+ messages)

[PATCH 2/5] Add string search routines from GNU grep
 2010-02-14 16:52 UTC  (6+ messages)
` [PATCH 5/5] Use kwset in grep

[PATCH 1/2] hash-object: support --stdin-paths with --no-filters
 2010-02-14 13:42 UTC  (11+ messages)
` [PATCH 2/2] git-svn: support fetch with autocrlf on

Fix signal handler
 2010-02-14 10:19 UTC  (8+ messages)
    ` [PATCH] "

cvsimport error when modulename is '.'
 2010-02-14  7:07 UTC  (2+ messages)

Bugs with detection of renames that are also overwrites
 2010-02-13 23:46 UTC 

Solve continuous integration (pending head / commit queue) problem using git
 2010-02-13 22:11 UTC  (3+ messages)

Commit annotations (editable commit messages)
 2010-02-13 21:46 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).