git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-01-19 16:00:16 to 2015-01-22 14:19:00 UTC [more...]

[GUILT v4 00/33] Teach guilt import-commit how to create legal patch names, and more
 2015-01-22 14:18 UTC  (7+ messages)
` [GUILT v4 14/33] Use "git check-ref-format" to validate patch names
` [GUILT v4 15/33] Produce legal patch names in guilt-import-commit
` [GUILT v4 32/33] Improved doc and tests for guilt header

error closing pipe: Bad file descriptor at /usr/share/perl5/Git/SVN/Fetcher.pm line 335
 2015-01-22 13:11 UTC 

[PATCHv2 0/5] Fix bug in large transactions
 2015-01-22 13:10 UTC  (12+ messages)
` [PATCHv2 1/5] update-ref: test handling large transactions properly
` [PATCHv2 2/5] t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZE
` [PATCHv2 3/5] refs.c: remove lock_fd from struct ref_lock
` [PATCHv2 4/5] refs.c: have a write_sha1_to_lock_file wrapper
` [PATCHv2 5/5] refs.c: enable large transactions

[PATCH] Makefile: do not compile git with debugging symbols by default
 2015-01-22 13:00 UTC  (2+ messages)

Pretty format specifier for commit count?
 2015-01-22 12:52 UTC  (7+ messages)

[PATCH] Fix unclosed here document in t3301.sh
 2015-01-22 12:38 UTC  (3+ messages)

[BUG] Mojibake in git gui and gitk for certain unicode chars
 2015-01-22 12:18 UTC  (2+ messages)

[PATCH] rebase -i: respect core.abbrev for real
 2015-01-22 11:50 UTC  (5+ messages)
  ` [PATCHv2] "
  ` [PATCHv3] "

[PATCH] parse-opts: add OPT_SUBCMD()
 2015-01-22 11:48 UTC 

[PATCH 00/24] nd/untracked-cache update
 2015-01-22 10:26 UTC  (31+ messages)
` [PATCH 01/24] dir.c: optionally compute sha-1 of a .gitignore file
` [PATCH 02/24] untracked cache: record .gitignore information and dir hierarchy
` [PATCH 03/24] untracked cache: initial untracked cache validation
` [PATCH 04/24] untracked cache: invalidate dirs recursively if .gitignore changes
` [PATCH 05/24] untracked cache: make a wrapper around {open,read,close}dir()
` [PATCH 06/24] untracked cache: record/validate dir mtime and reuse cached output
` [PATCH 07/24] untracked cache: mark what dirs should be recursed/saved
` [PATCH 08/24] untracked cache: don't open non-existent .gitignore
` [PATCH 09/24] ewah: add convenient wrapper ewah_serialize_strbuf()
` [PATCH 10/24] untracked cache: save to an index extension
` [PATCH 11/24] untracked cache: load from UNTR "
` [PATCH 12/24] untracked cache: invalidate at index addition or removal
` [PATCH 13/24] read-cache.c: split racy stat test to a separate function
` [PATCH 14/24] untracked cache: avoid racy timestamps
` [PATCH 15/24] untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATS
` [PATCH 16/24] untracked cache: mark index dirty if untracked cache is updated
` [PATCH 17/24] untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHE
` [PATCH 18/24] status: enable untracked cache
` [PATCH 19/24] update-index: manually enable or disable "
` [PATCH 20/24] update-index: test the system before enabling "
` [PATCH 21/24] t7063: tests for "
` [PATCH 22/24] mingw32: add uname()
` [PATCH 23/24] untracked cache: guard and disable on system changes
` [PATCH 24/24] git-status.txt: advertisement for untracked cache

[PATCH] branch: add support for --dry-run option
 2015-01-22 10:17 UTC  (4+ messages)

Git messes up 'ø' character
 2015-01-22  9:59 UTC  (14+ messages)

