git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2016-06-10 20:12:47 to 2016-06-13 19:51:55 UTC [more...]

[ANNOUNCE] Git v2.9.0
 2016-06-13 19:45 UTC 

A note from the maintainer
 2016-06-13 19:45 UTC 

[PATCHv3] Documentation: triangular workflow
 2016-06-13 18:35 UTC  (9+ messages)
` [PATCHv4] "

[PATCH 1/1] Don't free remote->name after fetch
 2016-06-13 18:17 UTC 

merge committing staged deletions?
 2016-06-13 18:13 UTC 

[PATCH] parse-options-cb.c: use string_list_append_nodup in OPT_STRING_LIST()
 2016-06-13 17:32 UTC  (11+ 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
        ` [PATCH 4/3] use string_list initializer consistently

[PATCH 00/27] nd/shallow-deepen updates
 2016-06-13 17:10 UTC  (35+ messages)
` [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 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

[PATCH] lib-httpd.sh: print error.log on error
 2016-06-13 17:08 UTC  (6+ messages)
      ` [PATCH v3] "

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

[PATCH] Document the 'svn propset' command
 2016-06-13 14:42 UTC  (5+ messages)

[PATCH v3 0/6] worktree lock/unlock
 2016-06-13 12:22 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] worktree.c: add find_worktree()
  ` [PATCH v5 0/6] worktree lock/unlock
    ` [PATCH v5 1/6] worktree.c: add find_worktree()
    ` [PATCH v5 2/6] worktree.c: add is_main_worktree()
    ` [PATCH v5 3/6] worktree.c: add is_worktree_locked()
    ` [PATCH v5 4/6] worktree: add "lock" command
    ` [PATCH v5 5/6] worktree: add "unlock" command
    ` [PATCH v5 6/6] worktree.c: find_worktree() search by path suffix

[RFC/PATCH 0/8] Add initial experimental external ODB support
 2016-06-13 10:10 UTC  (10+ messages)
` [RFC/PATCH 1/8] Add initial external odb support
` [RFC/PATCH 2/8] external odb foreach
` [RFC/PATCH 3/8] t0400: use --batch-all-objects to get all objects
` [RFC/PATCH 4/8] t0400: add 'put' command to odb-helper script
` [RFC/PATCH 5/8] t0400: add test for 'put' command
` [RFC/PATCH 6/8] external odb: add write support
` [RFC/PATCH 7/8] external-odb: accept only blobs for now
` [RFC/PATCH 8/8] t0400: add test for external odb write support

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

[PATCH v2 00/33] Yet more preparation for reference backends
 2016-06-13  9:55 UTC  (4+ messages)
    ` [ADDENDUM v4] "

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

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

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 

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 

[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  (33+ messages)
` [PATCH v6 03/44] builtin/apply: read_patch_file() return -1 instead of die()ing
` [PATCH v6 05/44] builtin/apply: make parse_chunk() return a negative integer on error
` [PATCH v6 08/44] builtin/apply: make parse_ignorewhitespace_option() return -1 instead of die()ing
` [PATCH v6 09/44] builtin/apply: move init_apply_state() to apply.c
` [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 19/44] builtin/apply: make remove_file() "
` [PATCH v6 20/44] builtin/apply: make add_conflicted_stages_file() "
` [PATCH v6 24/44] builtin/apply: make write_out_results() "
` [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  (5+ messages)
` [PATCH v2] "

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


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