git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-05-29 12:19:40 to 2014-06-02 16:46:05 UTC [more...]

[PATCH alt-v2] Improve function dir.c:trim_trailing_spaces()
 2014-06-02 16:45 UTC 

[PATCH] environment: enable core.preloadindex by default
 2014-06-02 16:43 UTC 

[PATCH 0/5] Documentation updates for 'git fetch'
 2014-06-02 15:37 UTC  (14+ messages)
` [PATCH 1/5] fetch doc: update introductory part for clarity
      ` [PATCH] fetch doc: Move FETCH_HEAD material, and add an example
` [PATCH 2/5] fetch doc: update note on '+' in front of the refspec
` [PATCH 3/5] fetch doc: remove notes on outdated "mixed layout"
` [PATCH 4/5] fetch doc: on pulling multiple refspecs
` [PATCH 5/5] fetch doc: update refspec format description

split index: sparse warning
 2014-06-02 15:12 UTC  (3+ messages)
` [PATCH nd/split-index] fixup! read-cache: new API write_locked_index instead of write_index/write_cache

[RFC/PATCH v2 0/2] Git config cache & special querying api utilizing the cache
 2014-06-02 14:47 UTC  (3+ messages)
` [RFC/PATCH v2 1/2] config: Add hashtable for config parsing & retrieval
` [RFC/PATCH v2 2/2] config: Add new query functions to the api docs

[PATCH v3 0/9] replace signal() with sigaction()
 2014-06-02 14:39 UTC  (13+ messages)
` [PATCH v3 1/9] compat/mingw.c: expand MinGW support for sigaction
` [PATCH v3 2/9] connect.c: replace signal() with sigaction()
` [PATCH v3 3/9] progress.c: "
` [PATCH v3 4/9] write_or_die.c: "
` [PATCH v3 5/9] daemon.c: "
` [PATCH v3 6/9] builtin/log.c: "
` [PATCH v3 7/9] builtin/merge-index.c: "
` [PATCH v3 8/9] builtin/verify-tag.c: "
` [PATCH v3 9/9] sigchain.c: "

[PATCH] config: Add documentation for writing config files
 2014-06-02 13:27 UTC 

[PATCH] string-list.h: Add a value to string_list initializer lists
 2014-06-02 10:54 UTC  (2+ messages)

[ANNOUNCE] Git v2.0.0
 2014-06-02  7:24 UTC  (10+ messages)

[PATCH] request-pull: resurrect for-linus -> tags/for-linus DWIM
 2014-06-02  7:06 UTC  (2+ messages)

feature request - implement a "GIT_AUTHOR_EMAIL" equivalent, but processed BEFORE .gitconfig
 2014-06-02  6:59 UTC  (8+ messages)

[PATCH] Improve function dir.c:trim_trailing_spaces()
 2014-06-02  6:47 UTC  (2+ messages)

[PATCH] sideband.c: Get rid of ANSI sequences for non-terminal shell
 2014-06-02  6:30 UTC  (2+ messages)

[PATCH v5 1/2] refs.c: optimize check_refname_component()
 2014-06-02  6:20 UTC  (2+ messages)
` [PATCH v5 2/2] refs.c: SSE4.2 optimizations for check_refname_component

[PATCH 1/2] userdiff: support C# async methods and correct C# keywords
 2014-06-02  4:13 UTC  (2+ messages)
` [PATCH 2/2] userdiff: support Java try keyword

(unknown),
 2014-06-01 21:24 UTC 

[PATCH v4 1/2] refs.c: optimize check_refname_component()
 2014-06-01 20:50 UTC  (5+ messages)
` [PATCH v4 2/2] refs.c: SSE4.2 optimizations for check_refname_component

[PATCH v2 0/4] Add --graft option to git replace
 2014-06-01 19:42 UTC  (6+ messages)
` [PATCH v2 1/4] replace: add --graft option
` [PATCH v2 2/4] replace: add test for --graft
` [PATCH v2 3/4] Documentation: replace: add --graft option
` [PATCH v2 4/4] contrib: add convert-grafts-to-replace-refs.sh

[PATCH v1 0/3] Add --graft option to git replace
 2014-06-01 16:06 UTC  (4+ messages)
` [PATCH v1 1/3] replace: add --graft option

[PATCH] pack-objects: use free()+xcalloc() instead of xrealloc()+memset()
 2014-06-01 11:07 UTC 

[PATCH] mailinfo: use strcmp() for string comparison
 2014-06-01  9:00 UTC 

Reset by checkout?
 2014-06-01  8:45 UTC  (9+ messages)

[PATCH] Makefile: don't hardcode HEAD in dist target
 2014-05-31 20:25 UTC 

git-multimail: migration: Config is not iterable
 2014-05-31 15:21 UTC  (4+ messages)

[PATCH v2 0/2] replace signal() with sigaction()
 2014-05-31 14:45 UTC  (6+ messages)
` [PATCH v2 1/2] compat/mingw.c: expand MinGW support for sigaction
` [PATCH v2 2/2] connect.c: replace signal() with sigaction()

