git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-07-14 08:37:52 to 2013-07-15 21:53:53 UTC [more...]

[PATCH 0/3] Switch German translation from pure German to German+English
 2013-07-15 21:53 UTC  (7+ messages)
` [PATCHv2 0/3] Switch German translation to G+E
  ` [PATCHv2 1/3] l10n: de.po: switch from pure German to German+English (part 1)
    ` [PATCHv2 2/3] l10n: de.po: switch from pure German to German+English (part 2)

[PATCH v2 00/46] "struct pathspec" conversion and :(glob) and :(icase)
 2013-07-15 21:43 UTC  (36+ messages)
` [PATCH v2 15/46] commit: convert to use parse_pathspec
` [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

[ANNOUNCE] Git v1.8.3.3
 2013-07-15 21:13 UTC 

[PATCH] t9200 - Allow cvs version 1.12
 2013-07-15 20:36 UTC 

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

[RFC/PATCH v2 1/1] cygwin: Add fast_lstat() and fast_fstat() functions
 2013-07-15 19:49 UTC  (3+ messages)

What's cooking in git.git (Jul 2013, #03; Tue, 9)
 2013-07-15 19:33 UTC  (3+ messages)

What's cooking in git.git (Jul 2013, #05; Fri, 12)
 2013-07-15 19:32 UTC  (3+ messages)

Bug in "git show"?
 2013-07-15 18:58 UTC  (33+ messages)
  ` [PATCH 0/5] Make "git show -s" easier to discover for users
    ` [PATCH 1/5] diff: allow --no-patch as synonym for -s
    ` [PATCH 2/5] diff: allow --patch to override -s/--no-patch
            ` [PATCH v2 0/5] Make "git show -s" easier to discover for users
              ` [PATCH v2 1/5] diff: allow --no-patch as synonym for -s
                  ` [PATCH v3 0/6] Make "git show -s" easier to discover for users
                    ` [PATCH v3 1/6] t4000-diff-format.sh: modernize style
                    ` [PATCH v3 2/6] diff: allow --no-patch as synonym for -s
                    ` [PATCH v3 3/6] diff: allow --patch & cie to override -s/--no-patch
                    ` [PATCH v3 4/6] Documentation/git-show.txt: include common diff options, like git-log.txt
                    ` [PATCH v3 5/6] Documentation: move description of -s, --no-patch to diff-options.txt
                    ` [PATCH v3 6/6] Documentation/git-log.txt: capitalize section names
              ` [PATCH v2 2/5] diff: allow --patch & cie to override -s/--no-patch
              ` [PATCH v2 3/5] Documentation/git-show.txt: include common diff options, like git-log.txt
              ` [PATCH v2 4/5] Documentation: move description of -s, --no-patch to diff-options.txt
              ` [PATCH v2 5/5] Documentation/git-log.txt: capitalize section names
    ` [PATCH 3/5] Documentation/git-show.txt: include common diff options, like git-log.txt
    ` [PATCH 4/5] Documentation: move description of -s, --no-patch to diff-options.txt
    ` [PATCH 5/5] Documentation/git-log.txt: capitalize section names

[RFC/PATCH] Add the NO_SENTINEL build variable
 2013-07-15 18:13 UTC  (2+ messages)

[PATCH] Fix some sparse warnings
 2013-07-15 17:31 UTC 

repo consistency under crashes and power failures?
 2013-07-15 17:51 UTC  (2+ messages)

[PATCH] howto: Use all-space indentation in ASCII art
 2013-07-15 16:46 UTC 

[PATCH 6/6] template: Fix comment indentation in pre-rebase hook
 2013-07-15 16:54 UTC  (19+ messages)
` [PATCH 0/6] Update to janitorial work on hook templates
  ` [PATCH 1/6] templates: Use heredoc in pre-commit hook
  ` [PATCH 2/6] templates: Reformat pre-commit hook's message
  ` [PATCH 3/6] templates: Fix spelling in pre-commit hook
  ` [PATCH 4/6] Documentation: Update manpage for "
  ` [PATCH 5/6] templates: Fix ASCII art in pre-rebase hook

[PATCH] show-ref: make --head always show the HEAD ref
 2013-07-15 16:37 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/4] mailmap: do not lose single-letter names
 2013-07-15 15:54 UTC  (7+ messages)
` [PATCH] mailmap: Testing the single letter name case

[PATCH] http.c: fix parsing of http.sslCertPasswordProtected variable
 2013-07-15 15:54 UTC  (7+ messages)

[PATCH] git-clone.txt: remove the restriction on pushing from a shallow clone
 2013-07-15 15:35 UTC  (8+ messages)
          ` [PATCH] Revert "git-clone.txt: remove the restriction on pushing from a shallow clone"

