git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-10-22 23:33:08 to 2013-10-25 07:55:14 UTC [more...]

pack corruption post-mortem
 2013-10-25  7:55 UTC  (5+ messages)

Fwd: Errors when diff'ing arbitrary upstream remotes are not intuitive if git pull --all hasn't been done
 2013-10-25  7:25 UTC  (6+ messages)

[PATCH 1/2] Add password parameter to git svn commands and use it when provided instead of defaulting to end-user prompt
 2013-10-25  7:24 UTC  (7+ messages)

[PATCH v2 0/2] HTTP GSS-Negotiate improvements
 2013-10-25  7:17 UTC  (14+ messages)
` [PATCH v2 2/2] Update documentation for http.continue option

Setting per-repository configuration for git
 2013-10-25  7:12 UTC 

[PATCH] rebase: use reflog to find common base with upstream
 2013-10-25  7:12 UTC  (20+ messages)
    ` [PATCH 0/2] finding the fork point from reflog entries
      ` [PATCH 1/2] merge-base: use OPT_CMDMODE and clarify the command line parsing
      ` [PATCH 2/2] merge-base: "--reflog" mode finds fork point from reflog entries
                ` [PATCH v2 "

Fwd: Bug report: reset -p HEAD
 2013-10-25  6:54 UTC  (8+ messages)
    `  "
      ` Re* "
            ` [PATCH 0/2] reset -p and unborn branches
              ` [PATCH 1/2] add-interactive: handle unborn branch in patch mode
              ` [PATCH 2/2] reset: pass real rev name to add--interactive

RFE: support change-id generation natively
 2013-10-25  6:37 UTC  (16+ messages)

[PATCH 0/19] pack bitmaps
 2013-10-25  6:04 UTC  (49+ messages)
` [PATCH 01/19] sha1write: make buffer const-correct
` [PATCH 02/19] revindex: Export new APIs
` [PATCH 03/19] pack-objects: Refactor the packing list
` [PATCH 04/19] pack-objects: factor out name_hash
` [PATCH 05/19] revision: allow setting custom limiter function
` [PATCH 06/19] sha1_file: export `git_open_noatime`
` [PATCH 07/19] compat: add endianness helpers
` [PATCH 08/19] ewah: compressed bitmap implementation
` [PATCH 09/19] documentation: add documentation for the bitmap format
` [PATCH 10/19] pack-bitmap: add support for bitmap indexes
` [PATCH 11/19] pack-objects: use bitmaps when packing objects
` [PATCH 12/19] rev-list: add bitmap mode to speed up object lists
` [PATCH 13/19] pack-objects: implement bitmap writing
` [PATCH 14/19] repack: stop using magic number for ARRAY_SIZE(exts)
` [PATCH 15/19] repack: turn exts array into array-of-struct
` [PATCH 16/19] repack: handle optional files created by pack-objects
` [PATCH 17/19] repack: consider bitmaps when performing repacks
` [PATCH 18/19] t: add basic bitmap functionality tests
` [PATCH 19/19] pack-bitmap: implement optional name_hash cache
` [PATCHv2 0/19] pack bitmaps
  ` [PATCH v2 01/19] sha1write: make buffer const-correct
  ` [PATCH v2 03/19] pack-objects: Refactor the packing list
  ` [PATCH v2 04/19] pack-objects: factor out name_hash
  ` [PATCH v2 05/19] revision: allow setting custom limiter function
  ` [PATCH v2 06/19] sha1_file: export `git_open_noatime`
  ` [PATCH v2 07/19] compat: add endianness helpers
  ` [PATCH v2 08/19] ewah: compressed bitmap implementation
  ` [PATCH v2 09/19] documentation: add documentation for the bitmap format
  ` [PATCH v2 10/19] pack-bitmap: add support for bitmap indexes
  ` [PATCH v2 11/19] pack-objects: use bitmaps when packing objects
  ` [PATCH v2 12/19] rev-list: add bitmap mode to speed up object lists
  ` [PATCH v2 13/19] pack-objects: implement bitmap writing
  ` [PATCH v2 14/19] repack: stop using magic number for ARRAY_SIZE(exts)
  ` [PATCH v2 15/19] repack: turn exts array into array-of-struct
  ` [PATCH v2 16/19] repack: handle optional files created by pack-objects
  ` [PATCH v2 17/19] repack: consider bitmaps when performing repacks
  ` [PATCH v2 18/19] t: add basic bitmap functionality tests
  ` [PATCH v2 19/19] pack-bitmap: implement optional name_hash cache

