git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-06-10 10:24:41 to 2016-06-13 08:56:13 UTC [more...]

[RFC/PATCH 0/8] Add initial experimental external ODB support
 2016-06-13  8:55 UTC 

[GSOC Update] Week 5
 2016-06-13  8:06 UTC  (2+ messages)
` [GSOC Update] Week 6

[PATCH v2 0/6] Improve test coverage of update-ref error messages
 2016-06-13  7:16 UTC  (4+ messages)
` [PATCH v2 5/6] lock_ref_for_update(): make error handling more uniform

[PATCH] Document the 'svn propset' command
 2016-06-13  6:59 UTC  (2+ messages)

Un-paged commit messages in git filter-branch's commit-filter?
 2016-06-13  6:28 UTC 

[PATCH 1/4] bisect--helper: `bisect_clean_state` shell function in C
 2016-06-13  6:21 UTC  (8+ messages)
` [PATCH 3/4] dir: introduce file_size() to check the size of file

[PATCH] parse-options-cb.c: use string_list_append_nodup in OPT_STRING_LIST()
 2016-06-13  5:39 UTC  (7+ messages)
    ` [PATCH 0/3] fix parse-opt string_list leaks
      ` [PATCH 1/3] parse_opt_string_list: stop allocating new strings
      ` [PATCH 2/3] interpret-trailers: don't duplicate option strings
      ` [PATCH 3/3] blame,shortlog: don't make local option variables static

Repacking a repository uses up all available disk space
 2016-06-13  4:58 UTC  (11+ messages)
        ` [PATCH 0/3] repack --keep-unreachable
          ` [PATCH 1/3] repack: document --unpack-unreachable option
          ` [PATCH 2/3] repack: add --keep-unreachable option
          ` [PATCH 3/3] repack: extend --keep-unreachable to loose objects

[GIT PULL] l10n updates for 2.9.0 rc0
 2016-06-13  1:01 UTC  (2+ messages)

lib-httpd/apache.conf and mod_unixd.so
 2016-06-12 14:20 UTC  (3+ messages)

(unknown),
 2016-06-12  9:38 UTC 

[PATCH] lib-httpd.sh: print error.log on error
 2016-06-12 12:59 UTC  (2+ messages)

[PATCH 00/27] nd/shallow-deepen updates
 2016-06-12 10:54 UTC  (62+ messages)
` [PATCH 01/27] remote-curl.c: convert fetch_git() to use argv_array
` [PATCH 02/27] transport-helper.c: refactor set_helper_option()
` [PATCH 03/27] upload-pack: move shallow deepen code out of receive_needs()
` [PATCH 04/27] upload-pack: move "shallow" sending code out of deepen()
` [PATCH 05/27] upload-pack: remove unused variable "backup"
` [PATCH 06/27] upload-pack: move "unshallow" sending code out of deepen()
` [PATCH 07/27] upload-pack: use skip_prefix() instead of starts_with()
` [PATCH 08/27] upload-pack: tighten number parsing at "deepen" lines
` [PATCH 09/27] upload-pack: make check_non_tip() clean things up error
` [PATCH 10/27] upload-pack: move rev-list code out of check_non_tip()
` [PATCH 11/27] fetch-pack: use skip_prefix() instead of starts_with()
` [PATCH 12/27] fetch-pack: use a common function for verbose printing
` [PATCH 13/27] fetch-pack.c: mark strings for translating
` [PATCH 14/27] fetch-pack: use a separate flag for fetch in deepening mode
` [PATCH 15/27] shallow.c: implement a generic shallow boundary finder based on rev-list
` [PATCH 16/27] upload-pack: add deepen-since to cut shallow repos based on time
` [PATCH 17/27] fetch: define shallow boundary with --shallow-since
` [PATCH 18/27] clone: define shallow clone boundary based on time "
` [PATCH 19/27] t5500, t5539: tests for shallow depth since a specific date
` [PATCH 20/27] refs: add expand_ref()
` [PATCH 21/27] upload-pack: support define shallow boundary by excluding revisions
` [PATCH 22/27] fetch: define shallow boundary with --shallow-exclude
` [PATCH 23/27] clone: define shallow clone "
` [PATCH 24/27] t5500, t5539: tests for shallow depth excluding a ref
` [PATCH 25/27] upload-pack: split check_unreachable() in two, prep for get_reachable_list()
` [PATCH 26/27] upload-pack: add get_reachable_list()
` [PATCH 27/27] fetch, upload-pack: --deepen=N extends shallow boundary by N commits
` [PATCH v2 00/27] nd/shallow-deepen updates
  ` [PATCH v2 01/27] remote-curl.c: convert fetch_git() to use argv_array
  ` [PATCH v2 02/27] transport-helper.c: refactor set_helper_option()
  ` [PATCH v2 03/27] upload-pack: move shallow deepen code out of receive_needs()
  ` [PATCH v2 04/27] upload-pack: move "shallow" sending code out of deepen()
  ` [PATCH v2 05/27] upload-pack: remove unused variable "backup"
  ` [PATCH v2 06/27] upload-pack: move "unshallow" sending code out of deepen()
  ` [PATCH v2 07/27] upload-pack: use skip_prefix() instead of starts_with()
  ` [PATCH v2 08/27] upload-pack: tighten number parsing at "deepen" lines
  ` [PATCH v2 09/27] upload-pack: make check_non_tip() clean things up on error
  ` [PATCH v2 10/27] upload-pack: move rev-list code out of check_non_tip()
  ` [PATCH v2 11/27] fetch-pack: use skip_prefix() instead of starts_with()
  ` [PATCH v2 12/27] fetch-pack: use a common function for verbose printing
  ` [PATCH v2 13/27] fetch-pack.c: mark strings for translating
  ` [PATCH v2 14/27] fetch-pack: use a separate flag for fetch in deepening mode
  ` [PATCH v2 15/27] shallow.c: implement a generic shallow boundary finder based on rev-list
  ` [PATCH v2 16/27] upload-pack: add deepen-since to cut shallow repos based on time
  ` [PATCH v2 17/27] fetch: define shallow boundary with --shallow-since
  ` [PATCH v2 18/27] clone: define shallow clone boundary based on time "
  ` [PATCH v2 19/27] t5500, t5539: tests for shallow depth since a specific date
  ` [PATCH v2 20/27] refs: add expand_ref()
  ` [PATCH v2 21/27] upload-pack: support define shallow boundary by excluding revisions
  ` [PATCH v2 22/27] fetch: define shallow boundary with --shallow-exclude
  ` [PATCH v2 23/27] clone: define shallow clone "
  ` [PATCH v2 24/27] t5500, t5539: tests for shallow depth excluding a ref
  ` [PATCH v2 25/27] upload-pack: split check_unreachable() in two, prep for get_reachable_list()
  ` [PATCH v2 26/27] upload-pack: add get_reachable_list()
  ` [PATCH v2 27/27] fetch, upload-pack: --deepen=N extends shallow boundary by N commits

