git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-06-13 16:10:41 to 2016-06-15 21:05:17 UTC [more...]

[PATCH 1/4] bisect--helper: `bisect_clean_state` shell function in C
 2016-06-15 21:05 UTC  (18+ messages)
` [PATCH v2 0/6] convert various shell functions in git-bisect to C
  ` [PATCH v2 1/6] bisect--helper: `bisect_clean_state` shell function in C
  ` [PATCH v2 2/6] t6030: explicitly test for bisection cleanup
  ` [PATCH v2 3/6] wrapper: move is_empty_file() from builtin/am.c
  ` [PATCH v2 4/6] bisect--helper: `bisect_reset` shell function in C
  ` [PATCH v2 5/6] bisect--helper: `is_expected_rev` & `check_expected_revs` "
  ` [PATCH v2 6/6] bisect--helper: `bisect_write` "

[PATCH] Document the 'svn propset' command
 2016-06-15 20:32 UTC  (11+ messages)

[RFC/PATCH] push: deny policy to prevent pushes to unwanted remotes
 2016-06-15 19:37 UTC  (4+ messages)

[PATCH] push: deny policy to prevent pushes to unwanted remotes
 2016-06-15 19:31 UTC  (4+ messages)

[PATCH] verify-tag: allow to verify signed blob objects
 2016-06-15 19:24 UTC  (4+ messages)

What's cooking in git.git (Jun 2016, #04; Tue, 14)
 2016-06-15 18:45 UTC  (6+ messages)

[PATCH] hooks--pre-commit.sample: check for chars, that are not allowed for a windows file name
 2016-06-15 17:54 UTC  (3+ messages)

Easiest way to clone over an existing directory?
 2016-06-15 15:51 UTC 

Git clone 2.9.0
 2016-06-15 13:47 UTC  (2+ messages)

bug: compactionheuristic config var case issue
 2016-06-15 12:33 UTC  (2+ messages)

Bug report: stdout vs stderr
 2016-06-15 12:19 UTC 

[ANNOUNCE] Git Rev News edition 16
 2016-06-15 12:06 UTC 

I lost my commit signature
 2016-06-15 10:36 UTC  (25+ messages)
            ` [PATCH] gpg-interface: check gpg signature for correct header
                    ` [PATCHv2] "
                    ` [PATCHv3] gpg-interface: check gpg signature creation status

[ANNOUNCE] Sharness v1.0.0
 2016-06-15  9:03 UTC  (8+ messages)

compactionHeuristic=true is not used by interactive staging
 2016-06-15  6:24 UTC  (4+ messages)

[PATCH] fetch: document that pruning happens before fetching
 2016-06-15  3:46 UTC  (8+ messages)

[PATCH] Refactor recv_sideband()
 2016-06-15  3:44 UTC  (16+ messages)
