git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-02-28 23:05:24 to 2019-03-04 12:08:47 UTC [more...]

[GSoC][PATCH 0/3] Use helper functions in test script
 2019-03-04 12:08 UTC  (21+ messages)
` [PATCH 1/3] test functions: Add new function `test_file_not_empty`
    ` (no subject)
      ` none
        ` Clearing logic
` [PATCH 2/3] t3600: refactor code according to contemporary guidelines
    ` t3600: refactor code according to comtemporary guidelines
` [PATCH 3/3] t3600: use helper functions from test-lib-functions
` [GSoC][PATCH v2 0/3] Use helper functions in test script
  ` [GSoC][PATCH v2 1/3] test functions: add function `test_file_not_empty`
  ` [GSoC][PATCH v2 2/3] t3600: restructure code according to contemporary guidelines
  ` [GSoC][PATCH v2 3/3] t3600: use helpers to replace test -d/f/e/s <path>
` [GSoC][PATCH v3 0/3] Use helper functions in test script
  ` [GSoC][PATCH v3 1/3] test functions: add function `test_file_not_empty`
  ` [GSoC][PATCH v3 2/3] t3600: modernize style

[PATCH v2 0/1] worktree add: sanitize worktree names
 2019-03-04 12:04 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] "

[PATCH 0/1] Avoid calling find in the Makefile, if possible
 2019-03-04 11:08 UTC  (13+ messages)
` [PATCH 1/1] Makefile: use `git ls-files` to list header files, "

[PATCH v4 0/7] Turn git add-i into built-in
 2019-03-04 10:49 UTC  (9+ messages)
` [PATCH v5 00/10] "
  ` [PATCH v5 04/10] add-interactive.c: implement list_and_choose
  ` [PATCH v5 05/10] add-interactive.c: implement status command
  ` End of Outreachy internship

[PATCH 1/1] gitk: Update Bulgarian translation (317t)
 2019-03-04 10:36 UTC 

[PATCH 1/2] gitk: refresh the colour scheme
 2019-03-04  9:35 UTC  (3+ messages)

[PATCH 1/1] Add feature to show log as a tree
 2019-03-04  9:13 UTC  (3+ messages)

[GSoC] Query regarding microproject
 2019-03-04  9:05 UTC  (4+ messages)

[WIP 0/7] CDN offloading of fetch response
 2019-03-04  8:54 UTC  (11+ messages)
` [WIP 7/7] upload-pack: send part of packfile response as uri

[GIT PULL] l10n updates for 2.21.0 round 2.1
 2019-03-04  8:42 UTC 

fast-import fails with case sensitive tags due to case insensitive lock files
 2019-03-04  7:55 UTC  (3+ messages)
  ` AW: "

Git log print commits between a revision range (inclusive)
 2019-03-04  7:54 UTC  (3+ messages)

[PATCH] builtin/config.c: don't print a newline with --color
 2019-03-04  5:05 UTC  (8+ messages)

[PATCH 0/2] tests: some touchups related to the --stress feature
 2019-03-04  3:55 UTC  (15+ messages)
` [PATCH 1/2] tests: let --stress-limit=<N> imply --stress
` [PATCH 2/2] tests: introduce --stress-jobs=<N>
` [PATCH v2 0/2] tests: some touchups related to the --stress feature
  ` [PATCH v2 1/2] tests: let --stress-limit=<N> imply --stress
  ` [PATCH v2 2/2] tests: introduce --stress-jobs=<N>

[FIXUP] Fixup on tip of jt/http-auth-proto-v2-fix
 2019-03-04  3:45 UTC  (3+ messages)

t5570-git-daemon fails with SIGPIPE on OSX
 2019-03-04  1:11 UTC  (14+ messages)
                ` [PATCH 1/2] fetch: avoid calling write_or_die()
                ` [PATCH 2/2] fetch: ignore SIGPIPE during network operation

[PATCH] Makefile: remove the 'hdr-check' target
 2019-03-03 22:23 UTC 

[RFC PATCH 0/4] name-rev: improve memory usage
 2019-03-03 20:27 UTC  (18+ messages)
` [RFC PATCH 1/4] name-rev: improve name_rev() "
` [RFC PATCH 2/4] commit-list: add a function to check if a commit is in a list
` [RFC PATCH 3/4] name-rev: check if a commit should be named before naming it
` [RFC PATCH 4/4] name-rev: avoid naming from a ref if it’s not a descendant of any commit

[PATCH v3] commit-tree: utilize parse-options api
 2019-03-03 20:02 UTC 

[PATCH v2] doc: format pathnames and URLs as monospace
 2019-03-03 19:20 UTC 

[PATCH 0/4] Fix ORIG_HEAD behavior of the built-in rebase
 2019-03-03 19:11 UTC  (13+ messages)
