git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-10-15 00:51:57 to 2014-10-20 06:24:26 UTC [more...]

[PATCH] git-svn: merge: fix rooturl/branchurl match check
 2014-10-20  6:24 UTC  (2+ messages)

[PATCH 0/4] Multiple worktrees vs. submodules fixes
 2014-10-20  4:11 UTC  (17+ messages)

[PATCH] git-svn.txt: advertise pushurl with dcommit
 2014-10-20  3:59 UTC  (2+ messages)

git-svn performance
 2014-10-20  1:16 UTC  (7+ messages)

[PATCH v2 0/3] Allow building Git with Asciidoctor
 2014-10-20  0:20 UTC  (4+ messages)
` [PATCH v2 1/3] Documentation: adjust document title underlining
` [PATCH v2 2/3] Documentation: fix mismatched delimiters in git-imap-send
` [PATCH v2 3/3] Documentation: move some AsciiDoc parameters into variables

[PATCH] t1304: Set LOGNAME even if USER is unset or null
 2014-10-19 22:49 UTC  (2+ messages)

[PATCH V2B] core.filemode may need manual action
 2014-10-19 22:37 UTC  (2+ messages)

[PATCH V2] core.filemode may need manual action
 2014-10-19 22:35 UTC  (2+ messages)

[PATCH] doc: fix 'git status --help' character quoting
 2014-10-19 22:26 UTC  (2+ messages)

git svn's performance issue and strange pauses, and other thing
 2014-10-19 14:41 UTC  (3+ messages)

git svn's performance issue and strange pauses, and other thing
 2014-10-19 14:22 UTC 

git svn's performance issue and strange pauses, and other thing
 2014-10-19 14:04 UTC 

[RFC/PATCH] fsck: do not canonicalize modes in trees we are checking
 2014-10-19 12:40 UTC  (7+ messages)

[PATCH] receive-pack: plug minor memory leak in unpack()
 2014-10-19 11:14 UTC  (7+ messages)
    ` [PATCH 1/2] run-command: add env_array, an optional argv_array for env
    ` [PATCH 2/2] use env_array member of struct child_process

[PATCH] object: make add_object_array_with_mode a static function
 2014-10-19 10:21 UTC  (3+ messages)

[PATCH] revision: remove definition of unused 'add_object' function
 2014-10-19 10:16 UTC  (3+ messages)

Specifying account profile in MSMTP
 2014-10-19  0:46 UTC  (2+ messages)

Stop prepending /usr/bin to hooks PATH, or document it very clearly
 2014-10-18 16:45 UTC  (3+ messages)

[PATCH] git-completion.bash - avoid excruciatingly slow ref completion on Cygwin
 2014-10-18 14:47 UTC  (2+ messages)

[PATCH v4] Handle atexit list internaly for unthreaded builds
 2014-10-18 12:31 UTC  (2+ messages)
` [PATCH v5] "

[PATCH v2 0/25] prune-safety
 2014-10-18 12:31 UTC  (48+ 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
    ` git-bundle rev handling and de-duping
` [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 v3 22/26] rev-list: add --indexed-objects option
        ` [PATCH v3 23/26] reachable: use revision machinery's --indexed-objects code
        ` [PATCH v3 24/26] pack-objects: use argv_array
        ` [PATCH v3 25/26] repack: pack objects mentioned by the index
        ` [PATCH v3 26/26] pack-objects: double-check options before discarding objects
` [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

git pull freeze
 2014-10-17 21:35 UTC 

__git_ps1_colorize__gitstring() in git_prompt.sh: colors are hardcoded?
 2014-10-17 17:30 UTC 

[PATCH] clone: --dissociate option to mark that reference is only temporary
 2014-10-17 12:47 UTC  (12+ messages)

[PATCH] pack-objects: turn off bitmaps when we split packs
 2014-10-17  1:11 UTC 

[PATCH v2 00/11] Consolidate ref parsing code
 2014-10-16 23:53 UTC  (16+ 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 v23 0/25] rs/ref-transaction ("Use ref transactions", part 3)
 2014-10-16 23:27 UTC  (15+ messages)
` [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 0/4] Allow building Git with Asciidoctor
 2014-10-16 22:53 UTC  (11+ messages)
` [PATCH 3/4] Documentation: move some AsciiDoc parameters into variables

What's cooking in git.git (Oct 2014, #04; Thu, 16)
 2014-10-16 21:45 UTC 

[PATCH] Update gitweb.perl to current CGI.pm API
 2014-10-16 20:18 UTC  (3+ messages)

[PATCH] core.filemode may need manual action
 2014-10-16 20:12 UTC  (4+ messages)

git describe oddity with GIT_DIR
 2014-10-16 19:27 UTC  (3+ messages)

[PATCH v3] completion: ignore chpwd_functions when cding on zsh
 2014-10-16 18:10 UTC  (7+ messages)
` [PATCH v4] "

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] diff: Handle process substitution
 2014-10-16 15:18 UTC 

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

[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] mergetool: add an option for writing to a temporary directory
 2014-10-15 20:45 UTC  (5+ messages)

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

Custom hunk-header with ignore case setting
 2014-10-15 19:35 UTC  (2+ 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 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 


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