git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-04-26 19:15:55 to 2017-04-28 11:37:09 UTC [more...]

[PATCH 00/26] Address a couple of issues identified by Coverity
 2017-04-28 11:36 UTC  (61+ messages)
` [PATCH 01/26] mingw: avoid memory leak when splitting PATH
` [PATCH 02/26] winansi: avoid use of uninitialized value
` [PATCH 03/26] winansi: avoid buffer overrun
` [PATCH 04/26] add_commit_patch_id(): avoid allocating memory unnecessarily
` [PATCH 05/26] git_config_rename_section_in_file(): avoid resource leak
` [PATCH 06/26] get_mail_commit_oid(): "
` [PATCH 07/26] http-backend: avoid memory leaks
` [PATCH 08/26] difftool: close file descriptors after reading
` [PATCH 09/26] status: close file descriptor after reading git-rebase-todo
` [PATCH 10/26] Check for EOF while parsing mails
` [PATCH 11/26] cat-file: fix memory leak
` [PATCH 12/26] checkout: "
` [PATCH 13/26] split_commit_in_progress(): "
` [PATCH 14/26] setup_bare_git_dir(): "
` [PATCH 15/26] setup_discovered_git_dir(): "
` [PATCH 16/26] pack-redundant: plug "
` [PATCH 17/26] mktree: plug memory leaks reported by Coverity
` [PATCH 18/26] fast-export: avoid leaking memory in handle_tag()
` [PATCH 19/26] receive-pack: plug memory leak in update()
` [PATCH 20/26] line-log: avoid memory leak
` [PATCH 21/26] shallow: "
` [PATCH 22/26] add_reflog_for_walk: "
` [PATCH 23/26] remote: plug memory leak in match_explicit()
` [PATCH 24/26] name-rev: avoid leaking memory in the `deref` case
` [PATCH 25/26] show_worktree(): plug memory leak
` [PATCH 26/26] submodule_uses_worktrees(): "

[PATCH v2 0/9] The final building block for a faster rebase -i
 2017-04-28 10:08 UTC  (18+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] rebase -i: generate the script via rebase--helper
  ` [PATCH v3 4/9] rebase -i: also expand/collapse the SHA-1s via the rebase--helper
  ` [PATCH v3 5/9] t3404: relax rebase.missingCommitsCheck tests
  ` [PATCH v3 6/9] rebase -i: check for missing commits in the rebase--helper

Git and Active directory ldap Authentication
 2017-04-28  9:31 UTC 

[PATCH v3 0/5] clone: --no-tags option
 2017-04-28  8:59 UTC  (18+ messages)
` [PATCH v3 1/5] tests: change "cd ... && git fetch" to "cd &&\n\tgit fetch"
` [PATCH v3 2/5] clone: add a --no-tags option to clone without tags
` [PATCH v3 3/5] tests: rename a test having to do with shallow submodules
` [PATCH v3 4/5] clone: add a --no-tags-submodules to pass --no-tags to submodules
` [RFC/PATCH v3 5/5] WIP clone: add a --[no-]recommend-tags & submodule.NAME.tags config

[BUG] test suite broken with GETTEXT_POISON=YesPlease
 2017-04-28  8:44 UTC  (8+ messages)

[PATCH] archive-zip: Add zip64 headers when file size is too large for 32 bits
 2017-04-28  8:40 UTC  (18+ messages)
` [PATCH v2] "
            ` [PATCH v3 0/5] archive-zip: support files and archives bigger than 4GB
              ` [PATCH v3 4/5] archive-zip: support "

[PATCH] diff: prefer indent heuristic over compaction heuristic
 2017-04-28  8:40 UTC  (13+ messages)

Submodule/contents conflict
 2017-04-28  8:30 UTC  (14+ messages)

BUG: diff-{index,files,tree} (and git-gui) do not respect the diff.indentHeuristic config setting
 2017-04-28  8:06 UTC  (7+ messages)
` [PATCH 0/2] Make diff plumbing commands respect the indentHeuristic
  ` [PATCH 1/2] Make the indent heuristic part of diff's basic configuration
  ` [PATCH 2/2] Have the diff-* builtins configure diff before initializing revisions

[PATCH v2] status: add color config slots for branch info in "--short --branch"
 2017-04-28  7:37 UTC  (4+ messages)

[Suggestion] Alternative way for displaying help menu of patch flow
 2017-04-28  7:21 UTC  (3+ messages)

[PATCH] t7400: add BSLASHPSPEC prerequisite to 'add with \\ in path'
 2017-04-28  3:09 UTC  (2+ messages)

[PATCH 00/53] object_id part 8
 2017-04-28  1:14 UTC  (12+ messages)
` [PATCH 35/53] Convert the verify_pack callback to struct object_id
` [PATCH 38/53] refs: convert struct ref_update to use "
` [PATCH 39/53] refs/files-backend: convert many internals to "
` [PATCH 53/53] object: convert parse_object* to take "

git with ssh won't pull submodule
 2017-04-27 23:25 UTC 

