git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-01-19 10:55:48 to 2018-01-22 13:32:45 UTC [more...]

[PATCH 3/3] read-cache: don't write index twice if we can't write shared index
 2018-01-22 13:32 UTC  (2+ messages)
` [PATCH 0/5] Travis CI: don't run the test suite as root in the 32 bit Linux build

[PATCH 00/11] Some fixes and bunch of object_id conversions
 2018-01-22 13:26 UTC  (29+ messages)
` [PATCH 11/11] sha1_file: convert write_sha1_file to object_id
` [PATCH v2 00/14] Some fixes and bunch of object_id conversions
  ` [PATCH v2 01/14] http-push: improve error log
  ` [PATCH v2 02/14] clang-format: adjust penalty for return type line break
  ` [PATCH v2 03/14] sha1_file: convert pretend_sha1_file to object_id
  ` [PATCH v2 04/14] dir: convert struct sha1_stat to use object_id
  ` [PATCH v2 05/14] sha1_file: convert hash_sha1_file to object_id
  ` [PATCH v2 06/14] cache: clear whole hash buffer with oidclr
  ` [PATCH v2 07/14] match-trees: convert splice_tree to object_id
  ` [PATCH v2 08/14] commit: convert commit_tree* "
  ` [PATCH v2 09/14] notes: convert combine_notes_* "
  ` [PATCH v2 10/14] notes: convert write_notes_tree "
  ` [PATCH v2 11/14] sha1_file: convert write_sha1_file "
  ` [PATCH v2 12/14] sha1_file: convert force_object_loose "
  ` [PATCH v2 13/14] sha1_file: convert write_loose_object "
  ` [PATCH v2 14/14] sha1_file: rename hash_sha1_file_literally

[PATCH v4 0/6] convert: add support for different encodings
 2018-01-22 12:35 UTC  (9+ messages)
` [PATCH v4 1/6] strbuf: remove unnecessary NUL assignment in xstrdup_tolower()
` [PATCH v4 2/6] strbuf: add xstrdup_toupper()
` [PATCH v4 3/6] utf8: add function to detect prohibited UTF-16/32 BOM
` [PATCH v4 4/6] utf8: add function to detect a missing "
` [PATCH v4 5/6] convert: add 'working-tree-encoding' attribute
` [PATCH v4 6/6] convert: add tracing for "

[PATCH] format-patch: set diffstat width to 70 instead of default 80
 2018-01-22 12:31 UTC 

[PATCH] worktree: teach "add" to check out existing branches
 2018-01-22 11:18 UTC  (3+ messages)

[PATCH 0/3] nd/shared-index-fix update
 2018-01-22 11:03 UTC  (4+ messages)
` [PATCH 1/3] read-cache.c: change type of "temp" in write_shared_index()
` [PATCH 2/3] read-cache.c: move tempfile creation/cleanup out of write_shared_index
` [PATCH 3/3] read-cache: don't write index twice if we can't write shared index

[PATCH] files_initial_transaction_commit(): only unlock if locked
 2018-01-22 10:03 UTC  (5+ messages)

[PATCH/RFC] Merge most test helper programs into a new one "test-tool"
 2018-01-22  9:32 UTC 

[PATCH v5] mru: Replace mru.[ch] with list.h implementation
 2018-01-22  7:37 UTC  (2+ messages)

[PATCH v2 0/3] fixes for split index mode
 2018-01-22  6:14 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] read-cache: fix reading the shared index for other repos

[ANNOUNCE] Git v2.16.1
 2018-01-22  5:53 UTC 

git svn clone - Malformed network data: The XML response contains invalid XML: Malformed XML: no element found at /usr/share/perl5/vendor_perl/5.26/Git/SVN/Ra.pm line 312
 2018-01-22  5:40 UTC  (2+ messages)

[PATCH] Fix comma splices
 2018-01-22  4:19 UTC 

cygwin git and golang: how @{u} is handled
 2018-01-22  1:44 UTC  (4+ messages)

[PATCH] sequencer: mark a file local symbol as static
 2018-01-22  0:30 UTC 

[PATCH v4 0/4] Force pipes to flush immediately on NonStop platform
 2018-01-21 23:42 UTC  (5+ messages)
` [PATCH v4 1/4] Add tar extract install options override in installation processing
` [PATCH v4 2/4] Define config options required for the HPE NonStop NSX and NSE platforms
` [PATCH v4 3/4] Bring NonStop platform definitions up to date in git-compat-util.h
` [PATCH v4 4/4] Add intptr_t and uintptr_t to regcomp.c for NonStop platform

[PATCH v3] mru: Replace mru.[ch] with list.h implementation
 2018-01-21 22:55 UTC  (7+ messages)

[PATCH] enable core.fsyncObjectFiles by default
 2018-01-21 21:32 UTC  (11+ messages)

git 2.16.0 segfaults on clone of specific repo
 2018-01-21 19:55 UTC  (29+ messages)
      ` [PATCH] repository: pre-initialize hash algo pointer
        ` [PATCH] t: add clone test for files differing only in case

[PATCH] dir.c: print correct errno when opendir() fails
 2018-01-21 11:52 UTC  (3+ messages)

[PATCH 00/11] document & test fetch pruning + WIP fetch.pruneTags
 2018-01-21  8:25 UTC  (15+ messages)
