git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-02-24 16:21:25 to 2014-02-27 10:19:44 UTC [more...]

[PATCH] upload-pack: allow shallow fetching from a read-only repository
 2014-02-27 10:18 UTC  (6+ messages)
  ` [PATCH] shallow: verify shallow file after taking lock

[PATCH] gitk: replace SHA1 entry field on keyboard paste
 2014-02-27  9:56 UTC 

[PATCH 1/2] fetch: add a failing test for prunning with overlapping refspecs
 2014-02-27  9:00 UTC  (2+ messages)
` [PATCH 2/2] fetch: handle overlaping refspecs on --prune

[BUG] (git commit --patch --message $MESSAGE) disallows hunk editing
 2014-02-26 15:07 UTC  (2+ messages)

GSoC idea: allow "git rebase --interactive" todo lines to take options
 2014-02-27  7:48 UTC  (7+ messages)

Git in GSoC 2014
 2014-02-27  7:34 UTC  (15+ messages)
` Git in GSoC 2014 Suggestion: core.filemode always false for cygwin

Cygwin + git log = no pager!
 2014-02-27  7:36 UTC  (11+ messages)

[PATCH v3 00/25] Support multiple checkouts
 2014-02-27  6:59 UTC  (24+ messages)
` [PATCH v3 07/25] reflog: avoid constructing .lock path with git_path
` [PATCH v3 10/25] Add new environment variable $GIT_COMMON_DIR
` [PATCH v3 11/25] git-sh-setup.sh: use rev-parse --git-path to get $GIT_DIR/objects
` [PATCH v3 15/25] setup.c: detect $GIT_COMMON_DIR in is_git_directory()
` [PATCH v3 16/25] setup.c: convert check_repository_format_gently to use strbuf
` [PATCH v3 17/25] setup.c: detect $GIT_COMMON_DIR check_repository_format_gently()
` [PATCH v3 21/25] checkout: support checking out into a new working directory

[PATCH] archive: add archive.restrictRemote option
 2014-02-27  4:05 UTC 

[PATCH v2 0/8] log --remerge-diff
 2014-02-27  0:40 UTC  (3+ messages)
` [PATCH v2 8/8] log --remerge-diff: show what the conflict resolution changed

`git stash pop` UX Problem
 2014-02-27  0:19 UTC  (30+ messages)

[RFC 0/3] Make git more user-friendly during a merge conflict
 2014-02-27  0:00 UTC  (17+ messages)
` [RFC 1/3] wt-status: Make conflict hint message more consistent with other hints
` [RFC 2/3] merge: Add hints to tell users about "git merge --abort"
` [RFC 3/3] reset: Change the default behavior to use "--merge" during a merge

Branch Name Case Sensitivity
 2014-02-26 21:06 UTC 

Doc target fails to parse user-manual.xml
 2014-02-26 20:31 UTC  (2+ messages)

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

An idea for "git bisect" and a GSoC enquiry
 2014-02-26 19:58 UTC  (2+ messages)

Compiling git for Windows
 2014-02-26 19:37 UTC  (2+ messages)

[PATCH] commit.c: use the generic "sha1_pos" function for lookup sha1
 2014-02-26 18:49 UTC  (4+ messages)

[PATCH v2] commit.c: use the generic "sha1_pos" function for lookup
 2014-02-26 18:49 UTC 

[PATCH] GSoC 2014 Microproject 1 rewrite skip_prefix() as loop
 2014-02-26 16:46 UTC 

[PATCH] git p4 submit: Add --{skip-,}edit-submit option
 2014-02-26 12:26 UTC 

[PATCH] tag: support --sort=version
 2014-02-26 11:31 UTC  (14+ messages)
` [PATCH v2] tag: support --sort=<spec>
  ` [PATCH v3] "

What's cooking in git.git (Feb 2014, #07; Tue, 25)
 2014-02-25 23:39 UTC 

[PATCH] help: include list of aliases in git-help --all
 2014-02-25 23:22 UTC  (7+ messages)

[PATCH] difftool: support repositories with .git-files
 2014-02-25 22:12 UTC  (6+ messages)

[RFC PATCH 2/1] Make request-pull able to take a refspec of form local:remote
 2014-02-25 21:44 UTC  (9+ messages)
          ` Re* "

[PATCH] builtin/blame.c::find_copy_in_blob: no need to scan for region end
 2014-02-25 17:51 UTC  (2+ messages)

Can't use difftool to selectively revert changes
 2014-02-25 15:28 UTC  (2+ messages)

[PATCH 0/6] Add a bunch of docstrings and make a few minor cleanups
 2014-02-25 15:23 UTC  (15+ messages)
` [PATCH 1/6] Add docstrings for lookup_replace_object() and do_lookup_replace_object()
` [PATCH 5/6] Document a bunch of functions defined in sha1_file.c
` [PATCH 6/6] Document some functions defined in object.c

git submodule manpage does not document --checkout
 2014-02-25 11:03 UTC 

[PATCH v2 00/19] Multiparent diff tree-walker + combine-diff speedup
 2014-02-25 10:38 UTC  (12+ messages)
` [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

[FYI] 'next' will be rewound shortly
 2014-02-25  0:33 UTC 

[PATCH 0/3] commit --cleanup=<scissors marker>
 2014-02-25  0:18 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] commit: add --cleanup=scissors

[PATCH] clone: allow initial sparse checkouts
 2014-02-25  0:17 UTC  (8+ messages)

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

[PATCH v2 0/3] Easier access to index-v4
 2014-02-24 21:39 UTC  (5+ messages)

[PATCH 0/5] handle bogus commit dates
 2014-02-24 21:01 UTC  (7+ messages)
` [PATCH 4/5] log: handle integer overflow in timestamps

git am and mangled subject lines
 2014-02-24 20:38 UTC  (5+ messages)

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

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

What's cooking in git.git (Feb 2014, #06; Wed, 19)
 2014-02-24 17:55 UTC  (9+ 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] 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)


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