git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-09-09 22:28:54 to 2013-09-11 17:54:22 UTC [more...]

Git tag output order is incorrect (IMHO)
 2013-09-11 17:54 UTC  (4+ messages)

breakage in revision traversal with pathspec
 2013-09-11 17:49 UTC  (4+ messages)

[RFC] Disabling status hints in COMMIT_EDITMSG
 2013-09-11 17:40 UTC  (13+ messages)

[PATCH 0/2] reset: handle submodule with trailing slash
 2013-09-11 17:27 UTC  (14+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] rm: re-use parse_pathspec's trailing-slash removal

Re-Transmission of blobs?
 2013-09-11 17:14 UTC  (4+ messages)

[PATCH] Documentation/git-checkout: Move `--detach` flag in synopsis to correct command
 2013-09-11 17:05 UTC  (2+ messages)

[PULL REQUEST] initial pack v4 support
 2013-09-11 16:25 UTC  (33+ messages)
  ` [PATCH 00/21] np/pack-v4 updates
    ` [PATCH 01/21] fixup! pack-objects: prepare SHA-1 table in v4
    ` [PATCH 02/21] fixup! pack-objects: support writing pack v4
    ` [PATCH 03/21] fixup! pack v4: support "end-of-pack" indicator in index-pack and pack-objects
    ` [PATCH 04/21] fixup! index-pack: parse v4 header and dictionaries
    ` [PATCH 05/21] fixup! index-pack: record all delta bases in v4 (tree and ref-delta)
    ` [PATCH 06/21] pack v4: lift dict size check in load_dict()
    ` [PATCH 07/21] pack v4: move pv4 objhdr parsing code to packv4-parse.c
    ` [PATCH 08/21] pack-objects: respect compression level in v4
    ` [PATCH 09/21] pack-objects: recognize v4 as pack source
    ` [PATCH 10/21] pack v4: add a note that streaming does not support OBJ_PV4_*
    ` [PATCH 11/21] unpack-objects: report missing object name
    ` [PATCH 12/21] unpack-objects: recognize end-of-pack in v4 thin pack
    ` [PATCH 13/21] unpack-objects: read v4 dictionaries
    ` [PATCH 14/21] unpack-objects: decode v4 object header
    ` [PATCH 15/21] unpack-objects: decode v4 ref-delta
    ` [PATCH 16/21] unpack-objects: decode v4 commits
    ` [PATCH 17/21] unpack-objects: allow to save processed bytes to a buffer
    ` [PATCH 18/21] unpack-objects: decode v4 trees
    ` [PATCH 19/21] index-pack, pack-objects: allow creating .idx v2 with .pack v4
    ` [PATCH 20/21] show-index: acknowledge that it does not read .idx v3
    ` [PATCH 21/21] t1050, t5500: replace the use of "show-index|wc -l" with verify-pack

[PATCH 0/3] Fix MSVC compile errors and cleanup stat definitions
 2013-09-11 16:16 UTC  (8+ messages)
` [PATCH 1/3] MSVC: fix compile errors due to missing libintl.h
` [PATCH 2/3] MSVC: fix compile errors due to macro redefinitions
` [PATCH 3/3] MSVC: fix stat definition hell

[PATCH] git-compat-util: Avoid strcasecmp() being inlined
 2013-09-11 16:06 UTC 

[PATCH] Windows: Do not redefine _WIN32_WINNT
 2013-09-11 16:06 UTC 

[PATCH v5 0/8] Multiple simultaneously locked ref updates
 2013-09-11 16:07 UTC  (20+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/8] reset: rename update_refs to reset_refs
  ` [PATCH v6 2/8] refs: report ref type from lock_any_ref_for_update
  ` [PATCH v6 3/8] refs: factor update_ref steps into helpers
  ` [PATCH v6 4/8] refs: factor delete_ref loose ref step into a helper
  ` [PATCH v6 5/8] refs: add function to repack without multiple refs
  ` [PATCH v6 6/8] refs: add update_refs for multiple simultaneous updates
  ` [PATCH v6 7/8] update-ref: support "
  ` [PATCH v6 8/8] update-ref: add test cases covering --stdin signature
      ` [PATCH v6.1 "

[PATCH-v2] Allow git-filter-branch to process large repositories with lots of branches
 2013-09-11 16:06 UTC  (5+ messages)
` [PATCH-v3] "

[PATCH v2] configure.ac: move the private git m4 macros to a dedicated directory
 2013-09-11 15:46 UTC 

