git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-24 00:51:51 to 2014-01-28 21:55:24 UTC [more...]

[PATCH 0/4] `log -c` speedup
 2014-01-28 21:55 UTC  (4+ messages)
` [PATCH 3/4] combine-diff: Optimize combine_diff_path sets intersection

[PATCH] rev-parse: Check argc before using argv[i+1]
 2014-01-28 21:43 UTC  (5+ messages)
    ` [PATCH v2] "

Having Git follow symlinks
 2014-01-28 14:47 UTC  (2+ messages)

What's cooking in git.git (Jan 2014, #03; Thu, 16)
 2014-01-28 12:28 UTC  (16+ messages)
` [ANNOUNCE] Git v1.9-rc0

[PATCH 0/6] inotify support
 2014-01-28 10:46 UTC  (4+ messages)
` [PATCH/WIP v2 00/14] "

Running "make rpm" fails on a CentOS 6.3 machine
 2014-01-28 10:29 UTC 

WIth git-next, writing bitmaps fails when keep files are present
 2014-01-28  9:21 UTC  (10+ messages)
` [PATCH] pack-objects: turn off bitmaps when skipping objects
          ` [PATCH] repack: add `repack.honorpackkeep` config var

[PATCH] Added get sendmail from .mailrc
 2014-01-28  6:19 UTC  (8+ messages)

[PATCH 1/2] expand_user_path: do not look at NULL path
 2014-01-28  1:37 UTC  (2+ messages)
` [PATCH 2/2] handle_path_include: don't look at NULL value

What's cooking in git.git (Jan 2014, #05; Mon, 27)
 2014-01-28  0:40 UTC  (2+ messages)

[PATCH v2 0/9] add --gpg-sign to rebase and pull
 2014-01-27 23:59 UTC  (17+ messages)
` [PATCH v2 1/9] cherry-pick, revert: add the --gpg-sign option
` [PATCH v2 2/9] git-sh-setup.sh: add variable to use the stuck-long mode
` [PATCH v2 4/9] am: add the --gpg-sign option
` [PATCH v2 5/9] rebase: remove useless arguments check
` [PATCH v2 8/9] rebase: add the --gpg-sign option
` [PATCH v2 9/9] pull: "

bug with git-diff --quiet
 2014-01-27 23:45 UTC  (7+ messages)
` [PATCH 1/3] Move diffcore_skip_stat_unmatch core logic out for reuse later
  ` [PATCH 2/3] diff: do not quit early on stat-dirty files
  ` [PATCH 3/3] diff: turn off skip_stat_unmatch on "diff --cached"
    ` [PATCH v2 3/3] diff: turn skip_stat_unmatch on selectively

problematic git log submodule-dir/
 2014-01-27 22:47 UTC  (22+ messages)
` [PATCH 1/2] tree-walk.c: ignore trailing slash on submodule in tree_entry_interesting()
  ` [PATCH 2/2] t4010: match_pathspec_depth() and trailing slash after submodule
  ` [PATCH v2 0/9] About the trailing slashes
    ` [PATCH v2 1/9] Convert some match_pathspec_depth() to ce_path_match()
    ` [PATCH v2 2/9] Convert some match_pathspec_depth() to dir_path_match()
    ` [PATCH v2 3/9] Rename match_pathspec_depth() to match_pathspec()
    ` [PATCH v2 4/9] dir.c: prepare match_pathspec_item for taking more flags
    ` [PATCH v2 5/9] match_pathspec: match pathspec "foo/" against directory "foo"
    ` [PATCH v2 6/9] Pass directory indicator to match_pathspec_item()
    ` [PATCH v2 7/9] clean: replace match_pathspec() with dir_path_match()
    ` [PATCH v2 8/9] clean: use cache_name_is_other()
    ` [PATCH v2 9/9] tree-walk.c: ignore trailing slash on submodule in tree_entry_interesting()

[ANNOUNCE] Git v1.9-rc1
 2014-01-27 21:57 UTC 

How to substructure rewrites?
 2014-01-27 21:21 UTC  (11+ messages)
` [PATCH 0/3] "Teaser" patch for rewriting blame for efficiency
  ` [PATCH 1/3] builtin/blame.c: struct blame_entry does not need a prev link
  ` [PATCH 2/3] Eliminate same_suspect function in builtin/blame.c
  ` [PATCH 3/3] builtin/blame.c: large-scale rewrite

[PATCH v3 00/17] Add interpret-trailers builtin
 2014-01-27 21:20 UTC  (22+ messages)
` [PATCH v3 01/17] Add data structures and basic functions for commit trailers
` [PATCH v3 02/17] trailer: process trailers from file and arguments
` [PATCH v3 03/17] trailer: read and process config information
` [PATCH v3 04/17] trailer: process command line trailer arguments
` [PATCH v3 05/17] strbuf: add strbuf_isspace()
` [PATCH v3 06/17] trailer: parse trailers from input file
` [PATCH v3 07/17] trailer: put all the processing together and print
` [PATCH v3 08/17] trailer: add interpret-trailers command
` [PATCH v3 09/17] trailer: add tests for "git interpret-trailers"
` [PATCH v3 10/17] trailer: if no input file is passed, read from stdin
` [PATCH v3 11/17] trailer: add new_trailer_item() function
` [PATCH v3 12/17] strbuf: add strbuf_replace()
` [PATCH v3 13/17] trailer: execute command from 'trailer.<name>.command'
` [PATCH v3 14/17] trailer: add tests for trailer command
` [PATCH v3 15/17] trailer: set author and committer env variables
` [PATCH v3 16/17] trailer: add tests for commands using "
` [PATCH v3 17/17] Documentation: add documentation for 'git interpret-trailers'

