git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-09-06 05:12:09 to 2013-09-08 08:38:35 UTC [more...]

[PATCH 0/2] git-config and large integers
 2013-09-08  8:38 UTC  (6+ messages)
` [PATCHv2 0/5] "
  ` [PATCH 1/5] config: factor out integer parsing from range checks
  ` [PATCH 2/5] config: properly range-check integer values
  ` [PATCH 3/5] config: set errno in numeric git_parse_* functions
  ` [PATCH 4/5] config: make numeric parsing errors more clear

[PATCH 0/3] Reject non-ff pulls by default
 2013-09-08  8:16 UTC  (31+ messages)

[PATCH 3/4] t: rev-parse-parents: avoid yoda conditions
 2013-09-08  8:11 UTC  (19+ messages)
          ` [PATCH 0/4] "

Git tag output order is incorrect (IMHO)
 2013-09-08  8:03 UTC  (6+ messages)

Officially start moving to the term 'staging area'
 2013-09-08  7:49 UTC  (17+ messages)

[PATCH 0/3] Unconfuse git clone when two branches at are HEAD
 2013-09-08  7:22 UTC  (17+ messages)
` [PATCH 1/3] upload-pack: send the HEAD information
` [PATCH 2/3] connect.c: save symref info from server capabilities
` [PATCH 3/3] clone: test the new HEAD detection logic

[PATCH 00/38] pack version 4 basic functionalities
 2013-09-08  7:22 UTC  (38+ messages)
` [PATCH 10/38] pack v4: commit object encoding
` [PATCH 00/12] pack v4 support in index-pack
  ` [PATCH 01/12] pack v4: split pv4_create_dict() out of load_dict()
  ` [PATCH 02/12] index-pack: split out varint decoding code
  ` [PATCH 03/12] index-pack: do not allocate buffer for unpacking deltas in the first pass
  ` [PATCH 04/12] index-pack: split inflate/digest code out of unpack_entry_data
  ` [PATCH 05/12] index-pack: parse v4 header and dictionaries
  ` [PATCH 06/12] index-pack: make sure all objects are registered in v4's SHA-1 table
  ` [PATCH 07/12] index-pack: parse v4 commit format
  ` [PATCH 08/12] index-pack: parse v4 tree format
  ` [PATCH 09/12] index-pack: move delta base queuing code to unpack_raw_entry
  ` [PATCH 10/12] index-pack: record all delta bases in v4 (tree and ref-delta)
  ` [PATCH 11/12] index-pack: skip looking for ofs-deltas in v4 as they are not allowed
  ` [PATCH 12/12] index-pack: resolve v4 one-base trees
  ` [PATCH v2 00/14] pack v4 support in index-pack
    ` [PATCH v2 01/14] pack v4: split pv4_create_dict() out of load_dict()
    ` [PATCH v2 02/14] pack v4: add pv4_free_dict()
    ` [PATCH v2 03/14] index-pack: add more comments on some big functions
    ` [PATCH v2 04/14] index-pack: split out varint decoding code
    ` [PATCH v2 05/14] index-pack: do not allocate buffer for unpacking deltas in the first pass
    ` [PATCH v2 06/14] index-pack: split inflate/digest code out of unpack_entry_data
    ` [PATCH v2 07/14] index-pack: parse v4 header and dictionaries
    ` [PATCH v2 08/14] index-pack: make sure all objects are registered in v4's SHA-1 table
    ` [PATCH v2 09/14] index-pack: parse v4 commit format
    ` [PATCH v2 10/14] index-pack: parse v4 tree format
    ` [PATCH v2 11/14] index-pack: move delta base queuing code to unpack_raw_entry
    ` [PATCH v2 12/14] index-pack: record all delta bases in v4 (tree and ref-delta)
    ` [PATCH v2 13/14] index-pack: skip looking for ofs-deltas in v4 as they are not allowed
    ` [PATCH v2 14/14] index-pack: resolve v4 one-base trees

[PATCH] {fetch,receive}-pack: drop unpack-objects, delay loosing objects until the end
 2013-09-08  6:35 UTC  (7+ messages)
` [PATCH v2 1/3] index-pack: add --unpack-limit to unpack objects
  ` [PATCH v2 2/3] fetch-pack: use index-pack --unpack-limit instead of unpack-objects

[PATCH] diffcore-break: fix typo in comment
 2013-09-08  6:18 UTC 