git-cvsserver strips exec bit
 2013-09-11 13:12 UTC  (7+ messages)

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

[PATCH 1/2] wt-status: turn advice_status_hints into a field of wt_status
 2013-09-11  9:13 UTC  (3+ messages)
` [PATCH 2/2] commit: disable status hints when writing to COMMIT_EDITMSG

Regression in e02ca72: git svn rebase is broken on Windows
 2013-09-11  5:43 UTC  (12+ messages)

[PATCH] http-backend: provide Allow header for 405
 2013-09-11  2:14 UTC  (4+ messages)

push.default=upstream doesn't play nicely with remote.pushdefault/branch.*.pushremote
 2013-09-11  0:38 UTC  (3+ messages)

[PATCH/RFC 0/5] New hash table implementation
 2013-09-10 23:30 UTC  (6+ messages)
` [PATCH/RFC 1/5] add a hashtable implementation that supports O(1) removal
` [PATCH/RFC 2/5] buitin/describe.c: use new hash map implementation
` [PATCH/RFC 3/5] diffcore-rename.c: move code around to prepare for the next patch
` [PATCH/RFC 4/5] diffcore-rename.c: simplify finding exact renames
` [PATCH/RFC 5/5] diffcore-rename.c: use new hash map implementation

[PATCH] lookup_object: remove hashtable_index() and optimize hash_obj()
 2013-09-10 22:17 UTC 

[PATCH v5 0/2] Add @ shortcut, again
 2013-09-10 22:08 UTC  (6+ messages)
` [PATCH v5 2/2] Add new @ shortcut for HEAD

[PATCH] remote-bzr: reuse bzrlib transports when possible
 2013-09-10 22:01 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/5] Preparation for non-ff pulls by default
 2013-09-10 21:34 UTC  (9+ messages)
` [PATCH v3 1/5] pull: rename pull.rename to pull.mode

pack v4 trees with a canonical base
 2013-09-10 21:03 UTC  (6+ messages)

[PATCH] GIT-VERSION-GEN: Do not require tags to be annotated
 2013-09-10 19:45 UTC  (11+ messages)

What's cooking in git.git (Sep 2013, #02; Mon, 9)
 2013-09-10 18:31 UTC  (5+ messages)

[RFC PATCH 1/4] Document the HTTP transport protocol
 2013-09-10 17:07 UTC  (16+ messages)
` [PATCH 00/14] document edits to original http protocol documentation
  ` [PATCH 01/14] Document the HTTP transport protocol
    ` [PATCH 02/14] normalize indentation with protcol-common.txt
      ` [PATCH 03/14] capitalize key words according to RFC 2119
        ` [PATCH 04/14] normalize rules with RFC 5234
          ` [PATCH 05/14] drop rules, etc. common to the pack protocol
            ` [PATCH 06/14] reword behaviour on missing repository or objects
              ` [PATCH 07/14] weaken specification over cookies for authentication
                ` [PATCH 08/14] mention different variations around $GIT_URL
                  ` [PATCH 09/14] reduce ambiguity over '?' in $GIT_URL for dumb clients
                    ` [PATCH 10/14] fix example request/responses
                      ` [PATCH 11/14] be clearer in place of 'remote repository' phrase
                        ` [PATCH 12/14] reduce confusion over smart server response behaviour
                          ` [PATCH 13/14] shift dumb server response details
                            ` [PATCH 14/14] mention effect of "allow-tip-sha1-in-want" capability on git-upload-pack

[Proposal] Clonable scripts
 2013-09-10 12:55 UTC  (5+ messages)

[PATCH 0/2] version-gen: fixes and cleanups
 2013-09-10  1:13 UTC  (6+ messages)
` [PATCH 2/2] version-gen: avoid messing the version

[PATCH 00/11] pack v4 support in pack-objects
 2013-09-10  0:45 UTC  (5+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 15/16] index-pack: use nr_objects_final as sha1_table size

Git: Having trouble merging two repositories by interweaving their histories
 2013-09-10  0:19 UTC  (3+ messages)

[PATCH] git-svn: Fix termination issues for remote svn connections
 2013-09-09 15:42 UTC  (9+ messages)
            ` [PATCH v2] "

[PATCH 0/3] Unconfuse git clone when two branches at are HEAD
 2013-09-08 17:27 UTC  (5+ messages)
` [PATCH 1/3] upload-pack: send the HEAD information

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

[PATCH] send-email: don't call methods on undefined values
 2013-09-09 22:49 UTC  (3+ 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).