git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-16 09:21:01 to 2013-04-18 01:47:18 UTC [more...]

What's cooking in git.git (Apr 2013, #05; Mon, 15)
 2013-04-18  1:47 UTC  (31+ messages)
` "What's cooking" between #05 and #06
              ` [PATCH] git add <pathspec>... defaults to "-A"

[PATCH] Various typofixes
 2013-04-18  1:44 UTC  (18+ messages)
` [PATCH v2] Fix various typos and grammaros
    ` [RFC/PATCH maint 0/10] "
      ` [PATCH 01/10] doc: various spelling fixes
          ` [PATCH] gitweb/INSTALL: Simplify description of GITWEB_CONFIG_SYSTEM
                  ` [PATCH] gitweb/INSTALL: GITWEB_CONFIG_SYSTEM is for backward compatibility

[PATCH 0/6] transport-helper: some clarifications and a fix
 2013-04-18  0:14 UTC  (8+ messages)
` [PATCH 1/6] transport-helper: clarify *:* refspec
` [PATCH 2/6] transport-helper: update refspec documentation
` [PATCH 3/6] transport-helper: clarify pushing without refspecs
` [PATCH 4/6] transport-helper: warn when refspec is not used
` [PATCH 5/6] transport-helper: trivial code shuffle
` [PATCH 6/6] transport-helper: update remote helper namespace

[PATCH] help.c: add a compatibility comment to cmd_version()
 2013-04-18  0:13 UTC  (6+ messages)

[RFC/PATCH 0/7] Rework git core for native submodules
 2013-04-17 23:17 UTC  (19+ messages)

[PATCH/RFC] l10n: de.po: translate 39 new messages
 2013-04-17 23:02 UTC  (9+ messages)

[RFC/PATCH] clone: introduce clone.submoduleGitDir to relocate $GITDIR
 2013-04-17 23:01 UTC  (28+ messages)

[PATCH 00/33] Various cleanups around reference packing and peeling
 2013-04-17 22:38 UTC  (28+ messages)
` [PATCH 10/33] refs: extract a function ref_resolves_to_object()
` [PATCH 13/33] peel_ref(): fix return value for non-peelable, not-current reference
` [PATCH 14/33] refs: extract a function peel_entry()
` [PATCH 15/33] refs: change the internal reference-iteration API
` [PATCH 16/33] t3210: test for spurious error messages for dangling packed refs
` [PATCH 17/33] repack_without_ref(): silence errors "

[PATCH] gitremote-helpers(1): clarify refspec behaviour
 2013-04-17 22:30 UTC  (2+ messages)

git rev-list --pretty=format:"" issue
 2013-04-17 22:11 UTC  (2+ messages)

[PATCH 0/8] Improve git-status --ignored
 2013-04-17 22:03 UTC  (16+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 01/14] dir.c: git-status --ignored: don't drop ignored directories
  ` [PATCH v2 03/14] dir.c: git-status --ignored: don't list empty "
          ` [PATCH v2-pu 11/14] dir.c: replace is_path_excluded with now equivalent is_excluded API
          ` [PATCH v2-pu 14/14] dir.c: git-status --ignored: don't scan the work tree twice

git log - crash and core dump
 2013-04-17 21:55 UTC  (26+ messages)
                  ` [PATCH] cat-file: print tags raw for "cat-file -p"
              ` [PATCH] pretty: handle broken commit headers gracefully
              ` [PATCH] blame: "

[PATCH] git-svn: added an --include-path flag
 2013-04-17 21:42 UTC 

[PATCH v4] submodule: add 'deinit' command
 2013-04-17 20:30 UTC  (10+ messages)
        ` [PATCH] submodule deinit: clarify work tree removal message
            ` [PATCH] submodule deinit: don't output "Cleared directory" when directory is empty

[PATCH] contrib/test-hg*.sh: Do not use PYTHON_PATH
 2013-04-17 19:17 UTC  (5+ messages)

[Resend PATCH] t3903 (stash): add failing test for ref of form ^{/message}
 2013-04-17 17:37 UTC  (12+ messages)

[PATCH v2 00/12] Layout control placeholders for pretty format
 2013-04-17 15:28 UTC  (12+ messages)
` [PATCH v3 00/13] nd/pretty-formats
  ` [PATCH v3 10/13] pretty: add %C(auto) for auto-coloring
  ` [PATCH v3 11/13] pretty: support padding placeholders, %< %> and %><

Git crash in Ubuntu 12.04
 2013-04-17  7:26 UTC  (8+ messages)

[PATCH] Extend runtime prefix computation
 2013-04-17  6:06 UTC  (8+ messages)

Splitting a commit with rebase -i and keeping a commit message
 2013-04-17  5:55 UTC  (4+ messages)

Remote helpers and signed tags
 2013-04-17  5:02 UTC  (9+ messages)
` [PATCH 0/3] Handle signed tags with 'export' remote helpers
  ` [PATCH 1/3] fast-export: add --signed-tags=warn-strip mode

is git-p4 compatible with p4/linux?
 2013-04-17  4:37 UTC  (2+ messages)

[PATCH 0/3] avoid bogus "recursion detected in die handler" message
 2013-04-17  1:37 UTC  (15+ messages)
` [PATCH 1/3] usage: refactor die-recursion checks
                ` [PATCH v2 0/2] avoid bogus "recursion detected in die handler" message
                  ` [PATCH v2 1/2] usage: allow pluggable die-recursion checks
                  ` [PATCH v2 2/2] run-command: use thread-aware die_is_recursing routine

[RFC/PATCH 0/2] Test the Git version string
 2013-04-16 21:22 UTC  (9+ messages)

[PATCH v2 0/3] Introduce pull.autostash
 2013-04-16 20:53 UTC  (18+ messages)
` [PATCH 3/3] pull: introduce --[no-]autostash and pull.autostash

Ensimag students projects, version 2013
 2013-04-16 20:41 UTC  (7+ messages)

[PATCH v6] Add "core.eol" config variable
 2013-04-16 18:26 UTC  (9+ messages)
` [PATCH master] convert: The native line-ending is \r\n on MinGW

[PATCH v2 02/14] dir.c: git-status --ignored: don't list files in ignored directories
 2013-04-16 18:17 UTC  (3+ messages)
` [PATCH] read_revisions_from_stdin: make copies for handle_revision_arg

[PATCH] t3903 (stash): add failing test for ref of form ^{/message}
 2013-04-16 18:07 UTC 

[PATCH] cherry-pick: better error message when the parameter is a non-commit
 2013-04-16 14:22 UTC  (10+ messages)
  ` [PATCH v2] cherry-pick: make sure all input objects are commits
          ` [PATCH v3] "


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 NNTP newsgroup(s).