git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-06-24 18:55:37 to 2010-06-28 08:29:59 UTC [more...]

[PATCH] string-list.h: Add STRING_LIST_INIT macro and make use of it
 2010-06-28  8:29 UTC  (8+ messages)

[PATCH] git-cat-file.txt: Document --textconv
 2010-06-28  8:18 UTC  (18+ messages)
    ` [PATCHv2] "
    ` [PATCH] git-rev-parse.txt: Document ":path" specifier
        ` [PATCHv2] "
              ` [PATCHv3] "
                  ` [PATCH] git-rev-parse.txt: Add more examples for caret and colon

[PATCH v4 0/3] CRLF merge conflict reduction, take 4
 2010-06-28  8:02 UTC  (5+ messages)
` [PATCH v4 1/3] Avoid conflicts when merging branches with mixed normalization
` [PATCH v4 2/3] Try normalizing files to avoid delete/modify conflicts when merging
` [PATCH v4 3/3] Don't expand CRLFs when normalizing text during merge

What's cooking in git.git (Jun 2010, #05; Sun, 27)
 2010-06-28  7:30 UTC  (2+ messages)
` [PATCH] Add test for correct coloring of git log --decoration

[RFC PATCH v2 0/2] Two new remote helpers
 2010-06-28  7:11 UTC  (3+ messages)
` [RFC PATCH v2 1/2] New remote helper git-remote-fd
` [RFC PATCH v2 2/2] New remote helper: git-remote-ext

[PATCH] Add known breakage for 'git notes copy'
 2010-06-28  7:01 UTC 

git-svn error: ambiguous argument
 2010-06-28  6:24 UTC  (7+ messages)

[PATCH 00/12] The first version of line level log browser
 2010-06-27 23:49 UTC  (17+ 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 4/4] Makefile: Don't pass $(ALL_CFLAGS) to the linker
 2010-06-27 20:45 UTC  (8+ messages)

[PATCH] Clarify that git-cherry-pick applies patches to HEAD
 2010-06-27 19:46 UTC  (2+ messages)

Unexpected error: short SHA1 is ambiguous
 2010-06-27 19:02 UTC  (4+ messages)

[PATCH v4 0/5] TAP support for Git
 2010-06-27 18:27 UTC  (12+ messages)
` [PATCH v4 1/5] test-lib: Adjust output to be valid TAP format
      ` [PATCH v5 "
` [PATCH] t9700: Use Test::More->builder, not $Test::Builder::Test
  ` [PATCH v2] "

[PATCH v2 0/7] Make the string_list API consistent
 2010-06-27 17:22 UTC  (9+ 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

How does receive-pack and pre-receive hook works ?
 2010-06-27  7:00 UTC  (2+ messages)

[GSoC 2010] The 5th week
 2010-06-27  1:58 UTC 

[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)

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

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)

What's cooking in git.git (Jun 2010, #04; Wed, 23)
 2010-06-25 21:17 UTC  (16+ 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] 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  (31+ messages)
` [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


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).