git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-06-24 11:01:28 to 2010-06-26 19:28:56 UTC [more...]

[PATCH 0/4] git --paginate: do not commit pager choice too early
 2010-06-26 19:28 UTC  (6+ messages)
` [PATCH 1/4] t7006 (pager): introduce helper for parameterized tests
` [PATCH 2/4] t7006: test pager configuration for several git commands
` [PATCH 3/4] tests: local config file should be honored from subdirs of toplevel
` [PATCH 4/4] git --paginate: do not commit pager choice too early

[RFC PATCH 0/2] Teach "git status" the "--ignore-submodules" option
 2010-06-26 18:31 UTC  (8+ messages)
` [PATCH 1/2] git submodule: ignore dirty submodules for summary and status
` [PATCH 2/2] Add the option "--ignore-submodules" to "git status"
  ` git-gui and gitk-git as submodules (Re: [RFC PATCH 0/2] Teach "git status" the "--ignore-submodules" option)
        ` git-gui and gitk-git as submodules

[PATCH 2/4] msvc: Select the "fast" definition of the {get,put}_be32() macros
 2010-06-26 18:31 UTC  (4+ messages)

[PATCH 4/4] Makefile: Don't pass $(ALL_CFLAGS) to the linker
 2010-06-26 18:19 UTC  (6+ messages)

git-rebase --abort eats files
 2010-06-26 18:09 UTC  (2+ messages)

[PATCH 1/4] msvc: Fix some "expr evaluates to function" compiler warnings
 2010-06-25 19:48 UTC  (3+ messages)

Bugreport: Git responds with stderr instead of stdout
 2010-06-26 16:50 UTC  (12+ messages)
` [PATCH] fetch: don't output non-errors on stderr
  ` [PATCH v2] "

[RFC PATCH 1/2] New remote helper git-remote-fd
 2010-06-26 14:33 UTC  (3+ messages)
` [RFC PATCH 2/2] New remote helper: git-remote-ext

[PATCH 00/12] The first version of line level log browser
 2010-06-26 13:27 UTC  (13+ messages)
` [PATCH 01/12] parse-options: stop when encounter a non-option
` [PATCH 02/12] parse-options: add two helper functions
` [PATCH 03/12] add the basic data structure for line level history
` [PATCH 04/12] parse the -L options
` [PATCH 05/12] export three functions from diff.c
` [PATCH 06/12] add range clone functions
` [PATCH 07/12] map/take range to parent
` [PATCH 08/12] print the line log
` [PATCH 09/12] map/print ranges along traversing the history topologically
` [PATCH 10/12] add --always-print option
` [PATCH 11/12] add two test cases
` [PATCH 12/12] some document update

[PATCH v4 0/5] TAP support for Git
 2010-06-26 12:42 UTC  (15+ messages)
` [PATCH v4 1/5] test-lib: Adjust output to be valid TAP format
      ` [PATCH v5 "
` [PATCH v4 2/5] test-lib: Make the test_external_* functions TAP-aware
` [PATCH v4 3/5] test-lib: output a newline before "ok" under a TAP harness
` [PATCH v4 4/5] tests: Skip tests in a way that makes sense under TAP
` [PATCH v4 5/5] tests: Say "pass" rather than "ok" on empty lines for TAP
` [PATCH] t9700: Use Test::More->builder, not $Test::Builder::Test
  ` [PATCH v2] "

SVN migration
 2010-06-26 10:33 UTC  (2+ messages)

bug: git-bundle create foo --stdin -> segfault
 2010-06-26  6:31 UTC  (10+ messages)
` [RFC/PATCH 0/8] "
  ` [PATCH 1/8] bundle: split basis discovery into its own function
  ` [PATCH 2/8] bundle: use libified rev-list --boundary
  ` [PATCH 3/8] bundle: give list_prerequisites() loop body its own function
  ` [PATCH 4/8] bundle: split table of contents output into "
  ` [PATCH 5/8] bundle: reuse setup_revisions result
  ` [PATCH 6/8] Fix bundle --stdin
  ` [RFC/PATCH 7/8] bundle: Keep names of basis refs after discovery
  ` [PATCH 8/8] bundle_create: Do not exit when given no revs to bundle

Confusion about content of conflicted file after : git remove/add
 2010-06-26  5:58 UTC  (4+ messages)

How to manage merges from one line while excluding its merges from another
 2010-06-26  0:51 UTC  (4+ messages)

