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

[PATCH v2 0/68] war on sprintf
 2015-09-24 21:08 UTC  (43+ 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 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 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 35/68] resolve_ref: use strbufs for internal buffers
` [PATCH 36/68] upload-archive: convert sprintf to strbuf
` [PATCH 39/68] http-walker: store url in a strbuf
` [PATCH 42/68] apply: convert root string to strbuf
` [PATCH 43/68] transport: use strbufs for status table "quickref" strings
` [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 53/68] use sha1_to_hex_r() instead of strcpy
` [PATCH 55/68] color: add overflow checks for parsing colors
` [PATCH 56/68] use alloc_ref rather than hand-allocating "struct ref"

[PATCH 1/1] configure: make curl-config path configurable
 2015-09-24 19:50 UTC 

[PATCH v7 0/7] git-p4: add support for large file systems
 2015-09-24 20:44 UTC  (12+ messages)
` [PATCH v7 1/7] git-p4: add optional type specifier to gitConfig reader

git-p4: t9819 failing
 2015-09-24 20:29 UTC  (6+ messages)

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

t5561 failing after make PROFILE=GEN
 2015-09-24 18:23 UTC  (8+ messages)
  ` [PATCH] t5561: get rid of racy appending to logfile

[PATCH v6 0/8] port branch.c to use the filtering part of ref-filter
 2015-09-24 18:09 UTC  (23+ messages)
` [PATCH v6 1/8] branch: refactor width computation
` [PATCH v6 2/8] branch: bump get_head_description() to the top
` [PATCH v6 3/8] branch: roll show_detached HEAD into regular ref_list
` [PATCH v6 4/8] branch: move 'current' check down to the presentation layer
` [PATCH v6 5/8] branch: drop non-commit error reporting
` [PATCH v6 6/8] branch.c: use 'ref-filter' data structures
` [PATCH v6 7/8] branch.c: use 'ref-filter' APIs
` [PATCH v6 8/8] branch: add '--points-at' option
` [PATCH v6b 5/8] branch: drop non-commit error reporting

[PATCH 0/4] Fix gc failure when a remote HEAD goes stale
 2015-09-24 17:57 UTC  (8+ 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 v2 1/1] Makefile: link libcurl before openssl and crypto
 2015-09-24 17:43 UTC 

[PATCH] branch: handle errors on setting tracking branches
 2015-09-24 14:05 UTC  (2+ messages)

[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  (11+ messages)
` [PATCH v8 1/4] worktree: add top-level worktree.c
` [PATCH v8 2/4] worktree: refactor find_linked_symref function
` [PATCH v8 3/4] worktree: add functions to get worktree details
` [PATCH v8 4/4] worktree: add 'list' command

[PATCHv4 00/14] fetch submodules in parallel and a preview on parallel "submodule update"
 2015-09-24  2:17 UTC  (27+ messages)
` [PATCHv4 01/14] submodule: Send "Fetching submodule <foo>" to standard error
` [PATCHv4 02/14] xread: poll on non blocking fds
` [PATCHv4 03/14] xread_nonblock: add functionality to read from fds without blocking
` [PATCHv4 04/14] strbuf: add strbuf_read_once to read "
` [PATCHv4 05/14] run-command: factor out return value computation
` [PATCHv4 06/14] run-command: add an asynchronous parallel child processor
        ` [PATCHv5] Another squash on "
` [PATCHv4 07/14] fetch_populated_submodules: use new parallel job processing
` [PATCHv4 08/14] submodules: allow parallel fetching, add tests and documentation
` [PATCHv4 09/14] submodule-config: Untangle logic in parse_config
` [PATCHv4 10/14] submodule config: keep update strategy around
` [PATCHv4 11/14] git submodule update: cmd_update_recursive
` [PATCHv4 12/14] git submodule update: cmd_update_clone
` [PATCHv4 13/14] git submodule update: cmd_update_fetch
` [PATCHv4 14/14] Rewrite submodule update in C

Unable to create temporary file '/var/git/tmv3-target-overlay.git/shallow_Un8ZOR': Permission denied
 2015-09-23 22:48 UTC  (14+ messages)

[PATCH] filter-branch: add passed/remaining seconds on progress
 2015-09-23 20:48 UTC  (10+ messages)

[PATCH] git-svn: make batch mode optional for git-cat-file
 2015-09-23 19:22 UTC  (7+ messages)

[PATCH] worktree: don't use C99 feature
 2015-09-23 15:01 UTC  (2+ messages)

[PATCH v4 0/2] git-p4: handle "Translation of file content failed"
 2015-09-23  7:34 UTC  (13+ messages)
` [PATCH v4 1/2] git-p4: add test case for "Translation of file content failed" error

[PATCHv3 00/13] fetch submodules in parallel and a preview on parallel "submodule update"
 2015-09-23  1:51 UTC  (30+ messages)
` [PATCHv3 02/13] xread: poll on non blocking fds
` [PATCHv3 03/13] xread_nonblock: add functionality to read from fds nonblockingly
` [PATCHv3 06/13] run-command: add an asynchronous parallel child processor
` [PATCHv3 07/13] fetch_populated_submodules: use new parallel job processing

[PATCH v2] notes: correct documentation of DWIMery for notes references
 2015-09-22 22:15 UTC 

[PATCH] Makefile: Change library order for static linking
 2015-09-22 21:30 UTC  (8+ messages)

[PATCH] notes: document behavior of --ref and --notes DWIMery
 2015-09-22 21:23 UTC  (5+ messages)

Specifying N revisions after the initial commit
 2015-09-22 20:42 UTC  (7+ messages)

[PATCH] Fixed typo in Doc/gitrepository-layout
 2015-09-22 19:19 UTC 

[PATCH 0/2] notes: allow read only notes actions on refs outside of refs/notes
 2015-09-22 18:48 UTC  (8+ messages)
` [PATCH 1/2] notes: don't expand qualified refs in expand_notes_ref

git-svn aborts with "Use of uninitialized value $u" when a non-svn-backed branch is present in remote
 2015-09-22 18:48 UTC 

[PATCH] hooks/update: Add a hooks.denyunsignedtags option
 2015-09-22 18:42 UTC  (2+ messages)

git-svn: Why not use git-fast-import?
 2015-09-22 15:59 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).