git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-09-20 10:34:16 to 2013-09-24 05:57:42 UTC [more...]

[PATCH 0/2] fetch: trivial fixes
 2013-09-24  5:57 UTC  (10+ messages)
` [PATCH 1/2] fetch: add missing documentation
` [PATCH 2/2] remote: fix trivial memory leak

[PATCH] diff: add a config option to control orderfile
 2013-09-24  5:54 UTC  (21+ messages)

[PATCH v3] build: add default aliases
 2013-09-24  5:49 UTC  (5+ messages)

[PATCH] git-compat-util: Avoid strcasecmp() being inlined
 2013-09-24  5:32 UTC  (8+ messages)

Using alternate working directory
 2013-09-24  5:00 UTC  (3+ messages)

[PATCH] git.txt: Fix asciidoc syntax of --*-pathspecs
 2013-09-24  4:18 UTC  (2+ messages)

[PATCH v2 00/16] Make Gnome Credential helper more Gnome-y and support ancient distros
 2013-09-24  3:49 UTC  (20+ messages)
` [PATCH v2 01/16] contrib/git-credential-gnome-keyring.c: remove unnecessary pre-declarations
` [PATCH v2 02/16] contrib/git-credential-gnome-keyring.c: remove unused die() function
` [PATCH v2 03/16] contrib/git-credential-gnome-keyring.c: *style* use "if ()" not "if()" etc
` [PATCH v2 04/16] contrib/git-credential-gnome-keyring.c: add static where applicable
` [PATCH v2 05/16] contrib/git-credential-gnome-keyring.c: exit non-zero when called incorrectly
` [PATCH v2 06/16] contrib/git-credential-gnome-keyring.c: strlen() returns size_t, not ssize_t
` [PATCH v2 07/16] contrib/git-credential-gnome-keyring.c: ensure buffer is non-empty before accessing
` [PATCH v2 08/16] contrib/git-credential-gnome-keyring.c: set Gnome application name
` [PATCH v2 09/16] contrib/git-credential-gnome-keyring.c: use gnome helpers in keyring_object()
` [PATCH v2 10/16] contrib/git-credential-gnome-keyring.c: use secure memory functions for passwds
` [PATCH v2 11/16] contrib/git-credential-gnome-keyring.c: use secure memory for reading passwords
` [PATCH v2 12/16] contrib/git-credential-gnome-keyring.c: use glib memory allocation functions
` [PATCH v2 13/16] contrib/git-credential-gnome-keyring.c: use glib messaging functions
` [PATCH v2 14/16] contrib/git-credential-gnome-keyring.c: report failure to store password
` [PATCH v2 15/16] contrib/git-credential-gnome-keyring.c: support ancient gnome-keyring
` [PATCH v2 16/16] contrib/git-credential-gnome-keyring.c: support really "

What's cooking in git.git (Sep 2013, #07; Mon, 23)
 2013-09-24  0:12 UTC  (5+ messages)

[PATCH] git-svn.txt: mention how to rebuild rev_map files
 2013-09-23 21:19 UTC 

[PATCH 1/2] perf-lib: split starting the test from the execution
 2013-09-23 21:08 UTC  (11+ messages)
` [PATCH 2/2] perf-lib: add test_perf_cleanup target
          ` [PATCH v2 0/3] Add cleanup action to perf-lib
            ` [PATCH v2 1/3] test-lib: introduce "modern" style tests
            ` [PATCH v2 2/3] perf-lib: add cleanup option
            ` [PATCH v2 3/3] p0003-index.sh: add perf test for the index formats

[PATCH v2] git-remote-mediawiki: bugfix for pages w/ >500 revisions
 2013-09-23 20:17 UTC  (3+ messages)

[PATCH/RFC 0/7] Support for Ruby
 2013-09-23 19:47 UTC  (23+ messages)
` [PATCH/RFC 1/7] Add support for ruby commands
` [PATCH/RFC 2/7] ruby: add setup script
` [PATCH/RFC 3/7] ruby: add simple wrappers
` [PATCH/RFC 4/7] ruby: rewrite 'request-pull'
` [PATCH/RFC 5/7] ruby: rewrite perl script
` [PATCH/RFC 6/7] ruby: remove one fork
` [PATCH/RFC 7/7] ruby: rewrite 'reset'

