git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-01-25 23:58:50 to 2018-01-28 15:58:07 UTC [more...]

[PATCH 00/12] object_id part 11 (the_hash_algo)
 2018-01-28 15:57 UTC  (11+ messages)
` [PATCH 01/12] hash: move SHA-1 macros to hash.h
` [PATCH 02/12] hash: create union for hash context allocation
` [PATCH 03/12] builtin/index-pack: improve hash function abstraction
` [PATCH 04/12] builtin/unpack-objects: switch uses of SHA-1 to the_hash_algo
` [PATCH 05/12] sha1_file: "
` [PATCH 06/12] fast-import: switch various "
` [PATCH 09/12] read-cache: abstract away uses of SHA-1
` [PATCH 10/12] csum-file: rename sha1file to hashfile
` [PATCH 11/12] csum-file: abstract uses of SHA-1
` [PATCH 12/12] bulk-checkin: abstract SHA-1 usage

git send-email sets date
 2018-01-28 15:56 UTC  (3+ messages)

Patch recommendation for replace invoke of error() to that of error_errno()
 2018-01-28 15:46 UTC  (2+ messages)
` recommendations for log enhancement

[PATCH v2 0/1] setup: recognise extensions.objectFormat
 2018-01-28 15:40 UTC  (3+ messages)
  ` [PATCH v2 1/1] "

Cloned repository has file changes -> bug?
 2018-01-28 15:28 UTC  (4+ messages)

Git For Aix 6 and 7
 2018-01-28 13:41 UTC  (2+ messages)

[PATCH 1/3] perf/aggregate: add --subsection option
 2018-01-28 12:14 UTC  (4+ messages)
` [PATCH 2/3] perf/aggregate: add --reponame option
` [PATCH 3/3] perf/aggregate: sort JSON fields in output

Creating sparse checkout in a new linked git worktree
 2018-01-28  9:40 UTC  (3+ messages)

[PATCH] daemon: add --no-syslog to undo implicit --syslog
 2018-01-28  6:40 UTC  (3+ messages)