` [PATCH 1/4] built-in rebase: no need to check out `onto` twice
` [PATCH v2 0/4] Fix ORIG_HEAD behavior of the built-in rebase
  ` [PATCH v2 1/4] built-in rebase: no need to check out `onto` twice
  ` [PATCH v2 3/4] built-in rebase: demonstrate that ORIG_HEAD is not set correctly
  ` [PATCH v2 2/4] built-in rebase: use the correct reflog when switching branches
  ` [PATCH v2 4/4] built-in rebase: set ORIG_HEAD just once, before the rebase

git bisect - good vs bad output is different
 2019-03-03 18:33 UTC  (10+ messages)
  ` [PATCH 0/3] prettier bisect output
    ` [PATCH 2/3] bisect: fix internal diff-tree config loading
    ` [PATCH 3/3] bisect: make diff-tree output prettier

[BUG] completion.commands does not remove multiple commands
 2019-03-03 17:06 UTC  (18+ messages)
` [PATCH 1/3] doc: note config file restrictions for completion.commands
` [PATCH 2/3] t9902: test multiple removals via completion.commands
` [PATCH 3/3] completion: fix multiple command removals

[PATCH v2] doc: format pathnames and URLs as monospace
 2019-03-03 16:50 UTC  (2+ messages)

Questions on GSoC 2019 Ideas
 2019-03-03 16:12 UTC  (10+ messages)

[PATCH 0/1] [GSoC][PATCH] tests: replace test -(d|f) with test_path_is_(dir|file)
 2019-03-03 16:04 UTC  (10+ messages)
` [PATCH 1/1] tests: replace `test -(d|f)` "
    ` Do test-path_is_{file,dir,exists} make sense anymore with -x?

[PATCH 0/1] jt/fetch-cdn-offload: fix build with clang
 2019-03-03 15:01 UTC  (4+ messages)
` [PATCH 1/1] fixup! upload-pack: refactor reading of pack-objects out

[PATCH] Make graph drawing more compact
 2019-03-03 11:59 UTC 

[PATCH v12 18/26] stash: convert push to builtin
 2019-03-03 10:03 UTC  (5+ messages)
` [PATCH v13 00/27] Convert "git stash" to C builtin

[PATCH RFC 01/20] cat-file: reuse struct ref_format
 2019-03-03  9:41 UTC  (6+ messages)
` [PATCH RFC 06/20] cat-file: remove mark_query from expand_data
` [PATCH RFC 04/20] for-each-ref: tests for new atom %(rest) added

Prevent reset --hard from deleting everything if one doesn't have any commits yet
 2019-03-03  1:38 UTC  (5+ messages)

[BUG] All files in folder are moved when cherry-picking commit that moves fewer files
 2019-03-03  1:33 UTC  (8+ messages)

[PATCH 0/3] asciidoctor-extensions: fix spurious space after linkgit
 2019-03-03  1:25 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] rebase docs: fix "gitlink" typo
 2019-03-03  1:24 UTC  (3+ messages)

`git status -u no` suppresses modified files too
 2019-03-03  1:22 UTC  (3+ messages)

[PATCH RFC 0/20] cat-file: start using formatting logic from ref-filter
 2019-03-03  1:21 UTC  (6+ messages)

[PATCH 0/1] Drop last MakeMaker reference
 2019-03-03  1:19 UTC  (2+ messages)

git commit --verbose shows incorrect diff when pre-commit hook is used to modify files
 2019-03-03  1:18 UTC  (4+ messages)

How crc32 value is calculated for deltified objects
 2019-03-02 22:08 UTC 

[PATCH v4 1/1] t3600: use test_path_is_* functions
 2019-03-02 16:21 UTC  (7+ messages)
` [GSoC] acknowledging mistakes
    ` Feeling confused a little bit
        ` [GSoC] Thanking

[PATCH] docs/git-gc: fix typo "--prune=all" to "--prune=now"
 2019-03-02  8:51 UTC 

is it "git gc --prune=now" or "git gc --prune=all"?
 2019-03-02  8:26 UTC 

[PATCH v2] commit-tree: utilize parse-options api
 2019-03-02  3:35 UTC  (5+ messages)

Tags from each remote in a separate "name-space"?
 2019-03-01 14:51 UTC  (3+ messages)

[WIP RFC PATCH v2 0/5] clone: dir iterator refactoring with tests
 2019-03-01 13:49 UTC  (4+ messages)
` [RFC PATCH v3 1/5] clone: test for our behavior on odd objects/* content

What's cooking in git.git (Feb 2019, #04; Sun, 24)
 2019-03-01  2:54 UTC  (3+ messages)
` ag/sequencer-reduce-rewriting-todo, was "

[PATCH] doc/fsck: discuss mix of --connectivity-only and --dangling
 2019-03-01  2:50 UTC  (3+ messages)

[BUG] completion.commands does not remove multiple commands
 2019-02-28 23:05 UTC  (2+ 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).