git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-11-21 21:15:55 to 2017-11-22 23:42:05 UTC [more...]

[RFC PATCH] xdiff/xpatience: support anchoring a line
 2017-11-22 23:41 UTC  (4+ messages)
` [PATCH] xdiff/xpatience: support anchoring line(s)

[PATCH v3 1/5] checkout: describe_detached_head: remove ellipsis after committish
 2017-11-22 23:41 UTC  (11+ messages)
` [PATCH v2 1/6] config: introduce core.printsha1ellipsis
  ` [PATCH 1/3] checkout: describe_detached_head: remove 3dots after committish
      ` [PATCH v2 3/6] diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 value
          ` [PATCH v3 5/5] Testing: provide tests requiring them with ellipses after SHA-1 values

[PATCH 0/3] Introduce BUG_ON(cond, msg) MACRO
 2017-11-22 23:39 UTC  (11+ messages)
` [PATCH 1/3] Documentation/CodingGuidelines: explain why assert is bad
` [PATCH 2/3] git-compat: introduce BUG_ON(condition, fmt, ...) macro
` [PATCH 3/3] contrib/coccinelle: convert all conditional bugs to bug_on

[PATCH] defer expensive load_ref_decorations until needed
 2017-11-22 23:21 UTC  (6+ messages)

[PATCH v5 0/6] Partial clone part 1: object filtering
 2017-11-22 22:56 UTC  (7+ messages)
` [PATCH v5 4/6] list-objects: filter objects in traverse_commit_list
` [PATCH v5 5/6] rev-list: add list-objects filtering support

[PATCH 0/5] avoiding pointless pack-directory re-scans
 2017-11-22 22:38 UTC  (15+ messages)
` [PATCH 1/5] p5550: factor our nonsense-pack creation
` [PATCH 5/5] sha1_file: don't re-scan pack directory for null sha1

[PATCH v4 0/4] make git worktree add dwim more
 2017-11-22 22:30 UTC  (5+ messages)
  ` [PATCH v4 1/4] checkout: factor out functions to new lib file
  ` [PATCH v4 2/4] worktree: add --[no-]track option to the add subcommand
  ` [PATCH v4 3/4] worktree: make add <path> <branch> dwim
  ` [PATCH v4 4/4] worktree: make add <path> dwim

git status always modifies index?
 2017-11-22 22:06 UTC  (10+ messages)

[PATCH v2] Teach stash to parse -m/--message like commit does
 2017-11-22 22:01 UTC  (2+ messages)

[PATCH v5 00/10] Partial clone part 2: fsck and promisors
 2017-11-22 21:42 UTC  (4+ messages)

Bisect marking new commits incorrectly
 2017-11-22 21:37 UTC  (4+ messages)

[PATCH v2 2/2] stash-store: add failing test for same-ref
 2017-11-22 21:28 UTC 

[PATCH][l10n-fr] list translated to prune in command
 2017-11-22 20:39 UTC  (6+ messages)
` [PATCH] fix french translation

[PATCH 1/2] test-lib: add LIBPCRE1 & LIBPCRE2 prerequisites
 2017-11-22 20:22 UTC  (4+ messages)
` [PATCH 2/2] grep: fix segfault under -P + PCRE2 + (*NO_JIT)

[PATCH v2 1/3] checkout: factor out functions to new lib file
 2017-11-22 19:49 UTC  (8+ messages)
` [PATCH v3 0/3] make git worktree add dwim more
  ` [PATCH v3 3/3] worktree: make add <path> dwim

[PATCH v3 00/33] Add directory rename detection to git
 2017-11-22 19:24 UTC  (11+ messages)
` [PATCH v3 11/33] directory rename detection: testcases exploring possibly suboptimal merges
` [PATCH v3 22/33] merge-recursive: check for directory level conflicts
` [PATCH v3 25/33] merge-recursive: check for file level conflicts then get new name

Documentation of post-receive hook
 2017-11-22 19:09 UTC  (8+ messages)

[RFC PATCH] builtin/worktree: enhance worktree removal
 2017-11-22 18:05 UTC  (11+ messages)

[PATCH v2] launch_editor(): indicate that Git waits for user input
 2017-11-22 17:58 UTC  (11+ messages)

[PATCH v2 4/4] builtin/branch: strip refs/heads/ using skip_prefix
 2017-11-22 17:45 UTC  (6+ messages)

[PATCHv5 0/7] describe blob
 2017-11-22 17:00 UTC  (6+ messages)
` [PATCHv5 7/7] builtin/describe.c: describe a blob

[PATCH v3 0/4] Hash abstraction
 2017-11-22 16:57 UTC  (4+ messages)

[ANNOUNCE] Git Rev News edition 33
 2017-11-22 16:43 UTC  (2+ messages)

doc: prefer 'stash push' over 'stash save'
 2017-11-22 16:41 UTC  (4+ messages)

[PATCH v2] doc: Add missing "-n" (dry-run) option to reflog man page
 2017-11-22 16:03 UTC  (6+ messages)

[PATCH 1/2] Documentation about triangular workflow
 2017-11-22 15:55 UTC  (5+ messages)

