git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-09-13 01:02:29 to 2015-09-15 15:58:42 UTC [more...]

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

[PATCH v7] git-p4: add config git-p4.pathEncoding
 2015-09-15 15:55 UTC  (7+ messages)
` [PATCH v7] git-p4: improve path encoding verbose output

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

[Feature Request] git blame showing only revisions from git rev-list --first-parent
 2015-09-15 10:05 UTC  (9+ messages)

[bug] .git/hooks/commit-msg.sample test is reversed
 2015-09-15  9:10 UTC  (2+ messages)

Developing- Where to Start
 2015-09-15  8:31 UTC  (4+ messages)

Git Deployment using existing multiple environments
 2015-09-15  8:12 UTC  (7+ messages)

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

What's cooking in git.git (Sep 2015, #03; Mon, 14)
 2015-09-15  7:17 UTC  (2+ messages)

[PATCH] strtoul_ui: actually report error in case of negative input
 2015-09-15  6:50 UTC  (4+ messages)

Git configure/make does not honor ARFLAGS
 2015-09-15  4:56 UTC  (10+ messages)

[PATCH 0/7] saving and replaying multiple variants with rerere
 2015-09-14 23:57 UTC  (8+ messages)
` [PATCH 1/7] rerere: split conflict ID further
` [PATCH 2/7] rerere: scan $GIT_DIR/rr-cache/$ID when instantiating a rerere_id
` [PATCH 3/7] rerere: handle leftover rr-cache/$ID directory and postimage files
` [PATCH 4/7] rerere: delay the recording of preimage
` [PATCH 5/7] rerere: allow multiple variants to exist
` [PATCH 6/7] t4200: rerere a merge with two identical conflicts
` [PATCH 7/7] rerere: do use multiple variants

[L10N] Kickoff of translation for Git 2.6.0 round 2
 2015-09-14 23:06 UTC 

[ANNOUNCE] Git v2.6.0-rc2
 2015-09-14 22:42 UTC 

Patches generated by "git format-patch -M -B" can't be applied with "git apply"?
 2015-09-14 22:32 UTC  (3+ messages)

[RFC PATCHv1 0/2] Parallel git submodule fetching
 2015-09-14 22:06 UTC  (12+ messages)
` [PATCH 2/2] fetch: fetch submodules in parallel
            ` [PATCHv2] "
              ` [PATCHv2] fetch: "

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

[PATCH] gitk: accelerators for the main menu
 2015-09-14 18:51 UTC  (3+ messages)

[PATCH v7 0/2] path: implement common_dir handling in git_path_submodule()
 2015-09-14 18:14 UTC  (12+ messages)
` [PATCH v8 0/2] Submodule object path
  ` [PATCH v8 1/2] submodule refactor: use git_pathdup_submodule() in add_submodule_odb()
  ` [PATCH v9 0/2] Submodule object path
    ` [PATCH v9 1/2] submodule refactor: use strbuf_git_path_submodule() in add_submodule_odb()
    ` [PATCH v9 2/2] path: implement common_dir handling in git_pathdup_submodule()

[PATCH v7 0/3] worktree: worktree.c functions and list builtin command
 2015-09-14 17:44 UTC  (11+ messages)
` [PATCH v7 1/3] worktree: add top-level worktree.c
` [PATCH v7 2/3] worktree: move/refactor find_shared_symref from branch.c
` [PATCH v7 3/3] worktree: add 'list' command

[PATCH v3] gc: save log from daemonized gc --auto and print it next time
 2015-09-14 17:37 UTC  (4+ messages)
` [PATCH v4] "

[PATCH] l10n: de.po: translate 123 new messages
 2015-09-14 17:25 UTC  (7+ messages)
` [PATCH v2] "

[PATCH 0/2] gitignore, re-inclusion fix
 2015-09-14 17:15 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] dir.c: make last_exclude_matching_from_list() run til the end
  ` [PATCH v2 2/2] dir.c: don't exclude whole dir prematurely if neg pattern may match

storing cover letter of a patch series?
 2015-09-14 17:00 UTC  (7+ messages)
` [PATCH] doc: show usage of branch description
  ` [PATCH v2] "

[PATCH] Pass amend to pre-commit hook
 2015-09-14 16:49 UTC  (3+ messages)

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

git submodule ignores --git-dir
 2015-09-14 13:25 UTC  (4+ messages)

workdirs: cannot clone a local workdir directory
 2015-09-14 11:57 UTC  (13+ messages)
` [PATCH v2 0/5] fix local clone from a linked checkout
  ` [PATCH v2 2/5] enter_repo: avoid duplicating logic, use is_git_directory() instead
  ` [PATCH v3 0/5] fix local clone from a linked checkout
    ` [PATCH v3 1/5] path.c: delete an extra space
    ` [PATCH v3 2/5] enter_repo: avoid duplicating logic, use is_git_directory() instead
    ` [PATCH v3 3/5] enter_repo: allow .git files in strict mode
    ` [PATCH v3 4/5] clone: allow --local from a linked checkout
    ` [PATCH v3 5/5] clone: better error when --reference is "

Fwd: Translate Pro Git book to Russian and Ukrainian
 2015-09-14 10:22 UTC  (3+ messages)

[PATCHv1 0/3] git-p4: fixing import with labels when commit is not transferred
 2015-09-14  6:45 UTC  (2+ messages)

Bloom filters for have/want negotiation
 2015-09-14  3:40 UTC  (3+ messages)

No negotiation for repos on HTTP servers?
 2015-09-13 21:19 UTC  (2+ messages)

[PATCH, RESEND] gitk: adjust the menu line numbers to compensate for the new entry
 2015-09-13 12:24 UTC  (2+ messages)

[PATCH v17 00/14] port tag.c to use ref-filter APIs
 2015-09-13  4:54 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).