git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-03-29 16:29:48 to 2013-04-01 21:48:25 UTC [more...]

[PATCH 0/4] run-command: new check_command helper
 2013-04-01 21:46 UTC  (4+ messages)
` [PATCH 1/4] run-command: add "
` [PATCH 2/4] transport-helper: check if remote helper is alive
` [PATCH 3/4] tmp: remote-helper: add timers to catch errors

[PATCH 0/3] remote-helpers: trivial test fixes
 2013-04-01 21:46 UTC  (5+ messages)
` [PATCH 1/3] remote-helpers: fix the run of all tests
` [PATCH 2/3] remote-bzr: remove stale check code for tests
` [PATCH 3/3] remote-hg: fix hg-git test-case

[PATCH] rerere forget: grok files containing NUL
 2013-04-01 21:36 UTC 

What's cooking in git.git (Apr 2013, #01; Mon, 1)
 2013-04-01 20:56 UTC 

Re* git merge <tag> behavior
 2013-04-01 19:57 UTC  (5+ messages)
` [PATCH 0/3] Merging an annotated tag object
  ` [PATCH 1/3] merge: a random object may not necssarily be a commit
  ` [PATCH 2/3] t6200: use test_config/test_unconfig
  ` [PATCH 3/3] t6200: test message for merging of an annotated tag