[PATCH 1/1] doc: Mention info/attributes in gitrepository-layout
 2017-11-22 15:54 UTC  (2+ messages)

core.safecrlf warning is confusing[improvement suggestion?]
 2017-11-22 14:56 UTC  (4+ messages)

[PATCH 1/1] exec_cmd: RUNTIME_PREFIX on some POSIX systems
 2017-11-22 14:27 UTC  (4+ messages)
` Re "

[PATCH v2] doc: clarify that "git bisect" accepts one or more good commits
 2017-11-22 12:32 UTC 

[PATCH v3] doc: tweak "man gitcli" for clarity
 2017-11-22 12:03 UTC 

[PATCH v2] gitcli: tweak "man gitcli" for clarity
 2017-11-22 11:46 UTC  (10+ messages)

[PATCH] git-send-email: fix get_maintainer.pl regression
 2017-11-22 10:44 UTC  (9+ messages)

Add feature to stop tracking files while keeping them in the index
 2017-11-22  8:16 UTC  (3+ messages)

[PATCH 1/2] Git/Packet.pm: rename packet_required_key_val_read()
 2017-11-22  7:14 UTC  (11+ messages)
` [PATCH 2/2] Git/Packet.pm: use 'if' instead of 'unless'

[RFC PATCH] rebisect: add script for easier bisect log editing
 2017-11-22  5:35 UTC  (3+ messages)
` [RFC PATCH v2 0/2] bisect: add a single command for editing logs

[PATCH 0/3] Improving build reproducibility
 2017-11-22  5:12 UTC  (10+ messages)
` [PATCH 1/3] Documentation: allow overriding timestamps of generated asciidoc
` [PATCH 2/3] git-gui: sort entries in optimized tclIndex
` [PATCH 3/3] generate-cmdlist: avoid non-deterministic output

[PATCH] stash: Learn to parse -m/--message like commit does
 2017-11-22  4:44 UTC  (3+ messages)
` [PATCH] doc: prefer 'stash push' instead of 'stash save'

[PATCH v1 0/2] Add option to git log to choose which refs receive decoration
 2017-11-22  4:18 UTC  (3+ messages)
` [PATCH v2] log: add option to choose which refs to decorate

[PATCH] prune: add "--progress" to man page and usage msg
 2017-11-22  3:29 UTC  (2+ messages)

[PATCH] doc: remove explanation of "--" from man pages
 2017-11-22  2:24 UTC  (3+ messages)

[PATCH] rebase: rebasing can also be done when HEAD is detached
 2017-11-22  2:13 UTC  (2+ messages)

[PATCH v3 0/8] Coping with unrecognized ssh wrapper scripts in GIT_SSH
 2017-11-22  1:52 UTC  (7+ messages)
` [PATCH 1/8] ssh test: make copy_ssh_wrapper_as clean up after itself
  ` [PATCH 1/8 v2] "

Draft of Git Rev News edition 33
 2017-11-22  1:41 UTC  (8+ messages)

t3512 & t3513 'unexpected passes'
 2017-11-22  1:40 UTC  (3+ messages)

[PATCH] recursive submodules: detach HEAD from new state
 2017-11-22  0:54 UTC  (10+ messages)

[PATCH] list-objects-filter-options: fix up some sparse warnings
 2017-11-22  0:23 UTC  (4+ messages)

[PATCH 0/6] show non-empty lines before functions with diff/grep -W
 2017-11-21 23:35 UTC  (5+ messages)
` [PATCH 6/6] grep: show non-empty lines before functions with -W

stash: learn to parse -m/--message like commit does
 2017-11-21 23:22 UTC  (3+ messages)

[PATCH] Tests: clean up submodule recursive helpers
 2017-11-21 22:12 UTC 

bash script to pull in branch B the changes from parent branch A
 2017-11-21 21:42 UTC  (2+ messages)

[PATCH] gitcli: tweak "man gitcli" for clarity
 2017-11-21 21:25 UTC  (3+ messages)

pedantry: is there a standard for what should be in the SYNOPSIS?
 2017-11-21 21:16 UTC  (3+ messages)

[PATCH v5 00/14] Parial clone part 3: clone, fetch, fetch-pack, upload-pack, and tests
 2017-11-21 21:15 UTC  (12+ messages)
` [PATCH v5 02/14] clone, fetch-pack, index-pack, transport: partial clone
` [PATCH v5 03/14] fetch: refactor calculation of remote list
` [PATCH v5 05/14] remote-curl: add object filtering for partial clone
` [PATCH v5 06/14] pack-objects: test support for blob filtering
` [PATCH v5 07/14] fetch-pack: test support excluding large blobs
` [PATCH v5 08/14] partial-clone: define partial clone settings in config
` [PATCH v5 10/14] t5500: add fetch-pack tests for partial clone
` [PATCH v5 11/14] t5601: test "
` [PATCH v5 12/14] t5500: more tests for partial clone and fetch
` [PATCH v5 13/14] unpack-trees: batch fetching of missing blobs
` [PATCH v5 14/14] fetch-pack: restore save_commit_buffer after use


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