git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-03-28 19:47:20 to 2017-03-30 18:26:12 UTC [more...]

[PATCH 0/18] snprintf cleanups
 2017-03-30 18:26 UTC  (20+ messages)
` [PATCH 04/18] diff: avoid fixed-size buffer for patch-ids
` [PATCH 07/18] avoid using fixed PATH_MAX buffers for refs
` [PATCH 10/18] create_branch: use xstrfmt for reflog message
` [PATCH 11/18] name-rev: replace static buffer with strbuf
` [PATCH 12/18] receive-pack: print --pack-header directly into argv array
` [PATCH 13/18] replace unchecked snprintf calls with heap buffers
` [PATCH 14/18] combine-diff: replace malloc/snprintf with xstrfmt
` [PATCH 15/18] convert unchecked snprintf into xsnprintf
` [PATCH 16/18] transport-helper: replace checked snprintf with xsnprintf
` [PATCH 17/18] gc: replace local buffer with git_path
` [PATCH 18/18] daemon: use an argv_array to exec children
` [PATCH] Makefile: detect errors in running spatch

[PATCH v6 0/7] short status: improve reporting for submodule changes
 2017-03-30 18:18 UTC  (18+ messages)
` [PATCH v7 "
  ` [PATCH 7/7] submodule.c: correctly handle nested submodules in is_submodule_modified
  ` [PATCH v8 0/7] short status: improve reporting for submodule changes
    ` [PATCH 1/2] "
    ` [PATCH 2/2] submodule.c: correctly handle nested submodules in is_submodule_modified
    ` [PATCHv9 (6,7)/7] short status: improve reporting for submodule changes

[PATCH] userdiff: add build-in pattern for shell
 2017-03-30 18:08 UTC  (6+ messages)
  `  "
` [PATCH v2] "

[PATCH v2] log: if --decorate is not given, default to --decorate=auto
 2017-03-30 18:03 UTC  (3+ messages)

[RFC PATCH] change default for status.submoduleSummary to true
 2017-03-30 18:02 UTC  (4+ messages)

[PATCH] strbuf: support long paths w/o read rights in strbuf_getcwd() on FreeBSD
 2017-03-30 18:01 UTC  (7+ messages)

[PATCH v8 00/11] Untracked cache improvements
 2017-03-30 17:47 UTC  (6+ messages)
` [PATCH v8 04/11] update-index: add untracked cache notifications

[PATCH 2/2] name-rev: favor describing with tags and use committer date to tiebreak
 2017-03-30 17:30 UTC  (9+ messages)
` [PATCH v2 0/3] name-rev sanity
  ` [PATCH v2 1/3] name-rev: refactor logic to see if a new candidate is a better name
  ` [PATCH v2 2/3] name-rev: favor describing with tags and use committer date to tiebreak
  ` [PATCH v2 3/3] name-rev: provide debug output

[PATCH v4 0/5] [GSoC] remove_subtree(): reimplement using iterators
 2017-03-30 17:26 UTC  (17+ messages)
` [PATCH v4 1/5] dir_iterator: add helpers to dir_iterator_advance
` [PATCH v4 2/5] dir_iterator: iterate over dir after its contents
` [PATCH v4 3/5] remove_subtree(): reimplement using iterators
` [PATCH v4 4/5] remove_subtree(): test removing nested directories
` [PATCH v4 5/5] files_reflog_iterator: amend use of dir_iterator

ttk error when starting git gui
 2017-03-30 17:01 UTC 

[PATCH v2 0/2] Refactor the filter process code into a reusable module
 2017-03-30 17:01 UTC  (7+ messages)
` [PATCH v2 1/2] pkt-line: add packet_writel() and packet_read_line_gently()

[PATCH 0/7] PREVIEW: Introduce DC_AND_OPENSSL_SHA1 make flag
 2017-03-30 16:47 UTC  (7+ messages)
` [PATCH 2/7] Makefile: optionally compile with both SHA1DC and SHA1_OPENSSL

[PATCH] read-cache: avoid git_path() race in freshen_shared_index()
 2017-03-30 16:00 UTC  (6+ messages)

[PATCH v4 0/8] refactor the filter process code into a reusable module
 2017-03-30 15:54 UTC  (10+ messages)
` [PATCH v4 1/8] pkt-line: add packet_read_line_gently()
` [PATCH v4 2/8] convert: move packet_write_list() into pkt-line as packet_writel()
` [PATCH v4 3/8] convert: Split start_multi_file_filter into two separate functions
` [PATCH v4 4/8] convert: Separate generic structures and variables from the filter specific ones
` [PATCH v4 5/8] convert: Update generic functions to only use generic data structures
` [PATCH v4 6/8] convert: rename reusable sub-process functions
` [PATCH v4 7/8] sub-process: move sub-process functions into separate files
` [PATCH v4 8/8] convert: Update subprocess_read_status to not die on EOF

[PATCH v3 0/8] refactor the filter process code into a reusable module
 2017-03-30 15:27 UTC  (13+ messages)
` [PATCH v3 1/8] pkt-line: add packet_writel() and packet_read_line_gently()
` [PATCH v3 2/8] convert: Update convert to use new packet_writel() function
` [PATCH v3 3/8] convert: Split start_multi_file_filter into two separate functions
` [PATCH v3 4/8] convert: Separate generic structures and variables from the filter specific ones
` [PATCH v3 5/8] convert: Update generic functions to only use generic data structures
` [PATCH v3 6/8] convert: rename reusable sub-process functions
` [PATCH v3 7/8] sub-process: move sub-process functions into separate files
` [PATCH v3 8/8] convert: Update subprocess_read_status to not die on EOF

