git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-10-13 18:20:18 to 2014-10-16 16:36:52 UTC [more...]

fsck option to remove corrupt objects - why/why not?
 2014-10-16 16:36 UTC  (6+ messages)

Git log with follow & author not working
 2014-10-16 16:09 UTC 

[PATCH] clone: --dissociate option to mark that reference is only temporary
 2014-10-16 15:26 UTC  (10+ messages)

[PATCH] diff: Handle process substitution
 2014-10-16 15:18 UTC 

git describe oddity with GIT_DIR
 2014-10-16 13:34 UTC 

Git download --- Virus
 2014-10-16  9:48 UTC  (2+ messages)

[PATCH] Update gitweb.perl to current CGI.pm API
 2014-10-16  6:54 UTC 

[PATCH 1/5] t7610-mergetool: use tabs instead of a mix of tabs and spaces
 2014-10-16  5:30 UTC  (7+ messages)
` [PATCH 2/5] t7610-mergetool: add missing && and remove commented-out code
  ` [PATCH 3/5] t7610-mergetool: add test cases for mergetool.writeToTemp
    ` [PATCH 4/5] t7610-mergetool: prefer test_config over git config
      ` [PATCH 5/5] test-lib-functions: adjust style to match CodingGuidelines
        ` [PATCH v2 4/5] t7610-mergetool: use test_config to isolate tests

[PATCH] mergetools/meld: do not rely on the output of `meld --help`
 2014-10-16  4:45 UTC  (4+ messages)
    ` [PATCH v2] mergetools/meld: make usage of `--output` configurable and more robust

FEAUTRE-REQUEST: upon git difftool, files which cannot be modified (persistently) should be made read only
 2014-10-16  2:45 UTC 

[PATCH 0/4] Allow building Git with Asciidoctor
 2014-10-16  1:52 UTC  (16+ messages)
` [PATCH 1/4] Documentation: adjust document title underlining
` [PATCH 3/4] Documentation: move some AsciiDoc parameters into variables

[RFC/PATCH] fsck: do not canonicalize modes in trees we are checking
 2014-10-16  0:20 UTC  (6+ messages)

[PATCH v2 0/25] prune-safety
 2014-10-15 22:48 UTC  (26+ messages)
