git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-12-10 10:25:39 to 2010-12-13 22:15:54 UTC [more...]

What's cooking in git.git (topics)
 2010-12-13 22:15 UTC  (10+ messages)

git calls SSH_ASKPASS even if DISPLAY is not set
 2010-12-13 22:00 UTC  (7+ messages)
` [RFC/PATCH] "
` [PATCH] git_getpass: fix ssh-askpass behaviour
    `  "

[GITK PATCH] gitk: add menuitem for file checkout from selected or parent commit
 2010-12-13 21:46 UTC  (3+ messages)
  ` [PATCH v3] gitk: add menuitem for file checkout from this "

[PATCH] git-send-email: Accept -n as a synonym for --dry-run
 2010-12-13 21:47 UTC  (6+ messages)
` git-send-email: add some short options and update documentation
` [PATCH 1/2] Add --force to git-send-email documentation
` [PATCH 2/2] git-send-email: Add some short options

Please pull gitk.git master branch
 2010-12-13 21:45 UTC  (9+ messages)

Git SVN non-standard branch/tag/trunk layout
 2010-12-13 21:23 UTC  (6+ messages)

[PATCH] Avoid duplicate test number t7609
 2010-12-13 19:58 UTC  (7+ messages)
` [PATCH/RFC] t800?-blame.sh: retitle uniquely

Splitting a repository but sharing the common parts of the object database
 2010-12-13 19:50 UTC  (3+ messages)

[PATCH 00/19] nd/struct-pathspec (or pathspec unification [1])
 2010-12-13 19:31 UTC  (31+ messages)
` [PATCH 01/19] Add struct pathspec
` [PATCH 02/19] diff-no-index: use diff_tree_setup_paths()
` [PATCH 03/19] pathspec: cache string length when initializing pathspec
` [PATCH 04/19] Convert struct diff_options to use struct pathspec
` [PATCH 05/19] tree_entry_interesting(): remove dependency on struct diff_options
` [PATCH 06/19] Move tree_entry_interesting() to tree-walk.c and export it
` [PATCH 07/19] glossary: define pathspec
` [PATCH 08/19] pathspec: mark wildcard pathspecs from the beginning
` [PATCH 09/19] tree-diff.c: reserve space in "base" for pathname concatenation
` [PATCH 10/19] tree_entry_interesting(): factor out most matching logic
` [PATCH 11/19] tree_entry_interesting: support depth limit
` [PATCH 12/19] tree_entry_interesting(): support wildcard matching
` [PATCH 13/19] tree_entry_interesting(): optimize fnmatch when base is matched
` [PATCH 14/19] Convert ce_path_match() use to match_pathspec()
` [PATCH 15/19] pathspec: add match_pathspec_depth()
` [PATCH 16/19] grep: convert to use struct pathspec
` [PATCH 17/19] grep: use match_pathspec_depth() for cache/worktree grepping
` [PATCH 18/19] grep: use preallocated buffer for grep_tree()
` [PATCH 19/19] grep: drop pathspec_matches() in favor of tree_entry_interesting()

[PATCH] completion: Add PS1 configuration for submodules
 2010-12-13 18:12 UTC  (9+ messages)

Corruption in the repository
 2010-12-13 18:11 UTC  (5+ messages)

Git silently ignores --date when data is not in the correct format
 2010-12-13 18:00 UTC  (3+ messages)
` [PATCH/RFC] ident: die on bogus date format

native-style key bindings for gitk on Mac OS X
 2010-12-13 16:28 UTC  (3+ messages)

developing a modified Linux-style workflow
 2010-12-13 16:15 UTC  (4+ messages)

APIs for automatic patch generation
 2010-12-13 16:00 UTC  (3+ messages)

[ANNOUNCE] GitJungle is out!
 2010-12-13 13:12 UTC  (2+ messages)

What's cooking in git.git (Dec 2010, #04; Mon, 13)
 2010-12-13 11:47 UTC  (3+ messages)

[RFC PATCH 0/2] gitweb: die_error (error handling) improvements
 2010-12-13  9:46 UTC  (6+ messages)
` [RFC PATCH 1/2] gitweb: Go to DONE_REQUEST rather than DONE_GITWEB in die_error
` [RFC PATCH 2/2] gitweb: use eval + die for error (exception) handling

SIGPIPE in t9300-fast-import
 2010-12-13  9:28 UTC  (6+ messages)
    ` [PATCH jn/fast-import-blob-access] t9300: avoid short reads from dd
        ` [PATCH jn/fast-import-blob-access] t9300: use perl "head -c" clone in place of "dd bs=1 count=16000" kluge

[PATCH 1/3] get_sha1_oneline: do not leak or double free
 2010-12-13  6:43 UTC  (10+ messages)
` [PATCH 2/3] get_sha1_oneline: let callers initialize the commit tips for traverse
` [PATCH 3/3] get_sha1: support ref^{/regex} syntax

[PATCH] git_getpass: fix ssh-askpass behaviour
 2010-12-13  4:09 UTC 

[PATCH 1/2] get_sha1_oneline: allow to input commit_list
 2010-12-13  0:29 UTC  (5+ messages)
` [PATCH 2/2] get_sha1: support ref^{/regex} syntax

[PATCH] gitk: Add "First parent" checkbox
 2010-12-12 20:08 UTC  (3+ messages)
  ` [PATCH v2/RFC] "

