git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-07-12 05:53:39 to 2013-07-14 15:38:22 UTC [more...]

[PATCH] test-lib.sh - cygwin does not have usable FIFOs
 2013-07-14 15:38 UTC  (7+ messages)

first parent, commit graph layout, and pull merge direction
 2013-07-14 15:03 UTC  (11+ messages)
        ` [PATCH] pull: require choice between rebase/merge on non-fast-forward pull
                  ` [PATCH] fixup! "

[RFD] Making "git push [--force/--delete]" safer?
 2013-07-14 14:28 UTC  (20+ messages)
` [PATCH 0/7] safer "push --force" with compare-and-swap
  ` [PATCH 7/7] push: document --lockref

[PATCH] commit: Fix a memory leak in determine_author_info
 2013-07-14 14:01 UTC 

[PATCH v2 0/2] Squelch warning from send-email
 2013-07-14 13:49 UTC  (6+ messages)
` [PATCH v2 1/2] send-email: squelch warning from Net::SMTP::SSL

[PATCH] more mailmap entries
 2013-07-14 10:14 UTC  (2+ messages)
` [PATCH] .mailmap: Combine more (email, name) to individual persons

[PATCH v2 00/46] "struct pathspec" conversion and :(glob) and :(icase)
 2013-07-14  8:48 UTC  (48+ messages)
` [PATCH v2 01/46] clean: remove unused variable "seen"
` [PATCH v2 02/46] Move struct pathspec and related functions to pathspec.[ch]
` [PATCH v2 03/46] pathspec: i18n-ize error strings in pathspec parsing code
` [PATCH v2 04/46] pathspec: add copy_pathspec
` [PATCH v2 05/46] Add parse_pathspec() that converts cmdline args to struct pathspec
` [PATCH v2 06/46] parse_pathspec: save original pathspec for reporting
` [PATCH v2 07/46] parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL}
` [PATCH v2 08/46] Convert some get_pathspec() calls to parse_pathspec()
` [PATCH v2 09/46] parse_pathspec: add special flag for max_depth feature
` [PATCH v2 10/46] parse_pathspec: support stripping submodule trailing slashes
` [PATCH v2 11/46] parse_pathspec: support stripping/checking submodule paths
` [PATCH v2 12/46] parse_pathspec: support prefixing original patterns
` [PATCH v2 13/46] Guard against new pathspec magic in pathspec matching code
` [PATCH v2 14/46] clean: convert to use parse_pathspec
` [PATCH v2 15/46] commit: "
` [PATCH v2 16/46] status: "
` [PATCH v2 17/46] rerere: "
` [PATCH v2 18/46] checkout: "
` [PATCH v2 19/46] rm: "
` [PATCH v2 20/46] ls-files: "
` [PATCH v2 21/46] archive: "
` [PATCH v2 22/46] check-ignore: "
` [PATCH v2 23/46] add: "
` [PATCH v2 24/46] reset: "
` [PATCH v2 25/46] line-log: "
` [PATCH v2 26/46] Convert read_cache_preload() to take struct pathspec
` [PATCH v2 27/46] Convert run_add_interactive to use "
` [PATCH v2 28/46] Convert unmerge_cache to take "
` [PATCH v2 29/46] checkout: convert read_tree_some "
` [PATCH v2 30/46] Convert report_path_error "
` [PATCH v2 31/46] Convert refresh_index "
` [PATCH v2 32/46] Convert {read,fill}_directory "
` [PATCH v2 33/46] Convert add_files_to_cache "
` [PATCH v2 34/46] Convert common_prefix() to use "
` [PATCH v2 35/46] Remove diff_tree_{setup,release}_paths
` [PATCH v2 36/46] Remove init_pathspec() in favor of parse_pathspec()
` [PATCH v2 37/46] Remove match_pathspec() in favor of match_pathspec_depth()
` [PATCH v2 38/46] tree-diff: remove the use of pathspec's raw[] in follow-rename codepath
` [PATCH v2 39/46] Rename field "raw" to "_raw" in struct pathspec
` [PATCH v2 40/46] parse_pathspec: make sure the prefix part is wildcard-free
` [PATCH v2 41/46] parse_pathspec: preserve prefix length via PATHSPEC_PREFIX_ORIGIN
` [PATCH v2 42/46] Kill limit_pathspec_to_literal() as it's only used by parse_pathspec()
` [PATCH v2 43/46] pathspec: support :(literal) syntax for noglob pathspec
` [PATCH v2 44/46] pathspec: make --literal-pathspecs disable pathspec magic
` [PATCH v2 45/46] pathspec: support :(glob) syntax
` [PATCH v2 46/46] parse_pathspec: accept :(icase)path syntax

[PATCH v4 0/2] git-multimail: a replacement for post-receive-email
 2013-07-14  8:09 UTC  (2+ messages)
` [PATCH v4 2/2] post-receive-email: deprecate script in favor of git-multimail

ANNOUNCE: git-imerge -- Incremental merge and rebase for git
 2013-07-14  5:33 UTC 

[PATCH v2 00/19] Index-v5
 2013-07-14  4:42 UTC  (28+ messages)
` [PATCH v2 01/19] t2104: Don't fail for index versions other than [23]
` [PATCH v2 02/19] read-cache: split index file version specific functionality
` [PATCH v2 03/19] read-cache: move index v2 specific functions to their own file
` [PATCH v2 04/19] read-cache: Re-read index if index file changed
` [PATCH v2 05/19] Add documentation for the index api
` [PATCH v2 06/19] read-cache: add index reading api
` [PATCH v2 07/19] make sure partially read index is not changed
` [PATCH v2 08/19] grep.c: Use index api
` [PATCH v2 09/19] ls-files.c: use "
` [PATCH v2 10/19] documentation: add documentation of the index-v5 file format
` [PATCH v2 11/19] read-cache: make in-memory format aware of stat_crc
` [PATCH v2 12/19] read-cache: read index-v5
` [PATCH v2 13/19] read-cache: read resolve-undo data
` [PATCH v2 14/19] read-cache: read cache-tree in index-v5
` [PATCH v2 15/19] read-cache: write index-v5
` [PATCH v2 16/19] read-cache: write index-v5 cache-tree data
` [PATCH v2 17/19] read-cache: write resolve-undo data for index-v5
` [PATCH v2 18/19] update-index.c: rewrite index when index-version is given
` [PATCH v2 19/19] p0003-index.sh: add perf test for the index formats