` [PATCH v2 01/25] foreach_alt_odb: propagate return value from callback
` [PATCH v2 02/25] isxdigit: cast input to unsigned char
` [PATCH v2 03/25] object_array: factor out slopbuf-freeing logic
` [PATCH v2 04/25] object_array: add a "clear" function
` [PATCH v2 05/25] clean up name allocation in prepare_revision_walk
` [PATCH v2 06/25] reachable: use traverse_commit_list instead of custom walk
` [PATCH v2 07/25] reachable: reuse revision.c "add all reflogs" code
` [PATCH v2 08/25] prune: factor out loose-object directory traversal
` [PATCH v2 09/25] reachable: mark index blobs as SEEN
` [PATCH v2 10/25] prune-packed: use for_each_loose_file_in_objdir
` [PATCH v2 11/25] count-objects: do not use xsize_t when counting object size
` [PATCH v2 12/25] count-objects: use for_each_loose_file_in_objdir
` [PATCH v2 13/25] sha1_file: add for_each iterators for loose and packed objects
` [PATCH v2 14/25] prune: keep objects reachable from recent objects
` [PATCH v2 15/25] pack-objects: refactor unpack-unreachable expiration check
` [PATCH v2 16/25] pack-objects: match prune logic for discarding objects
` [PATCH v2 17/25] write_sha1_file: freshen existing objects
` [PATCH v2 18/25] make add_object_array_with_context interface more sane
` [PATCH v2 19/25] traverse_commit_list: support pending blobs/trees with paths
` [PATCH v2 20/25] rev-list: document --reflog option
` [PATCH v2 21/25] rev-list: add --index-objects option
` [PATCH v2 22/25] reachable: use revision machinery's --index-objects code
` [PATCH v2 23/25] pack-objects: use argv_array
` [PATCH v2 24/25] repack: pack objects mentioned by the index
` [PATCH v2 25/25] pack-objects: double-check options before discarding objects

[PATCH v23 0/25] rs/ref-transaction ("Use ref transactions", part 3)
 2014-10-15 21:36 UTC  (27+ messages)
` [PATCH 01/25] mv test: recreate mod/ directory instead of relying on stale copy
` [PATCH 02/25] wrapper.c: remove/unlink_or_warn: simplify, treat ENOENT as success
` [PATCH 03/25] refs.c: lock_ref_sha1_basic is used for all refs
` [PATCH 04/25] wrapper.c: add a new function unlink_or_msg
` [PATCH 05/25] refs.c: add an err argument to delete_ref_loose
` [PATCH 06/25] refs.c: pass the ref log message to _create/delete/update instead of _commit
` [PATCH 07/25] rename_ref: don't ask read_ref_full where the ref came from
` [PATCH 08/25] refs.c: refuse to lock badly named refs in lock_ref_sha1_basic
` [PATCH 09/25] refs.c: call lock_ref_sha1_basic directly from commit
` [PATCH 10/25] refs.c: pass a list of names to skip to is_refname_available
` [PATCH 11/25] refs.c: ref_transaction_commit: distinguish name conflicts from other errors
` [PATCH 12/25] fetch.c: change s_update_ref to use a ref transaction
` [PATCH 13/25] refs.c: make write_ref_sha1 static
` [PATCH 14/25] refs.c: change resolve_ref_unsafe reading argument to be a flags field
` [PATCH 15/25] reflog test: test interaction with detached HEAD
` [PATCH 16/25] branch -d: avoid repeated symref resolution
` [PATCH 17/25] branch -d: simplify by using RESOLVE_REF_READING
` [PATCH 18/25] packed-ref cache: forbid dot-components in refnames
` [PATCH 19/25] test: put tests for handling of bad ref names in one place
` [PATCH 20/25] refs.c: allow listing and deleting badly named refs
` [PATCH 21/25] for-each-ref: skip and warn about broken ref names
` [PATCH 22/25] remote rm/prune: print a message when writing packed-refs fails
` [PATCH 23/25] refs.c: do not permit err == NULL
` [PATCH 24/25] lockfile: remove unable_to_lock_error
` [PATCH 25/25] ref_transaction_commit: bail out on failure to remove a ref

[PATCH] mergetool: add an option for writing to a temporary directory
 2014-10-15 20:45 UTC  (6+ messages)

[PATCH] git-prompt.sh: Omit prompt for ignored directories
 2014-10-15 20:28 UTC  (12+ messages)
    ` Fwd: "
            ` [PATCH] git-prompt.sh: Hide prompt for ignored pwd
                ` [PATCH] git-prompt.sh: Option to hide "

Custom hunk-header with ignore case setting
 2014-10-15 19:35 UTC  (2+ messages)

[PATCH 0/4] Multiple worktrees vs. submodules fixes
 2014-10-15 18:57 UTC  (12+ messages)

[PATCH 2/2] contacts: Add a Makefile to generate docs and install
 2014-10-15 18:50 UTC 

[PATCH 1/2] subtree: Add an install-html target
 2014-10-15 18:49 UTC 

[PATCH v2 00/11] Consolidate ref parsing code
 2014-10-15 15:06 UTC  (12+ messages)
` [PATCH v2 01/11] strbuf_read_file(): preserve errno on failure
` [PATCH v2 02/11] handle_missing_loose_ref(): return an int
` [PATCH v2 03/11] resolve_ref_unsafe(): reverse the logic of the symref conditional
` [PATCH v2 04/11] resolve_ref_unsafe(): use skip_prefix() to skip over "ref:"
` [PATCH v2 05/11] refs.c: refactor resolve_ref_unsafe() to use strbuf internally
` [PATCH v2 06/11] refs.c: move ref parsing code out of resolve_ref()
` [PATCH v2 07/11] handle_missing_loose_ref(): inline function
` [PATCH v2 08/11] resolve_gitlink_ref_recursive(): drop arbitrary refname length limit
` [PATCH v2 09/11] refs.c: rewrite resolve_gitlink_ref() to use parse_ref()
` [PATCH v2 10/11] resove_gitlink_packed_ref(): inline function
` [PATCH v2 11/11] resolve_gitlink_ref(): remove redundant test

