git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-09-15 15:23:15 to 2015-09-17 01:39:50 UTC [more...]

[PATCH 00/10] fetch submodules in parallel and a preview on parallel "submodule update"
 2015-09-17  1:39 UTC  (11+ messages)
` [PATCH 01/10] strbuf: Add strbuf_read_noblock
` [PATCH 02/10] run-command: factor out return value computation
` [PATCH 03/10] run-command: add an asynchronous parallel child processor
` [PATCH 04/10] fetch_populated_submodules: use new parallel job processing
` [PATCH 05/10] submodules: Allow parallel fetching, add tests and documentation
` [PATCH 06/10] git submodule update: Redirect any output to stderr
` [PATCH 07/10] git submodule update: pass --prefix only with a non empty prefix
` [PATCH 08/10] git submodule update: cmd_update_recursive
` [PATCH 09/10] "
` [PATCH 10/10] git submodule update: cmd_update_fetch

[PATCH] add ls-remote --get-push-url option
 2015-09-17  0:19 UTC  (4+ messages)
` [PATCH v5] remote: add get-url subcommand
` [PATCH v6] "

[PATCH 00/43] refs lmdb backend
 2015-09-17  0:09 UTC  (4+ messages)

[PATCH 0/2] notes: allow read only notes actions on refs outside of refs/notes
 2015-09-16 23:01 UTC  (7+ messages)
` [PATCH 1/2] notes: don't expand qualified refs in expand_notes_ref
` [PATCH 2/2] notes: allow non-writable actions on refs outside of refs/notes

[PATCH 0/67] war on sprintf, strcpy, etc
 2015-09-16 22:57 UTC  (134+ 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 44/67] enter_repo: convert fixed-size buffers to strbufs
` [PATCH 45/67] remove_leading_path: use a strbuf for internal storage
` [PATCH 46/67] write_loose_object: convert to strbuf
` [PATCH 47/67] diagnose_invalid_index_path: use strbuf to avoid strcpy/strcat
` [PATCH 48/67] fetch-pack: use argv_array for index-pack / unpack-objects
` [PATCH 49/67] http-push: use an argv_array for setup_revisions
` [PATCH 50/67] stat_tracking_info: convert to argv_array
` [PATCH 51/67] daemon: use cld->env_array when re-spawning
` [PATCH 52/67] use sha1_to_hex_to() instead of strcpy
` [PATCH 53/67] drop strcpy in favor of raw sha1_to_hex
` [PATCH 54/67] color: add overflow checks for parsing colors
` [PATCH 55/67] use alloc_ref rather than hand-allocating "struct ref"
` [PATCH 56/67] avoid sprintf and strcpy with flex arrays
` [PATCH 57/67] receive-pack: simplify keep_arg computation
` [PATCH 58/67] help: clean up kfmclient munging
` [PATCH 59/67] prefer memcpy to strcpy
` [PATCH 60/67] color: add color_set helper for copying raw colors
` [PATCH 61/67] notes: document length of fanout path with a constant
` [PATCH 62/67] convert strncpy to memcpy
` [PATCH 63/67] fsck: drop inode-sorting code
` [PATCH 64/67] Makefile: drop D_INO_IN_DIRENT build knob
` [PATCH 65/67] fsck: use for_each_loose_file_in_objdir
` [PATCH 66/67] use strbuf_complete to conditionally append slash
` [PATCH 67/67] name-rev: use strip_suffix to avoid magic numbers

"Medium" log format: change proposal for author != committer
 2015-09-16 22:25 UTC  (4+ messages)

[PATCH v7 0/3] worktree: worktree.c functions and list builtin command
 2015-09-16 21:36 UTC  (13+ messages)
` [PATCH v7 1/3] worktree: add top-level worktree.c
` [PATCH v7 2/3] worktree: move/refactor find_shared_symref from branch.c

git rebase -i failing due to phantom index.lock
 2015-09-16 20:08 UTC 

Git configure/make does not honor ARFLAGS
 2015-09-16 19:45 UTC  (9+ messages)

[PATCH] l10n: de.po: translate 2 messages
 2015-09-16 18:19 UTC  (2+ messages)

[Feature Request] git blame showing only revisions from git rev-list --first-parent
 2015-09-16 17:37 UTC  (11+ messages)

git-svn: cat-file memory usage
 2015-09-16 16:31 UTC  (4+ messages)

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

[PATCH v3] gc: save log from daemonized gc --auto and print it next time
 2015-09-16 16:00 UTC  (6+ messages)
` [PATCH v4] "

[PATCH v5 0/7] git-p4: add support for large file systems
 2015-09-16 15:20 UTC  (6+ messages)
` [PATCH v5 6/7] "

[PATCH v2] git-p4: improve path encoding verbose output
 2015-09-16 12:37 UTC  (2+ messages)

[PATCH v2 0/2] git-p4: handle "Translation of file content failed"
 2015-09-16 11:38 UTC  (6+ messages)
` [PATCH v2 2/2] "

Big path on git add file [windows bug]
 2015-09-16  9:40 UTC  (2+ messages)

[PATCH v4 0/8] port the filtering part of branch.c to use ref-filter APIs
 2015-09-16  6:23 UTC  (7+ messages)
` [PATCH v4 3/8] branch: roll show_detached HEAD into regular ref_list
` [PATCH v4 5/8] branch: drop non-commit error reporting

[PATCH] strtoul_ui: actually report error in case of negative input
 2015-09-16  6:08 UTC  (7+ messages)

storing cover letter of a patch series?
 2015-09-15 19:10 UTC  (7+ messages)
` [PATCH] doc: show usage of branch description

I INFORM YOU!!
 2015-09-15 15:45 UTC 

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


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