git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-12-09 23:30:22 to 2010-12-13 15:20:51 UTC [more...]

Git silently ignores --date when data is not in the correct format
 2010-12-13 15:20 UTC 

Git SVN non-standard branch/tag/trunk layout
 2010-12-13 14:23 UTC  (4+ 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)

[PATCH] Avoid duplicate test number t7609
 2010-12-13 10:14 UTC 

[PATCH 00/19] nd/struct-pathspec (or pathspec unification [1])
 2010-12-13  9:46 UTC  (20+ 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()

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

[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

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

native-style key bindings for gitk on Mac OS X
 2010-12-13  8:30 UTC  (2+ messages)

[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 

developing a modified Linux-style workflow
 2010-12-13  3:31 UTC  (3+ messages)

[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  (17+ messages)
` [PATCH 01/10] vcs-svn: use higher mark numbers for blobs
` [PATCH 02/10] vcs-svn: save marks for imported commits
` [PATCH 03/10] vcs-svn: introduce cat_mark function to retrieve a marked blob
` [PATCH 04/10] vcs-svn: make apply_delta caller retrieve preimage
` [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  (56+ messages)
` [PATCH 01/18] gitweb: Prepare for splitting gitweb
` [PATCH 05/18] gitweb: Regression fix concerning binary output of files
` [PATCH 07/18] gitweb: Revert back to $cache_enable vs. $caching_enabled
` [PATCH 08/18] gitweb: Change is_cacheable() to return true always
` [PATCH 09/18] gitweb: Revert reset_output() back to original code
` [PATCH 10/18] gitweb: Adding isBinaryAction() and isFeedAction() to determine the action type
` [PATCH 11/18] gitweb: add isDumbClient() check
` [PATCH 12/18] gitweb: Change file handles (in caching) to lexical variables as opposed to globs
` [PATCH 13/18] gitweb: Add commented url & url hash to page footer
` [PATCH 14/18] gitweb: add print_transient_header() function for central header printing
` [PATCH 15/18] gitweb: Add show_warning() to display an immediate warning, with refresh
` [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
` [PATCH 18/18] gitweb: Add better error handling for gitweb caching

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

[PATCH] completion: Add PS1 configuration for submodules
 2010-12-12  6:38 UTC  (8+ 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)

[GITK PATCH] gitk: add menuitem for file checkout from selected or parent commit
 2010-12-11 23:23 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] git-send-email: Accept -n as a synonym for --dry-run
 2010-12-10 18:44 UTC  (4+ 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

[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 

[PATCH] git-gui: fix browser with initial path
 2010-12-10  8:48 UTC  (2+ messages)

[RFC] Implementing gitweb output caching - issues to solve
 2010-12-10  4:46 UTC  (7+ messages)

[RFC/WIP 0/3] Shared config
 2010-12-10  1:53 UTC  (6+ messages)
` [PATCH 3/3] config: add core.sharedconfig

Tonight's pushout
 2010-12-10  1:25 UTC  (4+ messages)

[RFC] Using gitrevisions :/search style with other operators
 2010-12-10  1:35 UTC  (5+ messages)
` [PATCH] get_sha1: support relative path "<obj>:<sth>" syntax

[PATCH] t9143: do not fail when unhandled.log.gz is not created
 2010-12-10  0:11 UTC  (3+ 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).