Status of the svn remote helper project (Nov, 2010)
 2010-12-12 17:16 UTC  (7+ messages)
` Status of the svn remote helper project (Nov 2010, #2)
  ` Status of the svn remote helper project (Dec 2010, #1)
      ` fast-import tweaks for remote helpers (Re: Status of the svn remote helper project (Dec 2010, #1))
          ` fast-import tweaks for remote helpers

[RFC/PATCH 00/10] vcs-svn: prepare for (implement?) incremental import
 2010-12-12 17:06 UTC  (13+ messages)
` [PATCH 05/10] vcs-svn: split off function to export result from delta application
` [PATCH 06/10] vcs-svn: do not rely on marks for old blobs
` [PATCH 07/10] vcs-svn: split off function to make 'ls' requests
` [PATCH 08/10] vcs-svn: prepare to eliminate repo_tree structure
` [PATCH 09/10] vcs-svn: simplifications for repo_modify_path et al
` [PATCH 10/10] vcs-svn: eliminate repo_tree structure
    ` [RFC/PATCH] fast-import: treat filemodify with empty tree as delete
    ` [PATCH db/vcs-svn-incremental] vcs-svn: avoid git-isms in fast-import stream
` [PATCH 12/10] vcs-svn: quote paths correctly for ls command
  ` [PATCH db/vcs-svn-incremental] vcs-svn: quote all paths passed to fast-import
` [PATCH 13/10] vcs-svn: use mark from previous import for parent commit

git svn fetch -> fatal: refs/remotes/trunk: not a valid SHA1
 2010-12-12 16:19 UTC 

[PATCH 00/18] Gitweb caching v8
 2010-12-12 15:17 UTC  (25+ messages)
` [PATCH 11/18] gitweb: add isDumbClient() check
` [PATCH 16/18] gitweb: When changing output (STDOUT) change STDERR as well
` [PATCH 07/18] gitweb: Revert back to $cache_enable vs. $caching_enabled
` [PATCH 10/18] gitweb: Adding isBinaryAction() and isFeedAction() to determine the action type
` [PATCH 15/18] gitweb: Add show_warning() to display an immediate warning, with refresh
` [PATCH 17/18] gitweb: Prepare for cached error pages & better error page handling

Push to all repositories
 2010-12-12 15:09 UTC  (2+ messages)

[PATCH] gitk: Make text selectable on Mac
 2010-12-12  4:27 UTC  (2+ messages)

[PATCH] gitk: Prevent the text pane from becoming editable
 2010-12-12  4:24 UTC  (2+ messages)

[PATCH] gitk: Update Swedish translation (290t)
 2010-12-11 23:28 UTC  (2+ messages)

[PATCH] gitk: add the equivalent of diff --color-words
 2010-12-11 23:48 UTC  (2+ messages)

[PATCH 01/14] msvc: Fix compilation errors in compat/win32/sys/poll.c
 2010-12-11 22:09 UTC  (3+ messages)

What's cooking in git.git (Dec 2010, #03; Fri, 10)
 2010-12-11  7:49 UTC 

[RFC/PATCH] cherry-pick/revert: add support for -X/--strategy-option
 2010-12-11  2:35 UTC  (3+ messages)

[PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
 2010-12-10 23:36 UTC  (14+ messages)

[PATCH v6] generalizing sorted-array handling
 2010-12-10 23:22 UTC  (8+ messages)
` [PATCH 1/6] Introduce sorted-array binary-search function
` [PATCH 2/6] Convert diffcore-rename's rename_dst to the new sorted-array API
` [PATCH 6/6] [RFC] subvert sorted-array to replace binary-search in unpack-objects

Oops, I screwed it up
 2010-12-10 23:01 UTC  (2+ messages)

What's cooking in git.git (Dec 2010, #01; Sat, 4)
 2010-12-10 21:59 UTC  (8+ messages)

git-cvsimport with cvsps output in commit msg breaks imports
 2010-12-10 19:58 UTC  (3+ messages)

What's cooking in git.git (Dec 2010, #01; Sat, 4)
 2010-12-10 19:55 UTC  (5+ messages)

[PATCH] transport-helper: avoid dependency on thread-utils.h
 2010-12-10 19:51 UTC  (6+ messages)
  ` [PATCH 0/2] "
    ` [PATCH 1/2] simplify inclusion of pthread.h
    ` [PATCH 2/2] Makefile: transport-helper uses thread-utils.h

git notes and git-commit
 2010-12-10 19:11 UTC  (4+ messages)

[WIP/RFC PATCH] Teach fetch and pull the on-demand mode for submodules
 2010-12-10 18:45 UTC 

[PATCH v3 0/3] Teach fetch and pull to recursively fetch submodules
 2010-12-10 18:03 UTC  (7+ messages)
  ` [PATCH v4 1/3] fetch/pull: Add the --recurse-submodules option

git svn dcommit fails with empty commits
 2010-12-10 16:25 UTC 

blame moving&coping detection
 2010-12-10 16:11 UTC 

[PATCH 14/14] wt-status.c: Initialise variable to suppress msvc warning
 2010-12-10 15:43 UTC  (8+ messages)

[PATCH] Preserve Entry class key bindings for SHA id
 2010-12-10 13:34 UTC 


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