[PATCH v2 0/7] Make the string_list API consistent
 2010-06-25 23:41 UTC  (8+ messages)
` [PATCH v2 1/7] string_list: Fix argument order for print_string_list
` [PATCH v2 2/7] string_list: Fix argument order for for_each_string_list
` [PATCH v2 3/7] string_list: Fix argument order for string_list_insert
` [PATCH v2 4/7] string_list: Fix argument order for string_list_insert_at_index
` [PATCH v2 5/7] string_list: Fix argument order for string_list_lookup
` [PATCH v2 6/7] string_list: Fix argument order for string_list_append
` [PATCH v2 7/7] grep: fix string_list_append calls

What's cooking in git.git (Jun 2010, #04; Wed, 23)
 2010-06-25 21:17 UTC  (20+ messages)
  ` git log --objects

FR: Clone just the desired subdirectory
 2010-06-25 20:27 UTC  (3+ messages)

Clean the line endings in the repository history
 2010-06-25 19:14 UTC 

git config over http and ssh went wrong
 2010-06-25 18:08 UTC  (2+ messages)

[PATCH] git-cat-file.txt: Document --textconv
 2010-06-25 17:52 UTC  (14+ messages)
    ` [PATCHv2] "
    ` [PATCH] git-rev-parse.txt: Document ":path" specifier
        ` [PATCHv2] "

[PATCH] t4027,4041: Use test -s to test for an empty file
 2010-06-25 17:20 UTC 

[PATCH] t4027, t4041: Use printf instead of echo -n
 2010-06-25 16:26 UTC  (5+ messages)
  ` [PATCH v2] t4027,4041: Use test -s to test for an empty file

[GSoC update] git-remote-svn: Week 8
 2010-06-25 15:30 UTC  (11+ messages)
` [WIP PATCH 1/7] Add skeleton RA svnclient
          ` OT: typesafe callbacks in C (Re: [WIP PATCH 1/7] Add skeleton RA svnclient)

Maintaing database schemas using GIT
 2010-06-25 13:24 UTC  (2+ messages)

[PATCH v3 0/3] Help merging when text has been normalized
 2010-06-25  8:58 UTC  (9+ messages)
` [PATCH v3 1/3] Avoid conflicts when merging branches with mixed normalization
` [PATCH v3 2/3] Try normalizing files to avoid delete/modify conflicts when merging
` [PATCH v3 3/3] Don't expand CRLFs when normalizing text during merge

[PATCH 2/2] Documentation: grep: fix asciidoc problem with --
 2010-06-25  2:16 UTC 

[PATCH 1/2] Documentation: cherry-pick: fix asciidoc problem with --
 2010-06-25  2:16 UTC 

[GSoC 2010 Update] Please try the initial version of the line level history browser
 2010-06-25  1:45 UTC  (2+ messages)

potential improvement to 'git log' with a range
 2010-06-24 22:49 UTC  (8+ messages)

[GSoC update extra!] git-remote-svn: Week 8
 2010-06-24 21:32 UTC  (4+ messages)

[PATCH/RFC v2 0/9] Subversion dump parsing library
 2010-06-24 21:29 UTC  (34+ messages)
` [PATCH 1/9] Export parse_date_basic() to convert a date string to timestamp
` [PATCH 2/9] Introduce vcs-svn lib
` [PATCH 3/9] Add memory pool library
` [PATCH 4/9] Add treap implementation
` [PATCH 5/9] Add string-specific memory pool
` [PATCH 6/9] Add stream helper library
` [PATCH 7/9] Add infrastructure to write revisions in fast-export format
` [PATCH 8/9] Add SVN dump parser
` [PATCH 9/9] Add a sample user for the svndump library

[PATCH 0/2] Add optional parameters to the diff option "--ignore-submodules"
 2010-06-24 17:11 UTC  (4+ messages)
` [PATCH 2/2] "

git-notes
 2010-06-24 17:06 UTC  (2+ messages)

[PATCH 3/4] msvc: Fix some compiler warnings
 2010-06-24 16:40 UTC  (2+ messages)

[BUG] git gui blame: Show History Context [still] broken since 29e5573d
 2010-06-24 16:28 UTC 

rebasing a merge
 2010-06-24 14:22 UTC  (5+ messages)

on pulling/cloning git notes
 2010-06-24 13:27 UTC  (5+ messages)


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).