[PATCH v4] submodule: add 'deinit' command
 2013-04-01 19:02 UTC  (6+ messages)
        ` [PATCH] submodule deinit: clarify work tree removal message

[PATCH 00/12] Layout control placeholders for pretty format
 2013-04-01 18:39 UTC  (24+ messages)
` [PATCH 12/12] pretty: support %>> that steal trailing spaces
` [PATCH v2 00/12] Layout control placeholders for pretty format
  ` [PATCH v2 01/12] pretty-formats.txt: wrap long lines
  ` [PATCH v2 02/12] pretty: share code between format_decoration and show_decorations
  ` [PATCH v2 03/12] utf8.c: move display_mode_esc_sequence_len() for use by other functions
  ` [PATCH v2 04/12] utf8.c: add utf8_strnwidth() with the ability to skip ansi sequences
  ` [PATCH v2 05/12] pretty: save commit encoding from logmsg_reencode if the caller needs it
  ` [PATCH v2 06/12] pretty: get the correct encoding for --pretty:format=%e
  ` [PATCH v2 07/12] utf8: keep NULs in reencode_string()
  ` [PATCH v2 08/12] pretty: two phase conversion for non utf-8 commits
  ` [PATCH v2 09/12] pretty: add %C(auto) for auto-coloring on the next placeholder
  ` [PATCH v2 10/12] pretty: support padding placeholders, %< %> and %><
  ` [PATCH v2 11/12] pretty: support truncating in %>, %< "
  ` [PATCH v2 12/12] pretty: support %>> that steal trailing spaces

[PATCH] rev-list: preallocate object hash table in --all --objects
 2013-04-01 18:33 UTC  (5+ messages)

transient build error after 'Writing MYMETA.yml and MYMETA.json'
 2013-04-01 17:28 UTC  (2+ messages)

[PATCH] rev-parse: clarify documentation for the --verify option
 2013-04-01 16:56 UTC  (3+ messages)

Rename conflicts in the index
 2013-04-01 16:14 UTC  (9+ messages)

[PATCH v4 3/5] merge/pull: verify GPG signatures of commits being merged
 2013-04-01 14:55 UTC  (44+ messages)
` [PATCH v5 0/5] Verify GPG signatures when merging and extend %G? pretty string
  ` [PATCH v5 1/5] Move commit GPG signature verification to commit.c
  ` [PATCH v5 2/5] commit.c/GPG signature verification: Also look at the first GPG status line
  ` [PATCH v5 3/5] merge/pull: verify GPG signatures of commits being merged
      ` [PATCH v6 0/5] Verify GPG signatures when merging and extend %G? pretty string
        ` [PATCH v6 1/5] Move commit GPG signature verification to commit.c
        ` [PATCH v6 2/5] commit.c/GPG signature verification: Also look at the first GPG status line
        ` [PATCH v6 3/5] merge/pull: verify GPG signatures of commits being merged
        ` [PATCH v6 4/5] merge/pull Check for untrusted good GPG signatures
        ` [PATCH v6 5/5] pretty printing: extend %G? to include 'N' and 'U'
  ` [PATCH v5 4/5] merge/pull Check for untrusted good GPG signatures
                  ` [PATCH v7 0/5] Verify GPG signatures when merging and extend %G? pretty string
                    ` [PATCH v7 1/5] Move commit GPG signature verification to commit.c
                    ` [PATCH v7 2/5] commit.c/GPG signature verification: Also look at the first GPG status line
                    ` [PATCH v7 3/5] merge/pull: verify GPG signatures of commits being merged
                    ` [PATCH v7 4/5] merge/pull Check for untrusted good GPG signatures
                        ` [PATCH v8 0/5] Verify GPG signatures when merging and extend %G? pretty string
                          ` [PATCH v8 1/5] Move commit GPG signature verification to commit.c
                          ` [PATCH v8 2/5] commit.c/GPG signature verification: Also look at the first GPG status line
                          ` [PATCH v8 3/5] merge/pull: verify GPG signatures of commits being merged
                          ` [PATCH v8 4/5] merge/pull Check for untrusted good GPG signatures
                          ` [PATCH v8 5/5] pretty printing: extend %G? to include 'N' and 'U'
                    ` [PATCH v7 "
  ` [PATCH v5 "

[PATCH 0/4] check_everything_connected replacement
 2013-04-01 14:53 UTC  (7+ messages)
` [PATCH 1/4] fetch-pack: save shallow file before fetching the pack
` [PATCH 2/4] index-pack: remove dead code (it should never happen)
` [PATCH 3/4] index-pack, unpack-objects: add --not-so-strict for connectivity check
` [PATCH 4/4] Use --not-so-strict on all pack transfer "

Composing git repositories
 2013-04-01 14:49 UTC  (15+ messages)

[PATCH 0/3] tests: --valgrind=tool
 2013-04-01 14:27 UTC  (6+ messages)
` [PATCH 1/3] t/README: --valgrind already implies -v
` [PATCH 2/3] tests: parameterize --valgrind option
` [PATCH 3/3] tests --valgrind: provide a mode without --track-origins
` [PATCH 3/4] tests: notice valgrind error in test_must_fail

[PATCH] submodule summary: support --summary-limit=<n>
 2013-04-01 13:06 UTC 

ZSH segmentation fault while completing "git mv dir/"
 2013-04-01 10:11 UTC  (7+ messages)

zsh completion broken for file completion
 2013-04-01  9:30 UTC  (3+ messages)

[PATCH] gitk: Display the date of a tag in a human friendly way
 2013-04-01  7:25 UTC  (6+ messages)

[Patch] gitk: added a file history browser
 2013-04-01  7:24 UTC  (2+ messages)

[PATCH] gitk: Move hard-coded colors to .gitk
 2013-04-01  7:10 UTC  (2+ messages)

[PATCH] checkout: add --sparse for restoring files in sparse checkout mode
 2013-04-01  6:18 UTC  (6+ messages)
` [PATCH v2] checkout: add --no-widen "

[PATCH v4 0/6] Support triangular workflows
 2013-04-01  5:35 UTC  (11+ messages)

[PATCH] git-send-email.perl: implement suggestions made by perlcritic
 2013-04-01  4:09 UTC  (12+ messages)
` [PATCH v2] "
        ` [PATCH 1/3] send-email: use "return;" not "return undef;" on error codepaths
          ` [PATCH 2/3] send-email: drop misleading function prototype
          ` [PATCH 3/3] send-email: use the three-arg form of open in recipients_cmd

[PATCH] fixup! pathspec: support :(glob) syntax
 2013-04-01  3:08 UTC  (3+ messages)

[PATCH] branch: give better message when no names specified for rename
 2013-04-01  3:06 UTC  (4+ messages)

[PATCH] bash: teach __git_ps1 about REVERT_HEAD
 2013-04-01  2:51 UTC  (2+ messages)

Bug in "git rev-parse --verify"
 2013-03-31 22:38 UTC  (14+ messages)
                  ` [PATCH 1/2] peel_onion: disambiguate to favor tree-ish when we want a tree-ish
                  ` [PATCH 2/2] peel_onion(): teach $foo^{object} peeler

More detailed error message for 403 forbidden
 2013-03-31  9:17 UTC  (5+ messages)

[PATCH 0/9] corrupt object potpourri
 2013-03-31  7:57 UTC  (4+ messages)
` [PATCH 9/9] clone: run check_everything_connected

[PATCH] git-svn: avoid self-referencing mergeinfo
 2013-03-30 22:06 UTC 

stuck and need unstuck (git checkout)
 2013-03-30 20:48 UTC  (2+ messages)

[RFC] Add posibility to preload stat information
 2013-03-30 19:42 UTC  (7+ messages)

check-attr doesn't respect recursive definitions
 2013-03-30  9:45 UTC 

[PATCH 2/2] optimize adjust_shared_perm() in path.c:
 2013-03-30  9:53 UTC 

[PATCH 1/2] optimize set_shared_perm() in path.c:
 2013-03-30  9:53 UTC 

[PATCH 2/2] optimize set_shared_perm()
 2013-03-30  9:53 UTC  (3+ messages)

[PATCH v2 0/6] attribute regression fix for maint-1.8.1 and upward
 2013-03-30  1:40 UTC  (10+ messages)
` [PATCH 4/6] dir.c::match_pathname(): pay attention to the length of string parameters

[Toy PATCH] Avoid spilling collided entries in object hash table to the next slots
 2013-03-30  0:38 UTC  (4+ messages)

Minor bug in git branch --set-upstream-to adding superfluous branch section to config
 2013-03-30  0:21 UTC  (11+ messages)
      ` [PATCH] t1300: document some aesthetic failures of the config editor

Reading remote reflogs
 2013-03-30  0:02 UTC  (5+ messages)

What's cooking in git.git (Mar 2013, #08; Fri, 29)
 2013-03-29 22:10 UTC 

[PATCH 0/5] difftool improvements
 2013-03-29 22:07 UTC  (5+ messages)
` [PATCH 2/5] difftool: don't overwrite modified files
      ` [PATCH 2/5 v2] "

[PATCH] cherry-pick -x: improve handling of one-liner commit messages
 2013-03-29 20:49 UTC  (5+ messages)

gitdiffbinstat - git diff --shortstat -like output for changes in binary files
 2013-03-29 19:30 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).