Git development
 help / color / mirror / Atom feed
 messages from 2014-10-15 19:36:04 to 2014-10-21 17:27:00 UTC [more...]

Sources for 3.18-rc1 not uploaded
 2014-10-21 17:25 UTC  (11+ messages)

git reflog --date
 2014-10-21 17:24 UTC  (2+ messages)

git fetch (http) hanging/failing on one specific repository, http only
 2014-10-21 14:49 UTC  (3+ messages)
` Bug in fetch-pack causing ever-growing http requests. (Was: git fetch (http) hanging/failing on one specific repository, http only)
  ` [PATCH] fetch-pack: don't resend known-common refs in find_common

Urgent Order
 2014-10-21 20:34 UTC 

Git Help needed
 2014-10-21 12:31 UTC  (5+ messages)

[PATCH] dir.c: remove the second declaration of "stk" in prep_exclude()
 2014-10-21 11:38 UTC 

git-svn performance
 2014-10-21  9:00 UTC  (9+ messages)

[PATCH] Copy mergetool "bc3" as "bc4"
 2014-10-21  8:44 UTC  (7+ messages)

please document --cached option to git-difftool
 2014-10-21  8:10 UTC  (2+ messages)

[PATCH] grep: fix match highlighting for combined patterns with context lines
 2014-10-21  5:56 UTC 

[PATCH 1/2] transport: Free leaking head in transport_print_push_status
 2014-10-21  5:53 UTC  (3+ messages)
` [PATCH 2/2] .mailmap: Add Stefan Bellers corporate mail address

[PATCH] git-svn: clear global SVN pool between get_log invocations
 2014-10-21  3:39 UTC 

[PATCH] environment.c: add GIT_NAMESPACE to local_repo_env
 2014-10-21  0:27 UTC 

What's cooking in git.git (Oct 2014, #05; Mon, 20)
 2014-10-20 21:41 UTC 

[PATCH] doc: fix 'git status --help' character quoting
 2014-10-20 20:02 UTC  (8+ messages)

[PATCH v2 0/3] Allow building Git with Asciidoctor
 2014-10-20 19:08 UTC  (6+ 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-20 18:34 UTC  (4+ messages)

[PATCH] object: make add_object_array_with_mode a static function
 2014-10-20 17:03 UTC  (5+ messages)

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

__git_ps1_colorize__gitstring() in git_prompt.sh: colors are hardcoded?
 2014-10-20 14:45 UTC  (2+ messages)

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

[PATCH] receive-pack: plug minor memory leak in unpack()
 2014-10-20  9:19 UTC  (9+ 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] 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  (16+ messages)

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

[PATCH V2B] core.filemode may need manual action
 2014-10-19 22:37 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 

[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 

[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  (5+ messages)

[PATCH v23 0/25] rs/ref-transaction ("Use ref transactions", part 3)
 2014-10-16 23:27 UTC  (3+ messages)

[PATCH 0/4] Allow building Git with Asciidoctor
 2014-10-16 22:53 UTC  (8+ 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  (6+ 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 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  (2+ 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)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox