All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Fixes
@ 2011-04-19 12:55 Zdenek Kabelac
  2011-04-19 12:55 ` [PATCH 1/5] change API to use unsigned for #copies Zdenek Kabelac
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Zdenek Kabelac @ 2011-04-19 12:55 UTC (permalink / raw)
  To: lvm-devel

Mostly minor sign cast warning fixes 
and not yet confirmed setvbuf update.

Zdenek Kabelac (5):
  change API to use unsigned for #copies
  Cast to 'int'
  Fix sign warning
  Ignore dm_snprintf result
  Set our own in/out buffers

 daemons/clvmd/lvm-functions.c                      |    2 +-
 .../dmeventd/plugins/snapshot/dmeventd_snapshot.c  |    4 +-
 lib/commands/toolcontext.c                         |   30 +++++++++++++++++++-
 lib/commands/toolcontext.h                         |    4 ++-
 lib/filters/filter.h                               |    2 +-
 lib/log/log.c                                      |    4 +-
 lib/metadata/metadata-exported.h                   |    2 +-
 lib/metadata/metadata.c                            |    2 +-
 liblvm/lvm_base.c                                  |    2 +-
 tools/lvmcmdline.c                                 |    2 +-
 10 files changed, 42 insertions(+), 12 deletions(-)

-- 
1.7.4.4



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH 0/5] Fixes
@ 2014-04-09 18:49 Felipe Contreras
  0 siblings, 0 replies; 9+ messages in thread
From: Felipe Contreras @ 2014-04-09 18:49 UTC (permalink / raw)
  To: git; +Cc: Felipe Contreras

Felipe Contreras (4):
  remote-helpers: allow all tests running from any dir
  remote-hg: always normalize paths
  remote-bzr: add support for older versions
  completion: fix completion of certain aliases

dequis (1):
  remote-bzr: include authors field in pushed commits

 contrib/completion/git-completion.bash   |  1 +
 contrib/completion/git-completion.zsh    |  1 +
 contrib/remote-helpers/git-remote-bzr    |  6 ++++--
 contrib/remote-helpers/git-remote-hg     |  1 +
 contrib/remote-helpers/test-bzr.sh       | 24 ++++++++++++++++++++++++
 contrib/remote-helpers/test-hg-bidi.sh   |  3 ++-
 contrib/remote-helpers/test-hg-hg-git.sh |  3 ++-
 7 files changed, 35 insertions(+), 4 deletions(-)

-- 
1.9.1+fc1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-04-09 19:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-19 12:55 [PATCH 0/5] Fixes Zdenek Kabelac
2011-04-19 12:55 ` [PATCH 1/5] change API to use unsigned for #copies Zdenek Kabelac
2011-04-19 12:55 ` [PATCH 2/5] Cast to 'int' Zdenek Kabelac
2011-04-29 11:21   ` Milan Broz
2011-04-19 12:55 ` [PATCH 3/5] Fix sign warning Zdenek Kabelac
2011-04-19 12:55 ` [PATCH 4/5] Ignore dm_snprintf result Zdenek Kabelac
2011-04-19 12:55 ` [PATCH 5/5] Set our own in/out buffers Zdenek Kabelac
2011-04-29 11:15   ` Milan Broz
  -- strict thread matches above, loose matches on Subject: below --
2014-04-09 18:49 [PATCH 0/5] Fixes Felipe Contreras

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.