git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-02-19 23:49:03 to 2014-02-24 19:10:59 UTC [more...]

WIth git-next, writing bitmaps fails when keep files are present
 2014-02-24 19:10 UTC  (10+ messages)
` [PATCH] pack-objects: turn off bitmaps when skipping objects
          ` [PATCH] repack: add `repack.honorpackkeep` config var

[PATCH 0/6] Add a bunch of docstrings and make a few minor cleanups
 2014-02-24 18:18 UTC  (20+ messages)
` [PATCH 1/6] Add docstrings for lookup_replace_object() and do_lookup_replace_object()
` [PATCH 2/6] replace_object: use struct members instead of an array
` [PATCH 3/6] find_pack_entry(): document last_found_pack
` [PATCH 4/6] sha1_file_name(): declare to return a const string
` [PATCH 5/6] Document a bunch of functions defined in sha1_file.c
` [PATCH 6/6] Document some functions defined in object.c

[PATCH] stash doc: mention short form -k in save description
 2014-02-24 17:57 UTC  (2+ messages)

[PATCH v2 0/3] Easier access to index-v4
 2014-02-24 17:56 UTC  (5+ messages)
` [PATCH v2 1/3] introduce GIT_INDEX_VERSION environment variable
` [PATCH v2 2/3] test-lib: allow setting the index format version
` [PATCH v2 3/3] read-cache: add index.version config variable

[PATCH] diffcore.h: be explicit about the signedness of is_binary
 2014-02-24 17:55 UTC  (3+ messages)

[PATCH] difftool: support repositories with .git-files
 2014-02-24 17:55 UTC  (2+ messages)

[BUG] remote.pushdefault and branch.<name>.pushremote definition order
 2014-02-24 17:55 UTC  (3+ messages)
` [PATCH] remote: handle pushremote config in any order order

What's cooking in git.git (Feb 2014, #06; Wed, 19)
 2014-02-24 17:55 UTC  (11+ messages)

[PATCH] clone: allow initial sparse checkouts
 2014-02-24 17:47 UTC  (6+ messages)

git diff, external diff tool, and submodules
 2014-02-24 17:39 UTC  (6+ messages)
` [PATCH] diff: do not reuse_worktree_file for submodules

[PATCH] index-pack: show chain length histogram as graph for better visual
 2014-02-24 17:27 UTC  (2+ messages)

[PATCH 0/3] commit --cleanup=<scissors marker>
 2014-02-24 17:20 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] commit: add --cleanup=scissors

[PATCH] demonstrate git-commit --dry-run exit code behaviour
 2014-02-24 17:16 UTC  (4+ messages)

difftool sends malformed path to exernal tool on Windows
 2014-02-24 16:44 UTC  (3+ messages)

[PATCH] tag: support --sort=version
 2014-02-24 16:39 UTC  (11+ messages)
` [PATCH v2] tag: support --sort=<spec>

[PATCH v2 00/19] Multiparent diff tree-walker + combine-diff speedup
 2014-02-24 16:21 UTC  (20+ messages)
` [PATCH 01/19] combine-diff: move show_log_first logic/action out of paths scanning
` [PATCH 02/19] combine-diff: move changed-paths scanning logic into its own function
` [PATCH 03/19] tree-diff: no need to manually verify that there is no mode change for a path
` [PATCH 04/19] tree-diff: no need to pass match to skip_uninteresting()
` [PATCH 05/19] tree-diff: show_tree() is not needed
` [PATCH 06/19] tree-diff: consolidate code for emitting diffs and recursion in one place
` [PATCH 07/19] tree-diff: don't assume compare_tree_entry() returns -1,0,1
` [PATCH 08/19] tree-diff: move all action-taking code out of compare_tree_entry()
` [PATCH 09/19] tree-diff: rename compare_tree_entry -> tree_entry_pathcmp
` [PATCH 10/19] tree-diff: show_path prototype is not needed anymore
` [PATCH 11/19] tree-diff: simplify tree_entry_pathcmp
` [PATCH 12/19] tree-diff: remove special-case diff-emitting code for empty-tree cases
` [PATCH 13/19] tree-diff: diff_tree() should now be static
` [PATCH v2 14/19] tree-diff: rework diff_tree interface to be sha1 based
` [PATCH 15/19] tree-diff: no need to call "full" diff_tree_sha1 from show_path()
` [PATCH v2 16/19] tree-diff: reuse base str(buf) memory on sub-tree recursion
` [PATCH 17/19] Portable alloca for Git
` [PATCH v2 18/19] tree-diff: rework diff_tree() to generate diffs for multiparent cases as well
` [PATCH 19/19] combine-diff: speed it up, by using multiparent diff tree-walker directly

`git stash pop` UX Problem
 2014-02-24 16:21 UTC  (3+ messages)

[RFC/PATCH] Supporting non-blob notes
 2014-02-24 13:08 UTC  (2+ messages)

git gc --aggressive led to about 40 times slower "git log --raw"
 2014-02-24  9:27 UTC  (28+ messages)

Cygwin + git log = no pager!
 2014-02-24  9:06 UTC  (5+ messages)

`git stash pop` UX Problem
 2014-02-24  8:33 UTC 

[PATCH 0/3] make commit --verbose work with --no-status
 2014-02-24  8:33 UTC  (8+ messages)
` [PATCH 1/3] rename STATUS_FORMAT_NONE to STATUS_FORMAT_DEFAULT
  ` [PATCH 2/3] extract setting of wt_status.commitable flag out of wt_status_print_updated()
    ` [PATCH 3/3] make commit --verbose work with --no-status