[PATCH v2] repack.c: Use move_temp_to_file() instead of rename()
 2014-01-27 20:24 UTC 

[PATCH/RFC 0/3] merge-recursive: Avoid diagnostic on empty work tree
 2014-01-27 17:39 UTC  (21+ messages)
  ` [PATCH/RFC 1/3] t3030-merge-recursive: Test known breakage with "
  ` [PATCH/RFC 2/3] read-cache.c: Thread lstat error through make_cache_entry signature
  ` [PATCH/RFC 3/3] merge-recursive: Tolerate missing file when HEAD is up to date
      ` Fwd: "
  ` [PATCH v2 0/3] merge-recursive: Avoid diagnostic on empty work tree
    ` [PATCH v2 1/3] t3030-merge-recursive: Test known breakage with "
    ` [PATCH v2 2/3] read-cache.c: Optionally tolerate missing files in make_cache_entry
    ` [PATCH v2 3/3] merge-recursive.c: Tolerate missing files while refreshing index
    ` [PATCH v3 0/3] merge-recursive: Avoid diagnostic on empty work tree
      ` [PATCH v3 1/4] t3030-merge-recursive: Test known breakage with "
      ` [PATCH v3 2/4] read-cache.c: Refactor --ignore-missing implementation
      ` [PATCH v3 3/4] read-cache.c: Extend make_cache_entry refresh flag with options
      ` [PATCH v3 4/4] merge-recursive.c: Tolerate missing files while refreshing index

[PATCH] tree_entry_interesting: match against all pathspecs
 2014-01-27 16:57 UTC  (3+ messages)

How to get notified of new releases?
 2014-01-27 16:38 UTC  (4+ messages)

git-mv with absolute path derefereces symlinks
 2014-01-27 16:31 UTC  (9+ messages)
` [PATCH 0/2] in-tree symlink handling with absolute paths
  ` [PATCH 1/2] t0060: Add test for manipulating symlinks via "
  ` [PATCH 2/2] setup: Don't dereference in-tree symlinks for "
        ` [PATCH v2 "

[PATCH] doc: remote author/documentation sections from more pages
 2014-01-27 16:05 UTC  (5+ messages)

[PATCH] send-email: If the ca path is not specified, use the defaults
 2014-01-27 16:02 UTC  (7+ messages)

What's with git blame --reverse ?
 2014-01-27 14:15 UTC  (2+ messages)

[PATCH] l10n: de.po: translate 27 new messages
 2014-01-27  6:18 UTC  (3+ messages)
  ` [PATCH v2] "

git blame vs git log --follow performance
 2014-01-27  2:34 UTC  (4+ messages)

[PATCH v4 6/6] Documentation: Describe 'submodule update' modes in detail
 2014-01-27  1:59 UTC  (8+ messages)
` [PATCH v5 0/4] submodule: Local branch creation in module_clone
  ` [PATCH v5 1/4] submodule: Make 'checkout' update_module explicit
  ` [PATCH v5 2/4] submodule: Document module_clone arguments in comments
  ` [PATCH v5 3/4] submodule: Explicit local branch creation in module_clone
  ` [PATCH v5 4/4] Documentation: Describe 'submodule update --remote' use case

[PATCH v2 04/16] trailer: process command line trailer arguments
 2014-01-26 17:28 UTC  (4+ messages)

[TEST EMAIL] Testing rk/send-email-ssl-cert in pu
 2014-01-26 17:08 UTC 

[PATCH v2 0/2] create HTML for http-protocol.txt
 2014-01-26 13:01 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] http-protocol.txt: don't use uppercase for variable names in "The Negotiation Algorithm"
` Aw: [PATCH 1/2] create HTML for http-protocol.txt

Verifiable git archives?
 2014-01-25 21:56 UTC  (5+ messages)

Globbing for ignored branches?
 2014-01-25 20:02 UTC  (17+ messages)

[PATCH] Makefile: remove redundant object in git-http{fetch,push}
 2014-01-25 13:11 UTC 

'git diff' command doesn't honor utf8 symbol boundaries, and doesn't use actual terminal width
 2014-01-25  4:02 UTC  (2+ messages)

[PATCH] repack.c: chmod +w before rename()
 2014-01-24 23:50 UTC  (7+ messages)

[RFC/PATCH 0/5] <branch>@{publish} shorthand
 2014-01-24 23:12 UTC  (6+ messages)
` [PATCH 5/5] implement @{publish} shorthand

[RFC PATCH 2/1] Make request-pull able to take a refspec of form local:remote
 2014-01-24 20:16 UTC  (6+ messages)

[PATCH v2 0/3] unaligned reads from .bitmap files
 2014-01-24  2:22 UTC  (4+ messages)
` [PATCH 2/3] read-cache: use get_be32 instead of hand-rolled ntoh_l


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