git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-06-08 19:36:53 to 2016-06-10 20:12:47 UTC [more...]

[PATCH v6 00/44] libify apply and use lib in am, part 2
 2016-06-10 20:11 UTC  (20+ messages)
` [PATCH v6 01/44] apply: move 'struct apply_state' to apply.h
` [PATCH v6 02/44] builtin/apply: make apply_patch() return -1 instead of die()ing
` [PATCH v6 04/44] builtin/apply: make find_header() "
` [PATCH v6 06/44] builtin/apply: make parse_single_patch() return -1 on error
` [PATCH v6 07/44] builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
` [PATCH v6 10/44] apply: make init_apply_state() return -1 instead of exit()ing
` [PATCH v6 15/44] builtin/apply: make gitdiff_*() return 1 at end of header
` [PATCH v6 16/44] builtin/apply: make gitdiff_*() return -1 on error
` [PATCH v6 17/44] builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
` [PATCH v6 18/44] builtin/apply: make build_fake_ancestor() return -1 on error
` [PATCH v6 21/44] builtin/apply: make add_index_file() "
` [PATCH v6 22/44] builtin/apply: make create_file() "
` [PATCH v6 23/44] builtin/apply: make write_out_one_result() "
` [PATCH v6 24/44] builtin/apply: make write_out_results() "
` [PATCH v6 25/44] builtin/apply: make try_create_file() "
` [PATCH v6 26/44] builtin/apply: make create_one_file() "
` [PATCH v6 27/44] builtin/apply: rename option parsing functions
` [PATCH v6 28/44] apply: rename and move opt constants to apply.h
` [PATCH v6 31/44] run-command: make dup_devnull() non static

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

[PATCH 1/2] bisect--helper: `is_expected_rev` shell function in C
 2016-06-10 19:14 UTC  (8+ messages)
` [PATCH 2/2] bisect--helper: `check_expected_revs` "

[PATCH] Fix spelling of "occurred"
 2016-06-10 19:05 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v2 0/6] Improve test coverage of update-ref error messages
 2016-06-10 19:01 UTC  (8+ messages)
` [PATCH v2 1/6] t1404: rename file to t1404-update-ref-errors.sh
` [PATCH v2 2/6] t1404: remove "prefix" argument to test_update_rejected
` [PATCH v2 3/6] t1404: document function test_update_rejected
` [PATCH v2 4/6] t1404: add more tests of update-ref error handling
` [PATCH v2 5/6] lock_ref_for_update(): make error handling more uniform
` [PATCH v2 6/6] lock_ref_for_update(): avoid a symref resolution

[BUG-ish] diff compaction heuristic false positive
 2016-06-10 18:21 UTC  (10+ messages)
        ` Re* "

[PATCH v2 00/94] libify apply and use lib in am
 2016-06-10 17:04 UTC  (14+ messages)
` [PATCH v2 63/94] builtin/apply: make apply_all_patches() return -1 on error

[PATCHv3] Documentation: triangular workflow
 2016-06-10 16:47 UTC  (5+ messages)
` [PATCHv4] "

[PATCH 00/38] Virtualization of the refs API
 2016-06-10 15:53 UTC  (31+ messages)
` [PATCH 02/38] rename_ref_available(): add docstring
` [PATCH 05/38] refs: create a base class "ref_store" for files_ref_store
` [PATCH 17/38] resolve_gitlink_ref(): avoid memory allocation in many cases
` [PATCH 21/38] refs: make pack_refs() virtual
` [PATCH 23/38] refs: make peel_ref() virtual
` [PATCH 34/38] refs: add method for delete_refs
` [PATCH 37/38] refs: make lock generic

[PATCH] Adds *~ to the .gitignore
 2016-06-10 15:52 UTC  (6+ messages)

[PATCH v2 00/33] Yet more preparation for reference backends
 2016-06-10 15:43 UTC  (3+ messages)

[PATCH v3 2/2] completion: add git status
 2016-06-10 13:10 UTC  (10+ messages)
` [PATCH v4 0/3] support completion for "
  ` [PATCH v4 2/3] completion: add __git_get_option_value helper