[PATCH 00/18] Introduce an internal API to interact with the fsck machinery
 2015-01-22  9:35 UTC  (45+ messages)
` [PATCH v2 "
  ` [PATCH v2 04/18] fsck: Offer a function to demote fsck errors to warnings
  ` [PATCH v2 05/18] fsck: Allow demoting errors to warnings via receive.fsck.warn = <key>
  ` [PATCH v2 07/18] fsck: Make fsck_ident() warn-friendly
  ` [PATCH v2 08/18] fsck: Make fsck_commit() warn-friendly
  ` [PATCH v2 11/18] fsck: Add a simple test for receive.fsck.*
  ` [PATCH v2 14/18] fsck: Allow upgrading fsck warnings to errors
  ` [PATCH v2 15/18] fsck: Document the new receive.fsck.* options
  ` [PATCH v2 18/18] fsck: git receive-pack: support excluding objects from fsck'ing
` [PATCH v3 00/19] Introduce an internal API to interact with the fsck machinery
  ` [PATCH v3 01/19] fsck: Introduce fsck options
  ` [PATCH v3 02/19] fsck: Introduce identifiers for fsck messages
  ` [PATCH v3 03/19] fsck: Provide a function to parse fsck message IDs
  ` [PATCH v3 04/19] fsck: Offer a function to demote fsck errors to warnings
  ` [PATCH v3 05/19] fsck: Allow demoting errors to warnings via receive.fsck.warn = <key>
  ` [PATCH v3 06/19] fsck: Report the ID of the error/warning
  ` [PATCH v3 07/19] fsck: Make fsck_ident() warn-friendly
  ` [PATCH v3 08/19] fsck: Make fsck_commit() warn-friendly
  ` [PATCH v3 09/19] fsck: Handle multiple authors in commits specially
  ` [PATCH v3 10/19] fsck: Make fsck_tag() warn-friendly
  ` [PATCH v3 11/19] fsck: Add a simple test for receive.fsck.*
  ` [PATCH v3 12/19] fsck: Disallow demoting grave fsck errors to warnings
  ` [PATCH v3 13/19] fsck: Optionally ignore specific fsck issues completely
  ` [PATCH v3 14/19] fsck: Allow upgrading fsck warnings to errors
  ` [PATCH v3 15/19] fsck: Document the new receive.fsck.* options
  ` [PATCH v3 16/19] fsck: Support demoting errors to warnings
  ` [PATCH v3 17/19] fsck: Introduce `git fsck --quick`
  ` [PATCH v3 18/19] fsck: git receive-pack: support excluding objects from fsck'ing
  ` [PATCH v3 19/19] fsck: support ignoring objects in `git fsck` via fsck.skiplist

[PATCH] git-add--interactive: return from list_and_choose if there is zero candidates
 2015-01-22  8:39 UTC 

[PATCH] gitk: Remove tcl-format flag from a message that shouldn't have it
 2015-01-22  8:19 UTC 

[PATCH] transport-helper: do not request symbolic refs to remote helpers
 2015-01-22  8:06 UTC  (5+ messages)

[PATCHv1 0/6] Fix bug in large transactions
 2015-01-22  8:00 UTC  (15+ messages)
` [PATCH 1/6] update-ref: Test handling large transactions properly
` [PATCH 2/6] refs.c: remove lock_fd from struct ref_lock
` [PATCH 3/6] refs.c: replace write_str_in_full by write_in_full
` [PATCH 4/6] refs.c: Have a write_in_full_to_lock_file wrapping write_in_full
` [PATCH 5/6] refs.c: write to a lock file only once
` [PATCH 6/6] refs.c: enable large transactions

What's cooking in git.git (Jan 2015, #04; Wed, 21)
 2015-01-22  7:59 UTC 

[PATCH v7 0/1] http: Add Accept-Language header if possible
 2015-01-22  7:54 UTC  (4+ messages)
` [PATCH v7 1/1] "
  ` [PATCH v6 0/1] "

[PATCH] git-add--interactive: print message if there are no untracked files
 2015-01-22  7:11 UTC  (4+ messages)

[PATCH] i18n: bundle: mark git-bundle usage for translation
 2015-01-22  7:10 UTC  (3+ messages)

Segmentation fault in git apply
 2015-01-22  6:55 UTC  (15+ messages)
                ` [PATCH] apply: count the size of postimage correctly
                  ` [PATCH] test: add git apply whitespace expansion tests

[BUG?] setting ulimit in test suite broken for me
 2015-01-22  0:54 UTC  (3+ messages)

t5539 broken under Mac OS X
 2015-01-21 22:33 UTC  (15+ messages)
            ` [PATCH] t/lib-httpd: switch SANITY check for NOT_ROOT
                        `  "

[PATCH] .clang-format: introduce the use of clang-format
 2015-01-21 22:09 UTC  (7+ messages)
` [PATCH v2] "