git grep: search whole tree by default?
 2013-10-25  4:52 UTC  (14+ messages)

[PATCH v2 14/14] completion: update 'git reset' new stage options
 2013-10-24 23:19 UTC  (7+ messages)
` [PATCH v2 00/14] Officially start moving to the term 'staging area'

[BUG] "git --literal-pathspecs blame" broken in master
 2013-10-25  4:18 UTC  (5+ messages)

Finding the repository
 2013-10-25  3:09 UTC  (5+ messages)

[PATCH] Prevent buffer overflows when path is too big
 2013-10-24 23:47 UTC  (16+ messages)
` [PATCH 1/2] entry.c: convert checkout_entry to use strbuf
  ` [PATCH 2/2] entry.c: convert write_entry "
  ` [PATCH v2] entry.c: convert checkout_entry "

Feature: support for file permissions
 2013-10-24 22:40 UTC  (2+ messages)

[PATCH] http.c: Spell the null pointer as NULL
 2013-10-24 21:42 UTC  (3+ messages)

Local tag killer
 2013-10-24 21:17 UTC  (29+ messages)
` [PATCH 00/15] Change semantics of "fetch --tags"
  ` [PATCH 01/15] t5510: use the correct tag name in test
  ` [PATCH 02/15] t5510: prepare test refs more straightforwardly
  ` [PATCH 03/15] t5510: check that "git fetch --prune --tags" does not prune branches
  ` [PATCH 04/15] api-remote.txt: correct section "struct refspect"
  ` [PATCH 05/15] get_ref_map(): rename local variables
  ` [PATCH 06/15] ref_remove_duplicates(): avoid redundant bisection
  ` [PATCH 07/15] ref_remove_duplicates(): simplify function
  ` [PATCH 08/15] ref_remove_duplicates(): improve documentation comment
  ` [PATCH 09/15] builtin/fetch.c: reorder function definitions
  ` [PATCH 10/15] fetch --tags: fetch tags *in addition to* other stuff
  ` [PATCH 11/15] fetch --prune: prune only based on explicit refspecs
  ` [PATCH 12/15] query_refspecs(): move some constants out of the loop
  ` [PATCH 13/15] builtin/remote.c: reorder function definitions
  ` [PATCH 14/15] builtin/remote.c:update(): use struct argv_array
  ` [PATCH 15/15] fetch, remote: properly convey --no-prune options to subprocesses

Bug report: using git commit-tree with "-F -" adds trailing newlines
 2013-10-24 12:22 UTC 

[PATCH 0/6] fix some parse_commit segfaults
 2013-10-24  8:54 UTC  (7+ messages)
` [PATCH 1/6] log_tree_diff: die when we fail to parse a commit
` [PATCH 2/6] assume parse_commit checks commit->object.parsed
` [PATCH 3/6] assume parse_commit checks for NULL commit
` [PATCH 4/6] use parse_commit_or_die instead of segfaulting
` [PATCH 5/6] use parse_commit_or_die instead of custom message
` [PATCH 6/6] checkout: do not die when leaving broken detached HEAD

[PATCH] for-each-ref: avoid loading objects to print %(objectname)
 2013-10-24  8:46 UTC 

[PATCH] silence gcc array-bounds warning
 2013-10-24  8:45 UTC 

[PATCH] drop redundant semicolon in empty while
 2013-10-24  8:42 UTC 

What's cooking in git.git (Oct 2013, #05; Wed, 23)
 2013-10-23 22:34 UTC 

Working patterns
 2013-10-23 21:44 UTC  (2+ messages)

Rebasing merge commit fails during --preserve-merges when ancestor merge is deleted
 2013-10-23 19:25 UTC 

[PATCH] Clear fd after closing to avoid double-close error
 2013-10-23 16:06 UTC  (5+ messages)

[PATCH] remote-hg: unquote C-style paths when exporting
 2013-10-23 15:53 UTC  (7+ messages)
        ` Re* "

[PATCH v2] Clear fd after closing to avoid double-close error
 2013-10-23 13:00 UTC  (2+ messages)

[PATCH] mingw-multibyte: fix memory acces violation and path length limits
 2013-10-23 12:55 UTC  (8+ messages)
` [PATCH] Prevent buffer overflows when path is too big


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