git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-12-08 21:35:53 to 2010-12-10 17:31:16 UTC [more...]

[PATCH v3 0/3] Teach fetch and pull to recursively fetch submodules
 2010-12-10 17:30 UTC  (6+ 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)

git notes and git-commit
 2010-12-10 14:38 UTC  (3+ messages)

[PATCH 00/18] Gitweb caching v8
 2010-12-10 14:10 UTC  (53+ messages)
` [PATCH 01/18] gitweb: Prepare for splitting gitweb
` [PATCH 02/18] gitweb: add output buffering and associated functions
` [PATCH 03/18] gitweb: File based caching layer (from git.kernel.org)
` [PATCH 04/18] gitweb: Minimal testing of gitweb caching
` [PATCH 05/18] gitweb: Regression fix concerning binary output of files
` [PATCH 06/18] gitweb: Add more explicit means of disabling 'Generating...' page
` [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

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

[PATCH 0/2] [RFD] Using gitrevisions :/search style with other operators
 2010-12-10 13:25 UTC  (22+ messages)
` [PATCH 2/2] get_sha1: support ref^{/regex} syntax

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

[PATCH] transport-helper: avoid dependency on thread-utils.h
 2010-12-10 11:48 UTC 

[RFC/PATCH 00/10] vcs-svn: prepare for (implement?) incremental import
 2010-12-10 10:33 UTC  (11+ 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

[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  (9+ messages)

[RFC/WIP 0/3] Shared config
 2010-12-10  1:53 UTC  (11+ messages)
` [PATCH 1/3] config: read full file content before parsing
` [PATCH 2/3] config: add git_config_from_sha1() to read from a blob
` [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)

[PATCH v9] Detection of directory renames
 2010-12-09 21:38 UTC  (7+ messages)
` [PATCH 1/6] Introduce debug_bulkmove() in diffcore-rename
` [PATCH 2/6] Introduce bulk-move detection in diffcore
` [PATCH 3/6] Raw diff output format for bulk moves
` [PATCH 4/6] Add testcases for the --detect-bulk-moves diffcore flag
` [PATCH 5/6] Unified diff output format for bulk moves
` [PATCH 6/6] [WIP] Allow hiding renames of individual files involved in a directory rename

cmd_cherry in builtin/log.c?
 2010-12-09 21:14 UTC  (5+ messages)

[PATCH 1/8] git-gui: rework handling of diff header
 2010-12-09 20:47 UTC  (8+ messages)
` [PATCH 2/8] git-gui: handle index lines only in the "
  ` [PATCH 3/8] git-gui: name also new symlinks so
    ` [PATCH 4/8] git-gui: there is no "mode *" diff header line
      ` [PATCH 5/8] git-gui: move 3way diff autodetect up
        ` [PATCH 6/8] git-gui: always reset the current tag
          ` [PATCH 7/8] git-gui: handle special content lines only in the diff header section
            ` [PATCH 8/8] git-gui: handle meta diff header lines only in the "

[PATCH 1/3] git-gui: fix typo in image data
 2010-12-09 20:46 UTC  (3+ messages)
` [PATCH 2/3] git-gui: remove 'no such variable' for s error when encounter unknown file states
  ` [PATCH 3/3] git-gui: learn more type change states

Push to all repositories
 2010-12-09 19:52 UTC  (7+ messages)

[PATCH 03/14] msvc: Fix build by adding missing INTMAX_MAX define
 2010-12-09 19:19 UTC  (2+ messages)

file names
 2010-12-09 18:00 UTC  (3+ messages)

Intermittent failures in t9119
 2010-12-09 17:55 UTC  (5+ messages)

[PATCH] Corrected return values in post-receive-email.prep_for_email
 2010-12-09 17:38 UTC  (7+ messages)
    ` [PATCH] Corrected return values in prep_for_email;

What's cooking in git.git (Dec 2010, #01; Sat, 4)
 2010-12-09 17:27 UTC  (4+ messages)

[PATCH] git-send-email: Accept -n as a synonym for --dry-run
 2010-12-09 16:21 UTC  (4+ messages)

git fetch vs push, git am questions
 2010-12-09 13:57 UTC  (4+ messages)

blame formatting bug
 2010-12-09 13:55 UTC  (2+ messages)

[PATCH] t9010 fails when no svn is available
 2010-12-09  8:39 UTC  (2+ messages)

[PATCH] describe: Don’t look up commits with --exact-match
 2010-12-09  6:47 UTC  (18+ messages)
            ` [PATCH v2 1/4] describe: Use for_each_rawref
              ` [PATCH v2 3/4] describe: Store commit_names in a hash table by commit SHA1
                ` [PATCH v2.1 "
              ` [PATCH v2 4/4] describe: Delay looking up commits until searching for an inexact match
                    ` [PATCH v3 1/4] describe: Use for_each_rawref
                      ` [PATCH v3 2/4] describe: Don’t use a flex array in struct commit_name
                      ` [PATCH v3 3/4] describe: Store commit_names in a hash table by commit SHA1
                      ` [PATCH v3 4/4] describe: Delay looking up commits until searching for an inexact match

[PATCH/RFC 2/3] diffstat: Use new diff.stat config values
 2010-12-09  5:54 UTC  (4+ messages)
` [PATCH 1/3] diffstat width: #define defaults in diff.h
  ` [PATCH 2/3] diffstat: Use new diffstat config values

git describe weird behaviour
 2010-12-09  3:28 UTC  (5+ messages)

What's cooking in git.git (Dec 2010, #02; Wed, 8)
 2010-12-09  0:07 UTC 

missing tags!
 2010-12-09  0:05 UTC  (3+ messages)

[RFC/PATCH] Re: git submodule -b ... of current HEAD fails
 2010-12-08 23:45 UTC  (6+ messages)
        ` [PATCH] "

[BUG] git-add doesn't apply filepatterns to tracked files
 2010-12-08 23:27 UTC  (3+ messages)

[PATCH v6] generalizing sorted-array handling
 2010-12-08 22:51 UTC  (7+ 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 3/6] Convert diffcore-rename's rename_src "
` [PATCH 4/6] Convert pack-objects.c "
` [PATCH 5/6] Use sorted-array API for commit.c's commit_graft
` [PATCH 6/6] [RFC] subvert sorted-array to replace binary-search in unpack-objects

how to have real (existing) submodules?
 2010-12-08 22:25 UTC  (2+ messages)

cherry-pick / pre-commit hook?
 2010-12-08 22:05 UTC  (4+ messages)

Vendor branches workflow
 2010-12-08 21:54 UTC  (2+ messages)

[PATCH] t9143: do not fail when unhandled.log.gz is not created
 2010-12-08 21:41 UTC  (4+ 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).