git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-08-19 06:12:21 to 2014-08-22 00:11:45 UTC [more...]

[PATCH 00/18] Signed push
 2014-08-22  0:11 UTC  (39+ messages)
` [PATCH 01/18] receive-pack: do not overallocate command structure
` [PATCH 02/18] receive-pack: parse feature request a bit earlier
` [PATCH 03/18] receive-pack: do not reuse old_sha1[] to other things
` [PATCH 04/18] receive-pack: factor out queueing of command
` [PATCH 05/18] send-pack: move REF_STATUS_REJECT_NODELETE logic a bit higher
` [PATCH 06/18] send-pack: refactor decision to send update per ref
` [PATCH 07/18] send-pack: always send capabilities
` [PATCH 08/18] send-pack: factor out capability string generation
` [PATCH 09/18] send-pack: rename "new_refs" to "need_pack_data"
` [PATCH 10/18] send-pack: refactor inspecting and resetting status and sending commands
` [PATCH 11/18] send-pack: clarify that cmds_sent is a boolean
` [PATCH 12/18] gpg-interface: move parse_gpg_output() to where it should be
` [PATCH 13/18] gpg-interface: move parse_signature() "
` [PATCH 14/18] pack-protocol doc: typofix for PKT-LINE
` [PATCH 15/18] the beginning of the signed push
` [PATCH 16/18] receive-pack: GPG-validate push certificates
` [PATCH 17/18] send-pack: send feature request on push-cert packet
` [PATCH 18/18] signed push: final protocol update

[PATCH] teach fast-export an --anonymize option
 2014-08-21 23:21 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH v3 0/3] Stream fd to clean filter, GIT_MMAP_LIMIT
 2014-08-21 22:26 UTC  (5+ messages)
` [PATCH v3 1/3] convert: Refactor would_convert_to_git() to single arg 'path'
` [PATCH v3 2/3] Introduce GIT_MMAP_LIMIT to allow testing expected mmap size
` [PATCH v3 3/3] convert: Stream from fd to required clean filter instead of mmap

[PATCH] read-cache.c: Ensure unmerged entries are removed
 2014-08-21 22:21 UTC  (19+ messages)
` [PATCH 0/4] Handling unmerged files with merged entries
  ` [PATCH 1/4] read_index_unmerged doesn't loop forever if merged stage exists for unmerged file
  ` [PATCH 2/4] Error out when adding a file with merged and unmerged entries
  ` [PATCH 3/4] Added tests for the case of merged and unmerged entries for the same file
  ` [PATCH 4/4] git update-index --cacheinfo can be used to select a stage when there are merged and unmerged entries
      ` [PATCH] Check order when reading index

[PATCH 1/1] pretty: note that %cd respects the --date= option
 2014-08-21 20:07 UTC  (2+ messages)

[PATCH] Allow the user to change the temporary file name for mergetool
 2014-08-21 20:04 UTC  (12+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
              ` [PATCH v4] "

[PATCH v20 00/48] Use ref transactions
 2014-08-21 19:42 UTC  (16+ messages)
` [PATCH v20 43/48] refs.c: move the check for valid refname to lock_ref_sha1_basic

Hook "post-merge" does not get executed in case of confilicts
 2014-08-21 19:07 UTC  (2+ messages)

[PATCH] walker: avoid quadratic list insertion in mark_complete
 2014-08-21 18:30 UTC 

[PATCH] sha1_name: avoid quadratic list insertion in handle_one_ref
 2014-08-21 18:30 UTC 

[BUG] resolved deltas
 2014-08-21 18:25 UTC  (2+ messages)

cherry picking and merge
 2014-08-21 17:58 UTC  (5+ messages)

What's cooking in git.git (Aug 2014, #03; Wed, 20)
 2014-08-21 17:08 UTC  (4+ messages)

Shallow clones with explicit history cutoff?
 2014-08-21 15:39 UTC 

[PATCH] Update hard-coded header dependencies
 2014-08-21 14:48 UTC  (6+ messages)
    ` [PATCH 1/2] Makefile: use "find" to determine static "
    ` [PATCH 2/2] Makefile: drop CHECK_HEADER_DEPENDENCIES code

[PATCH v13 00/11] Add interpret-trailers builtin
 2014-08-21 14:16 UTC  (5+ messages)
` [PATCH v13 11/11] Documentation: add documentation for 'git interpret-trailers'

Relative submodule URLs
 2014-08-21 12:37 UTC  (14+ messages)
          `  "
              `  "

[PATCH] send-pack: take refspecs over stdin
 2014-08-21 12:21 UTC  (2+ messages)