Segfault in `git describe`
 2013-07-15 15:24 UTC  (4+ messages)
    ` [PATCH] do_one_ref(): save and restore value of current_ref

[PATCH v2 0/9] mailmap fixes
 2013-07-15 15:22 UTC  (12+ messages)
` [PATCH v2 1/9] t4203: demonstrate loss of single-character name in mailmap entry
` [PATCH v2 2/9] mailmap: do not lose single-letter names
` [PATCH v2 3/9] t4203: demonstrate loss of uppercase characters in canonical email
` [PATCH v2 4/9] mailmap: do not downcase mailmap entries
` [PATCH v2 5/9] mailmap: debug: fix out-of-order fprintf() arguments
` [PATCH v2 6/9] mailmap: debug: fix malformed fprintf() format directive
` [PATCH v2 7/9] mailmap: debug: eliminate -Wformat field precision type warning
` [PATCH v2 8/9] mailmap: debug: avoid passing NULL to fprintf() '%s' directive
` [PATCH v2 9/9] mailmap: style fixes

[PATCH] commit: Fix a memory leak in determine_author_info
 2013-07-15 14:46 UTC  (3+ messages)

[PATCH] Use compat/regex on Cygwin
 2013-07-15 14:10 UTC 

[PATCH v4 0/2] git-multimail: a replacement for post-receive-email
 2013-07-15 13:38 UTC  (7+ messages)
` [PATCH v4 2/2] post-receive-email: deprecate script in favor of git-multimail
  ` [PATCH v4 1/2] git-multimail: an improved replacement for post-receive-email

Missing capabilities in Documentation/technical/protocol-capbilities.txt
 2013-07-15 12:25 UTC 

[PATCH v2 00/19] Index-v5
 2013-07-15 10:12 UTC  (9+ messages)
` [PATCH v2 08/19] grep.c: Use index api
` [PATCH v2 12/19] read-cache: read index-v5

[PATCH v5 0/5] config: add support for http.<url>.* settings
 2013-07-15  9:51 UTC  (6+ messages)
` [PATCH v5 1/5] http.c: fix parsing of http.sslCertPasswordProtected variable
` [PATCH v5 2/5] http.c: fix parsing of GIT_SSL_CERT_PASSWORD_PROTECTED variable
` [PATCH v5 3/5] config: add support for http.<url>.* settings
` [PATCH v5 4/5] config: improve "
` [PATCH v5 5/5] tests: add new test for the url_normalize function

[PATCH v3] config: add support for http.<url>.* settings
 2013-07-15  9:50 UTC  (10+ messages)

[PATCH] gitweb: Ensure OPML text fits inside its box
 2013-07-15  9:15 UTC  (7+ messages)
  ` [PATCH 3/4] gitweb: omit the repository owner when it is unset
  ` [PATCH 1/4] gitweb: Ensure OPML text fits inside its box
  ` [PATCH 2/4] gitweb: vertically centre contents of page footer
  ` [PATCH 4/4] gitweb: make search help link less ugly

ANNOUNCE: git-imerge -- Incremental merge and rebase for git
 2013-07-15  8:56 UTC  (2+ messages)

[PATCH] more mailmap entries
 2013-07-15  7:06 UTC  (4+ messages)
` [PATCH] .mailmap: Combine more (email, name) to individual persons

[PATCH] t4203: fix checks for email address remapping
 2013-07-15  7:00 UTC  (3+ messages)

[PATCH 0/7] cat-file --batch-check performance improvements
 2013-07-15  4:23 UTC  (8+ messages)
` [PATCH 1/7] cat-file: disable object/refname ambiguity check for batch mode

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

[PATCH v2 0/2] Squelch warning from send-email
 2013-07-15  4:15 UTC  (10+ messages)
` [PATCH v2 1/2] send-email: squelch warning from Net::SMTP::SSL

[PATCH 1/4] daemon.c:handle: Remove unneeded check for null pointer
 2013-07-14 22:18 UTC  (8+ messages)
` [PATCH 2/4] commit: Fix a memory leak in determine_author_info
` [PATCH 3/4] diff-no-index: Remove unused variable
` [PATCH 4/4] diff.c: Do not initialize a variable, which gets reassigned anyway

[PATCH] Cygwin has trustable filemode
 2013-07-14 16:13 UTC 

[PATCH] test-lib.sh - cygwin does not have usable FIFOs
 2013-07-14 15:38 UTC  (5+ 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).