git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-08-28 18:24:23 to 2017-08-31 14:56:08 UTC [more...]

Bug report
 2017-08-31 14:55 UTC  (4+ messages)

Cannot checkout after setting the eol attribute
 2017-08-31 14:33 UTC  (9+ messages)
` [PATCH] Documentation: mention that `eol` can change the dirty status of paths
` [PATCH v2] "
` [PATCH v3] "

[PATCH] commit & merge: modularize the empty message validator
 2017-08-31 13:36 UTC  (4+ messages)
` [PATCH v2/RFC] commit: change the meaning of an empty commit message

Produce contents of index with existing directory as cache
 2017-08-31  9:58 UTC  (5+ messages)

git-scm pages deliver outdated Git docs
 2017-08-31  8:28 UTC 

[PATCH] pkt-line: re-'static'-ify buffer in packet_write_fmt_1()
 2017-08-31  4:09 UTC  (27+ messages)
              ` [PATCH] config: use a static lock_file struct

[PATCH 00/10] Implement transactions for the packed ref store
 2017-08-31  3:42 UTC  (17+ messages)
` [PATCH 01/10] packed-backend: don't adjust the reference count on lock/unlock
` [PATCH 02/10] struct ref_transaction: add a place for backends to store data
` [PATCH 03/10] packed_ref_store: implement reference transactions
` [PATCH 04/10] packed_delete_refs(): implement method
` [PATCH 05/10] files_pack_refs(): use a reference transaction to write packed refs
` [PATCH 06/10] files_initial_transaction_commit(): use a transaction for "
` [PATCH 07/10] t1404: demonstrate two problems with reference transactions
` [PATCH 08/10] files_ref_store: use a transaction to update packed refs
` [PATCH 09/10] packed-backend: rip out some now-unused code
` [PATCH 10/10] files_transaction_finish(): delete reflogs before references

[PATCH 00/39] per-repository object store, part 1
 2017-08-30 23:07 UTC  (43+ messages)
` [PATCH 01/39] pack: make packed_git_mru global a value instead of a pointer
` [PATCH 02/39] repository: introduce object store field
` [PATCH 03/39] object-store: move alt_odb_list and alt_odb_tail to object store
` [PATCH 04/39] object-store: move packed_git and packed_git_mru "
` [PATCH 05/39] pack: move prepare_packed_git_run_once "
` [PATCH 06/39] pack: move approximate object count "
` [PATCH 07/39] sha1_file: add repository argument to alt_odb_usable
` [PATCH 08/39] sha1_file: add repository argument to link_alt_odb_entry
` [PATCH 09/39] sha1_file: add repository argument to read_info_alternates
` [PATCH 10/39] sha1_file: add repository argument to link_alt_odb_entries
` [PATCH 11/39] sha1_file: add repository argument to stat_sha1_file
` [PATCH 12/39] sha1_file: add repository argument to open_sha1_file
` [PATCH 13/39] sha1_file: add repository argument to map_sha1_file_1
` [PATCH 14/39] sha1_file: add repository argument to sha1_loose_object_info
` [PATCH 15/39] object-store: add repository argument to prepare_alt_odb
` [PATCH 16/39] object-store: add repository argument to foreach_alt_odb
` [PATCH 17/39] pack: add repository argument to install_packed_git
` [PATCH 18/39] pack: add repository argument to prepare_packed_git_one
` [PATCH 19/39] pack: add repository argument to rearrange_packed_git
` [PATCH 20/39] pack: add repository argument to prepare_packed_git_mru
` [PATCH 21/39] pack: add repository argument to prepare_packed_git
` [PATCH 22/39] pack: add repository argument to reprepare_packed_git
` [PATCH 23/39] pack: add repository argument to sha1_file_name
` [PATCH 24/39] pack: add repository argument to map_sha1_file
` [PATCH 25/39] sha1_file: allow alt_odb_usable to handle arbitrary repositories
` [PATCH 26/39] object-store: allow prepare_alt_odb "
` [PATCH 27/39] object-store: allow foreach_alt_odb "
` [PATCH 28/39] pack: allow install_packed_git "
` [PATCH 29/39] pack: allow rearrange_packed_git "
` [PATCH 30/39] pack: allow prepare_packed_git_mru "
` [PATCH 31/39] pack: allow prepare_packed_git_one "
` [PATCH 32/39] pack: allow prepare_packed_git "
` [PATCH 33/39] pack: allow reprepare_packed_git "
` [PATCH 34/39] pack: allow sha1_file_name "
` [PATCH 35/39] pack: allow stat_sha1_file "
` [PATCH 36/39] pack: allow open_sha1_file "
` [PATCH 37/39] pack: allow map_sha1_file_1 "
` [PATCH 38/39] pack: allow map_sha1_file "
` [PATCH 39/39] pack: allow sha1_loose_object_info "

[RFC 0/7] transitioning to protocol v2
 2017-08-30 21:12 UTC  (12+ messages)