` [PATCH v5 0/3] completion: add git status
  ` [PATCH v5 1/3] completion: factor out untracked file modes into a variable
  ` [PATCH v5 2/3] completion: add __git_get_option_value helper
  ` [PATCH v5 3/3] completion: add git status

svn dcommit: where happens the writing of the timestamp?
 2016-06-10 12:18 UTC 

[PATCH 00/26] nd/shallow-deepen updates
 2016-06-10 12:14 UTC  (4+ messages)
` [PATCH 24/26] upload-pack: split check_unreachable() in two, prep for get_reachable_list()

[PATCH] parse-options-cb.c: use string_list_append_nodup in OPT_STRING_LIST()
 2016-06-10 11:57 UTC 

What's cooking in git.git (Jun 2016, #03; Thu, 9)
 2016-06-10 10:24 UTC  (2+ messages)

[PATCH 0/5] Improve test coverage of update-ref error messages
 2016-06-10  6:30 UTC  (6+ messages)
` [PATCH 2/5] t1404: document function test_update_rejected

[PATCHv2] submodule--helper: initial clone learns retry logic
 2016-06-10  0:35 UTC 

[PATCH] write_or_die: remove the unused write_or_whine() function
 2016-06-10  0:01 UTC  (2+ messages)

[PATCH 0/2] Dealing with a lot of submodules
 2016-06-09 23:38 UTC  (8+ messages)
` [PATCH 1/2] submodule--helper: initial clone learns retry logic
` [PATCH 2/2] submodule update: continue when a clone fails

[PATCH V2 0/3] strbuf: improve API
 2016-06-09 22:40 UTC  (21+ messages)
` [PATCH V2 3/3] strbuf: allow to use preallocated memory
                  ` [PATCH] send-pack: use buffered I/O to talk to pack-objects

[PATCH] Gitk Inotify support
 2016-06-09 21:24 UTC  (2+ messages)

[PATCH] Use "working tree" instead of "working directory" for git status
 2016-06-09 19:59 UTC  (3+ messages)

Trouble installing Git on El Capitan for Mac
 2016-06-09 19:09 UTC 

[PATCH] Use "working tree" instead of "working directory" for git status
 2016-06-09 18:21 UTC  (3+ messages)

[PATCH 0/5] A bit more "attributes"
 2016-06-09 18:15 UTC  (13+ messages)
` [PATCH 1/5] attr.c: add push_stack() helper
` [PATCH 2/5] attr.c: pass struct git_attr_check down the callchain
` [PATCH 3/5] fixup! d5ad6c13
` [PATCH 4/5] attr.c: correct ugly hack for git_all_attrs()
` [PATCH 5/5] attr.c: always pass check[] to collect_some_attrs()

[PATCH v2 0/4] "split bundle" preview
 2016-06-09 17:23 UTC  (13+ messages)
` [PATCH v2 4/4] bundle v3: the beginning

[PATCH] builtin/commit.c: memoize git-path for COMMIT_EDITMSG
 2016-06-09 17:04 UTC  (6+ messages)
` [PATCH v2] "

[PATCH/RFC 0/4] i-t-a entries again
 2016-06-09 16:18 UTC  (3+ messages)
` [PATCH 2/4] Resurrect "diff-lib.c: adjust position of i-t-a entries in diff"

[PATCH v2 00/13] Reference iterators
 2016-06-09 16:19 UTC  (6+ messages)
` [PATCH v2 12/13] dir_iterator: new API for iterating over a directory tree

[PATCH] refs: mark the file-local vtable symbols as static
 2016-06-09 12:40 UTC  (3+ messages)

[RFC-PATCH v2 0/2] send-email: new --quote-email option
 2016-06-09 11:49 UTC  (40+ 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
  ` [PATCH v3 3/6] t9001: shorten send-email's output
  ` (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

[RFC/PATCH] verify-tag: add --check-name flag
 2016-06-09 11:48 UTC  (13+ messages)

`git help svn` missing description of `propset`
 2016-06-08 23:54 UTC  (3+ messages)


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