` [PATCH v2 00/12] document & test fetch pruning & add fetch.pruneTags
` [PATCH v2 01/12] fetch tests: refactor in preparation for testing tag pruning
` [PATCH v2 02/12] fetch tests: arrange arguments for future readability
` [PATCH v2 03/12] fetch tests: add a tag to be deleted to the pruning tests
` [PATCH v2 04/12] fetch tests: double quote a variable for interpolation
` [PATCH v2 05/12] fetch tests: test --prune and refspec interaction
` [PATCH v2 06/12] git fetch doc: add a new section to explain the ins & outs of pruning
` [PATCH v2 07/12] git remote doc: correct dangerous lies about what prune does
` [PATCH v2 08/12] git-fetch & config doc: link to the new PRUNING section
` [PATCH v2 09/12] fetch: don't redundantly NULL something calloc() gave us
` [PATCH v2 10/12] fetch: stop accessing "remote" variable indirectly
` [PATCH v2 11/12] fetch tests: add scaffolding for the new fetch.pruneTags
` [PATCH v2 12/12] fetch: add a --fetch-prune option and fetch.pruneTags config

git merge-tree: bug report and some feature requests
 2018-01-21  8:14 UTC  (2+ messages)

[PATCH] packed_ref_cache: don't use mmap() for small files
 2018-01-21  4:41 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2 0/6] Force pipes to flush immediately on NonStop platform
 2018-01-21  4:07 UTC  (27+ messages)
` [PATCH v2 0/6] Cover Letter for NonStop Port Patches
` [PATCH v2 1/6] Bypass GCC attributes on NonStop platform where used
` [PATCH v2 2/6] Add tar extract install options override in installation processing
` [PATCH v2 3/6] Define config options required for the HPE NonStop NSX and NSE platforms
` [PATCH v2 4/6] Force test suite traps to be cleared for NonStop ksh
` [PATCH v2 5/6] Bring NonStop platform definitions up to date in git-compat-util.h
` [PATCH v2 6/6] Add intptr_t and uintptr_t to regcomp.c for NonStop platform

[PATCH v4] mru: Replace mru.[ch] with list.h implementation
 2018-01-20 22:45 UTC 

[PATCH 0/8] rebase -i: offer to recreate merge commits
 2018-01-20  9:18 UTC  (20+ messages)
` [PATCH 1/8] sequencer: introduce new commands to reset the revision
  ` [PATCH 1/8] sequencer: introduce new commands to resettherevision
` [PATCH 2/8] sequencer: introduce the `merge` command
` [PATCH 3/8] sequencer: fast-forward merge commits, if possible
` [PATCH 5/8] rebase: introduce the --recreate-merges option
` [PATCH 8/8] rebase -i: introduce --recreate-merges=no-rebase-cousins
` [PATCH 9, 10/8] interactive rebase feedback
  ` [PATCH 9/8] [DO NOT APPLY, but squash?] git-rebase--interactive: clarify arguments

[PATCH] fsck: fix leak when traversing trees
 2018-01-20  7:43 UTC 

[RFE/RFC] format-patch/diff via path
 2018-01-20  7:41 UTC  (3+ messages)

regression in output of git-pull --rebase --recurse-submodules=yes --quiet
 2018-01-20  5:57 UTC 

prepare-commit-msg hook no longer run for cherry-pick?
 2018-01-20  0:48 UTC  (5+ messages)
` [PATCH 0/2] sequencer: run 'prepare-commit-msg' hook
  ` [PATCH 1/2] t7505: Add tests for cherry-pick and rebase -i/-p
  ` [PATCH 2/2] sequencer: run 'prepare-commit-msg' hook

[PATCH] mru: Replace mru.[ch] with list.h implementation
 2018-01-19 23:39 UTC  (5+ messages)

[Nit] Lots of enumerated type warnings
 2018-01-19 23:17 UTC 

[PATCH v3 0/6] Force pipes to flush immediately on NonStop platform
 2018-01-19 23:02 UTC  (2+ messages)

[PATCH v2 1/6] DO NOT APPLY Bypass GCC attributes on NonStop platform where used
 2018-01-19 22:42 UTC 

[PATCH/RFC] diff: add --compact-summary option to complement --stat
 2018-01-19 21:53 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v5 0/7] Trace env variables in run_command()
 2018-01-19 21:39 UTC  (3+ messages)
` [PATCH v6 "

[PATCH v2 01/18] cat-file: split expand_atom into 2 functions
 2018-01-19 20:12 UTC  (18+ messages)
` [PATCH v2 03/18] ref-filter: make valid_atom as function parameter

[PATCH v2] packfile: use get_be64() for large offsets
 2018-01-19 19:12 UTC  (2+ messages)

should any build system legitimately change any tracked files?
 2018-01-19 18:45 UTC  (4+ messages)

Segmentation fault on clone
 2018-01-19 18:26 UTC  (3+ messages)

[PATCH] describe: use strbuf_add_unique_abbrev() for adding short hashes
 2018-01-19 17:53 UTC  (4+ messages)

[PATCH] cocci: use format keyword instead of a literal string
 2018-01-19 17:05 UTC 

UTF-8-safe way for char-level-diff
 2018-01-19 14:13 UTC 


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