git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-06 19:29:36 to 2013-09-09 00:39:05 UTC [more...]

[PATCH 0/3] Reject non-ff pulls by default
 2013-09-09  0:38 UTC  (48+ messages)

[PATCH 0/2] git-config and large integers
 2013-09-09  0:36 UTC  (8+ 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 5/5] git-config: always treat --int as 64-bit internally

[PATCH] sequencer: trivial cleanup
 2013-09-09  0:20 UTC  (4+ messages)

Officially start moving to the term 'staging area'
 2013-09-09  0:15 UTC  (19+ messages)
` [PATCH 0/3] reset: refactor into --stage and --work
  ` [PATCH 1/3] reset: add --stage and --work options

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

git clone doesn't work in symlink dir roots on Windows
 2013-09-08 23:40 UTC  (7+ messages)
    `  "

[PATCH 0/6] Trivial cleanups and fixes
 2013-09-08 23:13 UTC  (12+ messages)
` [PATCH 6/6] pull: trivial cleanup
    ` [PATCH] branch: use $curr_branch_short more
      ` [PATCH] pull: "

Git tag output order is incorrect (IMHO)
 2013-09-08 22:49 UTC  (7+ messages)

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

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

[PATCH 00/38] pack version 4 basic functionalities
 2013-09-08 20:56 UTC  (52+ 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 00/11] pack v4 support in pack-objects
  ` [PATCH 01/11] pack v4: allocate dicts from the beginning
  ` [PATCH 02/11] pack v4: stop using static/global variables in packv4-create.c
  ` [PATCH 03/11] pack v4: move packv4-create.c to libgit.a
  ` [PATCH 04/11] pack v4: add version argument to write_pack_header
  ` [PATCH 05/11] pack-write.c: add pv4_encode_in_pack_object_header
  ` [PATCH 06/11] pack-objects: add --version to specify written pack version
  ` [PATCH 07/11] list-objects.c: add show_tree_entry callback to traverse_commit_list
  ` [PATCH 08/11] pack-objects: create pack v4 tables
  ` [PATCH 09/11] pack-objects: do not cache delta for v4 trees
  ` [PATCH 10/11] pack-objects: exclude commits out of delta objects in v4
  ` [PATCH 11/11] pack-objects: support writing pack v4

[PATCH] send-email: don't call methods on undefined values
 2013-09-08 20:54 UTC 

[BUG] rebase not recovering gracefully from repack error
 2013-09-08 20:46 UTC 

[PATCH] http-backend: provide Allow header for 405
 2013-09-08 18:15 UTC 

[PATCH] l10n: de.po: use "das Tag" instead of "der Tag"
 2013-09-08 16:43 UTC 

[PATCH] dir: remove dead code
 2013-09-08 16:03 UTC  (3+ messages)

Bash completion doing full tree traversal?
 2013-09-08 12:12 UTC 

[PATCH v3 07/11] Documentation/replace: tell that -f option bypasses the type check
 2013-09-08 12:10 UTC  (2+ messages)
` [PATCH] Doc: 'replace' merge and non-merge commits

[PATCH v3] Teach git to change to a given directory using -C option
 2013-09-08 10:32 UTC  (5+ messages)

[PATCH 0/2] upload-pack keepalive
 2013-09-08  9:02 UTC  (3+ messages)
` [PATCH 1/2] upload-pack: send keepalive packets during pack computation
` [PATCH 2/2] upload-pack: bump keepalive default to 5 seconds

[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] 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  (4+ 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 v2] Document pack v4 format
 2013-09-07  8:05 UTC  (10+ messages)
` [PATCH v3] "

[PATCH v5 0/6] Disable "git status" comment prefix
 2013-09-06 22:09 UTC  (5+ messages)
  ` [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  (7+ 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  (4+ messages)
` [PATCH v5 1/7] replace: forbid replacing an object with one of a different type


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 NNTP newsgroup(s).