git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-01-09 22:22:54 to 2015-01-14 23:41:35 UTC [more...]

[PATCH 00/10] mark private symbols static
 2015-01-14 23:40 UTC  (9+ messages)
` [PATCH 01/10] http.c: make finish_active_slot() and handle_curl_result() static
` [PATCH 02/10] line-log.c: make line_log_data_init() static
` [PATCH 03/10] prompt.c: remove git_getpass() nobody uses
` [PATCH 04/10] revision.c: make save_parents() and free_saved_parents() static
` [PATCH 05/10] urlmatch.c: make match_urls() static
` [PATCH 06/10] remote.c: make clear_cas_option() static
` [PATCH 07/10] shallow.c: make check_shallow_file_for_update() static
` [PATCH 08/10] pack-bitmap.c: make pack_bitmap_filename() static

[PATCH] git-svn: show progress in working_head_info()
 2015-01-14 22:40 UTC  (3+ messages)

remote helper example with push/fetch capabilities
 2015-01-14 21:57 UTC  (3+ messages)

[PATCH] t1050-large: replace dd by test-genrandom
 2015-01-14 21:59 UTC  (13+ messages)
          ` [PATCH v2] t1050-large: generate large files without dd

sporadic git failures on interactive rebase
 2015-01-14 21:57 UTC  (10+ messages)

[PATCH] blame.c: fix garbled error message
 2015-01-14 21:54 UTC  (19+ messages)
          ` [PATCH 1/5] git-compat-util: add xstrdup_or_null helper
          ` [PATCH 2/5] builtin/apply.c: use xstrdup_or_null instead of null_strdup
          ` [PATCH 3/5] builtin/commit.c: use xstrdup_or_null instead of envdup
          ` [PATCH 4/5] use xstrdup_or_null to replace ternary conditionals
          ` [PATCH 5/5] blame.c: fix garbled error message

t5539 broken under Mac OS X
 2015-01-14 21:17 UTC  (4+ messages)

git ignores /~/.config/git/
 2015-01-14 21:07 UTC  (2+ messages)

[PATCH] Documentation/init-db.txt: minor style and synopsys fixes
 2015-01-14 21:01 UTC  (3+ messages)

git-svn metadata commands performance issue
 2015-01-14 20:30 UTC  (2+ messages)

[PATCH] init-db: remove unused #includes
 2015-01-14 20:14 UTC  (3+ messages)

[PATCH] bash completion: allow git stash store options completion
 2015-01-14 20:06 UTC  (4+ messages)

Segmentation fault in git apply
 2015-01-14 19:09 UTC  (7+ messages)

[PATCH] init-db: use OPT__QUIET macro instead OPT_BIT
 2015-01-14 19:08 UTC  (2+ messages)

[PATCH] diff: added '-q' option, short option for '--quiet'
 2015-01-14 18:52 UTC  (2+ messages)

[RFC/PATCH] receive-pack.c: only accept push-cert if push_cert_nonce was advertised
 2015-01-14 18:08 UTC  (11+ messages)
      ` [PATCH] receive-pack.c: don't miss exporting unsolicited push certificates

[PATCH] stash: git stash create and git stash store added to git stash usage synopsys
 2015-01-14 17:43 UTC  (3+ messages)

How to prevent empty git commit --amend
 2015-01-14 17:36 UTC  (9+ messages)

[PATCH v2] standardize usage info string format
 2015-01-14 17:31 UTC  (5+ messages)

Big repo not shrinking on repack or gc?
 2015-01-14 17:24 UTC  (6+ messages)

[ANNOUNCE] Git v2.3.0-rc0
 2015-01-14 13:11 UTC  (2+ messages)

[PATCH] git-prompt: preserve command exit status
 2015-01-14 12:10 UTC  (6+ messages)
` [PATCH v2] git-prompt: preserve value of $? inside shell prompt
    ` [PATCH] git-prompt: preserve value of $? in all cases

commit --amend --author error
 2015-01-14 12:09 UTC  (3+ messages)

[PATCH v4] git-prompt.sh: Option to hide prompt for ignored pwd
 2015-01-14 11:45 UTC  (4+ messages)
` [PATCH v5 0/2] "
  ` [PATCH v5 1/2] git-prompt.sh: if pc mode, immediately set PS1 to a plain prompt
    ` [PATCH v5 1/2] git-prompt.sh: if pc mode, immediately set PS1