[PATCH] git-prune-packed.txt: Fix reference to GIT_OBJECT_DIRECTORY
 2013-09-23 19:19 UTC 

[PATCH] git-remote-mediawiki: bugfix for pages w/ >500 revisions
 2013-09-23 18:26 UTC  (3+ messages)

[PATCH 00/15] Make Gnome Credential helper more Gnome-y and support ancient distros
 2013-09-23 17:21 UTC  (20+ messages)
` [PATCH 01/15] contrib/git-credential-gnome-keyring.c: remove unnecessary pre-declarations
` [PATCH 02/15] contrib/git-credential-gnome-keyring.c: remove unused die() function
` [PATCH 03/15] contrib/git-credential-gnome-keyring.c: add static where applicable
` [PATCH 04/15] contrib/git-credential-gnome-keyring.c: exit non-zero when called incorrectly
` [PATCH 05/15] contrib/git-credential-gnome-keyring.c: set Gnome application name
` [PATCH 06/15] contrib/git-credential-gnome-keyring.c: strlen() returns size_t, not ssize_t
` [PATCH 07/15] contrib/git-credential-gnome-keyring.c: ensure buffer is non-empty before accessing
` [PATCH 08/15] contrib/git-credential-gnome-keyring.c: use gnome helpers in keyring_object()
` [PATCH 09/15] contrib/git-credential-gnome-keyring.c: use secure memory functions for passwds
` [PATCH 10/15] contrib/git-credential-gnome-keyring.c: use secure memory for reading passwords
` [PATCH 11/15] contrib/git-credential-gnome-keyring.c: use glib memory allocation functions
` [PATCH 12/15] contrib/git-credential-gnome-keyring.c: use glib messaging functions
` [PATCH 13/15] contrib/git-credential-gnome-keyring.c: report failure to store password
` [PATCH 14/15] contrib/git-credential-gnome-keyring.c: support ancient gnome-keyring
` [PATCH 15/15] contrib/git-credential-gnome-keyring.c: support really "

[PATCH/RFC 0/5] New hash table implementation
 2013-09-23  9:21 UTC  (6+ messages)
` [PATCH/RFC 1/5] add a hashtable implementation that supports O(1) removal

Save notes state when releasing
 2013-09-23  7:25 UTC  (3+ messages)

[PATCH 0/9] transport-helper: updates
 2013-09-23  2:41 UTC  (12+ messages)
` [PATCH 1/9] transport-helper: add 'force' to 'export' helpers
` [PATCH 4/9] fast-export: add new --refspec option
` [PATCH 8/9] transport-helper: add support to delete branches

[BUG?] inconsistent `git reflog show` output, possibly `git fsck` output
 2013-09-22 22:52 UTC  (3+ messages)

suspected bug(s) in git-cvsexportcommit.perl
 2013-09-22 21:26 UTC  (2+ messages)

[PATCH 2/2] grep: use slash for path delimiter, not colon
 2013-09-22 19:15 UTC 

What's cooking in git.git (Sep 2013, #02; Mon, 9)
 2013-09-22 17:06 UTC  (5+ messages)

[L10N] Proposed updates of po/git.pot in pu branch
 2013-09-22 17:00 UTC 

[PATCH v2] build: add default configuration
 2013-09-22  8:52 UTC  (7+ messages)

[PATCH 00/17] np/pack-v4 updates
 2013-09-22  2:13 UTC  (24+ messages)
` [PATCH 01/17] fixup! index-pack: record all delta bases in v4 (tree and ref-delta)
` [PATCH 02/17] fixup! packv4-parse.c: add tree offset caching
` [PATCH 03/17] fixup! pack-objects: support writing pack v4
` [PATCH 04/17] fixup! pack-objects: recognize v4 as pack source
` [PATCH 05/17] fixup! index-pack: support completing thin packs v4
` [PATCH 06/17] fixup! pack v4: move packv4-create.c to libgit.a
` [PATCH 07/17] fixup! index-pack, pack-objects: allow creating .idx v2 with .pack v4
` [PATCH 08/17] fixup! pack v4: code to obtain a SHA1 from a sha1ref
` [PATCH 09/17] fixup! pack-objects: add --version to specify written pack version
` [PATCH 10/17] test-lib.sh: add --packv4 for running the tests with pack v4 as default
` [PATCH 11/17] packv4-parse: accept ref-delta as base of pv4-tree
` [PATCH 12/17] pack-objects: do not add type OBJ_NONE to objects[] in pack v4
` [PATCH 13/17] index-pack: encode appended trees using v4 format "
` [PATCH 14/17] t5302: disable sealth corruption tests when run with --packv4
` [PATCH 15/17] t5300: avoid testing ofs-delta "
` [PATCH 16/17] pack-objects: disable pack size limit feature on pack v4
` [PATCH 17/17] t5303: adapt the tests to run with --packv4

