git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-21 14:00:15 to 2013-12-30 17:20:15 UTC [more...]

[PATCH 0/9] Add interpret-trailers builtin
 2013-12-30 17:19 UTC  (12+ messages)
` [PATCH 1/9] Add data structures and basic functions for commit trailers
` [PATCH 2/9] trailer: process trailers from file and arguments
` [PATCH 3/9] trailer: read and process config information
` [PATCH 4/9] trailer: process command line trailer arguments
` [PATCH 5/9] strbuf: add strbuf_isspace()
` [PATCH 6/9] trailer: parse trailers from input file
` [PATCH 7/9] trailer: put all the processing together and print
` [PATCH 8/9] trailer: add interpret-trailers command
` [PATCH 9/9] trailer: add tests for "git interpret-trailers"

aborted 'git fetch' leaves workspace unusable
 2013-12-30 17:07 UTC 

[PATCH] for-each-ref: remove unused variable
 2013-12-30 16:28 UTC 

Fwd: Error with git-svn pushing a rename
 2013-12-30 16:01 UTC  (16+ messages)
    ` [PATCH] git-svn: workaround for a bug in svn serf backend
        ` [PATCH v2] "

[PATCH 0/4] Fix branch.autosetup(merge|rebase) completion
 2013-12-30 14:52 UTC  (5+ messages)
` [PATCH 1/4] completion: prioritize ./git-completion.bash
` [PATCH 2/4] completion: introduce __gitcomp_2 ()
` [PATCH 3/4] completion: fix branch.autosetup(merge|rebase)
` [PATCH 4/4] completion: fix remote.pushdefault

[PATCH] remote-hg: do not fail on invalid bookmarks
 2013-12-30  7:41 UTC  (3+ messages)

[PATCH/RFC] Introduce git submodule add|update --attach
 2013-12-30  1:49 UTC 

Runaway "git remote" if group definition contains a remote by the same name
 2013-12-29  7:58 UTC  (3+ messages)
` Fwd: "

[PATCH 0/3] t0000 cleanups
 2013-12-29  7:22 UTC  (11+ messages)
` [PATCH 1/3] t0000: set TEST_OUTPUT_DIRECTORY for sub-tests
` [PATCH 2/3] t0000: simplify HARNESS_ACTIVE hack
` [PATCH 3/3] t0000: drop "known breakage" test

git:// protocol over SSL/TLS
 2013-12-28 20:52 UTC  (21+ messages)

[PATCH v4 0/22] pack bitmaps
 2013-12-28 15:58 UTC  (24+ messages)
` [PATCH v4 01/23] sha1write: make buffer const-correct
` [PATCH v4 10/23] pack-bitmap: add support for bitmap indexes
` [PATCH v4 11/23] pack-objects: split add_object_entry
` [PATCH v4 12/23] pack-objects: use bitmaps when packing objects
` [PATCH v4 13/23] rev-list: add bitmap mode to speed up object lists
` [PATCH v4 14/23] pack-objects: implement bitmap writing
` [PATCH v4 15/23] repack: stop using magic number for ARRAY_SIZE(exts)
` [PATCH v4 16/23] repack: turn exts array into array-of-struct
` [PATCH v4 17/23] repack: handle optional files created by pack-objects
` [PATCH v4 18/23] repack: consider bitmaps when performing repacks
` [PATCH v4 19/23] count-objects: recognize .bitmap in garbage-checking
` [PATCH v4 20/23] t: add basic bitmap functionality tests
` [PATCH v4 21/23] t/perf: add tests for pack bitmaps
` [PATCH v4 22/23] pack-bitmap: implement optional name_hash cache
` [PATCH v4 23/23] compat/mingw.h: Fix the MinGW and msvc builds

german translation bug
 2013-12-28 13:08 UTC  (11+ messages)

[PATCH 2/2] t6010: add test to git merge-base --all --octopus
 2013-12-28 11:04 UTC 

[PATCH v4 00/10] teach replace objects to sha1_object_info_extended()
 2013-12-28 11:00 UTC  (11+ messages)
` [PATCH v4 01/10] Rename READ_SHA1_FILE_REPLACE flag to LOOKUP_REPLACE_OBJECT
` [PATCH v4 02/10] replace_object: don't check read_replace_refs twice
` [PATCH v4 03/10] Introduce lookup_replace_object_extended() to pass flags
` [PATCH v4 04/10] Add an "unsigned flags" parameter to sha1_object_info_extended()
` [PATCH v4 05/10] t6050: show that git cat-file --batch fails with replace objects
` [PATCH v4 06/10] sha1_file: perform object replacement in sha1_object_info_extended()
` [PATCH v4 07/10] builtin/replace: teach listing using short, medium or long formats
` [PATCH v4 08/10] t6050: add tests for listing with --format
` [PATCH v4 09/10] builtin/replace: unset read_replace_refs
` [PATCH v4 10/10] Documentation/git-replace: describe --format option

