git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-07-19 18:18:00 to 2013-07-23 17:09:43 UTC [more...]

What's cooking in git.git (Jul 2013, #03; Tue, 9)
 2013-07-23 17:09 UTC  (7+ messages)

[PATCH gitk 0/4] gitk support for git log -L
 2013-07-23 15:19 UTC  (2+ messages)

[PATCH 0/5] range-set and line-log bug fixes
 2013-07-23 15:16 UTC  (7+ messages)
` [PATCH 1/5] range-set: fix sort_and_merge_range_set() corner case bug
` [PATCH 2/5] t4211: demonstrate empty -L range crash
` [PATCH 3/5] range-set: satisfy non-empty ranges invariant
` [PATCH 4/5] t4211: demonstrate crash when first -L encountered is empty range
` [PATCH 5/5] line-log: fix "log -LN" crash when N is last line of file

[PATCH 0/7] First class shallow clone
 2013-07-23 14:39 UTC  (32+ messages)
` [PATCH 3/7] connect.c: teach get_remote_heads to parse "shallow" lines
` [PATCH 5/7] fetch-pack: support fetching from a shallow repository
` [PATCH v2 00/16] First class shallow clone
  ` [PATCH v2 01/16] send-pack: forbid pushing from a shallow repository
  ` [PATCH v2 02/16] {receive,upload}-pack: advertise shallow graft information
  ` [PATCH v2 03/16] connect.c: teach get_remote_heads to parse "shallow" lines
  ` [PATCH v2 04/16] Move setup_alternate_shallow and write_shallow_commits to shallow.c
  ` [PATCH v2 05/16] fetch-pack: support fetching from a shallow repository
  ` [PATCH v2 06/16] {send,receive}-pack: support pushing from a shallow clone
  ` [PATCH v2 07/16] send-pack: support pushing to "
  ` [PATCH v2 08/16] upload-pack: let pack-objects do the object counting in shallow case
  ` [PATCH v2 09/16] pack-protocol.txt: a bit about smart http
  ` [PATCH v2 10/16] Add document for command arguments for supporting "
  ` [PATCH v2 11/16] {fetch,upload}-pack: support fetching from a shallow clone via "
  ` [PATCH v2 12/16] receive-pack: support pushing to a shallow clone via http
  ` [PATCH v2 13/16] send-pack: support pushing from "
  ` [PATCH v2 14/16] git-clone.txt: remove shallow clone limitations
  ` [PATCH v2 15/16] config: add core.noshallow to prevent turning a repo into a shallow one
  ` [PATCH v2 16/16] clone: use git protocol for cloning shallow repo locally

[PATCH v2 3/3] Update po/ja.po
 2013-07-23 14:40 UTC  (5+ messages)

[PATCH] open_istream: remove unneeded check for null pointer
 2013-07-23 13:16 UTC 

[PATCH v3 0/6] "git push --cas/--lockref" renamed to "--force-with-lease"
 2013-07-23  9:33 UTC  (8+ messages)
` [PATCH v3 1/6] cache.h: move remote/connect API out of it
` [PATCH v3 2/6] builtin/push.c: use OPT_BOOL, not OPT_BOOLEAN
` [PATCH v3 3/6] remote.c: add command line option parser for "--force-with-lease"
` [PATCH v3 4/6] push --force-with-lease: implement logic to populate old_sha1_expect[]
` [PATCH v3 5/6] push --force-with-lease: tie it all together
` [PATCH v3 6/6] t5533: test "push --force-with-lease"
` [PATCH v3 0/6]

[PATCH] rm: do not set a variable twice without intermediate reading
 2013-07-23  9:19 UTC 

git log anomalities
 2013-07-23  7:49 UTC  (6+ messages)
` [PATCH] log: use true parents for diff even when rewriting

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

What's cooking in git.git (Jul 2013, #08; Mon, 22)
 2013-07-22 23:24 UTC 

What's cooking in git.git (Jul 2013, #07; Sun, 21)
 2013-07-22 23:13 UTC  (10+ messages)

[PATCH] Random typofixes
 2013-07-22 23:06 UTC  (2+ messages)

[PATCH v8 0/4] config: add support for http.<url>.* settings
 2013-07-22 22:34 UTC  (10+ messages)
` [PATCH v8 1/4] "
` [PATCH v8 2/4] config: improve "
` [PATCH v8 3/4] tests: add new test for the url_normalize function
` [PATCH v8 4/4] config: allow http.<url>.* any user matching

[PATCH v2 1/3] Add translation ("yes","no","ask")
 2013-07-22 22:31 UTC  (2+ messages)

[PATCH v2 2/3] Update po/git-gui.pot
 2013-07-22 22:31 UTC  (2+ messages)