feature request: git svn dommit --preserve-timestamps
 2016-06-12 10:23 UTC  (8+ messages)

Draft of Git Rev News edition 16
 2016-06-12  5:03 UTC 

[PATCHv3] Documentation: triangular workflow
 2016-06-11 19:31 UTC  (8+ messages)
` [PATCHv4] "

[PATCH] Gitk Inotify support
 2016-06-11 14:06 UTC  (3+ messages)

[PATCH 1/2] bisect--helper: `is_expected_rev` shell function in C
 2016-06-11 12:18 UTC  (5+ messages)

[PATCH v6 00/44] libify apply and use lib in am, part 2
 2016-06-11 10:18 UTC  (50+ messages)
` [PATCH v6 01/44] apply: move 'struct apply_state' to apply.h
` [PATCH v6 02/44] builtin/apply: make apply_patch() return -1 instead of die()ing
` [PATCH v6 03/44] builtin/apply: read_patch_file() "
` [PATCH v6 04/44] builtin/apply: make find_header() "
` [PATCH v6 05/44] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH v6 06/44] builtin/apply: make parse_single_patch() return -1 "
` [PATCH v6 07/44] builtin/apply: make parse_whitespace_option() return -1 instead of die()ing
` [PATCH v6 08/44] builtin/apply: make parse_ignorewhitespace_option() "
` [PATCH v6 09/44] builtin/apply: move init_apply_state() to apply.c
` [PATCH v6 10/44] apply: make init_apply_state() return -1 instead of exit()ing
` [PATCH v6 11/44] builtin/apply: make check_apply_state() return -1 instead of die()ing
` [PATCH v6 12/44] builtin/apply: move check_apply_state() to apply.c
` [PATCH v6 13/44] builtin/apply: make apply_all_patches() return -1 on error
` [PATCH v6 14/44] builtin/apply: make parse_traditional_patch() "
` [PATCH v6 15/44] builtin/apply: make gitdiff_*() return 1 at end of header
` [PATCH v6 16/44] builtin/apply: make gitdiff_*() return -1 on error
` [PATCH v6 17/44] builtin/apply: change die_on_unsafe_path() to check_unsafe_path()
` [PATCH v6 18/44] builtin/apply: make build_fake_ancestor() return -1 on error
` [PATCH v6 19/44] builtin/apply: make remove_file() "
` [PATCH v6 20/44] builtin/apply: make add_conflicted_stages_file() "
` [PATCH v6 21/44] builtin/apply: make add_index_file() "
` [PATCH v6 22/44] builtin/apply: make create_file() "
` [PATCH v6 23/44] builtin/apply: make write_out_one_result() "
` [PATCH v6 24/44] builtin/apply: make write_out_results() "
` [PATCH v6 25/44] builtin/apply: make try_create_file() "
` [PATCH v6 26/44] builtin/apply: make create_one_file() "
` [PATCH v6 27/44] builtin/apply: rename option parsing functions
` [PATCH v6 28/44] apply: rename and move opt constants to apply.h
` [PATCH v6 30/44] apply: make some parsing functions static again
` [PATCH v6 31/44] run-command: make dup_devnull() non static
` [PATCH v6 32/44] environment: add set_index_file()
` [PATCH v6 33/44] builtin/am: use apply api in run_apply()
` [PATCH v6 34/44] write_or_die: use warning() instead of fprintf(stderr, ...)
` [PATCH v6 35/44] apply: add 'be_silent' variable to 'struct apply_state'
` [PATCH v6 36/44] apply: make 'be_silent' incompatible with 'apply_verbosely'
` [PATCH v6 37/44] apply: don't print on stdout when be_silent is set
` [PATCH v6 38/44] usage: add set_warn_routine()
` [PATCH v6 39/44] usage: add get_error_routine() and get_warn_routine()
` [PATCH v6 40/44] apply: change error_routine when be_silent is set
` [PATCH v6 41/44] am: use be_silent in 'struct apply_state' to shut up applying patches
` [PATCH v6 42/44] run-command: make dup_devnull() static again
` [PATCH v6 43/44] builtin/apply: add a cli option for be_silent
` [PATCH v6 44/44] apply: use error_errno() where possible

[PATCH v2 00/94] libify apply and use lib in am
 2016-06-11  7:02 UTC  (10+ messages)

[PATCHv2] submodule--helper: initial clone learns retry logic
 2016-06-10 23:31 UTC  (2+ messages)

[PATCHv4 0/3] Persistent submodule pathspec specification
 2016-06-10 23:07 UTC  (4+ messages)
` [PATCH 1/3] submodule update: add `--init-default-path` switch
` [PATCH 2/3] clone: add --init-submodule=<pathspec> switch
` [PATCH 3/3] completion: clone can recurse into submodules

