git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-06-12 10:44:58 to 2016-06-14 16:48:16 UTC [more...]

problems installing GIT on my MAC OS X 10.11.5
 2016-06-14 16:48 UTC  (4+ messages)

[PATCH] Refactor recv_sideband()
 2016-06-14 16:43 UTC  (6+ messages)

'untracked working tree files would be overwritten by merge' on ignored files?
 2016-06-14 16:07 UTC 

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

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

compactionHeuristic=true is not used by interactive staging
 2016-06-14 14:22 UTC 

[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 v7 00/40] libify apply and use lib in am, part 2
 2016-06-14 11:07 UTC  (45+ 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 05/40] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH v7 06/40] builtin/apply: make parse_single_patch() return -1 "
` [PATCH v7 07/40] builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
` [PATCH v7 08/40] builtin/apply: make parse_ignorewhitespace_option() "
` [PATCH v7 09/40] builtin/apply: move init_apply_state() to apply.c
` [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 13/40] builtin/apply: make apply_all_patches() return -1 on error
` [PATCH v7 14/40] builtin/apply: make parse_traditional_patch() "
` [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 17/40] builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
` [PATCH v7 18/40] builtin/apply: make build_fake_ancestor() return -1 on error
` [PATCH v7 19/40] builtin/apply: make remove_file() "
` [PATCH v7 20/40] builtin/apply: make add_conflicted_stages_file() "
` [PATCH v7 21/40] builtin/apply: make add_index_file() "
` [PATCH v7 22/40] builtin/apply: make create_file() "
` [PATCH v7 23/40] builtin/apply: make write_out_one_result() "
` [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

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

[PATCH] fetch: document that pruning happens before fetching
 2016-06-14 10:36 UTC  (7+ messages)

[PATCH 00/27] nd/shallow-deepen updates
 2016-06-14  9:21 UTC  (32+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/27] remote-curl.c: convert fetch_git() to use argv_array
  ` [PATCH v2 02/27] transport-helper.c: refactor set_helper_option()
  ` [PATCH v2 03/27] upload-pack: move shallow deepen code out of receive_needs()
  ` [PATCH v2 04/27] upload-pack: move "shallow" sending code out of deepen()
  ` [PATCH v2 05/27] upload-pack: remove unused variable "backup"
  ` [PATCH v2 06/27] upload-pack: move "unshallow" sending code out of deepen()
  ` [PATCH v2 07/27] upload-pack: use skip_prefix() instead of starts_with()
  ` [PATCH v2 08/27] upload-pack: tighten number parsing at "deepen" lines
  ` [PATCH v2 09/27] upload-pack: make check_non_tip() clean things up on error
  ` [PATCH v2 10/27] upload-pack: move rev-list code out of check_non_tip()
  ` [PATCH v2 11/27] fetch-pack: use skip_prefix() instead of starts_with()
  ` [PATCH v2 12/27] fetch-pack: use a common function for verbose printing
  ` [PATCH v2 13/27] fetch-pack.c: mark strings for translating
  ` [PATCH v2 14/27] fetch-pack: use a separate flag for fetch in deepening mode
  ` [PATCH v2 15/27] shallow.c: implement a generic shallow boundary finder based on rev-list
  ` [PATCH v2 16/27] upload-pack: add deepen-since to cut shallow repos based on time
  ` [PATCH v2 17/27] fetch: define shallow boundary with --shallow-since
  ` [PATCH v2 18/27] clone: define shallow clone boundary based on time "
  ` [PATCH v2 19/27] t5500, t5539: tests for shallow depth since a specific date
  ` [PATCH v2 20/27] refs: add expand_ref()
  ` [PATCH v2 21/27] upload-pack: support define shallow boundary by excluding revisions
  ` [PATCH v2 22/27] fetch: define shallow boundary with --shallow-exclude
  ` [PATCH v2 23/27] clone: define shallow clone "
  ` [PATCH v2 24/27] t5500, t5539: tests for shallow depth excluding a ref
  ` [PATCH v2 25/27] upload-pack: split check_unreachable() in two, prep for get_reachable_list()
  ` [PATCH v2 26/27] upload-pack: add get_reachable_list()
  ` [PATCH v2 27/27] fetch, upload-pack: --deepen=N extends shallow boundary by N commits

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

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

[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  (13+ messages)
    ` [PATCH 0/3] fix parse-opt string_list leaks
      ` [PATCH 1/3] parse_opt_string_list: stop allocating new strings
      ` [PATCH 2/3] interpret-trailers: don't duplicate option strings
      ` [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()

[RFC-PATCH v2 0/2] send-email: new --quote-email option
 2016-06-13 22:47 UTC  (28+ 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] Document the 'svn propset' command
 2016-06-13 22:09 UTC  (6+ messages)

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  (6+ messages)
      ` [PATCH v3] "

[PATCH v3 0/6] worktree lock/unlock
 2016-06-13 12:22 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] worktree.c: add find_worktree()
  ` [PATCH v5 0/6] worktree lock/unlock
    ` [PATCH v5 1/6] worktree.c: add find_worktree()
    ` [PATCH v5 2/6] worktree.c: add is_main_worktree()
    ` [PATCH v5 3/6] worktree.c: add is_worktree_locked()
    ` [PATCH v5 4/6] worktree: add "lock" command
    ` [PATCH v5 5/6] worktree: add "unlock" command
    ` [PATCH v5 6/6] worktree.c: find_worktree() search by path suffix

[RFC/PATCH 0/8] Add initial experimental external ODB support
 2016-06-13 10:10 UTC  (10+ messages)
` [RFC/PATCH 1/8] Add initial external odb support
` [RFC/PATCH 2/8] external odb foreach
` [RFC/PATCH 3/8] t0400: use --batch-all-objects to get all objects
` [RFC/PATCH 4/8] t0400: add 'put' command to odb-helper script
` [RFC/PATCH 5/8] t0400: add test for 'put' command
` [RFC/PATCH 6/8] external odb: add write support
` [RFC/PATCH 7/8] external-odb: accept only blobs for now
` [RFC/PATCH 8/8] t0400: add test for external odb write support

[PATCH v2 0/6] Improve test coverage of update-ref error messages
 2016-06-13 10:10 UTC  (5+ messages)
` [PATCH v2 5/6] lock_ref_for_update(): make error handling more uniform

[PATCH v2 00/33] Yet more preparation for reference backends
 2016-06-13  9:55 UTC  (4+ messages)
    ` [ADDENDUM v4] "

[GSOC Update] Week 5
 2016-06-13  8:06 UTC  (2+ messages)
` [GSOC Update] Week 6

Un-paged commit messages in git filter-branch's commit-filter?
 2016-06-13  6:28 UTC 

[PATCH 1/4] bisect--helper: `bisect_clean_state` shell function in C
 2016-06-13  6:21 UTC  (8+ messages)
` [PATCH 3/4] dir: introduce file_size() to check the size of file

Repacking a repository uses up all available disk space
 2016-06-13  4:58 UTC  (11+ messages)
        ` [PATCH 0/3] repack --keep-unreachable
          ` [PATCH 1/3] repack: document --unpack-unreachable option
          ` [PATCH 2/3] repack: add --keep-unreachable option
          ` [PATCH 3/3] repack: extend --keep-unreachable to loose objects

[GIT PULL] l10n updates for 2.9.0 rc0
 2016-06-13  1:01 UTC  (2+ messages)

lib-httpd/apache.conf and mod_unixd.so
 2016-06-12 14:20 UTC  (3+ messages)

(unknown),
 2016-06-12  9:38 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).