git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-09-25 00:21:58 to 2015-09-30 08:23:06 UTC [more...]

[PATCH] rebase: accept indented comments (fixes regression)
 2015-09-30  8:11 UTC 

[PATCH] git-send-email.perl: Fixed sending of many/huge changes/patches
 2015-09-30  7:26 UTC 

[PATCH 0/8] fetch submodules in parallel
 2015-09-30  5:23 UTC  (11+ messages)
` [PATCH 1/8] submodule.c: write "Fetching submodule <foo>" to stderr
` [PATCH 2/8] xread: poll on non blocking fds
` [PATCH 3/8] xread_nonblock: add functionality to read from fds without blocking
` [PATCH 4/8] strbuf: add strbuf_read_once to read "
` [PATCH 5/8] sigchain: add command to pop all common signals
` [PATCH 6/8] run-command: add an asynchronous parallel child processor
` [PATCH 7/8] fetch_populated_submodules: use new parallel job processing
` [PATCH 8/8] submodules: allow parallel fetching, add tests and documentation

[PATCH v2 0/68] war on sprintf
 2015-09-30  0:23 UTC  (15+ messages)
` [PATCH 41/68] init: use strbufs to store paths
` [PATCH 54/68] drop strcpy in favor of raw sha1_to_hex
` [PATCH 60/68] prefer memcpy to strcpy
` [PATCH 66/68] fsck: use for_each_loose_file_in_objdir

Announcing Git for Windows 2.6.0
 2015-09-29 21:03 UTC 

Why not git reset --hard <path>?
 2015-09-29 19:40 UTC  (11+ messages)

2.6.0: Comment in rebase instruction has become too rigid
 2015-09-29 18:31 UTC  (6+ messages)

[PATCH] git-gui: remove the garbage collection hint
 2015-09-29 17:33 UTC 

[PATCH] git-send-email.perl: Fixed sending of many changes/patches
 2015-09-29 15:43 UTC  (2+ messages)

Gitk cannot start in the latest version when using --all
 2015-09-29 13:59 UTC  (4+ messages)

broken racy detection and performance issues with nanosecond file times
 2015-09-29 13:42 UTC  (8+ messages)
` [PATCH/RFC] read-cache: fix file time comparisons with different precisions

Warning: E-mail viruses detected
 2015-09-29  6:39 UTC 

git commit -a -m is not working
 2015-09-28 23:34 UTC  (4+ messages)

[ANNOUNCE] Git v2.6.0
 2015-09-28 23:20 UTC 

A note from the maintainer
 2015-09-28 23:20 UTC 

[PATCH v2 00/43] lmdb ref backend
 2015-09-28 22:02 UTC  (44+ messages)
` [PATCH v2 01/43] refs.c: create a public version of verify_refname_available
` [PATCH v2 02/43] refs: make repack_without_refs and is_branch public
` [PATCH v2 03/43] refs-be-files.c: rename refs to refs-be-files
` [PATCH v2 04/43] refs.c: add a new refs.c file to hold all common refs code
` [PATCH v2 05/43] refs.c: move update_ref to refs.c
` [PATCH v2 06/43] refs.c: move delete_ref and delete_refs to the common code
` [PATCH v2 07/43] refs.c: move read_ref_at to the common refs file
` [PATCH v2 08/43] refs.c: move the hidden refs functions to the common code
` [PATCH v2 09/43] refs.c: move dwim and friend functions to the common refs code
` [PATCH v2 10/43] refs.c: move warn_if_dangling_symref* to the common code
` [PATCH v2 11/43] refs.c: move read_ref, read_ref_full and ref_exists "
` [PATCH v2 12/43] refs.c: move resolve_refdup to common
` [PATCH v2 13/43] refs.c: move check_refname_format to the common code
` [PATCH v2 14/43] refs.c: move is_branch "
` [PATCH v2 15/43] refs.c: move prettify_refname "
` [PATCH v2 16/43] refs.c: move ref iterators "
` [PATCH v2 17/43] refs.c: move head_ref_namespaced "
` [PATCH v2 18/43] refs-be-files.c: add a backend method structure with transaction functions
` [PATCH v2 19/43] refs-be-files.c: add methods for misc ref operations
` [PATCH v2 20/43] refs-be-files.c: add methods for the ref iterators
` [PATCH v2 21/43] refs-be-files.c: add method for for_each_reftype_
` [PATCH v2 22/43] refs-be-files.c: add do_for_each_per_worktree_ref
` [PATCH v2 23/43] refs.c: move refname_is_safe to the common code
` [PATCH v2 24/43] refs.h: document make refname_is_safe and add it to header
` [PATCH v2 25/43] refs.c: move copy_msg to the common code
` [PATCH v2 26/43] refs.c: move peel_object "
` [PATCH v2 27/43] refs.c: move should_autocreate_reflog to "
` [PATCH v2 28/43] refs.c: add ref backend init function
` [PATCH v2 29/43] refs.c: add methods for reflog
` [PATCH v2 30/43] refs-be-files.c: add method to expire reflogs
` [PATCH v2 31/43] refs.c: add method for initial ref transaction commit
` [PATCH v2 32/43] initdb: move safe_create_dir into common code
` [PATCH v2 33/43] refs.c: add method for initializing refs db
` [PATCH v2 34/43] refs.c: make struct ref_transaction generic
` [PATCH v2 35/43] refs-be-files.c: add method to rename refs
` [PATCH v2 36/43] run-command: track total number of commands run
` [PATCH v2 37/43] refs: move some defines from refs-be-files.c to refs.h
` [PATCH v2 38/43] refs: make some files backend functions public
` [PATCH v2 39/43] refs: break out a ref conflict check
` [PATCH v2 40/43] refs: allow ref backend to be set for clone
` [PATCH v2 41/43] refs: add register_refs_backend
` [PATCH v2 42/43] refs: add LMDB refs backend
` [PATCH v2 43/43] refs: tests for db backend

