git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-07-20 04:35:34 to 2013-07-24 07:39:00 UTC [more...]

[PATCH 0/7] First class shallow clone
 2013-07-24  7:38 UTC  (32+ messages)
` [PATCH v2 00/16] "
  ` [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 v8 0/4] config: add support for http.<url>.* settings
 2013-07-24  7:12 UTC  (14+ 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] git-clean: implement partial matching for selection
 2013-07-24  2:22 UTC  (3+ messages)
` [PATCH v2] "

Incompatible '+=' syntax in git-completion.bash
 2013-07-24  1:54 UTC 

[PATCH v3 0/6] "git push --cas/--lockref" renamed to "--force-with-lease"
 2013-07-23 23:18 UTC  (11+ 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 0/5] range-set and line-log bug fixes
 2013-07-23 23:15 UTC  (11+ 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] http: Add http.savecookies option to write out HTTP cookies
 2013-07-23 22:40 UTC  (3+ messages)

[PATCH] Documentation/git-clean: fix description for range
 2013-07-23 22:22 UTC 

[PATCH] web--browse: support /usr/bin/cygstart on Cygwin
 2013-07-23 22:28 UTC  (3+ messages)

[PATCH] [SIGNED-OFF] remotes-hg: bugfix for fetching non local remotes
 2013-07-23 21:40 UTC 

getting git from kernel.org is failing
 2013-07-23 21:06 UTC  (5+ messages)

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

[PATCH] rm: do not set a variable twice without intermediate reading
 2013-07-23 19:01 UTC  (4+ messages)

[PATCH v2 3/3] Update po/ja.po
 2013-07-23 18:17 UTC  (6+ messages)

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] open_istream: remove unneeded check for null pointer
 2013-07-23 13:16 UTC 

[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 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  (5+ 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  (10+ messages)

[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 


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