` [RFC 5/7] http: send Git-Protocol-Version header

Commit dropped when swapping commits with rebase -i -p
 2017-08-30 20:48 UTC  (5+ messages)

[PATCH] name-rev: change ULONG_MAX to TIME_MAX
 2017-08-30 20:23 UTC  (2+ messages)

tsan: t3008: hashmap_add touches size from multiple threads
 2017-08-30 18:59 UTC  (3+ messages)
` [PATCH] hashmap: address ThreadSanitizer concerns
  ` [PATCH] hashmap: add API to disable item counting when threaded

[PATCH 00/34] plug strbuf memory leaks
 2017-08-30 18:23 UTC  (48+ messages)
` [PATCH 01/34] am: release strbufs after use in detect_patch_format()
` [PATCH 02/34] am: release strbuf on error return in hg_patch_to_mail()
` [PATCH 03/34] am: release strbuf after use in safe_to_abort()
` [PATCH 04/34] check-ref-format: release strbuf after use in check_ref_format_branch()
` [PATCH 05/34] clean: release strbuf after use in remove_dirs()
` [PATCH 06/34] clone: release strbuf after use in remove_junk()
` [PATCH 07/34] commit: release strbuf on error return in commit_tree_extended()
` [PATCH 08/34] connect: release strbuf on error return in git_connect()
` [PATCH 09/34] convert: release strbuf on error return in filter_buffer_or_fd()
` [PATCH 10/34] diff: release strbuf after use in diff_summary()
` [PATCH 11/34] diff: release strbuf after use in show_rename_copy()
` [PATCH 12/34] diff: release strbuf after use in show_stats()
` [PATCH 13/34] help: release strbuf on error return in exec_man_konqueror()
` [PATCH 14/34] help: release strbuf on error return in exec_man_man()
` [PATCH 15/34] help: release strbuf on error return in exec_woman_emacs()
` [PATCH 16/34] mailinfo: release strbuf after use in handle_from()
` [PATCH 17/34] mailinfo: release strbuf on error return in handle_boundary()
` [PATCH 18/34] merge: release strbuf after use in save_state()
` [PATCH 19/34] merge: release strbuf after use in write_merge_heads()
` [PATCH 20/34] notes: release strbuf after use in notes_copy_from_stdin()
  ` [PATCH 21/34] refs: release strbuf on error return in write_pseudoref()
  ` [PATCH 22/34] remote: release strbuf after use in read_remote_branches()
  ` [PATCH 23/34] remote: release strbuf after use in migrate_file()
  ` [PATCH 24/34] remote: release strbuf after use in set_url()
  ` [PATCH 25/34] send-pack: release strbuf on error return in send_pack()
  ` [PATCH 26/34] sha1_file: release strbuf on error return in index_path()
  ` [PATCH 27/34] shortlog: release strbuf after use in insert_one_record()
` [PATCH 28/34] sequencer: release strbuf after use in save_head()
` [PATCH 30/34] userdiff: release strbuf after use in userdiff_get_textconv()
` [PATCH 29/34] transport-helper: release strbuf after use in process_connect_service()
` [PATCH 31/34] utf8: release strbuf on error return in strbuf_utf8_replace()
` [PATCH 32/34] vcs-svn: release strbuf after use in end_revision()
` [PATCH 33/34] wt-status: release strbuf after use in read_rebase_todolist()
` [PATCH 34/34] wt-status: release strbuf after use in wt_longstatus_print_tracking()

[PATCH 1/2] refs/files-backend: duplicate strings added to affected_refnames
 2017-08-30 18:02 UTC  (11+ messages)
` [PATCH v2 1/2] refs/files-backend: add longer-scoped copy of string to list
` [PATCH v2 2/2] refs/files-backend: fix memory leak in lock_ref_for_update
      ` [PATCH v3 1/3] refs/files-backend: add longer-scoped copy of string to list
      ` [PATCH v3 2/3] refs/files-backend: fix memory leak in lock_ref_for_update
      ` [PATCH v3 3/3] refs/files-backend: correct return value "

[PATCH v5 00/40] Add initial experimental external ODB support
 2017-08-30 14:15 UTC  (10+ messages)
` [PATCH v5 35/40] Add Documentation/technical/external-odb.txt

[RFC PATCH 0/7] Implement ref namespaces as a ref storage backend
 2017-08-30 13:17 UTC  (3+ messages)

[PATCH] diff-highlight: Add clean target to Makefile
 2017-08-29 17:05 UTC  (2+ messages)

[PATCH 0/3] merge-recursive: replace string_list with hashmap
 2017-08-29 16:50 UTC  (13+ messages)
` [PATCH 1/3] merge-recursive: fix memory leak
` [PATCH 2/3] merge-recursive: remove return value from get_files_dirs
` [PATCH 3/3] merge-recursive: change current file dir string_lists to hashmap

git describe and "the smallest number of commits possible"
 2017-08-29 13:34 UTC  (3+ messages)

[PATCH] Remove inadvertently added outgoing/packfile.h
 2017-08-29  1:12 UTC 

[PATCH] Add t/helper/test-write-cache to .gitignore
 2017-08-28 21:09 UTC  (2+ messages)

[PATCH/RFC 0/5] Some ThreadSanitizer-results
 2017-08-28 20:56 UTC  (3+ messages)
` [PATCH v2 0/4] "


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