messages from 2018-05-04 15:34:53 to 2018-05-07 10:24:17 UTC [more...]
[PATCH 00/28] Hash-independent tests (part 2)
2018-05-07 10:24 UTC (39+ messages)
` [PATCH 01/28] t/test-lib: add an SHA1 prerequisite
` [PATCH 02/28] t/test-lib: introduce ZERO_OID
` [PATCH 03/28] t: switch $_z40 to $ZERO_OID
` [PATCH 04/28] t/test-lib: introduce FULL_HEX
` [PATCH 05/28] t: switch $_x40 to $FULL_HEX
` [PATCH 06/28] t0000: annotate with SHA1 prerequisite
` [PATCH 07/28] t1007: "
` [PATCH 08/28] t1512: skip test if not using SHA-1
` [PATCH 09/28] t4044: "
` [PATCH 10/28] t: skip pack tests "
` [PATCH 11/28] t2203: abstract away SHA-1-specific constants
` [PATCH 12/28] t3103: "
` [PATCH 13/28] t3702: "
` [PATCH 14/28] t3905: "
` [PATCH 15/28] t4007: "
` [PATCH 16/28] t4008: "
` [PATCH 17/28] t4014: "
` [PATCH 18/28] t4020: "
` [PATCH 19/28] t4022: "
` [PATCH 20/28] t4029: fix test indentation
` [PATCH 21/28] t4029: abstract away SHA-1-specific constants
` [PATCH 22/28] t4030: "
` [PATCH 23/28] t/lib-diff-alternative: "
` [PATCH 24/28] t4205: sort log output in a hash-independent way
` [PATCH 25/28] t4042: abstract away SHA-1-specific constants
` [PATCH 26/28] t4045: "
` [PATCH 27/28] t4208: "
` [PATCH 28/28] t5300: "
[PATCH 0/8] "git fetch" should not clobber existing tags without --force
2018-05-07 10:09 UTC (3+ messages)
` [PATCH 3/8] push tests: add more testing for forced tag pushing
git update-ref fails to create reference. (bug)
2018-05-07 10:05 UTC (7+ messages)
` [PATCH] refs: handle null-oid for pseudorefs
[PATCH 0/8] gpg-interface: Multiple signing tools
2018-05-07 9:45 UTC (7+ messages)
` [PATCH 8/8] gpg-interface: handle alternative signature types
[PATCH 0/3] BUG() and "config --local" outside of repo
2018-05-07 9:08 UTC (8+ messages)
` [PATCH v2 0/4] Finish the conversion from die("BUG: ...") to BUG()
` [PATCH v2 1/4] test-tool: help verifying BUG() code paths
` [PATCH v2 2/4] run-command: use BUG() to report bugs, not die()
[PATCH 00/18] Add `branch-diff`, a `tbdiff` lookalike
2018-05-07 7:50 UTC (76+ messages)
` [PATCH 02/18] Add a new builtin: branch-diff
` [PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
` [PATCH v2 01/18] Add a function to solve least-cost assignment problems
` [PATCH v2 02/18] Add a new builtin: branch-diff
` [PATCH v2 03/18] branch-diff: first rudimentary implementation
` [PATCH v2 04/18] branch-diff: improve the order of the shown commits
` [PATCH v2 05/18] branch-diff: also show the diff between patches
` [PATCH v2 06/18] branch-diff: right-trim commit messages
` [PATCH v2 07/18] branch-diff: indent the diffs just like tbdiff
` [PATCH v2 08/18] branch-diff: suppress the diff headers
` [PATCH v2 09/18] branch-diff: adjust the output of the commit pairs
` [PATCH v2 10/18] branch-diff: do not show "function names" in hunk headers
` [PATCH v2 11/18] branch-diff: add tests
` [PATCH v2 12/18] branch-diff: use color for the commit pairs
` [PATCH v2 13/18] color: provide inverted colors, too
` [PATCH v2 14/18] diff: add an internal option to dual-color diffs of diffs
` [PATCH v2 15/18] branch-diff: offer to dual-color the diffs
` [PATCH v2 16/18] branch-diff --dual-color: work around bogus white-space warning
` [PATCH v2 17/18] branch-diff: add a man page
` [PATCH v2 18/18] completion: support branch-diff
main url for linking to git source?
2018-05-07 6:37 UTC
What's cooking in git.git (Apr 2018, #04; Mon, 30)
2018-05-07 4:39 UTC (3+ messages)
[PATCH] revisions.txt: expand tabs to spaces in diagram
2018-05-07 4:11 UTC (5+ messages)
` [PATCH 1/2] Documentation: use 8-space tabs with Asciidoctor
` [PATCH 2/2] Documentation: render revisions correctly under Asciidoctor
[PATCH v3 00/12] get_short_oid UI improvements
2018-05-07 4:08 UTC (8+ messages)
` [PATCH v2 "
` [PATCH v3 09/12] get_short_oid / peel_onion: ^{tree} should be tree, not treeish
[PATCH] mailmap: update brian m. carlson's email address
2018-05-07 3:37 UTC (2+ messages)
[RFC] Other chunks for commit-graph, part 1 - Bloom filters, topo order, etc
2018-05-06 23:55 UTC (5+ messages)
` [RFC] Other chunks for commit-graph, part 2 - reachability indexes
[PATCH v10 00/36] Add directory rename detection to git
2018-05-06 23:41 UTC (3+ messages)
` [PATCH v10 18/36] merge-recursive: add get_directory_renames()
[bug] Multiline value should error if the next line is section
2018-05-06 23:25 UTC (5+ messages)
[PATCH 4/5] lock_file: make function-local locks non-static
2018-05-06 19:32 UTC (4+ messages)
Weak option parsing in `git submodule`
2018-05-06 18:10 UTC
[PATCH 1/6] grep.c: take regmatch_t as argument in match_line()
2018-05-06 18:03 UTC (14+ messages)
` [PATCH v4 0/7] Teach '--column' to 'git-grep(1)'
` [PATCH v4 1/7] Documentation/config.txt: camel-case lineNumber for consistency
` [PATCH v4 2/7] grep.c: expose matched column in match_line()
` [PATCH v4 3/7] grep.[ch]: extend grep_opt to allow showing matched column
` [PATCH v4 4/7] grep.c: display column number of first match
` [PATCH v4 5/7] builtin/grep.c: add '--column' option to 'git-grep(1)'
` [PATCH v4 6/7] grep.c: add configuration variables to show matched option
` [PATCH v4 7/7] contrib/git-jump/git-jump: jump to match column in addition to line
[PATCH v7 07/17] # This is a combination of 2 commits. # This is the 1st commit message:
2018-05-06 17:50 UTC (4+ messages)
` [PATCH v4 0/4] rebase -i: avoid stale "# This is a combination of" in commit messages
` [PATCH v4 4/4] rebase --skip: clean up commit message after a failed fixup/squash
[PATCH 2/5] refs.c: do not die if locking fails in `write_pseudoref()`
2018-05-06 15:56 UTC (3+ messages)
[PATCH 3/5] refs.c: drop dead code checking lock status in `delete_pseudoref()`
2018-05-06 15:54 UTC (2+ messages)
[PATCH 5/5] lock_file: move static locks into functions
2018-05-06 14:10 UTC
[PATCH 1/5] t/helper/test-write-cache: clean up lock-handling
2018-05-06 14:10 UTC
[PATCH 0/5] getting rid of most "static struct lock_file"s
2018-05-06 14:10 UTC
[GSoC] A blog about 'git stash' project
2018-05-06 13:22 UTC (4+ messages)
cherry-pick --no-commit does not work well with --continue in case of conflicts
2018-05-06 5:17 UTC (3+ messages)
[PATCHv2] git-send-email: allow re-editing of message
2018-05-06 3:56 UTC (2+ messages)
[RFC PATCH] checkout: Force matching mtime between files
2018-05-06 3:37 UTC (3+ messages)
[PATCH 0/6] Let the sequencer handle `git rebase -i --root`
2018-05-05 19:24 UTC (4+ messages)
` [PATCH v2 "
[PATCH] pack-objects: validation and documentation about unreachable options
2018-05-05 18:11 UTC (2+ messages)
[PATCH 1/2] Fix support for merge options
2018-05-05 15:53 UTC (5+ messages)
` [PATCH 2/2] Fix wrong merge-base invocation preventing detection of up-to-date branches
[GSoC] Yet another blog series about the GSoC
2018-05-05 13:43 UTC (3+ messages)
[PATCH 0/2] builtin/grep.c: teach '-o', '--only-matching'
2018-05-05 7:36 UTC (6+ messages)
` [PATCH 1/2] grep.c: extract show_line_header()
` [PATCH 2/2] builtin/grep.c: teach '-o', '--only-matching' to 'git-grep'
[PATCH] completion: fix misspelled config key aliasesfiletype
2018-05-05 6:51 UTC
cover letter cc's [was: [PATCH 60/67] hw/s390x: add include directory headers]
2018-05-04 21:38 UTC (2+ messages)
[PATCH 0/5] Rebooting pc/submodule-helper-foreach
2018-05-04 21:03 UTC (5+ messages)
` [PATCH 1/5] submodule foreach: correct '$path' in nested submodules from a subdirectory
[PATCH v2 0/6] Some doc-fixes
2018-05-04 18:47 UTC (3+ messages)
` [PATCH v3 0/7] "
[PATCH] checkout & worktree: introduce a core.DWIMRemote setting
2018-05-04 18:02 UTC (6+ messages)
` [PATCH v2] checkout & worktree: introduce checkout.implicitRemote
[PATCH v2 0/5] Allocate cache entries from memory pool
2018-05-04 16:33 UTC (3+ messages)
` [PATCH] alloc.c: replace alloc by mempool
[PATCH 0/2] Supporting partial clones in protocol v2
2018-05-04 16:10 UTC (7+ messages)
` [PATCH v2 0/3] "
` [PATCH v2 1/3] upload-pack: fix error message typo
Fetching tags overwrites existing tags
2018-05-04 15:56 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).