[RFC PATCH 0/5] Localise error headers
 2017-03-30 15:18 UTC  (9+ messages)

[PATCH] difftool: avoid strcpy
 2017-03-30 13:19 UTC  (2+ messages)

[PATCH v5 0/6] [GSoC] remove_subtree(): reimplement using iterators
 2017-03-30 12:10 UTC  (15+ messages)
` [PATCH v5 1/6] dir_iterator: add helpers to dir_iterator_advance
` [PATCH v5 2/6] dir_iterator: refactor state machine model
` [PATCH v5 3/6] dir_iterator: iterate over dir after its contents
` [PATCH v5 4/6] dir_iterator: add tests for dir_iterator API
` [PATCH v5 5/6] remove_subtree(): reimplement using iterators
` [PATCH v5 6/6] remove_subtree(): test removing nested directories

t1503 broken ?
 2017-03-30 11:37 UTC  (3+ messages)
` [PATCH 1/2] path.c: and an option to call real_path() in expand_user_path()
  ` [PATCH 2/2] config: resolve symlinks in conditional include's patterns

[PATCH 3/3] completion: offer ctags symbol names for 'git log -S', '-G' and '-L:'
 2017-03-30 10:06 UTC  (2+ messages)

[PATCH] update-index: fix xgetcwd() related memory leak
 2017-03-30  6:23 UTC  (2+ messages)

[PATCH 0/3] Respect column.ui in commented status in git-commit
 2017-03-30  3:22 UTC  (6+ messages)
` [PATCH 1/3] column.c: pass column_options to down to display_plain
` [PATCH 2/3] column: allow for custom printf
` [PATCH 3/3] WIP - Allow custom printf function for column printing

[PATCH v2 00/21] object_id part 7
 2017-03-30  1:37 UTC  (16+ messages)
` [PATCH v2 07/21] builtin/receive-pack: convert portions to struct object_id
` [PATCH v2 16/21] Make sha1_array_append take a struct object_id *

[GSoC] Proposal: turn git-add--interactive.perl into a builtin
 2017-03-30  0:01 UTC  (3+ messages)

[PATCH v2] travis-ci: build and test Git on Windows
 2017-03-29 23:26 UTC  (5+ messages)

[PATCH 1/2] entry.c: submodule recursing: respect force flag correctly
 2017-03-29 22:47 UTC  (8+ messages)
` [PATCH 2/2] unpack-trees.c: align submodule error message to the other error messages
      ` [PATCH] "

Can't locate ExtUtils/MakeMaker.pm in @INC
 2017-03-29 22:22 UTC  (10+ messages)
  ` [PATCH] perl: regenerate perl.mak if perl -V changes
    ` [PATCH v2] "
        ` [PATCH v3] "

What's cooking in git.git (Mar 2017, #12; Wed, 29)
 2017-03-29 22:14 UTC  (2+ messages)

[ANNOUNCE] Git for Windows 2.12.2
 2017-03-29 21:59 UTC  (2+ messages)

[PATCH] Correct compile errors when DEBUG_BISECT=1 after supporting other hash algorithms
 2017-03-29 21:36 UTC  (6+ messages)

BUG: Renaming a branch checked out in a different work tree
 2017-03-29 18:43 UTC  (3+ messages)

git-compat-util.h:735:13: error: conflicting types for 'inet_ntop'
 2017-03-29 17:11 UTC  (2+ messages)

[PATCH v3 0/8] refactor the filter process code into a reusable module
 2017-03-29 15:50 UTC 

Git hackathon New York / London - call for mentors
 2017-03-29 13:20 UTC  (2+ messages)

[RFC] should these two topics graduate to 'master' soon?
 2017-03-29 12:55 UTC  (2+ messages)

[PATCH 0/3] rebase -i (reword): call the commit-msg hook again
 2017-03-29 12:49 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] sequencer: make commit options more extensible

[PATCH v5 00/24] Remove submodule from files-backend.c
 2017-03-29 10:55 UTC  (6+ messages)
` [PATCH v6 00/27] "
  ` [PATCH v6 18/27] files-backend: replace submodule_allowed check in files_downcast()

[PATCH] contrib/subtree: add "--no-commit" flag for merge and pull
 2017-03-29  7:56 UTC  (3+ messages)

should git-subtree ignore submodules?
 2017-03-29  7:05 UTC  (2+ messages)

Git fails to build on Ubuntu Server 16.04
 2017-03-29  3:18 UTC  (2+ messages)

Microproject | Add more builtin patterns for userdiff
 2017-03-29  1:55 UTC  (7+ messages)
  `  "
      `  "

[PATCH v2 0/4] recursing submodules with relative pathspec (grep and ls-files)
 2017-03-28 23:58 UTC  (11+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 2/5] setup: allow for prefix to be passed to git commands

Proposal for "fetch-any-blob Git protocol" and server design
 2017-03-28 23:19 UTC  (2+ messages)

[PATCH RFC 1/2] strbuf: move strbuf_add_tabexpand into strbuf.c
 2017-03-28 20:46 UTC  (6+ messages)
` [PATCH RFC 2/2] diff: teach diff to expand tabs in output

[PATCH v3 0/2] read-cache: call verify_hdr() in a background thread
 2017-03-28 19:56 UTC  (4+ 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).