git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-01-16 22:18:07 to 2014-01-21 05:49:54 UTC [more...]

'git log' escape symbols shown as ESC[33 and ESC[m
 2014-01-21  5:49 UTC  (23+ messages)
          ` [PATCH 0/3] improved out-of-the-box color settings
            ` [PATCH 1/3] setup_pager: refactor LESS/LV environment setting
            ` [PATCH 2/3] setup_pager: set MORE=R
            ` [PATCH 3/3] pager: disable colors for some known-bad configurations

[PATCH v2 0/2] Propagating flags carefully from the command line
 2014-01-21  5:27 UTC  (2+ messages)

Diagnosing stray/stale .keep files -- explore what is in a pack?
 2014-01-21  5:19 UTC  (9+ messages)

[PATCH 0/2] performance regression in mark_edges_uninteresting
 2014-01-21  2:25 UTC  (12+ messages)
` [PATCH 1/2] t/perf: time rev-list with UNINTERESTING commits
` [PATCH 2/2] list-objects: only look at cmdline trees with edge_hint
` [PATCH v2 0/2] performance regression in mark_edges_uninteresting
  ` [PATCH v2 1/2] t/perf: time rev-list with UNINTERESTING commits
  ` [PATCH v2 2/2] list-objects: only look at cmdline trees with edge_hint

Consecutive git gc fails on Windows network share
 2014-01-20 23:53 UTC  (4+ messages)
      ` [msysGit] "

[PATCH 0/6] inotify support
 2014-01-20 21:51 UTC  (25+ messages)
` [PATCH/WIP v2 00/14] "
  ` [PATCH/WIP v2 01/14] read-cache: save trailing sha-1
  ` [PATCH/WIP v2 02/14] read-cache: new extension to mark what file is watched
  ` [PATCH/WIP v2 03/14] read-cache: connect to file watcher
  ` [PATCH/WIP v2 04/14] read-cache: ask file watcher to watch files
  ` [PATCH/WIP v2 05/14] read-cache: put some limits on file watching
  ` [PATCH/WIP v2 06/14] read-cache: get modified file list from file watcher
  ` [PATCH/WIP v2 07/14] read-cache: add config to start file watcher automatically
  ` [PATCH/WIP v2 08/14] read-cache: add GIT_TEST_FORCE_WATCHER for testing
  ` [PATCH/WIP v2 09/14] file-watcher: add --shutdown and --log options
  ` [PATCH/WIP v2 10/14] file-watcher: automatically quit
  ` [PATCH/WIP v2 11/14] file-watcher: support inotify

[PATCH/RFC] Makefile: Fix compilation of windows resource file
 2014-01-20 20:22 UTC 

Bug archive
 2014-01-20 18:58 UTC  (3+ messages)

problematic git log submodule-dir/
 2014-01-20 18:25 UTC 

git-remote-hg
 2014-01-20 17:18 UTC 

No local cloning for insteadOf URLs
 2014-01-20 17:06 UTC 

[PATCH 0/4] `log -c` speedup
 2014-01-20 16:20 UTC  (5+ messages)
` [PATCH 1/4] diffcore-order: Export generic ordering interface
` [PATCH 2/4] diff test: Add tests for combine-diff with orderfile
` [PATCH 3/4] combine-diff: Optimize combine_diff_path sets intersection
` [PATCH 4/4] combine-diff: combine_diff_path.len is not needed anymore

GIT_WORK_TREE and GIT_DIR with git clone
 2014-01-20 15:59 UTC 

git-p4: exception when cloning a perforce repository
 2014-01-20 14:01 UTC  (11+ messages)

[PATCH] improve git svn performance
 2014-01-20  4:37 UTC 

[PATCH] improve git svn performance Hi, I am trying to improve git svn's performance according to some profiling data.As the data showed,_rev_list subroutine and rebuild subroutine are consuming a large proportion of time.So I improve _rev_list's performance by memoize its results,and avoid subprocess invocation by memoize rebuild subroutine's key data.Here's my patch:
 2014-01-20  4:36 UTC 

[PATCH v2 00/17] Fix some mkdir/rmdir races
 2014-01-19 20:31 UTC  (6+ messages)
` [PATCH v2 03/17] safe_create_leading_directories(): add explicit "slash" pointer

[PATCH v2] safe_create_leading_directories(): on Windows, \ can separate path components
 2014-01-19 20:26 UTC  (2+ messages)

[PATCH 0/2] Two janitorial patches for builtin/blame.c
 2014-01-19 18:57 UTC  (3+ messages)
` [PATCH 1/2] builtin/blame.c: struct blame_entry does not need a prev link
` [PATCH 2/2] Eliminate same_suspect function in builtin/blame.c

[Question] Usercase about git clone
 2014-01-19 14:44 UTC  (2+ messages)

[PATCH v2 00/16] Add interpret-trailers builtin
 2014-01-19  8:53 UTC  (17+ messages)
` [PATCH v2 01/16] Add data structures and basic functions for commit trailers
` [PATCH v2 02/16] trailer: process trailers from file and arguments
` [PATCH v2 03/16] trailer: read and process config information
` [PATCH v2 04/16] trailer: process command line trailer arguments
` [PATCH v2 05/16] strbuf: add strbuf_isspace()
` [PATCH v2 06/16] trailer: parse trailers from input file
` [PATCH v2 07/16] trailer: put all the processing together and print
` [PATCH v2 08/16] trailer: add interpret-trailers command
` [PATCH v2 09/16] trailer: add tests for "git interpret-trailers"
` [PATCH v2 10/16] trailer: if no input file is passed, read from stdin
` [PATCH v2 11/16] trailer: add new_trailer_item() function
` [PATCH v2 12/16] strbuf: add strbuf_replace()
` [PATCH v2 13/16] trailer: execute command from 'trailer.<name>.command'
` [PATCH v2 14/16] trailer: add tests for trailer command
` [PATCH v2 15/16] trailer: set author and committer env variables
` [PATCH v2 16/16] trailer: add tests for commands using "

[PATCH] Fix safe_create_leading_directories() for Windows
 2014-01-19  7:26 UTC  (8+ messages)

Error in documentation for @{-n} in gitrevisions
 2014-01-19  7:01 UTC  (2+ messages)
` [PATCH] Documentation: @{-N} can refer to a commit

Verifiable git archives?
 2014-01-19  0:35 UTC  (3+ messages)

[PATCH v3 00/17] Fix some mkdir/rmdir races
 2014-01-18 22:49 UTC  (18+ messages)
` [PATCH v3 01/17] safe_create_leading_directories(): fix format of "if" chaining
` [PATCH v3 02/17] safe_create_leading_directories(): reduce scope of local variable
` [PATCH v3 03/17] safe_create_leading_directories(): add explicit "slash" pointer
` [PATCH v3 04/17] safe_create_leading_directories(): rename local variable
` [PATCH v3 05/17] safe_create_leading_directories(): split on first of multiple slashes
` [PATCH v3 06/17] safe_create_leading_directories(): always restore slash at end of loop
` [PATCH v3 07/17] safe_create_leading_directories(): introduce enum for return values
` [PATCH v3 08/17] cmd_init_db(): when creating directories, handle errors conservatively
` [PATCH v3 09/17] safe_create_leading_directories(): add new error value SCLD_VANISHED
` [PATCH v3 10/17] lock_ref_sha1_basic(): on SCLD_VANISHED, retry
` [PATCH v3 11/17] lock_ref_sha1_basic(): if locking fails with ENOENT, retry
` [PATCH v3 12/17] remove_dir_recurse(): tighten condition for removing unreadable dir
` [PATCH v3 13/17] remove_dir_recurse(): handle disappearing files and directories
` [PATCH v3 14/17] rename_ref(): extract function rename_tmp_log()
` [PATCH v3 15/17] rename_tmp_log(): handle a possible mkdir/rmdir race
` [PATCH v3 16/17] rename_tmp_log(): limit the number of remote_empty_directories() attempts
` [PATCH v3 17/17] rename_tmp_log(): on SCLD_VANISHED, retry

REQUEST-PULL: Please pull from git-gui
 2014-01-18 17:38 UTC 

Workflow on git with 2 branch with specifc code
 2014-01-18 16:07 UTC  (4+ messages)

[PATCH] gitk: fix mistype
 2014-01-18 12:58 UTC 

Want to do some cleanups in this round of l10n
 2014-01-18 11:59 UTC  (3+ messages)

Consistency question
 2014-01-18  1:22 UTC  (3+ messages)

Date format in 'git log' should be in local timezone
 2014-01-18  0:28 UTC  (2+ messages)

[PATCH 0/5] diff_filespec cleanups and optimizations
 2014-01-17 23:50 UTC  (10+ messages)
` [PATCH 1/5] diff_filespec: reorder dirty_submodule macro definitions
` [PATCH 2/5] diff_filespec: drop funcname_pattern_ident field
` [PATCH 3/5] diff_filespec: drop xfrm_flags field
` [PATCH 4/5] diff_filespec: reorder is_binary field
` [PATCH 5/5] diff_filespec: use only 2 bits for is_binary flag

BUG: [Cosmetic] Commiting a gerrit ChangeId before the commit hook was installed
 2014-01-17 23:38 UTC  (5+ messages)
        ` [OpenStack-Infra] "

[PATCH] send-email: If the ca path is not specified, use the defaults
 2014-01-17 23:34 UTC  (8+ messages)

git quietly fails on https:// URL, https errors are never reported to user
 2014-01-17 21:10 UTC  (8+ messages)

file permissions in Git repo
 2014-01-17 20:11 UTC  (6+ messages)

[PATCH 1/2] prefer xwrite instead of write
 2014-01-17 20:07 UTC  (7+ messages)
` [PATCH 2/2] mingw: remove mingw_write

with git-next, git pull --rebase can print out "fatal: No such ref: ''" for branches without an upstream
 2014-01-17 20:02 UTC  (9+ messages)
      ` [PATCH] pull: suppress error when no remoteref is found

[PATCH] git-svn: workaround for a bug in svn serf backend
 2014-01-17 19:23 UTC  (10+ messages)
` [PATCH v2] "

[PATCH 0/6] Make 'git help everyday' work
 2014-01-17 11:59 UTC  (5+ messages)
    ` [PATCH 0/6] Make 'git help everyday' work -> relnotes

git log --no-walk --tags produces strange result for certain user
 2014-01-17  8:28 UTC  (5+ messages)

[PATCH] .gitignore: Ignore editor backup and swap files
 2014-01-17  6:20 UTC  (6+ messages)

Re: [RFC v2] submodule: Respect requested branch on all clones
 2014-01-17  2:37 UTC  (8+ messages)
` [PATCH v4 6/6] Documentation: Describe 'submodule update' modes in detail


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