git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-07-30 17:44:18 to 2016-08-02 18:06:26 UTC [more...]

[PATCH v10 01/12] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
 2016-08-02 17:38 UTC  (17+ messages)
` [RFC/PATCH v11 01/13] "
  ` [RFC/PATCH v11 05/13] t6030: explicitly test for bisection cleanup
  ` [RFC/PATCH v11 10/13] bisect--helper: `check_and_set_terms` shell function in C
  ` [RFC/PATCH v11 06/13] wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
  ` [RFC/PATCH v11 04/13] bisect--helper: `bisect_clean_state` shell function in C
  ` [RFC/PATCH v11 08/13] bisect--helper: `is_expected_rev` & `check_expected_revs` "
  ` [RFC/PATCH v11 13/13] bisect--helper: `bisect_start` shell function partially "
  ` [RFC/PATCH v11 03/13] bisect--helper: `write_terms` shell function "
  ` [RFC/PATCH v11 07/13] bisect--helper: `bisect_reset` "
  ` [RFC/PATCH v11 02/13] bisect: rewrite `check_term_format` "
  ` [RFC/PATCH v11 12/13] bisect--helper: `get_terms` & `bisect_terms` "
  ` [RFC/PATCH v11 11/13] bisect--helper: `bisect_next_check` "
  ` [RFC/PATCH v11 09/13] bisect--helper: `bisect_write` "

git bisect for reachable commits only
 2016-08-02 17:25 UTC  (12+ messages)

t7063 failure on FreeBSD 10.3 i386/amd64
 2016-08-02 17:17 UTC  (10+ messages)
` [PATCH] t7063: work around FreeBSD's lazy mtime update feature

[[PATCH v2] 0/4] Use header data patch ids for rebase to avoid loading file content
 2016-08-02 17:08 UTC  (18+ messages)
` [[PATCH v2] 1/4] patch-ids: stop using a hand-rolled hashmap implementation
` [[PATCH v2] 4/4] rebase: avoid computing unnecessary patch IDs

get_maintainer.pl and .mailmap entries with more than 2 addresses
 2016-08-02 16:36 UTC 

Client exit whilst running pre-receive hook : commit accepted but no post-receive hook ran
 2016-08-02 16:01 UTC  (3+ messages)

[PATCH v3 0/8] status: V2 porcelain status
 2016-08-02 16:29 UTC  (6+ messages)
