git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-07-11 20:14:20 to 2016-07-14 02:09:46 UTC [more...]

What's cooking in git.git (Jun 2016, #05; Thu, 16)
 2016-07-14  2:09 UTC  (6+ messages)

Https password present in git output
 2016-07-13 23:36 UTC  (6+ messages)

What's cooking in git.git (Jul 2016, #05; Wed, 13)
 2016-07-13 22:42 UTC  (9+ messages)

[PATCH v14 00/21] index-helper/watchman
 2016-07-13 21:59 UTC  (3+ messages)

[feature request] Warn about or prevent --amend commits that don't change anything
 2016-07-13 21:02 UTC  (3+ messages)

[ANNOUNCE] Git v2.9.1
 2016-07-13 20:43 UTC  (45+ messages)

Bug report: --invert-grep and --author seems to be incompatible
 2016-07-13 20:33 UTC  (6+ messages)

Multiple Keys in ssh-agent, fail to clone
 2016-07-13 19:32 UTC  (2+ messages)

Issue with git p4 clone when using multiple depots and multiple branches
 2016-07-13 19:06 UTC 

gc and repack ignore .git/*HEAD when checking reachability
 2016-07-13 18:59 UTC  (19+ messages)

[RFC/PATCH 0/8] Add configuration options for split-index
 2016-07-13 17:54 UTC  (9+ messages)
` [RFC/PATCH 8/8] read-cache: unlink old sharedindex files

[bug] Reliably Reproducible Bad Packing of Objects
 2016-07-13 16:16 UTC  (26+ messages)
` [PATCH 0/5] Number truncation with 4+ GB files on 32-bit systems
  ` [PATCH 1/5] pack-objects: pass length to check_pack_crc() without truncation
  ` [PATCH 2/5] sha1_file.c: use type off_t* for object_info->disk_sizep
  ` [PATCH 4/5] index-pack: report correct bad object offsets even if they are large
  ` [PATCH 7/5] fsck: use streaming interface for large blobs in pack
  ` [PATCH v2 0/7] Number truncation with 4+ GB files on 32-bit systems
    ` [PATCH v2 1/7] pack-objects: pass length to check_pack_crc() without truncation
    ` [PATCH v2 2/7] sha1_file.c: use type off_t* for object_info->disk_sizep
    ` [PATCH v2 3/7] index-pack: correct "len" type in unpack_data()
    ` [PATCH v2 4/7] index-pack: report correct bad object offsets even if they are large
    ` [PATCH v2 5/7] index-pack: correct "offset" type in unpack_entry_data()
    ` [PATCH v2 6/7] pack-objects: do not truncate result in-pack object size on 32-bit systems
    ` [PATCH v2 7/7] fsck: use streaming interface for large blobs in pack

[PATCH v5 0/8] extend smudge/clean filters with direct file access (for pu)
 2016-07-13 16:02 UTC  (11+ messages)
` [PATCH v5 1/8] clarify %f documentation
` [PATCH v5 2/8] add smudgeToFile and cleanFromFile filter configs
` [PATCH v5 3/8] use cleanFromFile in git add
` [PATCH v5 4/8] use smudgeToFile in git checkout etc
` [PATCH v5 5/8] warn on unusable smudgeToFile/cleanFromFile config
` [PATCH v5 6/8] better recovery from failure of smudgeToFile filter
` [PATCH v5 7/8] use smudgeToFile filter in git am
` [PATCH v5 8/8] use smudgeToFile filter in recursive merge

[PATCH v2 2/2] config: add conditional include
 2016-07-13 15:57 UTC  (6+ messages)
` [PATCH v3] "

[RFC] Speed up git status via a file system daemon
 2016-07-13 15:38 UTC 

[PATCH 00/38] Virtualization of the refs API
 2016-07-13 15:26 UTC  (3+ messages)

[PATCH v2 0/2] cache-tree building fix in the presence of ita entries
 2016-07-13 15:04 UTC  (8+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] test-lib.sh: introduce and use $_EMPTY_TREE
  ` [PATCH v3 4/4] cache-tree: do not generate empty trees as a result of all i-t-a subentries

[PATCH] pack-objects: Use reachability bitmap index when generating non-stdout pack too
 2016-07-13 10:52 UTC  (7+ messages)

[PATCH] Add very verbose porcelain output to status
 2016-07-13  8:00 UTC  (4+ messages)

What's cooking in git.git (Jul 2016, #04; Mon, 11)
 2016-07-13  7:56 UTC  (4+ messages)

[PATCH 0/9] Resend of gitster/pb/bisect
 2016-07-13  7:47 UTC  (11+ messages)
` [PATCH 1/9] bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
` [PATCH 2/9] bisect: rewrite `check_term_format` shell function in C
` [PATCH 3/9] bisect--helper: `write_terms` "
` [PATCH 4/9] bisect--helper: `bisect_clean_state` "
` [PATCH 5/9] t6030: explicitly test for bisection cleanup
` [PATCH 6/9] wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
` [PATCH 7/9] bisect--helper: `bisect_reset` shell function in C
` [PATCH 8/9] bisect--helper: `is_expected_rev` & `check_expected_revs` "
` [PATCH 9/9] bisect--helper: `bisect_write` "

[GSOC Update] Week 9
 2016-07-12 22:52 UTC  (2+ messages)
` [GSOC Update] Week 10

windows 10 git 2.9.0 with vim 7.4.1023 display editing bug
 2016-07-12 22:44 UTC 

[PATCH v2 0/4] Name for A..B ranges?
 2016-07-12 22:29 UTC  (21+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] doc: use 'symmetric difference' consistently
  ` [PATCH v3 2/8] doc: revisions - name the Left and Right sides
  ` [PATCH v3 3/8] doc: show the actual left, right, and boundary marks
  ` [PATCH v3 4/8] doc: give headings for the two and three dot notations
  ` [PATCH v3 5/8] doc: gitrevisions - use 'reachable' in page description
  ` [PATCH v3 6/8] doc: gitrevisions - clarify 'latter case' is revision walk
  ` [PATCH v3 7/8] doc: revisions - define `reachable`
  ` [PATCH v3 8/8] doc: revisions - clarify reachability examples

[PATCH v2 00/17] Use merge_recursive() directly in the builtin am
 2016-07-12 21:27 UTC  (3+ messages)
` [PATCH v3 00/16] "

What's cooking in git.git (Jun 2016, #09; Mon, 27)
 2016-07-12 19:54 UTC  (17+ messages)
` [PATCH v3 3/3] correct ce_compare_data() in a middle of a merge

Submodule's .git file contains absolute path when created using 'git clone --recursive'
 2016-07-12 16:46 UTC  (6+ messages)

Fast-forward able commit, otherwise fail
 2016-07-12 15:49 UTC  (3+ messages)

[RFC] Long running Git clean/smudge filter
 2016-07-12  9:30 UTC  (3+ messages)

[PATCH] gitk: ru.po: Update Russian translation
 2016-07-12  9:10 UTC 

[PATCH] git-gui: ru.po: Update Russian translation
 2016-07-12  9:07 UTC 

git push doesn't update the status with multiple remotes
 2016-07-12  8:44 UTC  (3+ messages)

[PATCHv4 0/4] Push options
 2016-07-12  5:24 UTC  (6+ messages)
` [PATCH 2/4] receive-pack: implement advertising and receiving push options

--dir-diff not working with partial path limiter
 2016-07-12  2:10 UTC  (3+ messages)
  ` [PATCH] difftool: fix argument handling in subdirs

[PATCH] pretty: add format specifiers: %gr, %gt, %gI, gi
 2016-07-12  2:01 UTC  (8+ messages)
` [PATCH 3/5] doc/pretty-formats: describe index/time formats for %gd
` [PATCH 4/5] date: document and test "raw-local" mode

verbose fetches not overly verbose
 2016-07-12  1:08 UTC 

[RFC 0/3] dumb HTTP transport speedups
 2016-07-11 21:02 UTC  (5+ messages)
` [PATCH 1/3] http-walker: remove unused parameter from fetch_object
` [PATCH 2/3] http: avoid disconnecting on 404s for loose objects
` [PATCH 3/3] http-walker: reduce O(n) ops with doubly-linked list
` [REJECT 4/3] http-walker: use hashmap to reduce list scan

A note from the maintainer
 2016-07-11 20:14 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).