` [PATCH v2] daemon: add --send-log-to=(stderr|syslog|none)

[PATCH v2 00/14] Some fixes and bunch of object_id conversions
 2018-01-28  0:13 UTC  (19+ messages)
` [PATCH v3 "
  ` [PATCH v3 13/14] sha1_file: convert write_loose_object to object_id
  ` [PATCH v4 00/12] A bunch of object_id conversions
    ` [PATCH v4 01/12] sha1_file: convert pretend_sha1_file to object_id
    ` [PATCH v4 02/12] dir: convert struct sha1_stat to use object_id
    ` [PATCH v4 03/12] sha1_file: convert hash_sha1_file to object_id
    ` [PATCH v4 04/12] cache: clear whole hash buffer with oidclr
    ` [PATCH v4 05/12] match-trees: convert splice_tree to object_id
    ` [PATCH v4 06/12] commit: convert commit_tree* "
    ` [PATCH v4 07/12] notes: convert combine_notes_* "
    ` [PATCH v4 08/12] notes: convert write_notes_tree "
    ` [PATCH v4 09/12] sha1_file: convert write_sha1_file "
    ` [PATCH v4 10/12] sha1_file: convert force_object_loose "
    ` [PATCH v4 11/12] sha1_file: convert write_loose_object "
    ` [PATCH v4 12/12] sha1_file: rename hash_sha1_file_literally

Some rough edges of core.fsmonitor
 2018-01-27 19:01 UTC  (9+ messages)
  ` [PATCH] trace: measure where the time is spent in the index-heavy operations
      ` [PATCH v2] "

[PATCH] format-patch: set diffstat width to 70 instead of default 80
 2018-01-27 16:48 UTC  (5+ messages)
` [PATCH v2 0/2] wrap format-patch diffstats around 72 columns
  ` [PATCH v2 2/2] format-patch: reduce patch diffstat width to 72

[ANNOUNCE] Git Merge Contributor's Summit Mar 7, 2018, Barcelona
 2018-01-27 13:36 UTC  (2+ messages)

Feature request: Improve diff algorithm
 2018-01-27 13:08 UTC  (8+ messages)

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

[PATCH 0/2] Add "git rebase --show-patch"
 2018-01-27 11:26 UTC  (10+ messages)
` [PATCH 1/2] am: add --show-patch
` [PATCH 2/2] rebase: "

[PATCH 3/3] read-cache: don't write index twice if we can't write shared index
 2018-01-26 22:44 UTC  (3+ messages)

[PATCH 00/26] protocol version 2
 2018-01-26 22:20 UTC  (33+ messages)
` [PATCH v2 00/27] "
  ` [PATCH v2 01/27] pkt-line: introduce packet_read_with_status
  ` [PATCH v2 02/27] pkt-line: introduce struct packet_reader
  ` [PATCH v2 03/27] pkt-line: add delim packet support
  ` [PATCH v2 04/27] upload-pack: convert to a builtin
  ` [PATCH v2 05/27] upload-pack: factor out processing lines
  ` [PATCH v2 06/27] transport: use get_refs_via_connect to get refs
  ` [PATCH v2 07/27] connect: convert get_remote_heads to use struct packet_reader
  ` [PATCH v2 08/27] connect: discover protocol version outside of get_remote_heads
  ` [PATCH v2 09/27] transport: store protocol version
  ` [PATCH v2 10/27] protocol: introduce enum protocol_version value protocol_v2
  ` [PATCH v2 11/27] test-pkt-line: introduce a packet-line test helper
  ` [PATCH v2 12/27] serve: introduce git-serve
  ` [PATCH v2 13/27] ls-refs: introduce ls-refs server command
  ` [PATCH v2 14/27] connect: request remote refs using v2
  ` [PATCH v2 15/27] transport: convert get_refs_list to take a list of ref patterns
  ` [PATCH v2 16/27] transport: convert transport_get_remote_refs "
  ` [PATCH v2 17/27] ls-remote: pass ref patterns when requesting a remote's refs
  ` [PATCH v2 18/27] fetch: pass ref patterns when fetching
  ` [PATCH v2 19/27] push: pass ref patterns when pushing
  ` [PATCH v2 20/27] upload-pack: introduce fetch server command
  ` [PATCH v2 21/27] fetch-pack: perform a fetch using v2
  ` [PATCH v2 22/27] transport-helper: remove name parameter
  ` [PATCH v2 23/27] transport-helper: refactor process_connect_service
  ` [PATCH v2 24/27] transport-helper: introduce stateless-connect
  ` [PATCH v2 25/27] pkt-line: add packet_buf_write_len function
  ` [PATCH v2 26/27] remote-curl: create copy of the service name
  ` [PATCH v2 27/27] remote-curl: implement stateless-connect command

[PATCH RFC 01/24] ref-filter: get rid of goto
 2018-01-26 22:18 UTC  (28+ messages)
` [PATCH RFC 22/24] for-each-ref: tests for new atoms added
` [PATCH RFC 07/24] cat-file: start migrating to ref-filter
` [PATCH RFC 11/24] cat-file: start reusing populate_value
` [PATCH RFC 23/24] cat-file: tests for new atoms added
` [PATCH RFC 08/24] ref-filter: reuse parse_ref_filter_atom
` [PATCH RFC 14/24] ref_filter: add is_rest_atom_used function
` [PATCH RFC 20/24] ref-filter: unifying formatting of cat-file opts
` [PATCH RFC 13/24] ref-filter: add is_cat flag
` [PATCH RFC 16/24] ref-filter: make cat_file_info independent
` [PATCH RFC 05/24] ref-filter: make valid_atom as function parameter
` [PATCH RFC 10/24] ref-filter: make populate_value global
` [PATCH RFC 12/24] ref-filter: get rid of expand_atom_into_fields
` [PATCH RFC 03/24] cat-file: split expand_atom into 2 functions
` [PATCH RFC 04/24] cat-file: reuse struct ref_format
` [PATCH RFC 15/24] cat-file: move skip_object_info into ref-filter
` [PATCH RFC 17/24] cat-file: reuse printing logic from ref-filter
` [PATCH RFC 02/24] ref-filter: add return value to some functions
` [PATCH RFC 09/24] cat-file: start use ref_array_item struct
` [PATCH RFC 18/24] ref-filter: make valid_atom general again
` [PATCH RFC 24/24] cat-file: update of docs
` [PATCH RFC 06/24] cat-file: move struct expand_data into ref-filter
` [PATCH RFC 19/24] ref-filter: make populate_value internal again
` [PATCH RFC 21/24] ref-filter: work with objectsize:disk

[PATCH 00/10] 'test_i18ngrep'-related fixes and improvements
 2018-01-26 22:07 UTC  (34+ messages)
` [PATCH 01/10] t5541: add 'test_i18ngrep's missing filename parameter
` [PATCH 02/10] t5812: "
` [PATCH 03/10] t6022: don't run 'git merge' upstream of a pipe
` [PATCH 04/10] t4001: don't run 'git status' "
` [PATCH 05/10] t5510: consolidate 'grep' and 'test_i18ngrep' patterns
` [PATCH 06/10] t5536: let 'test_i18ngrep' read the file without redirection
` [PATCH 07/10] t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh'
` [PATCH 08/10] t: forbid piping into 'test_i18ngrep'
` [PATCH 09/10] t: make sure that 'test_i18ngrep' got enough parameters
` [PATCH 10/10] t: make 'test_i18ngrep' more informative on failure

[PATCH 00/14] Serialized Commit Graph
 2018-01-26 22:04 UTC  (39+ messages)
` [PATCH 01/14] graph: add packed graph design document
` [PATCH 02/14] packed-graph: add core.graph setting
` [PATCH 03/14] packed-graph: create git-graph builtin
` [PATCH 04/14] packed-graph: add format document
` [PATCH 05/14] packed-graph: implement construct_graph()
` [PATCH 06/14] packed-graph: implement git-graph --write
` [PATCH 11/14] commit: integrate packed graph with commit parsing

Please review my code
 2018-01-26 19:34 UTC  (5+ messages)

[PATCH 0/6] off-by-one errors in git-daemon
 2018-01-26 18:52 UTC  (4+ messages)
` [PATCH 6/6] daemon: fix length computation in newline stripping

[PATCH] setup: recognise extensions.objectFormat
 2018-01-26 18:06 UTC  (5+ messages)

[PATCH] merge: support --strategy '?' for git-completion.bash
 2018-01-26 17:47 UTC  (4+ messages)

[RFC PATCH 0/1] Implement CMake build
 2018-01-26 17:34 UTC  (6+ messages)

[PATCHv6 00/31] Add directory rename detection to git
 2018-01-26 16:55 UTC  (4+ messages)
` [PATCHv6 03/31] directory rename detection: testcases to avoid taking detection too far

reflog: git rebase <upstream> <branch> vs git checkout <branch> && git rebase <upstream>
 2018-01-26 11:21 UTC 

Bug, git rebase -i does not abort correctly
 2018-01-26  9:24 UTC  (3+ messages)

pushing a delete-only commit consumes too much traffic
 2018-01-26  1:56 UTC  (4+ messages)

git credential-osxkeychain bug/feature?
 2018-01-26  0:51 UTC  (2+ 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).