git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-09-04 16:13:25 to 2016-09-06 18:55:01 UTC [more...]

[PATCH v14 00/41] libify apply and use lib in am, part 2
 2016-09-06 18:54 UTC  (43+ 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 v14 30/41] Move libified code from builtin/apply.c to apply.{c,h}

[PATCH] rebase -i: improve advice on bad instruction lines
 2016-09-06 18:50 UTC  (2+ messages)

[PATCH 0/3] Fix a segfault caused by regexec() being called on mmap()ed data
 2016-09-06 18:43 UTC  (17+ 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

If a branch moves a submodule, "merge --ff[-only]" succeeds while "merge --no-ff" fails with conflicts
 2016-09-06 18:40 UTC  (2+ messages)

Bug? ran into a "fatal" using interactive rebase
 2016-09-06 18:08 UTC 

Git Miniconference at Plumbers
 2016-09-06 17:42 UTC 

[PATCH] xdiff: remove unneeded declarations
 2016-09-06 17:57 UTC  (2+ messages)

[PATCHv4] diff.c: emit moved lines with a different color
 2016-09-06 17:51 UTC  (5+ messages)

How to simulate a real checkout to test a new smudge filter?
 2016-09-06 17:47 UTC 

[WIP PATCH v2] diff.c: emit moved lines with a different color
 2016-09-06 16:47 UTC  (7+ messages)

[PATCH] Unbreak interactive GPG prompt upon signing
 2016-09-06 16:43 UTC  (7+ messages)
  ` [PATCH] gpg-interface: reflect stderr to stderr

Windows Git will not start external diff at all
 2016-09-06 16:34 UTC  (2+ messages)

Your email
 2016-09-06 16:27 UTC 

[PATCH 1/6] git-gui: The term unified for remote in Japanese
 2016-09-06 16:02 UTC  (11+ messages)
` [PATCH v2 1/6] git-gui: consistently use the same word for "remote" "
  ` [PATCH v2 2/6] git-gui: consistently use the same word for "blame" "
  ` [PATCH v2 4/6] git-gui: Add Japanese language code
  ` [PATCH v2 5/6] git-gui: Update Japanese translation
  ` [PATCH v2 6/6] git-gui: Update Japanese information

[PATCH] introduce hex2chr() for converting two hexadecimal digits to a character
 2016-09-06 15:48 UTC  (3+ messages)

[PATCH] compat: move strdup(3) replacement to its own file
 2016-09-06 15:40 UTC  (3+ messages)

[PATCH v2 00/38] Virtualization of the refs API
 2016-09-06 14:25 UTC  (14+ messages)
` [PATCH v2 02/38] rename_ref_available(): add docstring
` [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 09/38] {lock,commit,rollback}_packed_refs(): add files_ref_store arguments
` [PATCH v2 20/38] refs: make verify_refname_available() virtual
` [PATCH v2 21/38] refs: make pack_refs() virtual
` [PATCH v2 23/38] refs: make peel_ref() virtual

Context Menu is missing
 2016-09-06 11:59 UTC  (7+ messages)

[PATCH v1 0/2] Use CLOEXEC to avoid fd leaks
 2016-09-06 11:41 UTC  (7+ 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] t6026-merge-attr: wait for process to release trash directory
 2016-09-06  7:27 UTC  (3+ messages)

[PATCH] t9903: fix broken && chain
 2016-09-06  7:15 UTC  (2+ messages)

2.10.0: multiple versionsort.prereleasesuffix buggy?
 2016-09-06  7:12 UTC  (5+ messages)

[PATCHv3] diff.c: emit moved lines with a different color
 2016-09-06  6:58 UTC  (4+ messages)

[PATCH] stash: allow ref of a stash by index
 2016-09-05 23:52 UTC  (5+ messages)

[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

[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  (5+ messages)
` [PATCH 0/4] git add --chmod: always change the file
  ` [PATCH 1/4] add: document the chmod option

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

[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 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  (6+ 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

[RFC/PATCH 0/2] Color moved code differently
 2016-09-04 22:19 UTC  (5+ messages)

[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


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