git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-09-03 14:45:33 to 2016-09-05 22:52:40 UTC [more...]

2.10.0: multiple versionsort.prereleasesuffix buggy?
 2016-09-05 22:42 UTC 

[PATCH v1 0/2] Use CLOEXEC to avoid fd leaks
 2016-09-05 22:27 UTC  (4+ messages)
` [PATCH v1 1/2] sha1_file: open window into packfiles with CLOEXEC
` [PATCH v1 2/2] read-cache: make sure file handles are not inherited by child processes

[PATCH 0/5] handle tag recursion in pack-objects --include-tag
 2016-09-05 21:59 UTC  (8+ messages)
` [PATCH 1/5] t5305: move cleanup into test block
` [PATCH 2/5] t5305: drop "dry-run" of unpack-objects
` [PATCH 3/5] t5305: use "git -C"
` [PATCH 4/5] t5305: simplify packname handling
` [PATCH 5/5] pack-objects: walk tag chains for --include-tag

[PATCH] stash: allow ref of a stash by index
 2016-09-05 21:58 UTC  (7+ messages)

[RFC] Proposed questions for "Git User's Survey 2016"
 2016-09-05 21:27 UTC  (3+ messages)
` [RFCv2] Proposed questions for "Git User's Survey 2016", take two
  ` [RFCv3] Proposed questions for "Git User's Survey 2016", take three

git commit -p with file arguments
 2016-09-05 21:08 UTC 

[PATCH v2 00/20] object_id part 5
 2016-09-05 20:08 UTC  (21+ messages)
` [PATCH v2 01/20] cache: convert struct cache_entry to use struct object_id
` [PATCH v2 02/20] builtin/apply: convert static functions to "
` [PATCH v2 03/20] builtin/blame: convert struct origin to use "
` [PATCH v2 04/20] builtin/log: convert some static functions "
` [PATCH v2 05/20] builtin/cat-file: convert struct expand_data "
` [PATCH v2 06/20] builtin/cat-file: convert some static functions to "
` [PATCH v2 07/20] builtin: convert textconv_object to use "
` [PATCH v2 08/20] streaming: make stream_blob_to_fd take "
` [PATCH v2 09/20] builtin/checkout: convert some static functions to "
` [PATCH v2 10/20] notes-merge: convert struct notes_merge_pair "
` [PATCH v2 11/20] Convert read_mmblob to take "
` [PATCH v2 12/20] builtin/blame: convert file to use "
` [PATCH v2 13/20] builtin/rm: convert "
` [PATCH v2 14/20] notes: convert init_notes "
` [PATCH v2 15/20] builtin/update-index: convert file to "
` [PATCH v2 16/20] sha1_name: convert get_sha1_mb "
` [PATCH v2 17/20] refs: add an update_ref_oid function
` [PATCH v2 18/20] builtin/am: convert to struct object_id
` [PATCH v2 19/20] builtin/commit-tree: "
` [PATCH v2 20/20] builtin/reset: convert to use "

[PATCH v6 00/13] Git filter protocol
 2016-09-05 19:47 UTC  (7+ messages)
` [PATCH v6 12/13] convert: add filter.<driver>.process option

[PATCH] Avoid hard-coded perl path in sha-bang
 2016-09-05 19:41 UTC  (2+ messages)

`make profile-install` fails in 2.9.3
 2016-09-05 19:22 UTC  (8+ messages)
` [PATCH 0/4] git add --chmod: always change the file
  ` [PATCH 1/4] add: document the chmod option
  ` [PATCH 2/4] update-index: use the same structure for chmod as add
  ` [PATCH 3/4] read-cache: introduce chmod_index_entry
  ` [PATCH 4/4] add: modify already added files when --chmod is given

[PATCHv1 3/4] t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment var
 2016-09-05 19:19 UTC 

[PATCH 0/3] Fix a segfault caused by regexec() being called on mmap()ed data
 2016-09-05 19:10 UTC  (5+ messages)
` [PATCH 1/3] Demonstrate a problem: our pickaxe code assumes NUL-terminated buffers
` [PATCH 2/3] diff_populate_filespec: NUL-terminate buffers
` [PATCH 3/3] diff_grep: add assertions verifying that the buffers are NUL-terminated

[PATCH 0/4] test suite: use the GIT_TRACE_CURL environment var
 2016-09-05 19:09 UTC  (7+ messages)
` [PATCH 1/4] t5541-http-push-smart.sh: "
` [PATCH 2/4] test-lib.sh: preserve GIT_TRACE_CURL from the environment
` [PATCH 3/4] t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment var
` [PATCH 4/4] t5551-http-fetch-smart.sh: "

