git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-06-08 15:25:58 to 2016-06-10 13:39:57 UTC [more...]

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

[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

[PATCH v2 00/33] Yet more preparation for reference backends
 2016-06-10 12:50 UTC  (2+ messages)

[PATCH 00/27] nd/shallow-deepen updates
 2016-06-10 12:27 UTC  (28+ 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

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 00/38] Virtualization of the refs API
 2016-06-10 12:02 UTC  (30+ 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] parse-options-cb.c: use string_list_append_nodup in OPT_STRING_LIST()
 2016-06-10 11:57 UTC 

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

[BUG-ish] diff compaction heuristic false positive
 2016-06-10 11:00 UTC  (5+ messages)

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

[PATCH v2 0/6] Improve test coverage of update-ref error messages
 2016-06-10  8:14 UTC  (7+ 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

[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] Adds *~ to the .gitignore
 2016-06-09 23:31 UTC  (5+ messages)

[PATCH V2 0/3] strbuf: improve API
 2016-06-09 22:40 UTC  (22+ 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)

[PATCHv3] Documentation: triangular workflow
 2016-06-09 18:19 UTC  (4+ messages)
` [PATCHv4] "

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 2/2] bundle: keep a copy of bundle file name in the in-core bundle header
 2016-06-09 17:23 UTC  (16+ messages)
` [PATCH v2 0/4] "split bundle" preview
  ` [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  (49+ 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 1/6] t9001: non order-sensitive file comparison
    ` [PATCH v4 2/6] t9001: check email address is in Cc: field
    ` [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)

feature request: git svn dommit --preserve-timestamps
 2016-06-08 18:31 UTC  (2+ messages)

[PATCH 1/4] bisect--helper: `bisect_clean_state` shell function in C
 2016-06-08 18:04 UTC  (14+ messages)
` [PATCH 4/4] bisect--helper: `bisect_reset` "

[PATCH v3] Documentation more consistent
 2016-06-08 17:27 UTC  (6+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 3/3] doc: more consistency in environment variables format
  ` [PATCH v4 4/3] doc: change configuration "

[BUG] gitk
 2016-06-08 15:36 UTC  (5+ 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).