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

[PATCH 0/8] fetch submodules in parallel
 2015-09-28 23:13 UTC  (2+ messages)
` [PATCH 1/8] submodule.c: write "Fetching submodule <foo>" to stderr

Why not git reset --hard <path>?
 2015-09-28 22:58 UTC  (7+ messages)

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

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

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)

git commit -a -m is not working
 2015-09-28 17:11 UTC  (3+ 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 v2 0/68] war on sprintf
 2015-09-28  7:09 UTC  (36+ messages)
` [PATCH 24/68] http-push: replace strcat with xsnprintf
` [PATCH 28/68] fetch: replace static buffer with xstrfmt
` [PATCH 29/68] use strip_suffix and xstrfmt to replace suffix
` [PATCH 30/68] ref-filter: drop sprintf and strcpy calls
` [PATCH 34/68] read_remotes_file: simplify string handling
` [PATCH 37/68] remote-ext: simplify git pkt-line generation
` [PATCH 38/68] http-push: use strbuf instead of fwrite_buffer
` [PATCH 40/68] sha1_get_pack_name: use a strbuf
` [PATCH 41/68] init: use strbufs to store paths
` [PATCH 44/68] merge-recursive: convert malloc / strcpy to strbuf
` [PATCH 50/68] http-push: use an argv_array for setup_revisions
` [PATCH 51/68] stat_tracking_info: convert to argv_array
` [PATCH 52/68] daemon: use cld->env_array when re-spawning
` [PATCH 54/68] drop strcpy in favor of raw sha1_to_hex
` [PATCH 56/68] use alloc_ref rather than hand-allocating "struct ref"
` [PATCH 57/68] avoid sprintf and strcpy with flex arrays
` [PATCH 58/68] receive-pack: simplify keep_arg computation
` [PATCH 59/68] help: clean up kfmclient munging
` [PATCH 60/68] prefer memcpy to strcpy
` [PATCH 61/68] color: add color_set helper for copying raw colors
` [PATCH 62/68] notes: document length of fanout path with a constant
` [PATCH 63/68] convert strncpy to memcpy
` [PATCH 64/68] fsck: drop inode-sorting code
` [PATCH 65/68] Makefile: drop D_INO_IN_DIRENT build knob
` [PATCH 66/68] fsck: use for_each_loose_file_in_objdir
` [PATCH 67/68] use strbuf_complete to conditionally append slash
` [PATCH 68/68] name-rev: use strip_suffix to avoid magic numbers

[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  (13+ messages)
` [PATCH 0/2] "
  ` [PATCH 2/2] SQUASH for "fetch_populated_submodules: use new parallel job processing"
  ` [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  (4+ 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)

[PATCH v2 1/1] Makefile: link libcurl before openssl and crypto
 2015-09-25  0:15 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).