` [PATCH v2] "

Bug in Git 1.9.4 (20140815) for Windows - cannot clone from SVN
 2014-08-21 10:00 UTC  (2+ messages)

Transaction patch series overview
 2014-08-20 23:17 UTC  (6+ messages)

[PATCH] intersect_paths: respect mode in git's tree-sort
 2014-08-20 20:40 UTC  (3+ messages)

[PATCH] imap-send.c: imap_folder -> imap_server_conf.folder
 2014-08-20 19:16 UTC  (2+ messages)

Issuing warning when hook does not have execution permission
 2014-08-20 17:51 UTC  (6+ messages)

[BUG] rewriting history with filter-branch --commit-filter
 2014-08-20  8:59 UTC  (3+ messages)

Anyone know the innards of the gitk program?
 2014-08-20  8:51 UTC 

[PATCH] run-command: introduce CHILD_PROCESS_INIT
 2014-08-19 19:11 UTC  (8+ messages)
      ` [PATCH v2 1/4] "
      ` [PATCH v2 2/4] run-command: introduce child_process_init()
      ` [PATCH v2 3/4] run-command: call run_command_v_opt_cd_env() instead of duplicating it
      ` [PATCH v2 4/4] run-command: inline prepare_run_command_v_opt()

[PATCH] Push the NATIVE_CRLF Makefile variable to C and added a test for native
 2014-08-19 18:19 UTC  (2+ messages)

[PATCH/RFC] git-imap-send: use libcurl for implementation
 2014-08-19 17:51 UTC  (2+ messages)

[PATCH/RFC] git-imap-send: use libcurl for implementation
 2014-08-19 17:13 UTC  (7+ messages)

[PATCH v3 00/23] backend-struct-db
 2014-08-19 16:30 UTC  (23+ messages)
` [PATCH v3 01/23] refs.c: create a public function for is_refname_available
` [PATCH v3 03/23] refs.c: add a new refs.c file to hold all common refs code
` [PATCH v3 04/23] refs.c: move update_ref to refs.c
` [PATCH v3 05/23] refs.c: move delete_ref to the common code
` [PATCH v3 06/23] refs.c: move rename_ref "
` [PATCH v3 07/23] refs.c: move read_ref_at to the common refs file
` [PATCH v3 08/23] refs.c: move the hidden refs functions to the common code
` [PATCH v3 09/23] refs.c: move dwim and friend functions to the common refs code
` [PATCH v3 10/23] refs.c: move warn_if_dangling_symref* to the common code
` [PATCH v3 11/23] refs.c: move read_ref, read_ref_full and ref_exists "
` [PATCH v3 12/23] refs.c: move resolve_refdup to common
` [PATCH v3 13/23] refs.c: move check_refname_component to the common code
` [PATCH v3 14/23] refs.c: move is_branch "
` [PATCH v3 15/23] refs.c: move names_conflict "
` [PATCH v3 16/23] refs.c: move prettify_refname "
` [PATCH v3 17/23] refs.c: move ref iterators "
` [PATCH v3 18/23] refs.c: move head_ref_namespaced "
` [PATCH v3 19/23] refs-be-files.c: add a backend method structure with transaction functions
` [PATCH v3 20/23] refs-be-files.c: add reflog backend methods
` [PATCH v3 21/23] refs-be-files.c: add methods for misc ref operations
` [PATCH v3 22/23] refs-be-files.c: add methods for head_ref*
` [PATCH v3 23/23] refs-be-files.c: add methods for the ref iterators

[PATCH 0/5] ref-transactions-send-pack
 2014-08-19 16:24 UTC  (6+ messages)
` [PATCH 1/5] receive-pack.c: add protocol support to negotiate atomic-push
` [PATCH 2/5] send-pack.c: add an --atomic-push command line argument
` [PATCH 3/5] receive-pack.c: use a single transaction when atomic-push is negotiated
` [PATCH 4/5] receive-pack.c: add receive.atomicpush configuration option
` [PATCH 5/5] push.c: add an --atomic-push argument

[PATCH 0/5] ref-transactions-req-strbuf-err
 2014-08-19 16:17 UTC  (6+ messages)
` [PATCH 1/5] refs.c: replace the onerr argument in update_ref with a strbuf err
` [PATCH 2/5] refs.c: make add_packed_ref return an error instead of calling die
` [PATCH 3/5] refs.c: make lock_packed_refs take an err argument
` [PATCH 4/5] refs.c: add an err argument to commit_packed_refs
` [PATCH 5/5] refs.c: add an err argument to pack_refs

make profile issue on Git 2.1.0
 2014-08-19 15:33 UTC  (4+ messages)

Sharing merge conflict resolution between multiple developers
 2014-08-19 13:09 UTC  (5+ messages)
  ` Signinig a commit with multiple signatures

Fwd: Shallow clone
 2014-08-19 12:01 UTC  (2+ messages)
  `  "

[PATCH] Documentation/git-rebase.txt: fix -f description to match actual git behavior
 2014-08-19 10:05 UTC  (9+ messages)

[PATCH v2 0/2] Stream fd to clean filter
 2014-08-19  8:26 UTC  (9+ messages)
` [PATCH v2 2/2] convert: Stream from fd to required clean filter instead of mmap

[PATCH] make config --add behave correctly for empty and NULL values
 2014-08-19  6:20 UTC  (5+ 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).