git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-12-10 18:31:30 to 2010-12-14 05:07:58 UTC [more...]

[PATCH 00/19] nd/struct-pathspec (or pathspec unification [1])
 2010-12-14  5:07 UTC  (34+ 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()

What's cooking in git.git (Dec 2010, #04; Mon, 13)
 2010-12-14  2:20 UTC  (4+ messages)

git-fixup-assigner.perl -- automatically decide where to "fixup!"
 2010-12-14  2:09 UTC 

[PATCH v6 0/8] git log -L, cleaned up and (hopefully) fixed
 2010-12-14  2:03 UTC  (9+ messages)
` [PATCH 1/8] Refactor parse_loc
` [PATCH 2/8] Export three functions from diff.c
` [PATCH 3/8] Export rewrite_parents() for 'log -L'
` [PATCH 4/8] Implement line-history search (git log -L)
` [PATCH 5/8] log -L: support parent rewriting
` [PATCH 6/8] log -L: add --graph prefix before output
` [PATCH 7/8] log -L: add --full-line-diff option
` [PATCH 8/8] log -L: implement move/copy detection (-M/-C)

[PATCH] builtin/branch.c: Use ALLOC_GROW instead of alloc_nr and xrealloc
 2010-12-14  1:59 UTC 

[PATCH] builtin/rm.c: Use ALLOG_GROW instead of alloc_nr and xrealloc
 2010-12-14  1:56 UTC  (2+ messages)

[PATCH] builtin/rm.c: Use ALLOC_GROW instead of alloc_nr and xrealloc
 2010-12-14  1:48 UTC 

Referring to other repositories
 2010-12-14  1:03 UTC 

how to create a diff in old file new file format (for code reviews)
 2010-12-14  0:07 UTC 

Revert-style merge/Working tree-only checkout?
 2010-12-13 23:30 UTC 

Splitting a repository but sharing the common parts of the object database
 2010-12-13 23:25 UTC  (5+ messages)

What's cooking in git.git (topics)
 2010-12-13 22:36 UTC  (11+ 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

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

[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  (7+ messages)
    ` [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  (15+ messages)
` [PATCH 11/18] gitweb: add isDumbClient() check
` [PATCH 16/18] gitweb: When changing output (STDOUT) change STDERR as well
` [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  (2+ 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  (3+ messages)

[WIP/RFC PATCH] Teach fetch and pull the on-demand mode for submodules
 2010-12-10 18:45 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).