[PATCH 0/4] Fix gc failure when a remote HEAD goes stale
 2015-09-28 20:05 UTC  (15+ messages)
` [PATCH 4/4] gc: remove broken refs
      ` [PATCH v2 0/4] Fix gc failure when a remote HEAD goes stale
        ` [PATCH v2 1/4] gc: demonstrate failure with stale remote HEAD
        ` [PATCH v2 2/4] pack-objects: do not get distracted by broken symrefs
        ` [PATCH v2 3/4] mark_reachable_objects(): optionally collect "
        ` [PATCH v2 4/4] gc: remove "

[PATCH v8 0/7] git-p4: add support for large file systems
 2015-09-28 19:55 UTC  (9+ messages)
` [PATCH v8 1/7] git-p4: add optional type specifier to gitConfig reader
` [PATCH v8 2/7] git-p4: add gitConfigInt reader
` [PATCH v8 3/7] git-p4: return an empty list if a list config has no values
` [PATCH v8 4/7] git-p4: add file streaming progress in verbose mode
` [PATCH v8 5/7] git-p4: check free space during streaming
` [PATCH v8 6/7] git-p4: add support for large file systems
` [PATCH v8 7/7] git-p4: add Git LFS backend for large file system

[PATCH] clone --dissociate: avoid locking pack files
 2015-09-28 19:44 UTC 

[RFC/PATCH v1] Add Travis CI support
 2015-09-28 19:07 UTC  (16+ messages)

Cannot setup gerrit 2.11.3 on clean ubuntu 15.04 machine
 2015-09-28 18:14 UTC 

Single brackets matching in .gitignore rules
 2015-09-28 18:04 UTC  (7+ messages)

(unknown),
 2015-09-28 17:55 UTC 

[PATCH] ls-remote.txt: delete unsupported option
 2015-09-28 17:43 UTC  (2+ messages)

[PATCH] Fix "inside work tree" detection on case-insensitive filesystems
 2015-09-28 16:12 UTC 

[PATCH v2 0/5] fix local clone from a linked checkout
 2015-09-28 13:06 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/5] enter_repo: allow .git files in strict mode
  ` [PATCH v4 0/6] fix local clone from a linked checkout
    ` [PATCH v4 1/6] path.c: delete an extra space
    ` [PATCH v4 2/6] t0002: add test for enter_repo(), non-strict mode
    ` [PATCH v4 3/6] enter_repo: avoid duplicating logic, use is_git_directory() instead
    ` [PATCH v4 4/6] enter_repo: allow .git files in strict mode
    ` [PATCH v4 5/6] clone: allow --local from a linked checkout
    ` [PATCH v4 6/6] clone: better error when --reference is "

[PATCH] Pass amend to pre-commit hook
 2015-09-27 22:09 UTC  (3+ messages)

[PATCH] builtin/apply.c: make a file local symbol static
 2015-09-27 18:33 UTC 

[PATCH] git-multimail version 1.2 RC1
 2015-09-27 16:24 UTC 

[PATCH 1/2] t3203: test 'detached at' after checkout --detach
 2015-09-27 15:13 UTC  (2+ messages)
` [PATCH 2/2] status: don't say 'HEAD detached at HEAD'

[PATCH 00/43] refs lmdb backend
 2015-09-25 21:33 UTC  (5+ messages)
` [PATCH 20/43] refs-be-files.c: add methods for the ref iterators

[PATCHv5] Another squash on run-command: add an asynchronous parallel child processor
 2015-09-25 19:32 UTC  (12+ messages)
` [PATCH 0/2] "
  ` [PATCH 1/2] SQUASH???

[PATCH v6 0/8] port branch.c to use the filtering part of ref-filter
 2015-09-25 18:37 UTC  (6+ messages)
` [PATCH v6b 5/8] branch: drop non-commit error reporting

[PATCH] t5561: get rid of racy appending to logfile
 2015-09-25 17:44 UTC  (2+ messages)

[PATCH] branch: handle errors on setting tracking branches
 2015-09-25 16:52 UTC  (3+ messages)

[PATCH] t5561: get rid of racy appending to logfile
 2015-09-25 15:50 UTC  (3+ messages)

[PATCH] submodule-parallel-fetch: make some file local symbols static
 2015-09-25 15:40 UTC  (2+ messages)

Formatting error in page http://git-scm.com/docs/user-manual
 2015-09-25 14:29 UTC  (3+ messages)

Fwd: diff not finding difference
 2015-09-25 10:25 UTC  (3+ messages)

git-p4: t9819 failing
 2015-09-25  9:29 UTC  (7+ messages)

[PATCH v7 0/7] git-p4: add support for large file systems
 2015-09-25  9:09 UTC  (11+ messages)
` [PATCH v7 6/7] "

Teak Furniture
 2015-09-25  2:27 UTC 

[PATCH] t/perf: make runner work even if Git is not installed
 2015-09-25  0:31 UTC 

[PATCH 1/1] configure: make curl-config path configurable
 2015-09-25  0:21 UTC  (2+ 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).