[PATCH 0/5] handle bogus commit dates
 2014-02-24  7:49 UTC  (6+ messages)
` [PATCH 1/5] t4212: test bogus timestamps with git-log
` [PATCH 2/5] fsck: report integer overflow in author timestamps
` [PATCH 3/5] date: check date overflow against time_t
` [PATCH 4/5] log: handle integer overflow in timestamps
` [PATCH 5/5] log: do not segfault on gmtime errors

[Bug report] too many open files while cvsimport
 2014-02-24  2:12 UTC 

[RFC/PATCH] Supporting non-blob notes
 2014-02-24  1:29 UTC  (3+ messages)

[PATCH v2 0/8] log --remerge-diff
 2014-02-23 18:42 UTC  (13+ messages)
` [PATCH v2 1/8] merge-recursive: remove dead conditional in update_stages()
` [PATCH v2 2/8] merge-recursive: internal flag to avoid touching the worktree
` [PATCH v2 3/8] merge-recursive: -Xindex-only to leave worktree unchanged
` [PATCH v2 4/8] combine-diff: do not pass revs->dense_combined_merges redundantly
` [PATCH v2 5/8] Fold all merge diff variants into an enum
` [PATCH v2 6/8] merge-recursive: allow storing conflict hunks in index
` [PATCH v2 7/8] name-hash: allow dir hashing even when !ignore_case
` [PATCH v2 8/8] log --remerge-diff: show what the conflict resolution changed

Fwd: git p4: feature request - branch check filtering
 2014-02-23 15:12 UTC  (2+ messages)

[PATCH v5 02/14] trailer: process trailers from file and arguments
 2014-02-23 10:44 UTC  (8+ messages)

[PATCH v3 0/8] Hiding refs
 2014-02-23  2:44 UTC  (9+ messages)

[PATCH] i18n: mark all progress lines for translation
 2014-02-22 21:45 UTC  (2+ messages)

Fwd: git-reviewed: linking commits to review discussion in git
 2014-02-22 16:47 UTC  (3+ messages)

[PATCH] builtin/blame.c::find_copy_in_blob: no need to scan for line end
 2014-02-22 15:52 UTC  (2+ messages)

[PATCH] builtin/blame.c::find_copy_in_blob: no need to scan for region end
 2014-02-22 16:02 UTC 

[PATCH] sha1_file: fix delta_stack memory leak in unpack_entry
 2014-02-22 15:44 UTC  (5+ messages)

[PATCH 1/4] config: disallow relative include paths from blobs
 2014-02-22  8:37 UTC  (3+ messages)
` [PATCH 4/4] config: teach "git config --file -" to read from the standard input

[PATCH] rm: Accept --staged as a synonym of --cached
 2014-02-22  5:30 UTC 

Adding back empty sample hooks
 2014-02-21 23:32 UTC 

[PATCH 0/3] Wider exposure for index-v4
 2014-02-21 22:02 UTC  (4+ messages)
` [PATCH 1/3] introduce GIT_INDEX_VERSION environment variable

git-svn fetch after tag conversion?
 2014-02-21 15:53 UTC  (2+ messages)

[PATCH] git-remote-hg : Enable use of, $GIT_DIR/hg/origin/clone/.hg/hgrc
 2014-02-21 15:17 UTC 

Fwd: Git Directory Diff for submodule
 2014-02-21  9:27 UTC  (6+ messages)

[PATCH v3 00/25] Support multiple checkouts
 2014-02-21  3:38 UTC  (20+ messages)
` [PATCH v3 02/25] Convert git_snpath() to strbuf_git_path()
` [PATCH v3 14/25] setup.c: convert is_git_directory() to use strbuf
` [PATCH v3 24/25] prune: strategies for linked checkouts

[PATCH] git-contacts: do not fail parsing of good diffs
 2014-02-21  0:07 UTC  (3+ messages)

feature-request: git notes copy --to <ref>
 2014-02-20 21:03 UTC 

error: src refspec refs/heads/master matches more than one
 2014-02-20 18:22 UTC  (10+ messages)

release-notes could be clearer on git-fetch changes
 2014-02-20 17:54 UTC  (6+ messages)

$(git notes merge FETCH_HEAD) doesn't work
 2014-02-20 15:30 UTC 

[PATCH v2 3/3] push: Add the --no-recurse-submodules option
 2014-02-20 13:12 UTC  (2+ messages)

git log omits deleting merges
 2014-02-20  7:35 UTC 

filter clean leaves uncommitted file
 2014-02-20  4:46 UTC 

(unknown)
 2014-02-20  0:55 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).