[PATCH 0/4] Microfixes to mailmap
 2013-07-14  2:38 UTC  (12+ messages)
` [PATCH 1/4] mailmap: do not lose single-letter names
  ` [PATCH] mailmap: Testing the single letter name case
` [PATCH 2/4] mailmap: do not downcase mailmap entries
` [PATCH 3/4] mailmap: style fixes
` [PATCH 4/4] add a testcase for checking case insensitivity of mailmap

[PATCH] git-clone.txt: remove the restriction on pushing from a shallow clone
 2013-07-14  2:28 UTC  (6+ messages)

[PATCH] http.c: fix parsing of http.sslCertPasswordProtected variable
 2013-07-14  0:37 UTC  (5+ messages)

[PATCH v3] config: add support for http.<url>.* settings
 2013-07-13 19:46 UTC  (6+ messages)

[PATCH] Add config options remotes.prune and remote.<name>.prune
 2013-07-13 15:43 UTC 

Segfault in `git describe`
 2013-07-13 13:27 UTC 

[RESEND][PATCH 00/15] Towards a more awesome git branch
 2013-07-13 12:31 UTC  (2+ messages)

[PATCH v2] fetch: make --prune configurable
 2013-07-13  9:36 UTC 

[PATCH] t4203: fix checks for email address remapping
 2013-07-13  6:29 UTC  (2+ messages)

[PATCH] show-ref: make --head always show the HEAD ref
 2013-07-13  2:03 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v3 0/2] add git-check-mailmap command
 2013-07-13  0:53 UTC  (3+ messages)
` [PATCH v3 1/2] builtin: "
` [PATCH v3 2/2] t4203: test check-mailmap command invocation

git p4 clone not processing branches properly
 2013-07-13  0:28 UTC  (12+ messages)

Git in nutshell Inbox
 2013-07-13  0:26 UTC  (9+ messages)

What's cooking in git.git (Jul 2013, #05; Fri, 12)
 2013-07-12 22:53 UTC 

[RFC/PATCH] fetch: make --prune configurable
 2013-07-12 22:38 UTC  (3+ messages)

Bug in .mailmap handling?
 2013-07-12 21:13 UTC  (8+ messages)
      ` [PATCH] Add a testcase for checking case insensitivity of mail map

[PATCH] remote-http: use argv-array
 2013-07-12 20:44 UTC  (6+ messages)
` [PATCH 3/3] wt-status: use "format" function attribute for status_printf

t0008 hang on streaming test (OS X)
 2013-07-12 20:42 UTC  (7+ messages)
    ` [PATCH] t0008: avoid SIGPIPE race condition on fifo

[PATCH 0/7] cat-file --batch-check performance improvements
 2013-07-12 20:12 UTC  (13+ messages)
` [PATCH 1/7] cat-file: disable object/refname ambiguity check for batch mode
` [PATCH 2/7] sha1_object_info_extended: rename "status" to "type"
` [PATCH 3/7] sha1_loose_object_info: make type lookup optional
` [PATCH 4/7] packed_object_info: hoist delta type resolution to helper
` [PATCH 5/7] packed_object_info: make type lookup optional
` [PATCH 6/7] sha1_object_info_extended: make type calculation optional
` [PATCH 7/7] sha1_object_info_extended: pass object_info to helpers

[PATCH] .mailmap: Map email addresses to names
 2013-07-12 20:00 UTC  (4+ messages)

[PATCH 0/6] Corrections to the mailmap file
 2013-07-12 19:10 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH] .mailmap: Map email addresses to names

[PATCH v4] config: add support for http.<url>.* settings
 2013-07-12 18:48 UTC  (3+ messages)

[PATCH] .mailmap: Map email addresses to names
 2013-07-12 17:29 UTC 

[PATCH 0/2] open() error checking
 2013-07-12 17:29 UTC  (4+ messages)
` [PATCH 1/2] git_mkstemps: correctly test return value of open()
` [PATCH 2/2] run-command: dup_devnull(): guard against syscalls failing

Cygwin, git and x: directory
 2013-07-12 15:27 UTC  (2+ messages)

[PATCH v5 0/5] allow more sources for config values
 2013-07-12 10:10 UTC  (3+ messages)

[RFC PATCH] During a shallow fetch, prevent sending over unneeded objects
 2013-07-12  7:11 UTC  (3+ messages)

[PATCH 0/4] Make check-{attr,ignore} -z consistent
 2013-07-12  6:55 UTC  (6+ messages)
` [PATCH 1/4] check-ignore: the name of the character is NUL, not NULL
` [PATCH 2/4] check-attr: "
` [PATCH 3/4] check-ignore -z: a single -z should apply to both input and output
` [PATCH 4/4] check-attr "

[PATCH v2 0/4] add git-check-mailmap command
 2013-07-12  6:39 UTC  (15+ messages)
` [PATCH v2 1/4] builtin: "
` [PATCH v2 3/4] t4203: test mailmap functionality directly rather than indirectly


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