[RFC/PATCH] rev-parse(1): logically group options
 2013-07-22 22:30 UTC  (6+ messages)
  ` [PATCH v2 0/2] Improvements to rev-parse option handling
    ` [PATCH v2 1/2] rev-parse: remove restrictions on some options
    ` [PATCH v2 2/2] rev-parse(1): logically group options

[PATCH] Cygwin has trustable filemode
 2013-07-22 22:22 UTC  (17+ messages)
          ` [PATCH 1/4] Cygwin 1.7 "
          ` [PATCH 2/4] Cygwin 1.7 needs compat/regex
          ` [PATCH 3/4] Cygwin 1.7 has thread-safe pread
          ` [PATCH 4/4] Cygwin 1.7 supports mmap

[ANNOUNCE] Git v1.8.3.4
 2013-07-22 22:01 UTC 

[PATCH/RFC] blame: accept multiple -L ranges
 2013-07-22 21:34 UTC  (16+ messages)

git subtree push-all and pull-all
 2013-07-22 19:35 UTC  (5+ messages)

[PATCH 0/6] fix blame -L regression; add tests
 2013-07-22 17:25 UTC  (6+ messages)
` [PATCH 5/6] blame-options.txt: place each -L option variation on its own line

[PATCH v7 0/4] config: add support for http.<url>.* settings
 2013-07-22 12:52 UTC  (11+ messages)
` [PATCH v7 1/4] "
` [PATCH v7 2/4] config: improve "
` [PATCH v7 3/4] tests: add new test for the url_normalize function
` [PATCH v7 4/4] config: allow http.<url>.* any user matching

Dead link
 2013-07-22  8:02 UTC  (5+ messages)

[PATCH] remotes-hg: bugfix for fetching non local remotes
 2013-07-22  1:22 UTC 

Fwd: [PATCH] Improve font rendering on retina macbooks
 2013-07-21 22:48 UTC  (2+ messages)
  `  "

[PATCH 1/2] Fix generic typos in comments
 2013-07-21 22:32 UTC  (8+ messages)
` [PATCH 2/2] Fix "
    ` American or British English?

[PATCH] Fix compilation on OS X
 2013-07-21 22:09 UTC  (10+ messages)
    ` [PATCH] Revert "compat/unsetenv.c: Fix a sparse warning"

[PATCH] t3032 - make compatible with systems using \r\n as a line ending
 2013-07-21 21:04 UTC  (4+ messages)
` [PATCH] test-lib.sh - define and use GREP_STRIPS_CR

[PATCH] Fix some sparse warnings
 2013-07-21 20:58 UTC  (5+ messages)

[PATCH] gitk: Add a "Save file as" menu item
 2013-07-21 19:55 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCHv3 0/3] Switch German translation to G+E
 2013-07-21 13:53 UTC  (5+ messages)
` [PATCH v3 "

[PATCH] Add the GIT_SENTINEL macro
 2013-07-20 19:13 UTC  (3+ messages)

[RFC/PATCH] Add the NO_SENTINEL build variable
 2013-07-20 17:51 UTC  (5+ messages)

[PATCH v3 0/5] add git-contacts helper
 2013-07-21 10:52 UTC  (6+ messages)
` [PATCH v3 1/5] contrib: "
` [PATCH v3 2/5] contrib: contacts: add ability to parse from committish
` [PATCH v3 3/5] contrib: contacts: interpret committish akin to format-patch
` [PATCH v3 4/5] contrib: contacts: add mailmap support
` [PATCH v3 5/5] contrib: contacts: add documentation

[PATCH] Let index-pack help with connectivity check on cloning via smart http
 2013-07-21  8:18 UTC 

[PATCH] hg-to-git: --allow-empty-message in git commit
 2013-07-20 16:33 UTC 

[PATCH] git p4 test: Check ignore files with client spec
 2013-07-20 14:59 UTC  (3+ messages)

Git-P4 Bug With Filename Case Change
 2013-07-20 13:34 UTC  (2+ messages)

[PATCH] t2202: make sure "git add" (no args) stays a no-op
 2013-07-20  4:35 UTC 

[PATCH v6 0/4] config: add support for http.<url>.* settings
 2013-07-20  0:35 UTC  (8+ messages)
` [PATCH v6 1/4] "
` [PATCH v6 2/4] config: improve "

One question about git-format-patch
 2013-07-20  0:32 UTC  (2+ messages)

Git tag output order is incorrect (IMHO)
 2013-07-20  0:22 UTC  (4+ messages)

first parent, commit graph layout, and pull merge direction
 2013-07-19 22:55 UTC  (20+ messages)
                ` [PATCH] pull: require choice between rebase/merge on non-fast-forward pull
                        ` [PATCH v2] "

[RFC] Delete current branch
 2013-07-19 22:52 UTC  (7+ messages)

[PATCH 1/3] treewalk.c: Rename variable ret to cb_bits and remove some dead lines
 2013-07-19 22:28 UTC  (7+ messages)
` [PATCH 2/3] http-push.c, add_send_request: Do not initialize transfer_request
    ` [PATCH] traverse_trees(): clarify return value of the callback

[PATCH 0/2] git diff -q option removal
 2013-07-19 21:01 UTC  (6+ messages)
` [PATCH 0/6] Deprecating "diff-files -q"
  ` [PATCH 6/6] diff: deprecate -q option to diff-files

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

Git Clone Parameter
 2013-07-19 19:10 UTC  (4+ messages)

[PATCH v2 00/19] Index-v5
 2013-07-19 18:25 UTC  (8+ 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).