[PATCH v2 0/1] check_refname_component: Optimize
 2014-05-31 11:21 UTC  (15+ messages)
` [PATCH] "

[PATCH alt-v1] Improve function dir.c:trim_trailing_spaces()
 2014-05-31  1:12 UTC  (2+ messages)

git 2.0.0 PROFILE=BUILD check-phase problems with ./t5561-http-backend.sh; GIT_TEST_HTTPD=false problems with t5537-fetch-shallow.sh
 2014-05-31  1:03 UTC  (12+ messages)
  ` [PATCH] t5537: re-drop http tests
    ` [RFC PATCH] t5538: move http push tests out to t5542
        ` [PATCH v2] "

[PATCH v11 00/41] Use ref transactions
 2014-05-31  0:22 UTC  (19+ messages)
` [PATCH v11 25/41] fast-import.c: use a ref transaction when dumping tags
` [PATCH v11 32/41] refs.c: make delete_ref use a transaction
` [PATCH v11 33/41] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v11 35/41] refs.c: pack all refs before we start to rename a ref
` [PATCH v11 36/41] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v11 39/41] refs.c: propagate any errno==ENOTDIR from _commit back to the callers

[PATCH] refs.c: change read_ref_at to use the reflog iterators
 2014-05-30 22:51 UTC  (3+ messages)

[ANNOUNCE] Git v1.9.4
 2014-05-30 21:52 UTC 

[puzzled and solved] "shortlog" not quite understanding all "log" options
 2014-05-30 21:37 UTC  (3+ messages)

[RFC PATCH] git log: support "auto" decorations
 2014-05-30 21:13 UTC  (13+ messages)

Git stash gpg prompting
 2014-05-30 20:31 UTC  (3+ messages)

[PATCH] Fix a bug in compat/bswap.h endianness detection
 2014-05-30 18:50 UTC  (2+ messages)

[PATCH] Improve function dir.c:trim_trailing_spaces()
 2014-05-30 18:45 UTC  (5+ messages)

[PATCH 1/2] contrib/subtree: Store subtree metadata in .gittrees file
 2014-05-30 17:45 UTC  (2+ messages)
` [PATCH 2/2] contrib/subtree: List subcmd and modify push/pull to use .gittrees

[BUG REPORT] Git log pretty date
 2014-05-30  8:08 UTC  (10+ messages)

.gitmodules containing SSH clone URLs should fall back to HTTPS when SSH key is not valid/existent
 2014-05-30  4:51 UTC  (6+ messages)

Bugreport: git push disobeys -c remote.xxx.url=
 2014-05-30  1:43 UTC  (2+ messages)

[PATCH] git-prompt.sh: don't assume the shell expands the value of PS1
 2014-05-29 22:30 UTC  (5+ messages)
` [PATCH 00/10] Zsh prompt tests
  ` [PATCH 10/10] t9904: new __git_ps1 tests for Zsh
      ` [PATCH 11/10] fixup! "

Git chokes on large file
 2014-05-29 19:12 UTC  (11+ messages)
  ` [PATCH 1/4] wrapper.c: introduce gentle xmallocz that does not die()
    ` [PATCH 2/4] fsck: do not die when not enough memory to examine a pack entry
    ` [PATCH 3/4] diff.c: allow to pass more flags to diff_populate_filespec
    ` [PATCH 4/4] diff: mark any file larger than core.bigfilethreshold binary

[PATCH v12 00/44] Use ref transactions for all ref updates
 2014-05-29 18:17 UTC  (17+ messages)
` [PATCH v12 06/41] refs.c: add an err argument to repack_without_refs
` [PATCH v12 08/41] refs.c: add an err argument to delete_ref_loose
` [PATCH v12 16/41] refs.c: add transaction.status and track OPEN/CLOSED/ERROR
` [PATCH v12 24/41] receive-pack.c: use a reference transaction for updating the refs
` [PATCH v12 25/41] fast-import.c: use a ref transaction when dumping tags
` [PATCH v12 26/41] walker.c: use ref transaction for ref updates
` [PATCH v12 31/41] refs.c: make prune_ref use a transaction to delete the ref
` [PATCH v12 32/41] refs.c: make delete_ref use a transaction
` [PATCH v12 33/41] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH v12 36/41] refs.c: move the check for valid refname to lock_ref_sha1_basic
` [PATCH v12 38/41] refs.c: pass a skip list to name_conflict_fn
` [PATCH v12 39/41] refs.c: propagate any errno==ENOTDIR from _commit back to the callers
` [PATCH v12 40/41] fetch.c: change s_update_ref to use a ref transaction
` [PATCH v12 41/41] refs.c: make write_ref_sha1 static

[PATCH] sideband.c: Get rid of ANSI sequences for non-terminal shell
 2014-05-29 17:45 UTC  (2+ messages)

[PATCH] tests: turn off git-daemon tests if FIFOs are not available
 2014-05-29 15:57 UTC  (2+ messages)

[PATCH] check_refname_component: Optimize
 2014-05-29 12:19 UTC  (2+ 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).