git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-03-03 02:48:01 to 2018-03-05 20:05:08 UTC [more...]

[GSoC] [PATCH] travis-ci: added clang static analysis
 2018-03-05 20:04 UTC 

[PATCH 1/2] git-svn: search --authors-prog in PATH too
 2018-03-05 19:48 UTC  (7+ messages)
` [PATCH 2/2] git-svn: allow empty email-address in authors-prog and authors-file

[PATCH v2 00/27] protocol version 2
 2018-03-05 19:35 UTC  (30+ messages)
` [PATCH v3 00/35] "
  ` [PATCH v3 04/35] upload-pack: convert to a builtin
  ` [PATCH v3 11/35] test-pkt-line: introduce a packet-line test helper
  ` [PATCH v3 12/35] serve: introduce git-serve
  ` [PATCH v4 00/35] protocol version 2
    ` [PATCH v4 13/35] ls-refs: introduce ls-refs server command
    ` [PATCH v4 34/35] remote-curl: implement stateless-connect command

[PATCH 00/11] Moving global state into the repository object (part 2)
 2018-03-05 19:13 UTC  (53+ messages)
` [PATCH 00/44] reroll nd/remove-ignore-env.. sb/object-store and sb/packfiles
  ` [PATCH 01/44] repository: initialize the_repository in main()
  ` [PATCH 02/44] repository.c: move env-related setup code back to environment.c
  ` [PATCH 03/44] repository.c: delete dead functions
  ` [PATCH 04/44] sha1_file.c: move delayed getenv(altdb) back to setup_git_env()
  ` [PATCH 05/44] repository: delete ignore_env member
  ` [PATCH 06/44] repository: introduce raw object store field
  ` [PATCH 07/44] object-store: migrate alternates struct and functions from cache.h
  ` [PATCH 08/44] object-store: move alt_odb_list and alt_odb_tail to object store
  ` [PATCH 09/44] object-store: free alt_odb_list
  ` [PATCH 10/44] object-store: move packed_git and packed_git_mru to object store
  ` [PATCH 11/44] object-store: close all packs upon clearing the "
  ` [PATCH 12/44] pack: move prepare_packed_git_run_once to "
  ` [PATCH 13/44] pack: move approximate object count "
  ` [PATCH 14/44] sha1_file: add raw_object_store argument to alt_odb_usable
  ` [PATCH 15/44] sha1_file: add repository argument to link_alt_odb_entry
  ` [PATCH 16/44] sha1_file: add repository argument to read_info_alternates
  ` [PATCH 17/44] sha1_file: add repository argument to link_alt_odb_entries
  ` [PATCH 18/44] sha1_file: add repository argument to prepare_alt_odb
  ` [PATCH 19/44] sha1_file: allow link_alt_odb_entries to handle arbitrary repositories
  ` [PATCH 20/44] sha1_file: allow prepare_alt_odb "
  ` [PATCH 21/44] sha1_file: add repository argument to sha1_file_name
  ` [PATCH 22/44] sha1_file: add repository argument to stat_sha1_file
  ` [PATCH 23/44] sha1_file: add repository argument to open_sha1_file
  ` [PATCH 24/44] sha1_file: add repository argument to map_sha1_file_1
  ` [PATCH 25/44] sha1_file: add repository argument to map_sha1_file
  ` [PATCH 26/44] sha1_file: add repository argument to sha1_loose_object_info
  ` [PATCH 27/44] sha1_file: allow sha1_file_name to handle arbitrary repositories
  ` [PATCH 28/44] sha1_file: allow stat_sha1_file "
  ` [PATCH 29/44] sha1_file: allow open_sha1_file "
  ` [PATCH 30/44] sha1_file: allow map_sha1_file_1 "
  ` [PATCH 31/44] sha1_file: allow map_sha1_file "
  ` [PATCH 32/44] sha1_file: allow sha1_loose_object_info "
  ` [PATCH 33/44] packfile: allow prepare_packed_git_mru "
  ` [PATCH 34/44] packfile: allow rearrange_packed_git "
  ` [PATCH 35/44] packfile: allow install_packed_git "
  ` [PATCH 36/44] packfile: add repository argument to prepare_packed_git_one
  ` [PATCH 37/44] packfile: add repository argument to prepare_packed_git
  ` [PATCH 38/44] packfile: add repository argument to reprepare_packed_git
  ` [PATCH 39/44] packfile: allow prepare_packed_git_one to handle arbitrary repositories
  ` [PATCH 40/44] packfile: allow prepare_packed_git "
  ` [PATCH 41/44] packfile: allow reprepare_packed_git "
  ` [PATCH 42/44] packfile: add repository argument to find_pack_entry
  ` [PATCH 43/44] packfile: allow find_pack_entry to handle arbitrary repositories
  ` [PATCH 44/44] packfile: keep prepare_packed_git() private

[PATCH v2 00/13] various perl fixes
 2018-03-05 19:01 UTC  (16+ messages)
` [PATCH v3 "
` [PATCH v3 01/13] perl: *.pm files should not have the executable bit
` [PATCH v3 02/13] Git.pm: remove redundant "use strict" from sub-package
` [PATCH v3 03/13] Git.pm: add the "use warnings" pragma
` [PATCH v3 04/13] gitweb: hard-depend on the Digest::MD5 5.8 module
` [PATCH v3 05/13] Git.pm: hard-depend on the File::{Temp,Spec} modules
` [PATCH v3 06/13] git-send-email: unconditionally use Net::{SMTP,Domain}
` [PATCH v3 07/13] perl: update our ancient copy of Error.pm
` [PATCH v3 08/13] perl: update our copy of Mail::Address
` [PATCH v3 09/13] perl: move CPAN loader wrappers to another namespace
` [PATCH v3 10/13] perl: generalize the Git::LoadCPAN facility
` [PATCH v3 11/13] perl: move the perl/Git/FromCPAN tree to perl/FromCPAN
` [PATCH v3 12/13] Makefile: add NO_PERL_CPAN_FALLBACKS knob
` [PATCH v3 13/13] perl Git::LoadCPAN: emit better errors under NO_PERL_CPAN_FALLBACKS

[RFC] Contributing to Git (on Windows)
 2018-03-05 18:58 UTC  (11+ messages)

Contributor Summit planning
 2018-03-05 18:53 UTC  (7+ messages)

[PATCH 0/4] Correct offsets of hunks when one is skipped
 2018-03-05 18:50 UTC  (18+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 4/9] t3701: don't hard code sha1 hash values
` [PATCH v5 0/9] Correct offsets of hunks when one is skipped
  ` [PATCH v5 1/9] add -i: add function to format hunk header
  ` [PATCH v5 2/9] t3701: indent here documents
  ` [PATCH v5 3/9] t3701: use test_write_lines and write_script
  ` [PATCH v5 4/9] t3701: don't hard code sha1 hash values
  ` [PATCH v5 5/9] t3701: add failing test for pathological context lines
  ` [PATCH v5 6/9] add -p: adjust offsets of subsequent hunks when one is skipped
  ` [PATCH v5 7/9] add -p: calculate offset delta for edited patches
  ` [PATCH v5 8/9] add -p: fix counting when splitting and coalescing
  ` [PATCH v5 9/9] add -p: don't rely on apply's '--recount' option

[PATCH 0/7] nd/worktree-move reboot
 2018-03-05 18:44 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH] t2028: fix minor error and issues in newly-added "worktree move" tests

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-03-05 17:52 UTC  (22+ messages)
                      ` [RFC] Rebasing merges: a jorney to the ultimate solution(RoadClear)

[FEATURE] git-gui: Staging path(s) should re-select a new path in "Unstaged Changes"
 2018-03-05 17:42 UTC 

[RFC PATCH 0/5] Improve path collision conflict resolutions
 2018-03-05 17:11 UTC  (6+ messages)
` [RFC PATCH 1/5] Add testcases for improved file collision conflict handling
` [RFC PATCH 2/5] merge-recursive: new function for better colliding conflict resolutions
` [RFC PATCH 3/5] merge-recursive: fix rename/add conflict handling
` [RFC PATCH 4/5] merge-recursive: improve handling for rename/rename(2to1) conflicts
` [RFC PATCH 5/5] merge-recursive: improve handling for add/add conflicts

git-gui, feature request: add hotkeys to focus different widgets
 2018-03-05 16:55 UTC  (3+ messages)
` [PATCH] git-gui: Add hotkeys to change focus between ui widgets

[BUG] [git 2.16.1] yeeek ... my files are gone .. by git pull <otherRepositoryUrl>
 2018-03-05 15:46 UTC  (8+ messages)

[Bug] git log --show-signature print extra carriage return ^M
 2018-03-05 14:29 UTC  (2+ messages)

Reduce pack-objects memory footprint?
 2018-03-05 14:00 UTC  (4+ messages)
` [PATCH/RFC 0/1] Avoid expensive 'repack -ad' in gc --auto
  ` [PATCH/RFC 1/1] gc --auto: exclude the largest giant pack in low-memory config

[PATCH] http.c: shell command evaluation for extraheader
 2018-03-05 13:47 UTC  (2+ messages)

[PATCH 0/3] git worktree prune improvements
 2018-03-05 12:16 UTC  (8+ messages)
` [PATCH 1/3] gc.txt: more details about what gc does
` [PATCH 2/3] worktree: delete dead code
` [PATCH 3/3] worktree prune: improve prune logic when worktree is moved

[PATCH 00/11] Reduce pack-objects memory footprint
 2018-03-05  9:28 UTC  (5+ messages)
` [PATCH/RFC v2 0/9] "
  ` [PATCH/RFC v2 8/9] pack-objects: refer to delta objects by index instead of pointer
  ` [PATCH/RFC v2 9/9] pack-objects: reorder 'hash' to pack struct object_entry

[PATCH] git.el: handle default excludesfile properly
 2018-03-05  2:36 UTC  (7+ messages)

[RFC PATCH] color: respect the $NO_COLOR convention
 2018-03-05  2:24 UTC  (6+ messages)

[PATCH v9 0/8] convert: add support for different encodings
 2018-03-04 20:14 UTC  (9+ messages)
` [PATCH v9 1/8] strbuf: remove unnecessary NUL assignment in xstrdup_tolower()
` [PATCH v9 2/8] strbuf: add xstrdup_toupper()
` [PATCH v9 3/8] utf8: add function to detect prohibited UTF-16/32 BOM
` [PATCH v9 4/8] utf8: add function to detect a missing "
` [PATCH v9 5/8] convert: add 'working-tree-encoding' attribute
` [PATCH v9 6/8] convert: check for detectable errors in UTF encodings
` [PATCH v9 7/8] convert: add tracing for 'working-tree-encoding' attribute
` [PATCH v9 8/8] convert: add round trip check based on 'core.checkRoundtripEncoding'

[PATCH v8 0/7] convert: add support for different encodings
 2018-03-04 19:58 UTC  (5+ messages)
` [PATCH v8 7/7] convert: add round trip check based on 'core.checkRoundtripEncoding'

git stash push -u always warns "pathspec '...' did not match any files"
 2018-03-04 10:44 UTC  (3+ messages)

[PATCH v7 0/7] convert: add support for different encodings
 2018-03-04 10:16 UTC  (12+ messages)

git-send-email: Support for Reply-To
 2018-03-03 23:58 UTC  (3+ messages)
` [PATCH v3 1/2] send-email: Rename variable for clarity
` [PATCH v3 2/2] send-email: Support separate Reply-To address

[PATCH] git-gui: workaround ttk:style theme use
 2018-03-03 22:39 UTC 

[GSoC][PATCH v3] Make options that expect object ids less chatty if id is invalid
 2018-03-03 21:09 UTC 

t006 broken under Mac OS
 2018-03-03 14:27 UTC  (2+ messages)

[PATCH 0/2] nd/parseopt-completion fixups
 2018-03-03 13:09 UTC  (6+ messages)
` [PATCH 1/2] completion: don't set PARSE_OPT_NOCOMPLETE on --rerere-autoupdate
` [PATCH 2/2] completion: simplify _git_notes

Worktree silently deleted on git fetch/gc/log
 2018-03-03 10:05 UTC  (8+ messages)

bug in HTTP protocol spec
 2018-03-03 10:02 UTC  (11+ messages)
              ` [PATCH] smart-http: document flush after "# service" line

[PATCH v2] run-command: add hint when a hook is ignored
 2018-03-03  7:16 UTC  (7+ messages)
` [PATCH v3] "

[PATCH 00/11] Make the test suite pass with '-x' and /bin/sh
 2018-03-03  7:12 UTC  (2+ messages)

[PATCH] t: send verbose test-helper output to fd 4
 2018-03-03  6:56 UTC  (3+ messages)

Bug report: "Use of uninitialized value $_ in print"
 2018-03-03  6:18 UTC  (16+ messages)
            ` [PATCH 1/2] t3701: add a test for interactive.diffFilter
            ` [PATCH 2/2] add--interactive: detect bogus diffFilter output

[PATCH 0/4] Speed up git tag --contains
 2018-03-03  5:15 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).