[PATCH] git-svn: merge: fix rooturl/branchurl match check
 2014-10-15 12:39 UTC 

[PATCH v3 1/3] git-sh-setup: move GIT_DIR initialization into a function
 2014-10-15  6:48 UTC  (5+ messages)
` [PATCH v3 2/3] mergetool: don't require a work tree for --tool-help

Expected bug with reset --hard
 2014-10-15  5:47 UTC  (2+ messages)

What's cooking in git.git (Aug 2014, #02; Fri, 8)
 2014-10-15  2:44 UTC  (6+ messages)
  ` [PATCH v4 0/1] Use absolute paths of lockfiles

meld output check is broken
 2014-10-15  0:58 UTC 

What's cooking in git.git (Oct 2014, #03; Tue, 14)
 2014-10-14 22:31 UTC 

[Bug] branch.*.merge interpreted too strictly by tracking logic
 2014-10-14 22:14 UTC  (2+ messages)
` [PATCH] checkout: report upstream correctly even with loosely defined branch.*.merge

[PATCH] [kernel] completion: silence "fatal: Not a git repository" error
 2014-10-14 22:14 UTC  (5+ messages)

[PATCH] pass config slots as pointers instead of offsets
 2014-10-14 17:46 UTC  (2+ messages)

[PATCH] Initialise hash variable to prevent compiler warnings
 2014-10-14 16:41 UTC  (6+ messages)

[PATCH v3] Handle atexit list internaly for unthreaded builds
 2014-10-14 15:02 UTC  (4+ messages)
` [PATCH v4] "

[PATCH 1/2] fix compilation with --disable-pthreads
 2014-10-14 14:46 UTC  (5+ messages)
` [PATCH 2/2] Remove spurious 'no threads support' warnings

[PATCH] receive-pack: plug minor memory leak in unpack()
 2014-10-14  9:16 UTC  (4+ messages)

[PATCH 0/3] "-x" tracing option for tests
 2014-10-14 13:44 UTC  (13+ messages)
` [PATCH 2/3] t5304: use helper to report failure of "test foo = bar"

[PATCH v5] MinGW(-W64) compilation
 2014-10-14  7:08 UTC  (4+ messages)
` [PATCH 07/14] Fix BASIC_LDFLAGS and COMPAT_CFLAGS for 64bit MinGW-w64

[PATCH RFC] git-am: support any number of signatures
 2014-10-14  5:29 UTC  (8+ messages)

[PATCH] remote.c - Make remote definition require a url
 2014-10-14  1:05 UTC  (3+ messages)

[PATCH 3/3] test-lib.sh: support -x option for shell-tracing
 2014-10-14  0:46 UTC  (10+ messages)
` [PATCH v2 "

What's cooking summary snapshot
 2014-10-13 23:29 UTC 

msysgit works on wine
 2014-10-13 21:17 UTC  (5+ messages)
      `  "

[PATCH v2] mergetool: use more conservative temporary filenames
 2014-10-13 19:30 UTC  (2+ messages)

Smart HTTP
 2014-10-13 18:58 UTC  (2+ messages)

Apparent bug in git rebase with a merge commit
 2014-10-13 18:43 UTC  (4+ messages)
` [PATCH v1] rebase -m: Use empty tree base for parentless commits

[PATCH/RFC 0/5] add "unset.variable" for unsetting previously set variables
 2014-10-13 18:21 UTC  (10+ messages)

[PATCH v16 00/11] Add interpret-trailers builtin
 2014-10-13 18:16 UTC  (3+ messages)
` [PATCH v16 05/11] trailer: parse trailers from file or stdin
` [PATCH v16 06/11] trailer: put all the processing together and print


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