[PATCH] Fix spelling of "occurred"
 2016-06-10 22:22 UTC  (6+ messages)
  ` [PATCH v2] "

[BUG-ish] diff compaction heuristic false positive
 2016-06-10 21:46 UTC  (16+ messages)
        ` Re* "
            ` [PATCH v2] diff: disable compaction heuristic for now

[PATCH 00/38] Virtualization of the refs API
 2016-06-10 15:53 UTC  (9+ messages)
` [PATCH 05/38] refs: create a base class "ref_store" for files_ref_store

[PATCH] Adds *~ to the .gitignore
 2016-06-10 15:52 UTC  (6+ messages)

[PATCH v2 00/33] Yet more preparation for reference backends
 2016-06-10 15:43 UTC  (3+ messages)

[PATCH v3 2/2] completion: add git status
 2016-06-10 13:10 UTC  (8+ messages)
` [PATCH v4 0/3] support completion for "
  ` [PATCH v4 2/3] completion: add __git_get_option_value helper
` [PATCH v5 0/3] completion: add git status
  ` [PATCH v5 1/3] completion: factor out untracked file modes into a variable
  ` [PATCH v5 3/3] completion: add git status

svn dcommit: where happens the writing of the timestamp?
 2016-06-10 12:18 UTC 

[PATCH 00/26] nd/shallow-deepen updates
 2016-06-10 12:14 UTC  (4+ messages)
` [PATCH 24/26] upload-pack: split check_unreachable() in two, prep for get_reachable_list()

What's cooking in git.git (Jun 2016, #03; Thu, 9)
 2016-06-10 10:24 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).