git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-06-07 08:11:14 to 2010-06-09 15:23:35 UTC [more...]

[PATCH v2 0/3] Make the Git tests emit TAP format
 2010-06-09 15:22 UTC 

RFC: Make git bisect submodule aware
 2010-06-09 14:57 UTC  (2+ messages)

RFC: Making submodules "track" branches
 2010-06-09 14:37 UTC  (17+ messages)

[PATCH v4 0/5] Patches to avoid reporting conversion changes
 2010-06-09 14:03 UTC  (12+ messages)

Git sideband hook output
 2010-06-09 13:44 UTC  (5+ messages)

[RFC/ PATCH 0/5] unpack_trees: nicer error messages
 2010-06-09 13:19 UTC  (8+ messages)
  ` [RFC/ PATCH 1/5] tree-walk: do not stop when an error is detected
    ` [RFC/ PATCH 2/5] unpack_trees: group errors by type
      ` [RFC/ PATCH 3/5] unpack_trees_options: update porcelain messages
        ` [RFC/ PATCH 4/5] t3030: update porcelain expected message
          ` [RFC/ PATCH 5/5] t7609: test merge and checkout error messages

[RFC/PATCH 1/4] gitweb: Move subroutines to Gitweb::Config module
 2010-06-09 13:13 UTC  (14+ messages)
` [RFC/PATCH 2/4] gitweb: Create Gitweb::HTML::Link module
` [RFC/PATCH 3/4] gitweb: Create Gitweb::HTML module
` [RFC/PATCH 4/4] gitweb: Create Gitweb::HTML::String module

permissions
 2010-06-09 13:00 UTC  (16+ messages)

[PATCH] Use strncpy to protect from buffer overruns
 2010-06-09 12:44 UTC  (2+ messages)

[StGit] Emacs mode merge request
 2010-06-09 12:11 UTC 

[PATCH v5 00/18] Portability patches for git-1.7.1
 2010-06-09  9:37 UTC  (4+ messages)

[PATCH/RFC] Fix for default pager
 2010-06-09  9:29 UTC  (18+ messages)

[PATCH] bash completion: Support "unpushed commits" warnings in __git_ps1
 2010-06-09  9:17 UTC  (8+ messages)
      ` [RFC/PATCHv2] bash completion: Support "divergence from upstream" "

[PATCH v2 0/4] git-gui blame: use textconv
 2010-06-09  7:29 UTC  (10+ messages)
` [PATCH v2 1/4] sha1_name: add get_sha1_with_context()
  ` [PATCH v2 2/4] textconv: support for cat_file
    ` [PATCH v2 3/4] git gui: use textconv filter for diff and blame
      ` [PATCH v2 4/4] t/t8007: test textconv support for cat-file

[PATCH] format-patch: Properly escape From_ lines when creating an mbox
 2010-06-09  7:04 UTC  (5+ messages)

[PATCH 0/2] Add optional parameters to the diff option "--ignore-submodules"
 2010-06-09  6:23 UTC  (12+ messages)
` [PATCH 1/2] git diff: rename test that had a conflicting name
` [PATCH 2/2] Add optional parameters to the diff option "--ignore-submodules"

[PATCH] format-patch: Emit bare email rather than mbox for single messages
 2010-06-08 23:43 UTC 

[PATCH 1/2] mailsplit: Remove any '>' characters used to escape From_ lines in mbox
 2010-06-08 22:10 UTC  (8+ messages)
  ` [PATCH 2/2] Add test from From_-line escaping
` Make "git am" properly unescape lines matching ">>*From "

[PATCH] git-mergetool--lib.sh: fix mergetool.<tool>.* configurations ignored for known tools
 2010-06-08 21:05 UTC  (4+ messages)

[RFT PATCH 0/2] win32: optimize emulation of condition variables
 2010-06-08 18:46 UTC  (8+ messages)
` [RFT PATCH 1/2] win32: optimize condition variable implementation
` [RFT PATCH 2/2] win32: optimize pthread_cond_broadcast

origin/branchname and tracking branch pointing to different commits?
 2010-06-08 18:30 UTC  (9+ messages)

DWIM "git checkout frotz" to "git checkout -b frotz origin/frotz"
 2010-06-08 18:13 UTC  (29+ messages)

Merging a commit from a distant branch, cherry-pick seems to fail
 2010-06-08 11:58 UTC  (4+ messages)
  ` [PATCH] merge-recursive: demonstrate an incorrect conflict with submodule

Searching for sha1 id, finding a specific commit
 2010-06-08 11:58 UTC  (2+ messages)

[GSoC update] git-remote-svn: Week 6
 2010-06-08 10:34 UTC 

Slaughtering the sacred cow
 2010-06-08  9:50 UTC  (2+ messages)

Git Interactive Rebase - Bug in error message ?
 2010-06-08  8:16 UTC  (2+ messages)
  ` [PATCH] rebase -i: Abort cleanly if new base cannot be checked out

[PATCH v5] gitk: Use git-difftool for external diffs when git >= 1.7.0
 2010-06-08  8:10 UTC  (3+ messages)
` [PATCH v6] gitk: Use git-difftool for external diffs when available

[PATCH 1/2 v2] commit.c - provide base commit to the hooks/pre-commit script
 2010-06-08  2:56 UTC  (2+ messages)
` [PATCH 2/2 v2] git-gui - provide commit base "

[PATCH 1/2] commit.c - provide commit-type to the hooks/pre-commit script
 2010-06-08  2:55 UTC  (5+ messages)

Explanation for dropping write-back in mmap
 2010-06-07 23:13 UTC  (5+ messages)

[PATCH 0/2] Gettext support for Git
 2010-06-07 21:23 UTC  (5+ messages)
` [PATCH 1/2] Add infrastructure for translating Git with gettext
    ` [PATCH v2 "

What's cooking extra
 2010-06-07 19:55 UTC  (14+ messages)

Workflow for "rolling out" commits
 2010-06-07 18:42 UTC 

[PATCH/RFC] gitweb: Create Gitweb::Git module
 2010-06-07 15:31 UTC  (5+ messages)

[PATCH v2 0/3] textconv support for blame
 2010-06-07 15:23 UTC  (4+ messages)
` [PATCH v2 1/3] textconv: make the API public
  ` [PATCH v2 2/3] textconv: support for blame
    ` [PATCH v2 3/3] t/t8006: test textconv "

[PATCH 0/6] Merge David's SVN exporter
 2010-06-07 14:35 UTC  (10+ messages)
` [PATCH 1/6] Add memory pool library
` [PATCH 5/6] Add infrastructure to write revisions in fast-export format

Resurrecting : git-gui: use textconv filter
 2010-06-07 14:22 UTC  (3+ messages)

[PATCH] documentation: git-mergetool updated to warn against builtin tools invocations
 2010-06-07 12:50 UTC  (5+ messages)

branch --set-upstream considered harmful
 2010-06-07  8:44 UTC  (2+ messages)

[RFC/PATCH 0/4] git-gui blame: use textconv
 2010-06-07  8:34 UTC  (5+ messages)
` [RFC/PATCH 1/4] sha1_name: creating context cache

[PATCH 0/4] Don't warn about missing EOL for symlinks
 2010-06-07  8:10 UTC  (5+ messages)
` [PATCH 1/4] diff/xdiff: refactor EOF-EOL detection


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