[PATCH v3 00/10] teach replace objects to sha1_object_info_extended()
 2013-12-28 10:27 UTC  (10+ messages)
` [PATCH v3 07/10] builtin/replace: teach listing using short, medium or full formats

[PATCH 1/2] merge-base: fix duplicates and not best ancestors in output
 2013-12-28 10:22 UTC 

[PATCH 00/12] Hard coded string length cleanup
 2013-12-28  9:54 UTC  (8+ messages)
` [PATCH 02/12] Convert starts_with() to skip_prefix() for option parsing

[PATCH v2 00/21] Support multiple worktrees
 2013-12-28  2:46 UTC  (7+ messages)

[PATCH] Remove the line length limit for graft files
 2013-12-28  0:50 UTC  (9+ messages)

What's cooking in git.git (Dec 2013, #05; Thu, 26)
 2013-12-27 22:13 UTC  (3+ messages)

[WIP/PATCH 0/5] git checkout --recurse-submodules
 2013-12-27 14:14 UTC  (11+ messages)
` [PATCH 1/5] submodule: prepare for recursive checkout of submodules
` [PATCH 2/5] submodule: teach unpack_trees() to remove submodule contents
` [PATCH 3/5] submodule: teach unpack_trees() to repopulate submodules
` [PATCH 4/5] submodule: teach unpack_trees() to update submodules
` [PATCH 5/5] Teach checkout to recursively checkout submodules

[PATCH 0/5] Fix two mkdir/rmdir races
 2013-12-26 23:20 UTC  (12+ messages)
` [PATCH 1/5] safe_create_leading_directories(): modernize format of "if" chaining
` [PATCH 2/5] safe_create_leading_directories(): reduce scope of local variable
` [PATCH 3/5] safe_create_leading_directories(): add "slash" pointer
` [PATCH 4/5] safe_create_leading_directories(): fix a mkdir/rmdir race
` [PATCH 5/5] rename_ref(): fix a mkdir()/rmdir() race

[PATCH 0/2] cat-file --batch-check='%(deltabase)'
 2013-12-26 20:20 UTC  (5+ messages)
` [PATCH 1/2] sha1_object_info_extended: provide delta base sha1s
` [PATCH 2/2] cat-file: provide %(deltabase) batch format

git add -A fails in empty repository since 1.8.5
 2013-12-26 19:24 UTC  (9+ messages)
` [PATCH] add: don't complain when adding empty project root

Crash on context menu
 2013-12-26 13:43 UTC  (2+ messages)

script for reproducing history example in git-log(1) man page
 2013-12-26  9:56 UTC  (7+ messages)
` questions / suggestions about history simplification

how to recovery corrupted git blob
 2013-12-26  9:32 UTC  (2+ messages)

how to recovery corrupted git blob
 2013-12-26  8:30 UTC 

git fuse
 2013-12-25 23:01 UTC  (2+ messages)

git subtree split - nested subtree history not preserved on parent split
 2013-12-24 10:15 UTC 

[PATCH 3/4] remote-hg: fix 'shared path' path
 2013-12-23 20:23 UTC  (2+ messages)
` [PATCH] remote-hg: test 'shared_path' in a moved clone

Rationale behind 'extern' on protypes in .h files
 2013-12-23 16:59 UTC  (5+ messages)

[PATCH/POC 0/7] Support multiple worktrees
 2013-12-23  3:38 UTC  (5+ messages)
` [PATCH/POC 3/7] setup.c: add split-repo support to .git files

[PATCH] [RFC] Making use of bitmaps for thin objects
 2013-12-22 21:55 UTC  (2+ messages)

[PATCH] do not pretend sha1write returns errors
 2013-12-22 10:55 UTC  (2+ messages)

[PATCH] git-cherry.txt: cross reference "git log --cherry"
 2013-12-22  6:58 UTC  (3+ messages)

[PATCH] commit.c: make "tree" a const pointer in commit_tree*()
 2013-12-22  2:56 UTC 

[PATCH] wt-status.c: disable those distracting -Wformat-zero-length warnings
 2013-12-21 20:09 UTC  (3+ messages)

git-mv-submodule
 2013-12-21 16:23 UTC  (3+ messages)


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