messages from 2016-08-08 18:24:33 to 2016-08-10 18:36:03 UTC [more...]
[PATCH 0/8] Better heuristics make prettier diffs
2016-08-10 17:16 UTC (8+ messages)
` [PATCH 5/8] xdl_change_compact(): fix compaction heuristic to adjust io
` [PATCH 6/8] xdl_change_compact(): keep track of the earliest end
What's cooking in git.git (Aug 2016, #03; Mon, 8)
2016-08-10 18:27 UTC (11+ messages)
` [PATCH] t7406: fix breakage on OSX
[PATCH v5 00/15] Git filter protocol
2016-08-10 18:21 UTC (25+ messages)
` [PATCH v5 02/15] pkt-line: call packet_trace() only if a packet is actually send
` [PATCH v5 03/15] pkt-line: add `gentle` parameter to format_packet()
` [PATCH v5 04/15] pkt-line: add packet_write_gently()
` [PATCH v5 05/15] pkt-line: add packet_write_gently_fmt()
` [PATCH v5 14/15] convert: add filter.<driver>.process option
[PATCH] checkout: do not mention detach advice for explicit --detach option
2016-08-10 18:00 UTC (2+ messages)
[PATCH v10 00/40] libify apply and use lib in am, part 2
2016-08-10 17:34 UTC (47+ messages)
` [PATCH v10 01/40] apply: make some names more specific
` [PATCH v10 02/40] apply: move 'struct apply_state' to apply.h
` [PATCH v10 03/40] builtin/apply: make apply_patch() return -1 or -128 instead of die()ing
` [PATCH v10 04/40] builtin/apply: read_patch_file() return -1 "
` [PATCH v10 05/40] builtin/apply: make find_header() return -128 "
` [PATCH v10 06/40] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH v10 07/40] builtin/apply: make parse_single_patch() return -1 "
` [PATCH v10 08/40] builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
` [PATCH v10 09/40] builtin/apply: make parse_ignorewhitespace_option() "
` [PATCH v10 10/40] builtin/apply: move init_apply_state() to apply.c
` [PATCH v10 11/40] apply: make init_apply_state() return -1 instead of exit()ing
` [PATCH v10 12/40] builtin/apply: make check_apply_state() return -1 instead of die()ing
` [PATCH v10 13/40] builtin/apply: move check_apply_state() to apply.c
` [PATCH v10 14/40] builtin/apply: make apply_all_patches() return 128 or 1 on error
` [PATCH v10 15/40] builtin/apply: make parse_traditional_patch() return -1 "
` [PATCH v10 16/40] builtin/apply: make gitdiff_*() return 1 at end of header
` [PATCH v10 17/40] builtin/apply: make gitdiff_*() return -1 on error
` [PATCH v10 18/40] builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
` [PATCH v10 19/40] builtin/apply: make build_fake_ancestor() return -1 on error
` [PATCH v10 20/40] builtin/apply: make remove_file() "
` [PATCH v10 21/40] builtin/apply: make add_conflicted_stages_file() "
` [PATCH v10 22/40] builtin/apply: make add_index_file() "
` [PATCH v10 23/40] builtin/apply: make create_file() "
` [PATCH v10 24/40] builtin/apply: make write_out_one_result() "
` [PATCH v10 25/40] builtin/apply: make write_out_results() "
` [PATCH v10 26/40] builtin/apply: make try_create_file() "
` [PATCH v10 27/40] builtin/apply: make create_one_file() "
` [PATCH v10 28/40] builtin/apply: rename option parsing functions
` [PATCH v10 29/40] apply: rename and move opt constants to apply.h
` [PATCH v10 31/40] apply: make some parsing functions static again
` [PATCH v10 32/40] apply: use error_errno() where possible
` [PATCH v10 33/40] environment: add set_index_file()
` [PATCH v10 34/40] apply: make it possible to silently apply
` [PATCH v10 35/40] apply: don't print on stdout in verbosity_silent mode
` [PATCH v10 36/40] usage: add set_warn_routine()
` [PATCH v10 37/40] usage: add get_error_routine() and get_warn_routine()
` [PATCH v10 38/40] apply: change error_routine when silent
` [PATCH v10 39/40] apply: refactor `git apply` option parsing
` [PATCH v10 40/40] builtin/am: use apply api in run_apply()
[PATCH v2 0/7] speed up pack-objects counting with many packs
2016-08-10 16:47 UTC (14+ messages)
` [PATCH v2 7/7] pack-objects: use mru list when iterating over packs
` [PATCH v3 0/2] pack-objects mru
[PATCH] Spelling fixes
2016-08-10 16:59 UTC (6+ messages)
[PATCH RFC v2] diff: add SUBMODULE_DIFF format to display submodule diff
2016-08-10 3:37 UTC (3+ messages)
[PATCH v5 00/16] Use merge_recursive() directly in the builtin am
2016-08-10 1:57 UTC (48+ messages)
` [PATCH v6 "
` [PATCH v6 06/16] merge_recursive: abort properly upon errors
` patch submission process, was "
[PATCH] http-backend: buffer headers before sending
2016-08-09 23:47 UTC
[PATCH RFC] diff: add SUBMODULE_DIFF format to display submodule diff
2016-08-09 23:15 UTC (6+ messages)
[PATCHv2 0/6] git clone: Marry --recursive and --reference
2016-08-09 23:06 UTC (35+ messages)
` [PATCHv3 1/9] t7408: modernize style
` [PATCHv3 2/9] t7408: merge short tests, factor out testing method
` [PATCHv3 3/9] submodule--helper module-clone: allow multiple references
` [PATCHv3 4/9] submodule--helper update-clone: "
` [PATCHv3 5/9] clone: clarify option_reference as required
` [PATCHv2 5/6] submodule update: add super-reference flag
` [PATCHv3 6/9] clone: implement optional references
` [PATCHv2 6/6] clone: reference flag is used for submodules as well
` [PATCHv3 7/9] submodule helper: pass through --reference-if-able
` [PATCHv3 8/9] submodule: try alternates when superproject has an alternate
` [PATCHv3 9/9] submodule--helper: use parallel processor correctly
[PATCH] submodule--helper: use parallel processor correctly
2016-08-09 21:29 UTC
t0027 racy?
2016-08-09 21:28 UTC (15+ messages)
[PATCH] pack-objects: Use reachability bitmap index when generating non-stdout pack too
2016-08-09 19:49 UTC (28+ messages)
` [PATCH 1/2] pack-objects: Teach --use-bitmap-index codepath to respect --local, --honor-pack-keep and --incremental
` [PATCH v3] "
` [PATCH 1/2 v4] pack-objects: respect --local/--honor-pack-keep/--incremental when bitmap is in use
` [PATCH 1/2 v5] "
` [PATCH 2/2 v7] pack-objects: use reachability bitmap index when generating non-stdout pack
` [PATCH v4 2/2] pack-objects: Teach it to use reachability bitmap index when generating non-stdout pack too
` [PATCH v5] pack-objects: teach "
` [PATCH 2/2 v6] pack-objects: use reachability bitmap index when generating non-stdout pack
[PATCH 1/3] i18n: setup: mark error messages for translation
2016-08-09 19:36 UTC (5+ messages)
` [PATCH 2/3] i18n: archive: mark errors "
` [PATCH 3/3] i18n: git-stash: mark message "
[PATCH] completion: add completion for --submodule=* diff option
2016-08-09 18:34 UTC
[PATCH] completion: complete --move for git branch
2016-08-09 18:30 UTC (3+ messages)
` [PATCH v2] completion: complete --delete, --move, and --remotes "
[PATCH] document git-repack interaction of pack.threads and pack.windowMemory
2016-08-09 18:27 UTC (2+ messages)
[PATCH 1/2] config.c: avoid duplicated global static variables
2016-08-09 17:17 UTC (4+ messages)
` [PATCH 2/2] commit-slab.h: "
Thunderbird woes, was: Re: patch submission process, was Re: [PATCH v6 06/16] merge_recursive: abort properly upon errors
2016-08-09 11:55 UTC (2+ messages)
storing cover letter of a patch series?
2016-08-09 7:12 UTC (12+ messages)
[bug] git-check-ignore and file names with unicode chars in name - sys-out filename is corrupted
2016-08-09 6:38 UTC (2+ messages)
[PATCH v2] .mailmap: use Christian Couder's Tuxfamily address
2016-08-08 21:17 UTC
[PATCH] merge: use string_list_split() in add_strategies()
2016-08-08 20:11 UTC (4+ messages)
Forward declaration of enum iterator_selection?
2016-08-08 18:52 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).