[PATCH] dir: remove dead code
 2013-09-08  6:09 UTC 

[PATCH] remote-bzr: reuse bzrlib transports when possible
 2013-09-08  5:47 UTC  (6+ messages)
      ` [PATCH v2] "

[PATCH 0/4] t: branch: fixes and cleanups
 2013-09-08  5:01 UTC  (10+ messages)
` [PATCH 4/4] t: branch: improve test rollback

[PATCH] git_remote_helpers: remove little used Python library
 2013-09-08  1:10 UTC  (3+ messages)

[PATCH] GIT-VERSION-GEN: Do not require tags to be annotated
 2013-09-08  0:58 UTC  (10+ messages)

git stash doesn't always save work dir as-is: bug?
 2013-09-08  0:40 UTC 

coming from git, understanding mercurial branching
 2013-09-08  0:42 UTC  (7+ messages)

[PATCH-v2] Allow git-filter-branch to process large repositories with lots of branches
 2013-09-07 23:06 UTC  (2+ messages)

PATCH] Allow git-filter-branch to process large repositories with lots of branches
 2013-09-07 20:37 UTC  (3+ messages)

[PATCH] git-gui: Modify push dialog to support Gerrit review
 2013-09-07 17:03 UTC  (3+ messages)

[PATCH/RFC] t9500-*.sh: Fix highlight test hang on Linux Mint
 2013-09-07 16:23 UTC  (2+ messages)

git-p4 out of memory for very large repository
 2013-09-07  8:19 UTC  (10+ messages)

[PATCH] Document pack v4 format
 2013-09-07  8:05 UTC  (23+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v5 0/6] Disable "git status" comment prefix
 2013-09-06 22:09 UTC  (12+ messages)
  ` [PATCH v5 1/6] builtin/stripspace.c: fix broken indentation
  ` [PATCH v5 2/6] wt-status: use argv_array API
  ` [PATCH v5 3/6] submodule summary: ignore --for-status option
  ` [PATCH v5 4/6] status: disable display of '#' comment prefix by default
  ` [PATCH v5 5/6] tests: don't set status.displayCommentPrefix file-wide
  ` [PATCH v5 6/6] status: add missing blank line after list of "other" files

[PATCH v4 0/5] Disable "git status" comment prefix
 2013-09-06 21:55 UTC  (10+ messages)

[PATCH] Documentation: Make AsciiDoc links always point to HTML files
 2013-09-06 21:43 UTC  (2+ messages)

[PATCH v5 0/7] Check replacement object type and minor updates
 2013-09-06 21:34 UTC  (9+ messages)
` [PATCH v5 1/7] replace: forbid replacing an object with one of a different type
` [PATCH v5 2/7] Documentation/replace: state that objects must be of the same type
` [PATCH v5 3/7] t6050-replace: test that objects are "
` [PATCH v5 5/7] Documentation/replace: add Creating Replacement Objects section
` [PATCH v5 6/7] replace: allow long option names
` [PATCH v5 7/7] t6050-replace: use some "

[PATCH 0/5] branch: Fix --track on a remote-tracking non-branch
 2013-09-06 20:53 UTC  (9+ messages)
` [PATCH 1/5] t2024: Fix inconsequential typos
` [PATCH 2/5] t3200: Minor fix when preparing for tracking failure
` [PATCH 3/5] Refer to branch.<name>.remote/merge when documenting --track
` [PATCH 4/5] t3200: Add test demonstrating minor regression in 41c21f2
` [PATCH 5/5] branch.c: Relax unnecessary requirement on upstream's remote ref name

A naive proposal for preventing loose object explosions
 2013-09-06 18:12 UTC  (3+ messages)

[PATCH] git-svn: Fix termination issues for remote svn connections
 2013-09-06 16:41 UTC  (8+ messages)

[PATCH V3] check-ignore: Add option to ignore index contents
 2013-09-06 16:30 UTC  (4+ messages)

What's cooking in git.git (Sep 2013, #01; Tue, 3)
 2013-09-06 16:28 UTC  (3+ messages)

Remote's 'currently active branch' not HEAD?
 2013-09-06 12:54 UTC  (8+ messages)

Problem setting up a shared git repository
 2013-09-06 10:06 UTC  (3+ messages)

[PATCH] git-gui: Modify push dialog to support Gerrit review
 2013-09-06  8:17 UTC  (7+ 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).