[PATCH] t6026-merge-attr: wait for process to release trash directory
 2016-09-05 19:03 UTC 

[PATCH] t9903: fix broken && chain
 2016-09-05 19:00 UTC 

[WIP PATCH v2] diff.c: emit moved lines with a different color
 2016-09-05 18:57 UTC  (2+ messages)

[PATCH 1/6] git-gui: The term unified for remote in Japanese
 2016-09-05 18:03 UTC  (8+ messages)
` [PATCH 5/6] git-gui: Update Japanese translation
` [PATCH 6/6] git-gui: Update Japanese information

[PATCH v2 00/38] Virtualization of the refs API
 2016-09-05 16:16 UTC  (44+ messages)
` [PATCH v2 01/38] resolve_gitlink_ref(): eliminate temporary variable
` [PATCH v2 02/38] rename_ref_available(): add docstring
` [PATCH v2 03/38] refs: rename struct ref_cache to files_ref_store
` [PATCH v2 04/38] refs: add a backend method structure
` [PATCH v2 05/38] refs: create a base class "ref_store" for files_ref_store
` [PATCH v2 06/38] add_packed_ref(): add a files_ref_store argument
` [PATCH v2 07/38] get_packed_ref(): "
` [PATCH v2 08/38] resolve_missing_loose_ref(): "
` [PATCH v2 09/38] {lock,commit,rollback}_packed_refs(): add files_ref_store arguments
` [PATCH v2 10/38] refs: add a transaction_commit() method
` [PATCH v2 11/38] refs: reorder definitions
` [PATCH v2 12/38] resolve_packed_ref(): rename function from resolve_missing_loose_ref()
` [PATCH v2 13/38] resolve_gitlink_packed_ref(): remove function
` [PATCH v2 14/38] read_raw_ref(): take a (struct ref_store *) argument
` [PATCH v2 15/38] resolve_ref_recursively(): new function
` [PATCH v2 16/38] resolve_gitlink_ref(): implement using resolve_ref_recursively()
` [PATCH v2 17/38] resolve_gitlink_ref(): avoid memory allocation in many cases
` [PATCH v2 18/38] resolve_gitlink_ref(): rename path parameter to submodule
` [PATCH v2 19/38] refs: make read_raw_ref() virtual
` [PATCH v2 20/38] refs: make verify_refname_available() virtual
` [PATCH v2 21/38] refs: make pack_refs() virtual
` [PATCH v2 22/38] refs: make create_symref() virtual
` [PATCH v2 23/38] refs: make peel_ref() virtual
` [PATCH v2 24/38] repack_without_refs(): add a files_ref_store argument
` [PATCH v2 25/38] lock_raw_ref(): "
` [PATCH v2 26/38] commit_ref_update(): "
` [PATCH v2 27/38] lock_ref_for_update(): "
` [PATCH v2 28/38] lock_ref_sha1_basic(): "
` [PATCH v2 29/38] split_symref_update(): "
` [PATCH v2 30/38] files_ref_iterator_begin(): take a ref_store argument
` [PATCH v2 31/38] refs: add method iterator_begin
` [PATCH v2 32/38] refs: add methods for reflog
` [PATCH v2 33/38] refs: add method for initial ref transaction commit
` [PATCH v2 34/38] refs: make delete_refs() virtual
` [PATCH v2 35/38] refs: add methods to init refs db
` [PATCH v2 36/38] refs: add method to rename refs
` [PATCH v2 37/38] refs: make lock generic
` [PATCH v2 38/38] refs: implement iteration over only per-worktree refs

[PATCH v3 0/8] Better heuristics make prettier diffs
 2016-09-05  9:44 UTC  (9+ messages)
` [PATCH v3 1/8] xdl_change_compact(): fix compaction heuristic to adjust ixo
` [PATCH v3 2/8] xdl_change_compact(): only use heuristic if group can't be matched
` [PATCH v3 3/8] is_blank_line(): take a single xrecord_t as argument
` [PATCH v3 4/8] recs_match(): take two xrecord_t pointers as arguments
` [PATCH v3 5/8] xdl_change_compact(): introduce the concept of a change group
` [PATCH v3 6/8] diff: improve positioning of add/delete blocks in diffs
` [PATCH v3 7/8] parse-options: add parse_opt_unknown_cb()
` [PATCH v3 8/8] blame: honor the diff heuristic options and config

Fixup of a fixup not working right
 2016-09-05  7:53 UTC  (8+ messages)

[PATCH v2 0/7] Better heuristics make prettier diffs
 2016-09-05  4:12 UTC  (4+ messages)