` [PATCH v2] "

[RFC-PATCH v2 0/2] send-email: new --quote-email option
 2016-06-14 22:53 UTC  (37+ messages)
` [PATCH v3 0/6] send-email: cleaner tests and quote email
  ` [PATCH v3 1/6] t9001: non order-sensitive file comparison
  ` [PATCH v3 2/6] t9001: check email address is in Cc: field
  ` (unknown),
    ` [PATCH v4 3/6] send-email: shorten send-email's output
    ` [PATCH v4 4/6] send-email: create email parser subroutine
    ` [PATCH v4 5/6] send-email: --in-reply-to=<file> populate header fields
    ` [PATCH v4 6/6] send-email: add option --cite to quote the message body

'untracked working tree files would be overwritten by merge' on ignored files?
 2016-06-14 21:35 UTC  (3+ messages)

[PATCH] do not loop around deref_tag()
 2016-06-14 21:21 UTC  (2+ messages)

[PATCH v2 1/1] Don't free remote->name after fetch
 2016-06-14 18:57 UTC  (4+ messages)

[PATCH] blame: improve diagnosis for "--reverse NEW"
 2016-06-14 18:41 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH] blame: dwim "blame --reverse OLD" as "blame --reverse OLD.."

[PATCH 1/1] Don't free remote->name after fetch
 2016-06-14 17:52 UTC  (5+ messages)

[PATCH v7 00/40] libify apply and use lib in am, part 2
 2016-06-14 17:50 UTC  (39+ messages)
` [PATCH v7 01/40] apply: move 'struct apply_state' to apply.h
` [PATCH v7 02/40] builtin/apply: make apply_patch() return -1 instead of die()ing
` [PATCH v7 03/40] builtin/apply: read_patch_file() "
` [PATCH v7 04/40] builtin/apply: make find_header() "
` [PATCH v7 06/40] builtin/apply: make parse_single_patch() return -1 on error
` [PATCH v7 08/40] builtin/apply: make parse_ignorewhitespace_option() return -1 instead of die()ing
` [PATCH v7 10/40] apply: make init_apply_state() return -1 instead of exit()ing
` [PATCH v7 11/40] builtin/apply: make check_apply_state() return -1 instead of die()ing
` [PATCH v7 12/40] builtin/apply: move check_apply_state() to apply.c
` [PATCH v7 14/40] builtin/apply: make parse_traditional_patch() return -1 on error
` [PATCH v7 15/40] builtin/apply: make gitdiff_*() return 1 at end of header
` [PATCH v7 16/40] builtin/apply: make gitdiff_*() return -1 on error
` [PATCH v7 18/40] builtin/apply: make build_fake_ancestor() "
` [PATCH v7 19/40] builtin/apply: make remove_file() "
` [PATCH v7 21/40] builtin/apply: make add_index_file() "
` [PATCH v7 22/40] builtin/apply: make create_file() "
` [PATCH v7 24/40] builtin/apply: make write_out_results() "
` [PATCH v7 25/40] builtin/apply: make try_create_file() "
` [PATCH v7 26/40] builtin/apply: make create_one_file() "
` [PATCH v7 27/40] builtin/apply: rename option parsing functions
` [PATCH v7 28/40] apply: rename and move opt constants to apply.h
` [PATCH v7 30/40] apply: make some parsing functions static again
` [PATCH v7 31/40] environment: add set_index_file()
` [PATCH v7 32/40] write_or_die: use warning() instead of fprintf(stderr, ...)
` [PATCH v7 33/40] apply: add 'be_silent' variable to 'struct apply_state'
` [PATCH v7 34/40] apply: make 'be_silent' incompatible with 'apply_verbosely'
` [PATCH v7 35/40] apply: don't print on stdout when be_silent is set
` [PATCH v7 36/40] usage: add set_warn_routine()
` [PATCH v7 37/40] usage: add get_error_routine() and get_warn_routine()
` [PATCH v7 38/40] apply: change error_routine when be_silent is set
` [PATCH v7 39/40] builtin/am: use apply api in run_apply()
` [PATCH v7 40/40] apply: use error_errno() where possible

problems installing GIT on my MAC OS X 10.11.5
 2016-06-14 17:12 UTC  (6+ messages)

[PATCH 1/2] Make send_sideband() return void
 2016-06-14 14:49 UTC  (2+ messages)
` [PATCH 2/2] Make send_client_data() "

[PATCH] gnome-keyring: Don't hard-code pkg-config executable
 2016-06-14 11:27 UTC 

[ANNOUNCE] Git for Windows 2.9.0
 2016-06-14 11:17 UTC 

[patch] Out of bounds read in git apply on malformed input in gitdiff_verify_name()
 2016-06-14 10:52 UTC 

[PATCH 00/27] nd/shallow-deepen updates
 2016-06-14  9:21 UTC  (4+ messages)

[TIG PATCH] test: make diff/log work with git 2.9
 2016-06-14  8:34 UTC 

[PATCH v2] strbuf: describe the return value of strbuf_read_file
 2016-06-14  6:14 UTC 

[PATCH] strbuf: describe the return value of strbuf_read_file()
 2016-06-14  5:57 UTC  (3+ messages)

[PATCH] parse-options-cb.c: use string_list_append_nodup in OPT_STRING_LIST()
 2016-06-14  5:05 UTC  (11+ messages)
    ` [PATCH 0/3] fix parse-opt string_list leaks
      ` [PATCH 3/3] blame,shortlog: don't make local option variables static
        ` [PATCH 4/3] use string_list initializer consistently

[PATCH 00/38] Virtualization of the refs API
 2016-06-14  5:03 UTC  (3+ messages)
` [PATCH 16/38] resolve_gitlink_ref(): implement using resolve_ref_recursively()

Re attr API further revamp
 2016-06-13 21:54 UTC  (3+ messages)

[ANNOUNCE] Git v2.9.0
 2016-06-13 19:45 UTC 

A note from the maintainer
 2016-06-13 19:45 UTC 

[PATCHv3] Documentation: triangular workflow
 2016-06-13 18:35 UTC  (6+ messages)
` [PATCHv4] "

merge committing staged deletions?
 2016-06-13 18:13 UTC 

[PATCH] lib-httpd.sh: print error.log on error
 2016-06-13 17:08 UTC  (3+ messages)
` [PATCH v3] "


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