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

[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 "

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

[PATCH] ls-remote.txt: delete unsupported option
 2015-09-28 12:30 UTC 

[PATCH v2 0/68] war on sprintf
 2015-09-28  7:09 UTC  (77+ messages)
` [PATCH 01/68] show-branch: avoid segfault with --reflog of unborn branch
` [PATCH 02/68] mailsplit: fix FILE* leak in split_maildir
` [PATCH 03/68] archive-tar: fix minor indentation violation
` [PATCH 04/68] fsck: don't fsck alternates for connectivity-only check
` [PATCH 05/68] add xsnprintf helper function
` [PATCH 06/68] add git_path_buf "
` [PATCH 07/68] strbuf: make strbuf_complete_line more generic
` [PATCH 08/68] add reentrant variants of sha1_to_hex and find_unique_abbrev
` [PATCH 09/68] fsck: use strbuf to generate alternate directories
` [PATCH 10/68] mailsplit: make PATH_MAX buffers dynamic
` [PATCH 11/68] trace: use strbuf for quote_crnl output
` [PATCH 12/68] progress: store throughput display in a strbuf
` [PATCH 13/68] test-dump-cache-tree: avoid overflow of cache-tree name
` [PATCH 14/68] compat/inet_ntop: fix off-by-one in inet_ntop4
` [PATCH 15/68] convert trivial sprintf / strcpy calls to xsnprintf
` [PATCH 16/68] archive-tar: use xsnprintf for trivial formatting
` [PATCH 17/68] use xsnprintf for generating git object headers
` [PATCH 18/68] find_short_object_filename: convert sprintf to xsnprintf
` [PATCH 19/68] stop_progress_msg: "
` [PATCH 20/68] compat/hstrerror: convert sprintf to snprintf
` [PATCH 21/68] grep: use xsnprintf to format failure message
` [PATCH 22/68] entry.c: convert strcpy to xsnprintf
` [PATCH 23/68] add_packed_git: convert strcpy into xsnprintf
` [PATCH 24/68] http-push: replace strcat with xsnprintf
` [PATCH 25/68] receive-pack: convert strncpy to xsnprintf
` [PATCH 26/68] replace trivial malloc + sprintf / strcpy calls with xstrfmt
` [PATCH 27/68] config: use xstrfmt in normalize_value
` [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 31/68] help: drop prepend function in favor of xstrfmt
` [PATCH 32/68] mailmap: replace strcpy with xstrdup
` [PATCH 33/68] read_branches_file: simplify string handling
` [PATCH 34/68] read_remotes_file: "
` [PATCH 35/68] resolve_ref: use strbufs for internal buffers
` [PATCH 36/68] upload-archive: convert sprintf to strbuf
` [PATCH 37/68] remote-ext: simplify git pkt-line generation
` [PATCH 38/68] http-push: use strbuf instead of fwrite_buffer
` [PATCH 39/68] http-walker: store url in a strbuf
` [PATCH 40/68] sha1_get_pack_name: use "
` [PATCH 41/68] init: use strbufs to store paths
` [PATCH 42/68] apply: convert root string to strbuf
` [PATCH 43/68] transport: use strbufs for status table "quickref" strings
` [PATCH 44/68] merge-recursive: convert malloc / strcpy to strbuf
` [PATCH 45/68] enter_repo: convert fixed-size buffers to strbufs
` [PATCH 46/68] remove_leading_path: use a strbuf for internal storage
` [PATCH 47/68] write_loose_object: convert to strbuf
` [PATCH 48/68] diagnose_invalid_index_path: use strbuf to avoid strcpy/strcat
` [PATCH 49/68] fetch-pack: use argv_array for index-pack / unpack-objects
` [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 53/68] use sha1_to_hex_r() instead of strcpy
` [PATCH 54/68] drop strcpy in favor of raw sha1_to_hex
` [PATCH 55/68] color: add overflow checks for parsing colors
` [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 

Single brackets matching in .gitignore rules
 2015-09-27 16:35 UTC  (3+ messages)

[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'

[RFC/PATCH v1] Add Travis CI support
 2015-09-27 12:11 UTC  (13+ messages)

git commit -a -m is not working
 2015-09-26 18:54 UTC  (2+ messages)

[PATCH v8 0/7] git-p4: add support for large file systems
 2015-09-26  7:55 UTC  (8+ 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 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

[PATCHv4 06/14] run-command: add an asynchronous parallel child processor
 2015-09-25 19:32 UTC  (15+ messages)
` [PATCHv5] Another squash on "
    ` [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  (20+ messages)
` [PATCH v6 5/8] branch: drop non-commit error reporting
` [PATCH v6b "

[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)

t5561 failing after make PROFILE=GEN
 2015-09-25 15:50 UTC  (9+ messages)
  ` [PATCH] t5561: get rid of racy appending to logfile

[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 0/4] Fix gc failure when a remote HEAD goes stale
 2015-09-25  1:35 UTC  (10+ messages)
` [PATCH 1/4] gc: demonstrate failure with stale remote HEAD
` [PATCH 2/4] pack-objects: do not get distracted by stale refs
` [PATCH 3/4] mark_reachable_objects(): optionally collect broken refs
` [PATCH 4/4] gc: remove "

[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)

[PATCH 1/1] configure.ac: detect ssl need with libcurl
 2015-09-24 19:14 UTC 

[PATCH] connect: Fix typo in result string of prot_name()
 2015-09-24 12:44 UTC 

What's cooking in git.git (Sep 2015, #06; Wed, 23)
 2015-09-24  9:28 UTC  (2+ messages)

I am inspired to send you this email
 2015-09-24  6:13 UTC 

[PATCH v8 0/4] worktree: list functions and command
 2015-09-24  5:00 UTC  (5+ messages)
` [PATCH v8 4/4] worktree: add 'list' command

Unable to create temporary file '/var/git/tmv3-target-overlay.git/shallow_Un8ZOR': Permission denied
 2015-09-23 22:48 UTC  (13+ 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).