git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-08-24 13:39:47 to 2014-08-27 14:23:20 UTC [more...]

[RFC] add detached HEAD to --all listing
 2014-08-27 14:22 UTC  (2+ messages)

[PATCH v2 0/6] clean up author parsing
 2014-08-27 14:18 UTC  (9+ messages)
` [PATCH v2 1/6] commit: provide a function to find a header in a buffer
` [PATCH v2 2/6] record_author_info: fix memory leak on malformed commit
` [PATCH v2 3/6] record_author_info: use find_commit_header
` [PATCH v2 4/6] use strbufs in date functions
` [PATCH v2 5/6] determine_author_info: reuse parsing functions
` [PATCH v2 6/6] determine_author_info: copy getenv output

Git Bug Report: bisect run failed to locate the right commit
 2014-08-27 14:17 UTC  (3+ messages)

What's cooking in git.git (Jul 2014, #04; Tue, 22)
 2014-08-27 13:08 UTC  (5+ messages)
    ` [RFC/PATCH] Windows tests: let $TRASH_DIRECTORY point to native Windows path

[PATCH 0/5] nd/multiple-work-trees follow-ups
 2014-08-27 11:58 UTC  (8+ messages)
` [PATCH 3/5] checkout --to: no auto-detach if the ref is already checked out

What's cooking in git.git (Aug 2014, #04; Tue, 26)
 2014-08-27  8:13 UTC  (2+ messages)

Bug report: Author/Commit date in ISO 8601 format
 2014-08-27  7:15 UTC  (8+ messages)

mktree: multiple same-named objects
 2014-08-27  5:13 UTC  (3+ messages)

[PATCH v6 0/6] Stream fd to clean filter; GIT_MMAP_LIMIT, GIT_ALLOC_LIMIT with git_env_ulong()
 2014-08-27  4:46 UTC  (14+ messages)
` [PATCH v6 1/6] convert: drop arguments other than 'path' from would_convert_to_git()
` [PATCH v6 2/6] Add git_env_ulong() to parse environment variable
` [PATCH v6 3/6] Change GIT_ALLOC_LIMIT check to use git_env_ulong()
` [PATCH v6 4/6] Introduce GIT_MMAP_LIMIT to allow testing expected mmap size
` [PATCH v6 5/6] Change copy_fd() to not close input fd
` [PATCH v6 6/6] convert: stream from fd to required clean filter to reduce used address space

Transaction patch series overview
 2014-08-27  0:36 UTC  (29+ messages)
              ` [PATCH 0/20] rs/ref-transaction-1 (Re: Transaction patch series overview)
                ` [PATCH 01/20] refs.c: change ref_transaction_create to do error checking and return status
                ` [PATCH 02/20] refs.c: update ref_transaction_delete to check for error "
                ` [PATCH 03/20] refs.c: make ref_transaction_begin take an err argument
                ` [PATCH 04/20] refs.c: add transaction.status and track OPEN/CLOSED
                ` [PATCH 05/20] tag.c: use ref transactions when doing updates
                ` [PATCH 06/20] replace.c: use the ref transaction functions for updates
                ` [PATCH 07/20] commit.c: use ref transactions "
                ` [PATCH 08/20] sequencer.c: use ref transactions for all ref updates
                ` [PATCH 09/20] fast-import.c: change update_branch to use ref transactions
                ` [PATCH 10/20] branch.c: use ref transaction for all ref updates
                ` [PATCH 11/20] refs.c: change update_ref to use a transaction
                ` [PATCH 12/20] receive-pack.c: use a reference transaction for updating the refs
                ` [PATCH 13/20] fast-import.c: use a ref transaction when dumping tags
                ` [PATCH 14/20] walker.c: use ref transaction for ref updates
                ` [PATCH 15/20] refs.c: make lock_ref_sha1 static
                ` [PATCH 16/20] refs.c: remove the update_ref_lock function
                ` [PATCH 17/20] refs.c: remove the update_ref_write function
                ` [PATCH 18/20] refs.c: remove lock_ref_sha1
                ` [PATCH 19/20] refs.c: make prune_ref use a transaction to delete the ref
                ` [PATCH 20/20] refs.c: make delete_ref use a transaction

[PATCH] bisect: save heap memory. allocate only the required amount
 2014-08-27  0:30 UTC  (32+ messages)
            ` [PATCH 0/3] name_decoration cleanups
              ` [PATCH 1/3] log-tree: make add_name_decoration a public function
              ` [PATCH 2/3] log-tree: make name_decoration hash static
              ` [PATCH 3/3] log-tree: use FLEX_ARRAY in name_decoration

[PATCH] git-imap-send: use libcurl for implementation
 2014-08-26 22:40 UTC 

[PATCH v3 00/23] backend-struct-db
 2014-08-26 22:34 UTC  (7+ messages)
` [PATCH v3 03/23] refs.c: add a new refs.c file to hold all common refs code
` [PATCH v3 19/23] refs-be-files.c: add a backend method structure with transaction functions

[PATCH v2 00/23] backend-struct-db
 2014-08-26 22:11 UTC  (4+ messages)
` [PATCH v2 18/23] refs.c: add a backend method structure with transaction functions