git svn import failure : write .git/Git_svn_hash_BmjclS: Bad file descriptor
 2015-01-14  1:50 UTC  (2+ messages)

[PATCH] format-patch: print format-patch usage if there are no arguments
 2015-01-14  1:28 UTC  (10+ messages)
              ` my hacky mutt-specific format-patch workflow

[PATCH] http-push: trim trailing newline from remote symref
 2015-01-14  0:21 UTC  (5+ messages)

[PATCH] stash clear: allow -v/--verbose to be passed
 2015-01-13 18:51 UTC  (2+ messages)

[PATCH] git-log: added --invert-grep option
 2015-01-13 18:25 UTC  (9+ messages)
` [PATCH] git-log: added --none-match option
    ` [PATCH v2] "
    ` [PATCH v2] log: teach --invert-grep option

git rerere forget isn't working?
 2015-01-13 13:39 UTC  (3+ messages)

[L10N] Startup of Git 2.3.0 l10n round 1
 2015-01-13  6:41 UTC 

[PATCH] standardize usage info string format
 2015-01-13  5:29 UTC  (2+ messages)

[PATCH] show-branch --upstream: add upstream branches to the list of branches to display
 2015-01-13  1:33 UTC  (2+ messages)

[PATCH] git-gui.sh: support Tcl 8.4
 2015-01-13  1:12 UTC  (6+ messages)

[PATCH 1/2] git-gui: fix problem with "important" files not shown if, gui.maxfilesdisplayed is exceeded
 2015-01-13  0:32 UTC  (3+ messages)
` [PATCH v2] git-gui: fix problem with gui.maxfilesdisplayed

[PATCH] Document receive.advertiseatomic
 2015-01-13  0:24 UTC 

[PATCHv12 00/10] atomic pushes
 2015-01-13  0:08 UTC  (9+ messages)
` [PATCHv12 06/10] receive-pack.c: negotiate atomic push support
` [PATCHv12 08/10] send-pack.c: add --atomic command line argument
` [PATCHv12 10/10] t5543-atomic-push.sh: add basic tests for atomic pushes

What's cooking in git.git (Jan 2015, #02; Mon, 12)
 2015-01-12 23:57 UTC 

[ANNOUNCE] Git v2.2.2
 2015-01-12 23:57 UTC 

[PATCH 0/2] Documentation/githooks: mention pwd, $GIT_PREFIX
 2015-01-12 22:38 UTC  (9+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] t1020-subdirectory.sh: check hook "
    ` [PATCH v2 0/2] Documentation/githooks: mention "
      ` [PATCH v2 1/2] "
      ` [PATCH v2 2/2] t1020-subdirectory.sh: check hook "

[PATCH] cat-file: remove definition of already defined variables
 2015-01-12 21:27 UTC  (2+ messages)

profile-fast is failing in my Git 2.2.1 build from tar in a Git repo
 2015-01-12 21:16 UTC  (4+ messages)

(unknown),
 2015-01-12 20:59 UTC 

[PATCH v3] gettext.h: add parentheses around N_ expansion if supported
 2015-01-12 19:08 UTC  (2+ messages)

[PATCH] Git::SVN: handle missing ref_id case correctly
 2015-01-10 22:18 UTC  (5+ messages)

[PATCH] git-svn: make it play nicely with submodules
 2015-01-10 22:13 UTC  (3+ messages)

[PATCH v3] doc: core.ignoreStat update, and clarify the --assume-unchanged effect
 2015-01-10 20:22 UTC  (5+ messages)

Distributed code review discussion
 2015-01-10 18:54 UTC  (3+ messages)

[PATCH] cat-file: remove unnecessary #include
 2015-01-10 18:29 UTC 

[PATCH] git.c: prevent change of environment variables
 2015-01-10 18:07 UTC  (2+ messages)

[PATCH] cat-file: add short option '-c' for 'cat-file --textconv'
 2015-01-09 22:48 UTC  (2+ messages)

[PATCH v2] gettext.h: add parentheses around N_ expansion if supported
 2015-01-09 22:22 UTC  (4+ 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).