` [PATCH v3 7/8] status: update git-status.txt for --porcelain=v2

Un-paged commit messages in git filter-branch's commit-filter?
 2016-08-02  0:07 UTC  (7+ messages)

[PATCH v4 0/8] status: V2 porcelain status
 2016-08-02 14:12 UTC  (9+ messages)
` [PATCH v4 1/8] status: rename long-format print routines
` [PATCH v4 2/8] status: cleanup API to wt_status_print
` [PATCH v4 3/8] status: support --porcelain[=<version>]
` [PATCH v4 4/8] status: per-file data collection for --porcelain=v2
` [PATCH v4 5/8] status: print per-file porcelain v2 status data
` [PATCH v4 6/8] status: print branch info with --porcelain=v2 --branch
` [PATCH v4 7/8] git-status.txt: describe --porcelain=v2 format
` [PATCH v4 8/8] status: tests for --porcelain=v2

[PATCH 0/3] fix parse-opt string_list leaks
 2016-08-02 10:52 UTC  (5+ messages)
` [PATCH 3/3] blame,shortlog: don't make local option variables static
      ` [PATCH] blame: drop strdup of string literal

[PATCH] gitweb: escape link body in format_ref_marker
 2016-08-02 10:25 UTC  (4+ messages)

[PATCH v4 00/16] Use merge_recursive() directly in the builtin am
 2016-08-02  8:12 UTC  (43+ messages)
` [PATCH v5 "
  ` [PATCH v5 12/16] merge-recursive: flush output buffer before printing error messages
  ` [PATCH v5 13/16] merge-recursive: write the commit title in one go
  ` [PATCH v5 14/16] merge-recursive: offer an option to retain the output in 'obuf'
  ` [PATCH v5 15/16] Ensure that the output buffer is released after calling merge_trees()
  ` [PATCH v5 16/16] merge-recursive: flush output buffer even when erroring out
  ` [PATCH v6 00/16] Use merge_recursive() directly in the builtin am
    ` [PATCH v6 01/16] t5520: verify that `pull --rebase` shows the helpful advice when failing
    ` [PATCH v6 02/16] Report bugs consistently
    ` [PATCH v6 03/16] Avoid translating bug messages
    ` [PATCH v6 04/16] merge-recursive: clarify code in was_tracked()
    ` [PATCH v6 05/16] Prepare the builtins for a libified merge_recursive()
    ` [PATCH v6 06/16] merge_recursive: abort properly upon errors
    ` [PATCH v6 07/16] merge-recursive: avoid returning a wholesale struct
    ` [PATCH v6 08/16] merge-recursive: allow write_tree_from_memory() to error out
    ` [PATCH v6 09/16] merge-recursive: handle return values indicating errors
    ` [PATCH v6 10/16] merge-recursive: switch to returning errors instead of dying
    ` [PATCH v6 11/16] am -3: use merge_recursive() directly again
    ` [PATCH v6 12/16] merge-recursive: flush output buffer before printing error messages
    ` [PATCH v6 13/16] merge-recursive: write the commit title in one go
    ` [PATCH v6 14/16] merge-recursive: offer an option to retain the output in 'obuf'
    ` [PATCH v6 15/16] Ensure that the output buffer is released after calling merge_trees()
    ` [PATCH v6 16/16] merge-recursive: flush output buffer even when erroring out

[PATCH v3 00/10] Git filter protocol
 2016-08-02  7:41 UTC  (31+ messages)
  ` [PATCH v3 01/10] pkt-line: extract set_packet_header()
  ` [PATCH v3 02/10] pkt-line: add direct_packet_write() and direct_packet_write_data()
  ` [PATCH v3 03/10] pkt-line: add packet_flush_gentle()
  ` [PATCH v3 04/10] pkt-line: call packet_trace() only if a packet is actually send
  ` [PATCH v3 05/10] pack-protocol: fix maximum pkt-line size
  ` [PATCH v3 06/10] run-command: add clean_on_exit_handler
  ` [PATCH v3 10/10] convert: add filter.<driver>.process option

[PATCH 0/2] add PAGER_ENV to build and core.pagerEnv to config
 2016-08-01 23:56 UTC  (20+ messages)
` [PATCH 1/2] pager: move pager-specific setup into the build
` [PATCH 2/2] pager: implement core.pagerEnv in config
` [PATCH 0/1 v2] add PAGER_ENV to build
  ` [PATCH 1/1 v2] pager: move pager-specific setup into the build

[PATCH v9 00/41] libify apply and use lib in am, part 2
 2016-08-01 22:30 UTC  (17+ messages)
` [PATCH v9 03/41] builtin/apply: make apply_patch() return -1 or -128 instead of die()ing
` [PATCH v9 04/41] builtin/apply: read_patch_file() return -1 "
` [PATCH v9 08/41] builtin/apply: make parse_whitespace_option() "
` [PATCH v9 09/41] builtin/apply: make parse_ignorewhitespace_option() "
` [PATCH v9 33/41] environment: add set_index_file()
` [PATCH v9 35/41] apply: make it possible to silently apply
` [PATCH v9 39/41] apply: change error_routine when silent

[PATCH] pass constants as first argument to st_mult()
 2016-08-01 22:31 UTC  (5+ messages)

Small trivial annoyance with the nice new builtin "git am"
 2016-08-01 22:00 UTC  (17+ messages)
          ` [PATCH] reset cached ident date before creating objects

[PATCH v2 1/2] format-patch: Add a config option format.from to set the default for --from
 2016-08-01 21:18 UTC  (4+ messages)
` [PATCH v2 2/2] format-patch: Default to --from

[PATCHv3 0/7] submodule update: allow '.' for branch value
 2016-08-01 21:48 UTC  (2+ messages)

git grep -P is multiline for negative lookahead/behind
 2016-08-01 21:35 UTC  (2+ messages)

[PATCH v3 3/3] t3700: add a test_mode_in_index helper function
 2016-08-01 21:25 UTC  (2+ messages)

[ANNOUNCE] git-series: track changes to a patch series over time
 2016-08-01 21:19 UTC  (15+ messages)

Recovering Folder from Git Restored Repo
 2016-08-01 21:18 UTC  (2+ messages)

[PATCH] use strbuf_addstr() for adding constant strings to a strbuf
 2016-08-01 20:41 UTC  (3+ messages)

[PATCH 1/2] format-patch: Add a config option format.from to set the default for --from
 2016-08-01 20:32 UTC  (8+ messages)
      ` [PATCH v2 0/2] format-patch: Transition the default to --from to avoid spoofed mails

[RFC] git-format-patch: default to --from to avoid spoofed mails?
 2016-08-01 18:59 UTC  (12+ messages)

[PATCH] pack-objects: Use reachability bitmap index when generating non-stdout pack too
 2016-08-01 18:17 UTC  (3+ messages)
` [PATCH 1/2] pack-objects: Teach --use-bitmap-index codepath to respect --local, --honor-pack-keep and --incremental

[PATCH 0/3] diff-highlight: add support for git log --graph output
 2016-08-01 17:16 UTC  (3+ messages)
` [PATCH 3/3] diff-highlight: add support for "

git cherry-pick conflict error message is deceptive when cherry-picking multiple commits
 2016-08-01  9:12 UTC  (8+ messages)

gitk should maybe keep focus on same file when switching patch->tree view
 2016-07-31 20:18 UTC 

git 2.9 subtree split with rejoin
 2016-07-31 17:32 UTC  (2+ messages)

[PATCH v3 1/3] t3700: remove unwanted leftover files before running new tests
 2016-07-30 20:13 UTC 

[PATCH v3 2/3] t3700: merge two tests into one
 2016-07-30 20:13 UTC 


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