Relative submodule URLs
 2014-08-26 20:34 UTC  (11+ messages)
      `  "
          `  "
              `  "

[PATCH] contrib/svn-fe: fix Makefile
 2014-08-26 12:44 UTC  (2+ messages)

[PATCH 00/18] Signed push
 2014-08-26 19:52 UTC  (19+ messages)
` [PATCH 18/18] signed push: final protocol update

[PATCH v2 0/3] dropping manually-maintained LIB_H
 2014-08-26 19:40 UTC  (15+ messages)
` [PATCH 2/3] Makefile: use `find` to determine static header dependencies

[PATCH v5 0/4] Stream fd to clean filter; GIT_MMAP_LIMIT, GIT_ALLOC_LIMIT with git_parse_ulong()
 2014-08-26 19:32 UTC  (15+ messages)
` [PATCH v5 1/4] convert: Refactor would_convert_to_git() to single arg 'path'
` [PATCH v5 2/4] Change GIT_ALLOC_LIMIT check to use git_parse_ulong()
` [PATCH v5 3/4] Introduce GIT_MMAP_LIMIT to allow testing expected mmap size
` [PATCH v5 4/4] convert: Stream from fd to required clean filter instead of mmap

[PATCH 0/2] describe: support the syntax "--abbrev=+"
 2014-08-26 18:04 UTC  (2+ messages)

[PATCH] Check order when reading index
 2014-08-26 17:43 UTC  (14+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] Loop index increases monotonically when reading unmerged entries

Improving the git remote command
 2014-08-26 17:33 UTC  (7+ messages)

[PATCH] l10n: de.po: translate 38 new messages
 2014-08-26 17:31 UTC  (2+ messages)

[PATCH] po/TEAMS: add new members to German translation team
 2014-08-26 17:06 UTC 

(unknown),
 2014-08-26 11:16 UTC 

Show containing branches in log?
 2014-08-25 23:35 UTC  (3+ messages)

[GIT PULL] l10n updates for 2.1.0 round 1
 2014-08-25 22:41 UTC  (2+ messages)

[PATCH/RFC] git-imap-send: use libcurl for implementation
 2014-08-25 21:08 UTC  (4+ messages)

check-ref-format: include refs/ in the argument or to strip it?
 2014-08-25 19:09 UTC  (8+ messages)

[PATCH 0/5] fix pack-refs pruning of refs/foo
 2014-08-25 18:56 UTC  (10+ messages)
` [PATCH 3/5] fast-import: clean up pack_data pointer in end_packfile
` [PATCH 4/5] fast-import: fix buffer overflow in dump_tags
` [PATCH 5/5] fast-import: stop using lock_ref_sha1

[PATCH v2 3/3] t0026: Add missing &&
 2014-08-25 17:38 UTC  (2+ messages)

[PATCH v2 1/3] Push the NATIVE_CRLF Makefile variable to C and added a test for native
 2014-08-25 17:36 UTC  (4+ messages)

[BUG] resolved deltas
 2014-08-25 17:19 UTC  (8+ messages)

Help improving the future of debugging
 2014-08-25 15:30 UTC 

[PATCH 1/5] git-prompt: do not look for refs/stash in $GIT_DIR
 2014-08-25 12:46 UTC  (2+ messages)

[PATCH] Undefine strlcpy if needed
 2014-08-25 11:16 UTC  (10+ messages)

[PATCH v3 0/3] Stream fd to clean filter, GIT_MMAP_LIMIT
 2014-08-24 16:03 UTC  (7+ messages)
` [PATCH v3 2/3] Introduce GIT_MMAP_LIMIT to allow testing expected mmap size


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