git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-03-06 01:58:56 to 2015-03-08 14:19:25 UTC [more...]

[BUG] Segfault with rev-list --bisect
 2015-03-08 14:18 UTC  (5+ messages)
` [PATCH] rev-list: refuse --first-parent combined with --bisect
  ` [PATCH v2] "

[PATCH] [GSoC Microproject]Adding "-" shorthand for "@{-1}" in RESET command
 2015-03-08 11:09 UTC 

[GSoC][PATCH 1/2] userdiff: add built-in patterns for CSS
 2015-03-08 11:03 UTC  (2+ 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 10:49 UTC  (10+ messages)
` [PATCH v3 2/3] sha1_file: implement changes for "cat-file --literally -t"

[PATCH] reset: allow "-" short hand for previous commit
 2015-03-08 10:33 UTC  (3+ messages)
` [PATCH 1/2] "

Is the Git Mailing List dropping messages?
 2015-03-08 10:20 UTC  (2+ messages)

[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 00/10] Use a structure for object IDs
 2015-03-08  9:57 UTC  (13+ 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

Efficient parsing of `status -z` output
 2015-03-08  8:14 UTC  (2+ messages)

[PATCH] xmerge.c: fix xdl_merge to conform with the manual
 2015-03-08  8:06 UTC  (6+ messages)

[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 1/2] git-compat-util.h: move SHELL_PATH default into header
 2015-03-08  7:52 UTC  (3+ messages)
` [PATCH 2/2] help.c: use SHELL_PATH instead of hard-coded "/bin/sh"

[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 

Please consider adding a -f switch to git-clone (or something similar)
 2015-03-08  2:32 UTC  (6+ messages)

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  (15+ 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 

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

[RFC/PATCH 0/3] protocol v2
 2015-03-07  5:21 UTC  (8+ messages)
` [PATCH] protocol upload-pack-v2

Git very slow ?
 2015-03-07  1:30 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)

Git merge driver / attributes bug in 2.3.1?
 2015-03-06 21:30 UTC  (5+ messages)
  ` AW: "

[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  (5+ messages)
` [PATCHv2 0/2] branch output for detached HEAD
  ` [PATCHv2 1/2] wt-status: refactor detached HEAD analysis
  ` [PATCHv2 2/2] branch: name detached HEAD analogous to status

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

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

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

[PATCH 0/2] [git-gui] "Open existing repository" with submodules
 2015-03-06 16:21 UTC  (3+ messages)
` [PATCH 1/2] Fixes chooser not accepting gitfiles
` [PATCH 2/2] Makes chooser set 'gitdir' to the resolved path

Reminder for Invited Authors: Upload it until March 20, 2015. Extended Versions of all the Invited papers will be promoted for direct publication in 36 Collaborating ISI/SCI Journals (with Impact Factor from Thomson Reuters)
 2015-03-06 10:30 UTC 

AW: Git merge driver / attributes bug in 2.3.1?
 2015-03-06 13:40 UTC 

[PATCH][GSoC] revision: forbid --graph and --no-walk usage
 2015-03-06 12:11 UTC  (3+ messages)

[PATCH] for the SoC15 micro project, Make "git -C '' cmd" not to barf
 2015-03-06 11:54 UTC  (3+ messages)

[PATCH 1/2] Ask students to include a link to their microproject in their application
 2015-03-06 11:47 UTC  (4+ messages)
` [PATCH 2/2] Disclaimer about the number of slots

Checkout --force without complete overwrite?
 2015-03-06 11:36 UTC  (2+ messages)

[RFH] GSoC 2015 application
 2015-03-06 11:24 UTC  (11+ messages)

[PATCH] [GSoC15] git-credentials-store: support XDG config dir
 2015-03-06  9:57 UTC  (5+ messages)
` [PATCH 1/2] git-credential-store: "

[PATCHv4 0/3]
 2015-03-06  9:48 UTC  (5+ messages)
  ` [PATCHv4 1/3] t7508: .gitignore 'expect' and 'output' files
  ` [PATCHv4 2/3] t7508: test git status -v
  ` [PATCHv4 3/3] commit/status: show the index-worktree diff with -v -v
  ` [PATCHv4 0/3] More diffs for commit/status

[PATCH 0/5] Retry if fdopen() fails due to ENOMEM
 2015-03-06  5:08 UTC  (2+ messages)

Fwd: An interesting opinion on DVCS/git
 2015-03-06  3:25 UTC  (5+ 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).