git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-03-06 16:49:10 to 2015-03-09 10:07:06 UTC [more...]

[PATCH] xmerge.c: fix xdl_merge to conform with the manual
 2015-03-09 10:07 UTC  (7+ messages)

[PATCH] t7510: do not fail when gpg warns about insecure memory
 2015-03-09  9:47 UTC  (7+ messages)

Git merge driver / attributes bug in 2.3.1?
 2015-03-09  9:35 UTC  (7+ messages)
  ` AW: "

Should "git log --decorate" indicate whether the HEAD is detached?
 2015-03-09  9:16 UTC  (4+ messages)
` [PATCH] log: decorate detached HEAD differently

[PATCH v2 1/2] Teach reset the same short-hand as checkout
 2015-03-09  8:15 UTC  (2+ messages)
` [PATCH v2 2/2] Added test cases for git reset -

Slow git pushes: sitting 1 minute in pack-objects
 2015-03-09  7:53 UTC  (2+ messages)

Bug? git submodule add SSL certificate problem: unable to get local issuer certificate
 2015-03-09  7:43 UTC  (2+ messages)

[PATCH 1/2] git-compat-util.h: move SHELL_PATH default into header
 2015-03-09  7:20 UTC  (5+ messages)
` [PATCH 2/2] help.c: use SHELL_PATH instead of hard-coded "/bin/sh"

Efficient parsing of `status -z` output
 2015-03-09  6:49 UTC  (5+ messages)

Is the Git Mailing List dropping messages?
 2015-03-09  6:33 UTC  (3+ messages)

[PATCH] t5528: do not fail with FreeBSD shell
 2015-03-09  6:04 UTC  (4+ messages)

[PATCH] [GSoC][MICRO] Forbid "log --graph --no-walk"
 2015-03-09  4:09 UTC  (7+ messages)
` [PATCH v2/GSoC/MICRO] revision: forbid combining --graph and --no-walk
` [PATCH v3/GSoC/MICRO] "

Support customized reordering in version sort
 2015-03-09  1:01 UTC  (5+ messages)
` [PATCH] versionsort: support reorder prerelease suffixes

[PATCH] Add --recursive flag to git bash completion script
 2015-03-09  0:00 UTC 

Git very slow ?
 2015-03-08 23:31 UTC  (9+ messages)

[GSoC][PATCH 1/2] userdiff: add built-in patterns for CSS
 2015-03-08 23:08 UTC  (4+ messages)
` [GSoC][PATCH 2/2] attrs: add "css" to the list of userdiff bulit-in patterns

[PATCH v3 0/3] cat-file: add "--literally" option
 2015-03-08 22:50 UTC  (15+ messages)
` [PATCH v3 1/3] cache: modify for "cat-file --literally -t"
` [PATCH v3 2/3] sha1_file: implement changes "
` [PATCH v3 3/3] cat-file: add "--literally" option

[PATCH] [GSoC Microproject]Adding "-" shorthand for "@{-1}" in RESET command
 2015-03-08 21:59 UTC  (2+ messages)

[BUG] Segfault with rev-list --bisect
 2015-03-08 21:58 UTC  (8+ messages)
` [PATCH] rev-list: refuse --first-parent combined with --bisect
  ` [PATCH v2] "
    ` [PATCH v3] "

[RFC/PATCH 0/3] protocol v2
 2015-03-08 20:36 UTC  (9+ messages)
` [PATCH] protocol upload-pack-v2

Please consider adding a -f switch to git-clone (or something similar)
 2015-03-08 18:27 UTC  (7+ messages)

[PATCH] reset: allow "-" short hand for previous commit
 2015-03-08 18:09 UTC  (6+ messages)
` [PATCH 1/2] "
    ` [PATCH 1/2] Teach reset the same short-hand as checkout
      ` [PATCH 2/2] Added test cases for git reset -

Your Payment Attached
 2015-03-08 16:06 UTC 

[PATCH v2 00/10] Use a structure for object IDs
 2015-03-08 14:48 UTC  (14+ messages)
` [PATCH v2 01/10] Define "
` [PATCH v2 02/10] Define utility functions "
` [PATCH v2 03/10] bisect.c: convert leaf functions to use struct object_id
` [PATCH v2 04/10] archive.c: convert "
` [PATCH v2 05/10] zip: use GIT_SHA1_HEXSZ for trailers
` [PATCH v2 06/10] bulk-checkin.c: convert to use struct object_id
` [PATCH v2 07/10] diff: convert struct combine_diff_path to object_id
` [PATCH v2 08/10] commit: convert parts to struct object_id
` [PATCH v2 09/10] patch-id: convert to use "
` [PATCH v2 10/10] apply: convert threeway_stage to object_id