` [PATCH v2 7/7] blame: actually use the diff opts parsed from the command line

[PATCHv3] diff.c: emit moved lines with a different color
 2016-09-04 23:42 UTC 

[RFC/PATCH 0/2] Color moved code differently
 2016-09-04 22:19 UTC  (12+ messages)
` [RFC/PATCH 2/2] WIP xdiff: markup duplicates differently

[PATCH v14 00/41] libify apply and use lib in am, part 2
 2016-09-04 20:18 UTC  (41+ messages)
` [PATCH v14 01/41] apply: make some names more specific
` [PATCH v14 02/41] apply: move 'struct apply_state' to apply.h
` [PATCH v14 03/41] builtin/apply: make apply_patch() return -1 or -128 instead of die()ing
` [PATCH v14 04/41] builtin/apply: read_patch_file() return -1 "
` [PATCH v14 05/41] builtin/apply: make find_header() return -128 "
` [PATCH v14 06/41] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH v14 07/41] builtin/apply: make parse_single_patch() return -1 "
` [PATCH v14 08/41] builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
` [PATCH v14 09/41] builtin/apply: make parse_ignorewhitespace_option() "
` [PATCH v14 10/41] builtin/apply: move init_apply_state() to apply.c
` [PATCH v14 11/41] apply: make init_apply_state() return -1 instead of exit()ing
` [PATCH v14 12/41] builtin/apply: make check_apply_state() return -1 instead of die()ing
` [PATCH v14 13/41] builtin/apply: move check_apply_state() to apply.c
` [PATCH v14 14/41] builtin/apply: make apply_all_patches() return 128 or 1 on error
` [PATCH v14 15/41] builtin/apply: make parse_traditional_patch() return -1 "
` [PATCH v14 16/41] builtin/apply: make gitdiff_*() return 1 at end of header
` [PATCH v14 17/41] builtin/apply: make gitdiff_*() return -1 on error
` [PATCH v14 18/41] builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
` [PATCH v14 19/41] builtin/apply: make build_fake_ancestor() return -1 on error
` [PATCH v14 20/41] builtin/apply: make remove_file() "
` [PATCH v14 21/41] builtin/apply: make add_conflicted_stages_file() "
` [PATCH v14 22/41] builtin/apply: make add_index_file() "
` [PATCH v14 23/41] builtin/apply: make create_file() "
` [PATCH v14 24/41] builtin/apply: make write_out_one_result() "
` [PATCH v14 25/41] builtin/apply: make write_out_results() "
` [PATCH v14 26/41] builtin/apply: make try_create_file() "
` [PATCH v14 27/41] builtin/apply: make create_one_file() "
` [PATCH v14 28/41] builtin/apply: rename option parsing functions
` [PATCH v14 29/41] apply: rename and move opt constants to apply.h
` [PATCH v14 31/41] apply: make some parsing functions static again
` [PATCH v14 32/41] apply: use error_errno() where possible
` [PATCH v14 33/41] apply: make it possible to silently apply
` [PATCH v14 34/41] apply: don't print on stdout in verbosity_silent mode
` [PATCH v14 35/41] usage: add set_warn_routine()
` [PATCH v14 36/41] usage: add get_error_routine() and get_warn_routine()
` [PATCH v14 37/41] apply: change error_routine when silent
` [PATCH v14 38/41] apply: refactor `git apply` option parsing
` [PATCH v14 39/41] apply: pass apply state to build_fake_ancestor()
` [PATCH v14 40/41] apply: learn to use a different index file
` [PATCH v14 41/41] builtin/am: use apply API in run_apply()

[PATCH v13 00/14] libify apply and use lib in am, part 3
 2016-09-04 20:17 UTC  (13+ messages)
` [PATCH v13 10/14] apply: change error_routine when silent

[PATCH] t/Makefile: add a rule to re-run previously-failed tests
 2016-09-04  9:19 UTC  (13+ messages)
` [PATCH v2] "

git add -p—splitting hunks, limit is too large
 2016-09-04  8:10 UTC  (4+ messages)

[PATCH] compat: move strdup(3) replacement to its own file
 2016-09-04  7:46 UTC  (2+ messages)

[PATCH] introduce hex2chr() for converting two hexadecimal digits to a character
 2016-09-04  7:49 UTC  (2+ messages)

[PATCH 0/9] The final building block for a faster rebase -i
 2016-09-04  6:47 UTC  (4+ messages)
` [PATCH 9/9] rebase -i: rearrange fixup/squash lines using the rebase--helper

Literate programming with git
 2016-09-03 21:30 UTC  (3+ 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).