git index containing tree extension for unknown path
 2015-01-21 20:39 UTC  (2+ messages)

.gitattributes on branch behaves unexpected. Should it be more stateless?
 2015-01-21 13:45 UTC  (4+ messages)

[PULL] git-svn updates from Ramkumar
 2015-01-21 17:47 UTC  (9+ messages)

[PATCH] contacts: introduce --since and --min-percent
 2015-01-21 17:09 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] Makefile: collect some Makefile variables instead of directly assignment
 2015-01-21  9:33 UTC  (3+ messages)

[PATCH 0/2] Fix typos in various places
 2015-01-21  9:15 UTC 

[PATCH 0/2] Fix typos in various places
 2015-01-21  9:14 UTC  (3+ messages)
` [PATCH 1/2] pack-bitmap: fix typo
` [PATCH 2/2] t/lib-terminal.sh: "

[L10N] Startup of Git 2.3.0 l10n round 2
 2015-01-21  7:49 UTC  (4+ messages)
` [PATCH] show-branch: fix indentation of usage string
  ` [PATCH] l10n: correct indentation of show-branch usage

[ANNOUNCE] Git v2.3.0-rc1
 2015-01-21  2:06 UTC 

[PATCH] update-ref: Handle large transactions properly
 2015-01-21  1:21 UTC  (2+ messages)

[ANNOUNCE] Git v2.3.0-rc0
 2015-01-21  0:36 UTC  (6+ messages)
  ` [PATCH] parse_color: fix return value for numeric color values 0-8

[PATCH] move MAXDEPTH definition to the cache.h
 2015-01-21  0:24 UTC  (3+ messages)

[PATCH v2] remote-curl: fall back to Basic auth if Negotiate fails
 2015-01-21  0:22 UTC  (4+ messages)
` [PATCH v3] "

git --recurse-submodule does not recurse to sub-submodules (etc.)
 2015-01-20 21:21 UTC  (2+ messages)

bash completion for git branch/checkout/etc doesn't escape metacharacters
 2015-01-20 19:15 UTC 

[PATCH] hash-object: add -t and --no-filters options to the hash-object synopsis
 2015-01-20 18:17 UTC 

[ANNOUNCE] git-arr 0.14
 2015-01-20 11:55 UTC 

donation
 2015-01-20  6:08 UTC 

Unused #include statements
 2015-01-20  2:08 UTC  (5+ messages)

git config --global not picking up includes
 2015-01-19 19:58 UTC  (2+ messages)
` [PATCH] git-config: better document default behavior for `--include`

[PATCH 1/3] connect.c: Improve parsing of literal IPV6 addresses
 2015-01-19 17:21 UTC 

[PATCH 2/3] t5601: Add more test cases for IPV6
 2015-01-19 17:21 UTC 

[PATCH 3/3] t5500: Show user name and host in diag-url
 2015-01-19 17:21 UTC 

Regarding the determinacy of 'git describe'
 2015-01-19 16:10 UTC  (3+ 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).