[PATCH] Add --indent-heuristic to bash completion
 2017-04-27 20:48 UTC  (5+ messages)

30min Script in git 2.7.4 takes 22+ hrs in git 2.9.3
 2017-04-27 20:42 UTC  (3+ messages)

What's cooking in git.git (Apr 2017, #06; Wed, 26)
 2017-04-27 20:25 UTC  (2+ messages)

push fails with return code 22
 2017-04-27 20:18 UTC  (2+ messages)

[PATCH 00/15] Handle fopen() errors
 2017-04-27 17:49 UTC  (7+ messages)
` [PATCH 07/15] remote.c: report error on failure to fopen()

[PATCH] read-cache: close index.lock in do_write_index
 2017-04-27 16:51 UTC  (5+ messages)

[RESEND PATCH] git-gui--askpass: generalize the window title
 2017-04-27 14:02 UTC  (4+ messages)
` [PATCH v2] git-gui--askpass: generalize the wording

[PATCH] rebase -i: reread the todo list if `exec` touched it
 2017-04-27 12:43 UTC  (3+ messages)

Possible regression in git-http-backend
 2017-04-27  9:31 UTC  (2+ messages)

[PATCH] status: fix missing newline when comment chars are disabled
 2017-04-27  9:01 UTC 

[PATCH] Add color slots for branch names in "git status --short --branch"
 2017-04-27  8:54 UTC  (4+ messages)

git loses a commit after reordering
 2017-04-27  7:43 UTC 

[PATCH 0/3] fix memory leak in git-am
 2017-04-27  5:41 UTC  (5+ messages)
` [PATCH 1/3] am: fix commit buffer leak in get_commit_info()
` [PATCH 2/3] am: simplify allocations "
` [PATCH 3/3] am: shorten ident_split variable name "

Question re testing configuration
 2017-04-27  5:18 UTC  (2+ messages)

[PATCH] repack: accept --threads=<n> and pass it down to pack-objects
 2017-04-27  3:20 UTC  (2+ messages)

[ANNOUNCE] Git v2.13.0-rc1
 2017-04-27  2:55 UTC 

[PATCH] rebase -i: add config to abbreviate command name
 2017-04-27  1:20 UTC  (10+ messages)
` [PATCH v2] rebase -i: add config to abbreviate command-names

[PATCH v2 0/4] travis-ci: build docs with asciidoctor
 2017-04-27  1:21 UTC  (6+ messages)
` [PATCH v2 1/4] travis-ci: build documentation with AsciiDoc and Asciidoctor
` [PATCH v2 2/4] travis-ci: parallelize documentation build
` [PATCH v2 3/4] travis-ci: check AsciiDoc/AsciiDoctor stderr output
` [PATCH v2 4/4] travis-ci: unset compiler for jobs that do not need one

[PATCH v4 05/19] grep: remove redundant `regflags &= ~REG_EXTENDED` assignments
 2017-04-27  0:51 UTC  (3+ messages)
` [PATCH v5 "

[PATCH v8] read-cache: call verify_hdr() in a background thread
 2017-04-27  0:41 UTC  (5+ messages)

[PATCH v8 2/2] run-command: restrict PATH search to executable files
 2017-04-27  0:33 UTC  (3+ messages)
` [PATCH v9 "

Proposal for "fetch-any-blob Git protocol" and server design
 2017-04-26 22:51 UTC  (6+ messages)

[PATCH v4 0/9] Introduce timestamp_t for timestamps
 2017-04-26 22:32 UTC  (18+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 6/8] Introduce a new data type "
  ` [PATCH v6 0/8] Introduce timestamp_t "
    ` [PATCH v6 1/8] ref-filter: avoid using `unsigned long` for catch-all data type
    ` [PATCH v6 2/8] t0006 & t5000: prepare for 64-bit timestamps
    ` [PATCH v6 3/8] t0006 & t5000: skip "far in the future" test when time_t is too limited
    ` [PATCH v6 4/8] Specify explicitly where we parse timestamps
    ` [PATCH v6 5/8] Introduce a new "printf format" for timestamps
    ` [PATCH v6 6/8] Introduce a new data type "
    ` [PATCH v6 7/8] Abort if the system time cannot handle one of our timestamps
    ` [PATCH v6 8/8] Use uintmax_t for timestamps

Proposal for missing blob support in Git repos
 2017-04-26 22:13 UTC 

[GIT 2.12.2 REGRESSION] git cherry-pick -x
 2017-04-26 20:50 UTC  (8+ messages)
` [PATCH] sequencer: require trailing NL in footers
  ` [PATCH v3] sequencer: add newline before adding footers

[PATCH v1] travis-ci: printf $STATUS as string
 2017-04-26 19:49 UTC  (2+ messages)

t0025 flaky on OSX
 2017-04-26 19:41 UTC  (5+ messages)

[PATCH v1] travis-ci: set DEVELOPER knob for Linux32 build
 2017-04-26 19:18 UTC 


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