[PATCH 00/24] nd/untracked-cache updates
 2015-03-08 10:12 UTC  (25+ 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 v4] git: treat "-C <treat>" as a no-op when <path> is empty
 2015-03-08 10:15 UTC  (8+ messages)

[GSoC/RFC] Ideas on git fetch --deepen
 2015-03-08 10:14 UTC  (4+ messages)

[PATCH][GSoC] revision: forbid --graph and --no-walk usage
 2015-03-08 10:13 UTC  (4+ messages)

GSoC applicants: discuss other applicants patches, perhaps?
 2015-03-08 10:10 UTC  (5+ messages)
` [PATCH] Suggest applicants to participate in review of other peoples' patches

[PATCH v2 0/4] git-credential-store: XDG user-specific config file support
 2015-03-08  7:58 UTC  (5+ messages)
` [PATCH v2 1/4] git-credential-store: support multiple credential files
` [PATCH v2 2/4] git-credential-store: support XDG_CONFIG_HOME
` [PATCH v2 3/4] docs/git-credential-store: document XDG file and precedence
` [PATCH v2 4/4] t0302: test credential-store support for XDG_CONFIG_HOME

[PATCH] [GSoC Microproject]Adding "-" shorthand for "@{-1}" in RESET command
 2015-03-08  7:34 UTC  (2+ messages)

[PATCH 1/2] configure: support HAVE_BSD_SYSCTL option
 2015-03-08  7:14 UTC  (2+ messages)
` [PATCH 2/2] thread-utils.c: detect CPU count on older BSD-like systems

[PATCH] imap-send: use cURL automatically when NO_OPENSSL defined
 2015-03-08  5:13 UTC 

[PATCH] git-instaweb: use @SHELL_PATH@ instead of /bin/sh
 2015-03-08  5:05 UTC 

[PATCH] git-instaweb: allow running in a working tree subdirectory
 2015-03-08  5:04 UTC 

Delivery Status Notification (Failure)
 2015-03-08  0:36 UTC 

[PATCH 00/24] nd/untracked-cache updates
 2015-03-07 19:08 UTC  (3+ messages)
` [PATCH 10/24] untracked cache: save to an index extension

[GSoC] small project idea from my todo list.. Bundle Symbolic links
 2015-03-07 16:22 UTC 

[ANNOUNCE] Git Merge Contributors Summit, April 8th, Paris
 2015-03-07 11:48 UTC  (12+ messages)
          ` Bashing freelancers (was: [ANNOUNCE] Git Merge Contributors Summit, April 8th, Paris)
            ` Bashing freelancers

[GSOC] Introduction
 2015-03-07 11:25 UTC 

[PATCH] daemon: use strbuf for hostname info
 2015-03-07 10:50 UTC  (9+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] daemon: deglobalize hostname information

Promoting Git developers (was: Bashing freelancers)
 2015-03-07  7:18 UTC 

A note from the maintainer
 2015-03-06 23:33 UTC 

What's cooking in git.git (Mar 2015, #03; Fri, 6)
 2015-03-06 23:47 UTC 

[ANNOUNCE] Git v2.3.2
 2015-03-06 23:11 UTC 

Why is "git fetch --prune" so much slower than "git remote prune"?
 2015-03-06 22:59 UTC  (2+ messages)

[PATCH] send-email: Add CCs from additional commit tags
 2015-03-06 21:59 UTC 

Interest in contributing to the Git for GSOC 2015
 2015-03-06 21:53 UTC  (2+ messages)

Surprising interaction of "binary" and "eol" gitattributes
 2015-03-06 21:30 UTC  (5+ messages)

[GSoC microproject help] Allow "-" as a short-hand for "@{-1}" in more places
 2015-03-06 20:43 UTC  (3+ messages)

[RFC/PATCH] branch: name detached HEAD analogous to status
 2015-03-06 20:23 UTC  (3+ messages)
` [PATCHv2 2/2] "

[GSoC microproject] Add XDG support to the credential-store helper
 2015-03-06 19:21 UTC  (7+ messages)

[PATCH v4 0/1] http: Add Accept-Language header if possible
 2015-03-06 19:01 UTC  (3+ messages)
` [PATCH] http: Include locale.h when using setlocale()

[PATCH] sequencer: preserve commit messages
 2015-03-06 18:59 UTC  (3+ messages)
` [PATCHv2] "

[PATCH v3] git: make "git -C '' <cmd>" not to barf
 2015-03-06 18:31 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).