[PATCH] alias: trivial style fixes
 2013-09-21 19:15 UTC 

git-icing: sugary wrapper around git-cherry
 2013-09-21 17:25 UTC  (3+ messages)
` git-rnotes: git-notes wrapper for sharing notes between repositories
  ` tools for making upstreaming / backporting easier in git

[PATCH] symbolic-ref: trivial style fix
 2013-09-21 16:29 UTC 

[PATCH 0/2] Update 'git remote set-head' doc and uasage
 2013-09-21 15:51 UTC  (3+ messages)
` [PATCH 1/2] Doc: remote set-head long options
` [PATCH 2/2] remote set-head: show long options in usage

[PATCH V3 0/2] Extend dot repository documentation
 2013-09-21 15:11 UTC  (3+ messages)
` [PATCH V3 1/2] doc: command line interface (cli) dot-repository dwimmery
` [PATCH V3 2/2] Doc URLs: relative paths imply the dot-respository

[PATCH v2] Add core.mode configuration
 2013-09-21 13:12 UTC 

What's cooking in git.git (Sep 2013, #06; Fri, 20)
 2013-09-21 13:05 UTC  (2+ messages)

Local tag killer
 2013-09-21 12:28 UTC  (5+ messages)

[RFC/PATCH] doc: git-foo was obsoleted several years ago
 2013-09-21 11:37 UTC 

[PATCH] build: add default configuration
 2013-09-21 11:07 UTC  (11+ messages)

teach git-am about patch series manipulation?
 2013-09-21  6:32 UTC 

[PATCH] warn about http server document being too old
 2013-09-21  2:23 UTC 

On the behavior of checkout <branch> with uncommitted local changes
 2013-09-20 22:58 UTC  (4+ messages)

[BUG?] git checkout $commit -- somedir doesn't drop files
 2013-09-20 22:54 UTC  (12+ messages)

[PATCH] format-patch: print in-body "From" only when needed
 2013-09-20 21:06 UTC  (4+ messages)

GIT Plug-in for PowerBuilder
 2013-09-20 20:54 UTC  (2+ messages)

why doesn't "git bisect visualize" show all commit ids from the bisect log
 2013-09-20 18:47 UTC  (3+ messages)

[PATCH] t5541: mark passing c-a-s test as success
 2013-09-20 18:18 UTC  (2+ messages)

re[4]: sparse checkout file with windows line endings doesn't work
 2013-09-20 18:06 UTC  (4+ messages)
` re[6]: "
  `  "

breakage in revision traversal with pathspec
 2013-09-20 17:51 UTC  (12+ messages)

[PATCH] sample pre-commit hook: Use --bool when retrieving config var
 2013-09-20 13:53 UTC 

[BUG] git clone -q ends with early EOF
 2013-09-20 13:58 UTC  (4+ messages)

[PATCH] builtin/push.c: Add `--notes` option
 2013-09-20 12:20 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).