Git Distributed Software Revision Control
Date Index
[
Prev Page
][
Next Page
]
[PATCH v3 1/5] make_absolute_path(): Do not append redundant slash
,
Nguyễn Thái Ngọc Duy
[PATCH v3 2/5] init-db, rev-parse --git-dir: do not append redundant slash
,
Nguyễn Thái Ngọc Duy
[PATCH v3 5/5] Add test for using Git at root of file system
,
Nguyễn Thái Ngọc Duy
[PATCH v3 4/5] Support working directory located at root
,
Nguyễn Thái Ngọc Duy
[PATCH v3 3/5] Move offset_1st_component() to path.c
,
Nguyễn Thái Ngọc Duy
Re: [PATCH v3 3/5] Move offset_1st_component() to path.c
,
Johannes Sixt
[PATCH v3 3/5] Move offset_1st_component() to path.c
,
=?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?=
Re: [PATCH v3 3/5] Move offset_1st_component() to path.c
,
Johannes Sixt
[PATCH] fix minor memory leak in get_tree_entry()
,
René Scharfe
Re: [PATCH] fix minor memory leak in get_tree_entry()
,
Jeff King
Bugs with detection of renames that are also overwrites
,
Anders Kaseorg
Re: Bugs with detection of renames that are also overwrites
,
Jeff King
Re: Bugs with detection of renames that are also overwrites
,
Jon Seymour
Re: Bugs with detection of renames that are also overwrites
,
Jeff King
Re: Bugs with detection of renames that are also overwrites
,
Anders Kaseorg
[PATCH] Add an optional argument for --color options
,
Mark Lodato
Re: [PATCH] Add an optional argument for --color options
,
Jeff King
Re: [PATCH] Add an optional argument for --color options
,
Jonathan Nieder
Re: [PATCH] Add an optional argument for --color options
,
Mark Lodato
Re: [PATCH] Add an optional argument for --color options
,
Jonathan Nieder
Re: [PATCH] Add an optional argument for --color options
,
Jeff King
Usage messages produced by parseopt (Re: [PATCH] Add an optional argument for --color options)
,
Jonathan Nieder
Re: [PATCH] Add an optional argument for --color options
,
Jeff King
Re: [PATCH] Add an optional argument for --color options
,
Junio C Hamano
Re: [PATCH] Add an optional argument for --color options
,
Junio C Hamano
Re: [PATCH] Add an optional argument for --color options
,
Mark Lodato
[PATCHv13 00/30] git notes
,
Johan Herland
[PATCHv13 04/30] Notes API: init_notes(): Initialize the notes tree from the given notes ref
,
Johan Herland
[PATCHv13 07/30] Notes API: get_note(): Return the note annotating the given object
,
Johan Herland
[PATCHv13 01/30] Minor cosmetic fixes to notes.c
,
Johan Herland
[PATCHv13 02/30] Notes API: get_commit_notes() -> format_note() + remove the commit restriction
,
Johan Herland
[PATCHv13 03/30] Add tests for checking correct handling of $GIT_NOTES_REF and core.notesRef
,
Johan Herland
[PATCHv13 06/30] Notes API: remove_note(): Remove note objects from the notes tree structure
,
Johan Herland
[PATCHv13 09/30] Notes API: write_notes_tree(): Store the notes tree in the database
,
Johan Herland
[PATCHv13 08/30] Notes API: for_each_note(): Traverse the entire notes tree with a callback
,
Johan Herland
[PATCHv13 13/30] t3301: Verify successful annotation of non-commits
,
Johan Herland
[PATCHv13 14/30] t3305: Verify that adding many notes with git-notes triggers increased fanout
,
Johan Herland
[PATCHv13 12/30] Builtin-ify git-notes
,
Johan Herland
[PATCHv13 16/30] Teach builtin-notes to remove empty notes
,
Johan Herland
[PATCHv13 15/30] Teach notes code to properly preserve non-notes in the notes tree
,
Johan Herland
[PATCHv13 17/30] builtin-notes: Add "remove" subcommand for removing existing notes
,
Johan Herland
[PATCHv13 18/30] t3305: Verify that removing notes triggers automatic fanout consolidation
,
Johan Herland
[PATCHv13 19/30] Notes API: prune_notes(): Prune notes that belong to non-existing objects
,
Johan Herland
[PATCHv13 22/30] builtin-notes: Add "list" subcommand for listing note objects
,
Johan Herland
[PATCHv13 27/30] builtin-notes: Refactor handling of -F option to allow combining -m and -F
,
Johan Herland
[PATCHv13 26/30] builtin-notes: Deprecate the -m/-F options for "git notes edit"
,
Johan Herland
[PATCHv13 28/30] builtin-notes: Add -c/-C options for reusing notes
,
Johan Herland
Re: [PATCHv13 28/30] builtin-notes: Add -c/-C options for reusing notes
,
Stephen Boyd
Re: [PATCHv13 28/30] builtin-notes: Add -c/-C options for reusing notes
,
Johan Herland
[PATCH] builtin-notes: Minor (mostly parse_options-related) fixes
,
Johan Herland
Re: [PATCH] builtin-notes: Minor (mostly parse_options-related) fixes
,
Stephen Boyd
[PATCHv13 29/30] builtin-notes: Misc. refactoring of argc and exit value handling
,
Johan Herland
[PATCHv13 30/30] builtin-notes: Add "copy" subcommand for copying notes between objects
,
Johan Herland
[PATCHv13 25/30] builtin-notes: Add "append" subcommand for appending to note objects
,
Johan Herland
[PATCHv13 24/30] builtin-notes: Add "add" subcommand for adding notes to objects
,
Johan Herland
[PATCHv13 23/30] builtin-notes: Add --message/--file aliases for -m/-F options
,
Johan Herland
[PATCHv13 05/30] Notes API: add_note(): Add note objects to the internal notes tree structure
,
Johan Herland
[PATCHv13 21/30] Documentation: Generalize git-notes docs to 'objects' instead of 'commits'
,
Johan Herland
[PATCHv13 20/30] builtin-notes: Add "prune" subcommand for removing notes for missing objects
,
Johan Herland
[PATCHv13 11/30] Refactor notes concatenation into a flexible interface for combining notes
,
Johan Herland
[PATCHv13 10/30] Notes API: Allow multiple concurrent notes trees with new struct notes_tree
,
Johan Herland
'git svn log' no longer uses the pager
,
Sebastian Celis
Re: 'git svn log' no longer uses the pager
,
Jeff King
Re: 'git svn log' no longer uses the pager
,
Jonathan Nieder
[PATCH 1/6] Fix 'git var' usage synopsis
,
Jonathan Nieder
Re: [PATCH 1/6] Fix 'git var' usage synopsis
,
Junio C Hamano
[PATCH v2 1/6] Fix 'git var' usage synopsis
,
Jonathan Nieder
Re: [PATCH v2 1/6] Fix 'git var' usage synopsis
,
Jeff King
[PATCH 2/6] Make 'git var GIT_PAGER' always print the configured pager
,
Jonathan Nieder
Re: [PATCH 2/6] Make 'git var GIT_PAGER' always print the configured pager
,
Jeff King
Re: [PATCH 2/6] Make 'git var GIT_PAGER' always print the configured pager
,
Jonathan Nieder
Re: [PATCH 2/6] Make 'git var GIT_PAGER' always print the configured pager
,
Jeff King
[PATCH 3/6] git.1: Clarify the behavior of the --paginate option
,
Jonathan Nieder
Re: [PATCH 3/6] git.1: Clarify the behavior of the --paginate option
,
Jeff King
[PATCH 4/6] git svn: Fix launching of pager
,
Jonathan Nieder
Re: [PATCH 4/6] git svn: Fix launching of pager
,
Eric Wong
[PATCH 5/6] am: Fix launching of pager
,
Jonathan Nieder
Re: [PATCH 5/6] am: Fix launching of pager
,
Junio C Hamano
[PATCH v2 5/6] am: Fix launching of pager
,
Jonathan Nieder
[PATCH v3 5/6] am: Fix launching of pager
,
Jonathan Nieder
Re: [PATCH v3 5/6] am: Fix launching of pager
,
Jeff King
[PATCH v4 5/6] am: Fix launching of pager
,
Jonathan Nieder
Re: [PATCH v4 5/6] am: Fix launching of pager
,
Jeff King
Re: [PATCH v4 5/6] am: Fix launching of pager
,
Johannes Sixt
[PATCH 6/6] tests: Add tests for automatic use of pager
,
Jonathan Nieder
Re: [PATCH 6/6] tests: Add tests for automatic use of pager
,
Jeff King
[PATCH v2 6/6] tests: Add tests for automatic use of pager
,
Jonathan Nieder
Re: [PATCH v2 6/6] tests: Add tests for automatic use of pager
,
Jeff King
[PATCH 5/5] Use kwset in grep
,
Fredrik Kuivinen
Re: [PATCH 5/5] Use kwset in grep
,
Paolo Bonzini
Re: [PATCH 5/5] Use kwset in grep
,
Paolo Bonzini
Re: [PATCH 5/5] Use kwset in grep
,
Fredrik Kuivinen
[PATCH 4/5] Use kwset in pickaxe
,
Fredrik Kuivinen
[PATCH 3/5] Adapt the kwset code to Git
,
Fredrik Kuivinen
[PATCH 2/5] Add string search routines from GNU grep
,
Fredrik Kuivinen
Re: [PATCH 2/5] Add string search routines from GNU grep
,
Dmitry Potapov
Re: [PATCH 2/5] Add string search routines from GNU grep
,
Paolo Bonzini
Re: [PATCH 2/5] Add string search routines from GNU grep
,
Fredrik Kuivinen
[PATCH 1/5] Add obstack.[ch] from EGLIBC 2.10
,
Fredrik Kuivinen
[PATCH 0/5] Speed up string search routines
,
Fredrik Kuivinen
Re: [PATCH 0/5] Speed up string search routines
,
Junio C Hamano
Re: [PATCH 0/5] Speed up string search routines
,
Fredrik Kuivinen
Re: [PATCH 0/5] Speed up string search routines
,
Junio C Hamano
cvsimport error when modulename is '.'
,
Daniel Black
Re: cvsimport error when modulename is '.'
,
Jeff King
Re: cvsimport error when modulename is '.'
,
Daniel Black
[PATCH] add -p: make the beginning of the hunk easier to see
,
Björn Gustavsson
Re: [PATCH] add -p: make the beginning of the hunk easier to see
,
Jeff King
Re: [PATCH] add -p: make the beginning of the hunk easier to see
,
Jeff King
Re: [PATCH] add -p: make the beginning of the hunk easier to see
,
Björn Gustavsson
Re: [PATCH] add -p: make the beginning of the hunk easier to see
,
Björn Gustavsson
Re: [PATCH] add -p: make the beginning of the hunk easier to see
,
Björn Gustavsson
Re: [PATCH] add -p: make the beginning of the hunk easier to see
,
Jeff King
Re: [PATCH] add -p: make the beginning of the hunk easier to see
,
Björn Gustavsson
Re: [PATCH] add -p: make the beginning of the hunk easier to see
,
Julian Phillips
Re: [PATCH] add -p: make the beginning of the hunk easier to see
,
Björn Gustavsson
t7400.24 git submodule 'update --init' test fails on some machines
,
Jonathan Nieder
Re: t7400.24 git submodule 'update --init' test fails on some machines
,
Jonathan Nieder
[PATCH] git-for-each-ref: add new field name "symbolic"
,
Larry D'Anna
Re: [PATCH] git-for-each-ref: add new field name "symbolic"
,
Junio C Hamano
Re: [PATCH] git-for-each-ref: add new field name "symbolic"
,
Jeff King
[PATCH 0/4] for-each-ref --format='%(symref) %(symref:short) %(flag)'
,
Junio C Hamano
[PATCH 2/4] builtin-for-each-ref.c: check if we need to peel onion while parsing the format
,
Junio C Hamano
[PATCH 4/4] for-each-ref --format='%(flag)'
,
Junio C Hamano
[PATCH 1/4] builtin-for-each-ref.c: comment fixes
,
Junio C Hamano
[PATCH 3/4] for-each-ref --format='%(symref) %(symref:short)'
,
Junio C Hamano
Re: [PATCH 3/4] for-each-ref --format='%(symref) %(symref:short)'
,
Jeff King
Re: [PATCH 3/4] for-each-ref --format='%(symref) %(symref:short)'
,
Junio C Hamano
Re: [PATCH 3/4] for-each-ref --format='%(symref) %(symref:short)'
,
Jeff King
What's cooking in git.git (Feb 2010, #03; Fri, 12)
,
Junio C Hamano
[ANNOUNCE] Git 1.7.0
,
Junio C Hamano
Commit annotations (editable commit messages)
,
Vladimir Panteleev
Re: Commit annotations (editable commit messages)
,
Avery Pennarun
Re: Commit annotations (editable commit messages)
,
Vladimir Panteleev
Re: Commit annotations (editable commit messages)
,
Mark Lodato
Re: Commit annotations (editable commit messages)
,
Johan Herland
[PATCH 1/2] hash-object: support --stdin-paths with --no-filters
,
Erik Faye-Lund
[PATCH 2/2] git-svn: support fetch with autocrlf on
,
Erik Faye-Lund
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
,
Eric Wong
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
,
Erik Faye-Lund
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
,
Johannes Schindelin
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
,
Erik Faye-Lund
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
,
Johannes Schindelin
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
,
Erik Faye-Lund
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
,
Johannes Schindelin
Re: [PATCH 1/2] hash-object: support --stdin-paths with --no-filters
,
Dmitry Potapov
Re: [PATCH 1/2] hash-object: support --stdin-paths with --no-filters
,
Erik Faye-Lund
Solve continuous integration (pending head / commit queue) problem using git
,
Jan Koprowski
Re: Solve continuous integration (pending head / commit queue) problem using git
,
Avery Pennarun
Re: Solve continuous integration (pending head / commit queue) problem using git
,
Jan Koprowski
Re: Solve continuous integration (pending head / commit queue) problem using git
,
Jan Koprowski
Re: Solve continuous integration (pending head / commit queue) problem using git
,
Daniel Barkalow
[StGit PATCH] mail: Ask for the SMTP credentials before sending the messages
,
Catalin Marinas
Re: [StGit PATCH] mail: Ask for the SMTP credentials before sending the messages
,
Pavel Roskin
Re: [StGit PATCH] mail: Ask for the SMTP credentials before sending the messages
,
Pavel Roskin
Re: [StGit PATCH] mail: Ask for the SMTP credentials before sending the messages
,
Catalin Marinas
[StGit PATCH] mail: Use space rather than tab for long header folding
,
Catalin Marinas
Re: [StGit PATCH] mail: Use space rather than tab for long header folding
,
Karl Wiberg
Re: [StGit PATCH] mail: Use space rather than tab for long header folding
,
Catalin Marinas
Subtle git completion hacks with aliases
,
Ulrik Sverdrup
Git under Windows should warn or fail on entities differning only in case
,
David Hagood
Re: Git under Windows should warn or fail on entities differning only in case
,
Johannes Schindelin
Re: Git under Windows should warn or fail on entities differning only in case
,
Pete Harlan
Re: Git under Windows should warn or fail on entities differning only in case
,
david . hagood
Re: Git under Windows should warn or fail on entities differning only in case
,
Claus Färber
Re: Git under Windows should warn or fail on entities differning only in case
,
Julian Phillips
Re: Git under Windows should warn or fail on entities differning only in case
,
Daniel Barkalow
Individual file snapshots
,
Ron Garret
Re: Individual file snapshots
,
Peter Krefting
Re: Individual file snapshots
,
Ron Garret
Re: Individual file snapshots
,
René Scharfe
Re: Individual file snapshots
,
Ron Garret
Re: Individual file snapshots
,
Brian Gernhardt
Re: Individual file snapshots
,
Ron Garret
Re: Individual file snapshots
,
Junio C Hamano
Re: Individual file snapshots
,
Ron Garret
Re: Individual file snapshots
,
Brian Gernhardt
Re: Individual file snapshots
,
Ron Garret
Re: Individual file snapshots
,
Mark Lodato
Re: Individual file snapshots
,
Junio C Hamano
Re: Individual file snapshots
,
Mark Lodato
Re: Individual file snapshots
,
Ron Garret
Re: Individual file snapshots
,
Junio C Hamano
Re: Individual file snapshots
,
Ron Garret
Re: Individual file snapshots
,
Larry D'Anna
Maintaining a fork workflows
,
Christos Trochalakis
Re: Maintaining a fork workflows
,
Michael Poole
[PATCH] Documentation: minor fixes to RelNotes-1.7.0
,
Michael J Gruber
[RFC] git rebase --edit
,
Tay Ray Chuan
Re: [RFC] git rebase --edit
,
Johannes Schindelin
git-svn and sharing a single subversion repo to multiple clients
,
Duncan Ferguson
Re: git-svn and sharing a single subversion repo to multiple clients
,
Duncan Ferguson
can't push refs/stash?
,
Larry D'Anna
Re: can't push refs/stash?
,
Jeff King
Re: Bug#569505: git-core: 'git add' corrupts repository if the working directory is modified as it runs
,
Jonathan Nieder
Re: Bug#569505: git-core: 'git add' corrupts repository if the working directory is modified as it runs
,
Zygo Blaxell
Re: 'git add' corrupts repository if the working directory is modified as it runs
,
Jonathan Nieder
Re: 'git add' corrupts repository if the working directory is modified as it runs
,
Ilari Liusvaara
Re: 'git add' corrupts repository if the working directory is modified as it runs
,
Thomas Rast
Re: 'git add' corrupts repository if the working directory is modified as it runs
,
Ilari Liusvaara
Re: 'git add' corrupts repository if the working directory is modified as it runs
,
Dmitry Potapov
Re: 'git add' corrupts repository if the working directory is modified as it runs
,
Zygo Blaxell
[PATCH] don't use mmap() to hash files
,
Dmitry Potapov
Re: [PATCH] don't use mmap() to hash files
,
Junio C Hamano
Re: [PATCH] don't use mmap() to hash files
,
Dmitry Potapov
Re: [PATCH] don't use mmap() to hash files
,
Junio C Hamano
Re: [PATCH] don't use mmap() to hash files
,
Thomas Rast
Re: [PATCH] don't use mmap() to hash files
,
Junio C Hamano
Re: [PATCH] don't use mmap() to hash files
,
Johannes Schindelin
Re: [PATCH] don't use mmap() to hash files
,
Junio C Hamano
Re: [PATCH] don't use mmap() to hash files
,
Dmitry Potapov
Re: [PATCH] don't use mmap() to hash files
,
Jakub Narebski
Re: [PATCH] don't use mmap() to hash files
,
Paolo Bonzini
Re: [PATCH] don't use mmap() to hash files
,
Johannes Schindelin
Re: [PATCH] don't use mmap() to hash files
,
Dmitry Potapov
Re: [PATCH] don't use mmap() to hash files
,
Johannes Schindelin
Re: [PATCH] don't use mmap() to hash files
,
Johannes Schindelin
Re: [PATCH] don't use mmap() to hash files
,
Dmitry Potapov
Re: [PATCH] don't use mmap() to hash files
,
Zygo Blaxell
Re: [PATCH] don't use mmap() to hash files
,
Nicolas Pitre
Re: [PATCH] don't use mmap() to hash files
,
Dmitry Potapov
Re: [PATCH] don't use mmap() to hash files
,
Paolo Bonzini
Re: [PATCH] don't use mmap() to hash files
,
Dmitry Potapov
Re: [PATCH] don't use mmap() to hash files
,
Dmitry Potapov
Re: [PATCH] don't use mmap() to hash files
,
Avery Pennarun
Re: [PATCH] don't use mmap() to hash files
,
Nicolas Pitre
Re: [PATCH] don't use mmap() to hash files
,
Avery Pennarun
Re: [PATCH] don't use mmap() to hash files
,
Nicolas Pitre
Re: [PATCH] don't use mmap() to hash files
,
Avery Pennarun
Re: [PATCH] don't use mmap() to hash files
,
Nicolas Pitre
[PATCH v2] don't use mmap() to hash files
,
Dmitry Potapov
[PATCH] Teach "git add" and friends to be paranoid
,
Junio C Hamano
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Junio C Hamano
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Zygo Blaxell
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Junio C Hamano
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Jeff King
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Nicolas Pitre
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Junio C Hamano
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Wincent Colaiuta
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Zygo Blaxell
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Jonathan Nieder
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Junio C Hamano
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Paolo Bonzini
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Dmitry Potapov
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Thomas Rast
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Junio C Hamano
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Nicolas Pitre
16 gig, 350,000 file repository
,
Bill Lear
Re: 16 gig, 350,000 file repository
,
Nicolas Pitre
Re: 16 gig, 350,000 file repository
,
Erik Faye-Lund
Re: 16 gig, 350,000 file repository
,
Bill Lear
Re: 16 gig, 350,000 file repository
,
Nicolas Pitre
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Junio C Hamano
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Nicolas Pitre
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Jonathan Nieder
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Zygo Blaxell
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Junio C Hamano
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Zygo Blaxell
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Peter Harris
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Dmitry Potapov
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Junio C Hamano
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Junio C Hamano
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Dmitry Potapov
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Junio C Hamano
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Dmitry Potapov
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Junio C Hamano
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Dmitry Potapov
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Nicolas Pitre
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Dmitry Potapov
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Zygo Blaxell
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Nicolas Pitre
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Junio C Hamano
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Nicolas Pitre
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Dmitry Potapov
Re: [PATCH] Teach "git add" and friends to be paranoid
,
Nicolas Pitre
mmap with MAP_PRIVATE is useless (was Re: Bug#569505: git-core: 'git add' corrupts repository if the working directory is modified as it runs)
,
Paolo Bonzini
Re: mmap with MAP_PRIVATE is useless
,
Junio C Hamano
Re: mmap with MAP_PRIVATE is useless
,
Paolo Bonzini
[PATCHv2 0/4] Using git-mailsplit in mixed line ending environment
,
Stefan-W. Hahn
[PATCH 2/4] git-mailsplit: add `mailsplit.keepcr` configuration variable.
,
Stefan-W. Hahn
Re: [PATCH 2/4] git-mailsplit: add `mailsplit.keepcr` configuration variable.
,
Junio C Hamano
Re: [PATCH 2/4] git-mailsplit: add `mailsplit.keepcr` configuration variable.
,
Stefan-W. Hahn
Re: [PATCH 2/4] git-mailsplit: add `mailsplit.keepcr` configuration variable.
,
Junio C Hamano
Re: [PATCH 2/4] git-mailsplit: add `mailsplit.keepcr` configuration variable.
,
Junio C Hamano
Re: [PATCH 2/4] git-mailsplit: add `mailsplit.keepcr` configuration variable.
,
Stefan-W. Hahn
[PATCH 3/4] git-am: Add command line parameter `--keep-cr` passing it to git-mailsplit.
,
Stefan-W. Hahn
Re: [PATCH 3/4] git-am: Add command line parameter `--keep-cr` passing it to git-mailsplit.
,
Junio C Hamano
Re: [PATCH 3/4] git-am: Add command line parameter `--keep-cr` passing it to git-mailsplit.
,
Stefan-W. Hahn
Re: [PATCH 3/4] git-am: Add command line parameter `--keep-cr` passing it to git-mailsplit.
,
Junio C Hamano
[PATCH 1/4] git-mailsplit: Show parameter '--keep-cr' in usage and documentation
,
Stefan-W. Hahn
[PATCH 4/4] Adding test for `--keep-cr` for git-mailsplit and git-am.
,
Stefan-W. Hahn
Adding test for `--keep-cr` for git-mailsplit and git-am.
,
Stefan-W. Hahn
git-am: Add command line parameter `--keep-cr` passing it to git-mailsplit.
,
Stefan-W. Hahn
git-mailsplit: add `mailsplit.keep-cr` configuration variable.
,
Stefan-W. Hahn
Re: git-mailsplit: add `mailsplit.keep-cr` configuration variable.
,
Jakub Narebski
Re: git-mailsplit: add `mailsplit.keep-cr` configuration variable.
,
Junio C Hamano
git-mailsplit: Show parameter '--keep-cr' in usage and documentation
,
Stefan-W. Hahn
[PATCH/RFC 0/4] Using git-mailsplit in mixed line ending environment
,
Stefan-W. Hahn
git-svn writing mergeinfo
,
Stephen Haberman
Separate default push/pull?
,
David Abrahams
Re: Separate default push/pull?
,
Chris Packham
Re: Separate default push/pull?
,
Jeff King
Re: Separate default push/pull?
,
Junio C Hamano
Re: Separate default push/pull?
,
Jeff King
Re: Separate default push/pull?
,
Junio C Hamano
Re: Separate default push/pull?
,
Jeff King
Re: Separate default push/pull?
,
David Abrahams
[PATCH 0/5 v2] Worktree/Gitdir at root directory
,
Nguyễn Thái Ngọc Duy
[PATCH 2/5] init-db, rev-parse --git-dir: do not append redundant slash
,
Nguyễn Thái Ngọc Duy
[PATCH 5/5] Add test for using Git at root directory
,
Nguyễn Thái Ngọc Duy
[PATCH 1/5] make_absolute_path(): Do not append redundant slash
,
Nguyễn Thái Ngọc Duy
[PATCH 3/5] Add is_root_path()
,
Nguyễn Thái Ngọc Duy
Re: [PATCH 3/5] Add is_root_path()
,
Johannes Sixt
[PATCH 4/5] Support working directory located at root
,
Nguyễn Thái Ngọc Duy
Re: [PATCH 0/5 v2] Worktree/Gitdir at root directory
,
Johannes Sixt
Re: [PATCH 0/5 v2] Worktree/Gitdir at root directory
,
João Carlos Mendes Luís
Re: [PATCH 0/5 v2] Worktree/Gitdir at root directory
,
Johannes Sixt
git-subtree.sh - regression introduced by da949cc55
,
Marc Fournier
Re: git-subtree.sh - regression introduced by da949cc55
,
Jakub Suder
Re: git-subtree.sh - regression introduced by da949cc55
,
Avery Pennarun
Re: git-subtree.sh - regression introduced by da949cc55
,
Jakub Suder
Re: git-subtree.sh - regression introduced by da949cc55
,
Avery Pennarun
XML Parsing Error: junk after document element
,
Siju George
Re: XML Parsing Error: junk after document element
,
Jakub Narebski
Re: XML Parsing Error: junk after document element
,
Siju George
Re: XML Parsing Error: junk after document element
,
Jakub Narebski
Re: XML Parsing Error: junk after document element
,
Siju George
Problem adding a symlinkg
,
Arnaud Bailly
Re: Problem adding a symlinkg
,
Alex Riesen
Re: Problem adding a symlinkg
,
Arnaud Bailly
Re: Problem adding a symlinkg
,
Alex Riesen
git svn hangs on a rebase or clone when presented with a large commit.
,
Stephen & Linda Smith
No 1.7.0 tonight
,
Junio C Hamano
[ANNOUNCE] Git 1.6.6.2
,
Junio C Hamano
git rebase -i and the reflog
,
Sverre Rabbelier
Re: git rebase -i and the reflog
,
Junio C Hamano
Re: git rebase -i and the reflog
,
Sverre Rabbelier
Re: git rebase -i and the reflog
,
Nicolas Pitre
Re: git rebase -i and the reflog
,
Patrick Sudowe
[RFC] submodule+shallow clone feature request
,
Schuyler Duveen
Re: [RFC] submodule+shallow clone feature request
,
Avery Pennarun
Re: [RFC] submodule+shallow clone feature request
,
Junio C Hamano
Re: [RFC] submodule+shallow clone feature request
,
Johannes Schindelin
Re: [RFC] submodule+shallow clone feature request
,
Junio C Hamano
Re: [RFC] submodule+shallow clone feature request
,
Johannes Schindelin
Re* [RFC] submodule+shallow clone feature request
,
Junio C Hamano
Re: Re* [RFC] submodule+shallow clone feature request
,
Peter Hutterer
git cherry-pick --continue?
,
Sverre Rabbelier
Re: git cherry-pick --continue?
,
Jeff King
Re: git cherry-pick --continue?
,
Jeff King
Re: git cherry-pick --continue?
,
Sverre Rabbelier
Re: git cherry-pick --continue?
,
Junio C Hamano
Re: git cherry-pick --continue?
,
Junio C Hamano
Re: git cherry-pick --continue?
,
Sverre Rabbelier
Re: git cherry-pick --continue?
,
Junio C Hamano
Re: git cherry-pick --continue?
,
Sverre Rabbelier
Re: git cherry-pick --continue?
,
Jeff King
[PATCH 1/4] cherry-pick: rewrap advice message
,
Jeff King
[PATCH 2/4] cherry-pick: refactor commit parsing code
,
Jeff King
[PATCH 3/4] cherry-pick: format help message as strbuf
,
Jeff King
[PATCH 4/4] cherry-pick: show commit name instead of sha1
,
Jeff King
Re: git cherry-pick --continue?
,
Jeff King
Re: git cherry-pick --continue?
,
Jay Soffian
Re: git cherry-pick --continue?
,
Junio C Hamano
Re: git cherry-pick --continue?
,
Jeff King
Re: git cherry-pick --continue?
,
Jeff King
Re: git cherry-pick --continue?
,
Junio C Hamano
Re: git cherry-pick --continue?
,
Jeff King
Re: git cherry-pick --continue?
,
SZEDER Gábor
GSoC 2010
,
Sverre Rabbelier
Re: GSoC 2010
,
Petr Baudis
Re: GSoC 2010
,
Christian Couder
Message not available
Message not available
web-based client for Git, was Re: GSoC 2010
,
Johannes Schindelin
Re: web-based client for Git, was Re: GSoC 2010
,
Pau Garcia i Quiles
Re: web-based client for Git, was Re: GSoC 2010
,
Johannes Schindelin
Re: web-based client for Git, was Re: GSoC 2010
,
Petr Baudis
Message not available
Re: web-based client for Git, was Re: GSoC 2010
,
Pavan Kumar Sunkara
Message not available
Re: web-based client for Git, was Re: GSoC 2010
,
Petr Baudis
Re: web-based client for Git, was Re: GSoC 2010
,
Pavan Kumar Sunkara
Re: web-based client for Git, was Re: GSoC 2010
,
Petr Baudis
Re: web-based client for Git, was Re: GSoC 2010
,
Mike Hommey
Re: web-based client for Git, was Re: GSoC 2010
,
Petr Baudis
Re: web-based client for Git, was Re: GSoC 2010
,
Pavan Kumar Sunkara
Re: web-based client for Git, was Re: GSoC 2010
,
Johannes Schindelin
Re: web-based client for Git, was Re: GSoC 2010
,
Petr Baudis
Re: web-based client for Git, was Re: GSoC 2010
,
Pavan Kumar Sunkara
Re: web-based client for Git, was Re: GSoC 2010
,
Johannes Schindelin
Re: web-based client for Git, was Re: GSoC 2010
,
Jakub Narebski
Re: web-based client for Git, was Re: GSoC 2010
,
Mike Hommey
Re: web-based client for Git, was Re: GSoC 2010
,
david
Re: web-based client for Git, was Re: GSoC 2010
,
Scott Chacon
Re: web-based client for Git, was Re: GSoC 2010
,
Petr Baudis
Re: web-based client for Git, was Re: GSoC 2010
,
Jan Koprowski
Re: web-based client for Git, was Re: GSoC 2010
,
Pavan Kumar Sunkara
Re: GSoC 2010
,
Eric Wong
Re: GSoC 2010
,
Johannes Schindelin
Re: GSoC 2010
,
Sverre Rabbelier
Re: GSoC 2010
,
Mike Hommey
Re: GSoC 2010
,
Johannes Schindelin
Re: GSoC 2010
,
Sverre Rabbelier
Re: GSoC 2010
,
Mike Hommey
strbuf & other stuff dual-licensing, was Re: GSoC 2010
,
Johannes Schindelin
Re: GSoC 2010
,
Daniel Barkalow
Re: GSoC 2010
,
Sverre Rabbelier
Re: GSoC 2010
,
Daniel Barkalow
Re: GSoC 2010
,
Sverre Rabbelier
Re: GSoC 2010
,
Scott Chacon
Re: GSoC 2010
,
Tay Ray Chuan
Re: GSoC 2010
,
Sverre Rabbelier
Re: GSoC 2010
,
Johannes Schindelin
Re: GSoC 2010
,
Sverre Rabbelier
Re: GSoC 2010
,
Daniel Barkalow
Re: GSoC 2010
,
Sverre Rabbelier
Re: GSoC 2010
,
Jeff King
Re: GSoC 2010
,
Johannes Schindelin
Re: GSoC 2010
,
Jeff King
Re: GSoC 2010
,
Shawn O. Pearce
Re: GSoC 2010
,
Sverre Rabbelier
Re: GSoC 2010
,
Johannes Schindelin
Re: GSoC 2010
,
Sverre Rabbelier
Re: GSoC 2010
,
Shawn O. Pearce
Re: GSoC 2010
,
Sverre Rabbelier
[PATCH] Documentation: quote braces in {upstream} notation
,
Thomas Rast
Re: [PATCH] Documentation: quote braces in {upstream} notation
,
Junio C Hamano
cherry-pick from a branch to another with git-svn automatically stripping git-svn-id from commit message
,
Daniele Segato
git-svn taking a long time
,
David Kågedal
Re: git-svn taking a long time
,
Andrew Myrick
Re: git-svn taking a long time
,
David Kågedal
Re: git-svn taking a long time
,
Andrew Myrick
Re: git-svn taking a long time
,
David Kågedal
[PATCH] blame: allow -L n,m to have an m bigger than the file's line count
,
Stephen Boyd
Re: [PATCH] blame: allow -L n,m to have an m bigger than the file's line count
,
SZEDER Gábor
Re: [PATCH] blame: allow -L n,m to have an m bigger than the file's line count
,
Jay Soffian
Re: [PATCH] blame: allow -L n,m to have an m bigger than the file's line count
,
Stephen Boyd
Re: [PATCH] blame: allow -L n,m to have an m bigger than the file's line count
,
Junio C Hamano
Re: [PATCH] blame: allow -L n,m to have an m bigger than the file's line count
,
Jay Soffian
Re: [PATCH] blame: allow -L n,m to have an m bigger than the file's line count
,
Junio C Hamano
Re: [PATCH] blame: allow -L n,m to have an m bigger than the file's line count
,
Jay Soffian
Re: [PATCH] blame: allow -L n,m to have an m bigger than the file's line count
,
Junio C Hamano
A question about the tree associated with a git notes commit
,
Jon Seymour
Re: A question about the tree associated with a git notes commit
,
Junio C Hamano
Re: A question about the tree associated with a git notes commit
,
Jon Seymour
[PATCH] Documentation: reword --thin description
,
Stephen Boyd
Re: [PATCH] Documentation: reword --thin description
,
Nicolas Pitre
Re: [PATCH] Documentation: reword --thin description
,
Stephen Boyd
Re: [PATCH] Documentation: reword --thin description
,
Junio C Hamano
Re: [PATCH] Documentation: reword --thin description
,
Nicolas Pitre
[PATCHv2] Documentation: describe --thin more accurately
,
Stephen Boyd
Re: [PATCHv2] Documentation: describe --thin more accurately
,
Junio C Hamano
[PATCHv3] Documentation: describe --thin more accurately
,
Stephen Boyd
Re: [PATCHv3] Documentation: describe --thin more accurately
,
Junio C Hamano
Re: [PATCHv3] Documentation: describe --thin more accurately
,
Stephen Boyd
[PATCHv4] Documentation: describe --thin more accurately
,
Stephen Boyd
RFC: git sync
,
Larry D'Anna
Re: RFC: git sync
,
Jakub Narebski
Re: RFC: git sync
,
Sergio
Re: RFC: git sync
,
Larry D'Anna
[PATCH] git-archive documentation: .gitattributes must be committed
,
Francois Marier
Re: [PATCH] git-archive documentation: .gitattributes must be committed
,
René Scharfe
Re: [PATCH] git-archive documentation: .gitattributes must be committed
,
Junio C Hamano
Re: [PATCH] git-archive documentation: .gitattributes must be committed
,
Junio C Hamano
Re: [PATCH] git-archive documentation: .gitattributes must be committed
,
René Scharfe
Re: [PATCH] git-archive documentation: .gitattributes must be committed
,
Junio C Hamano
Re: [PATCH] git-archive documentation: .gitattributes must be committed
,
Junio C Hamano
Re: [PATCH] git-archive documentation: .gitattributes must be committed
,
Francois Marier
Suggestion on git-push --porcelain
,
Tay Ray Chuan
Re: Suggestion on git-push --porcelain
,
Junio C Hamano
Re: Suggestion on git-push --porcelain
,
Jeff King
Re: Suggestion on git-push --porcelain
,
Tay Ray Chuan
Re: Suggestion on git-push --porcelain
,
Tay Ray Chuan
Re: Suggestion on git-push --porcelain
,
Junio C Hamano
Re: Suggestion on git-push --porcelain
,
Larry D'Anna
[PATCH 7/6] t5401: Use a bare repository for the remote peer
,
Shawn O. Pearce
[PATCH 8/6] receive-pack: Send internal errors over side-band #2
,
Shawn O. Pearce
Re: [PATCH 8/6] receive-pack: Send internal errors over side-band #2
,
Johannes Sixt
Re: [PATCH 8/6] receive-pack: Send internal errors over side-band #2
,
Junio C Hamano
Re: [PATCH 8/6] receive-pack: Send internal errors over side-band #2
,
Johannes Sixt
[PATCH 8/6 v2] receive-pack: Send internal errors over side-band #2
,
Shawn O. Pearce
Re: [PATCH 8/6 v2] receive-pack: Send internal errors over side-band #2
,
Johannes Sixt
Re: [PATCH 8/6 v2] receive-pack: Send internal errors over side-band #2
,
Shawn O. Pearce
Re: [PATCH 8/6 v2] receive-pack: Send internal errors over side-band #2
,
Johannes Sixt
Re: [PATCH 8/6] receive-pack: Send internal errors over side-band #2
,
Shawn O. Pearce
What should I do to display the diff of even a simple merge commit?
,
Christian MICHON
Re: What should I do to display the diff of even a simple merge commit?
,
Christian MICHON
Re: What should I do to display the diff of even a simple merge commit?
,
Petr Baudis
Re: What should I do to display the diff of even a simple merge commit?
,
Junio C Hamano
[PATCH] git log -p -m: Document, honor --first-parent
,
Petr Baudis
Re: [PATCH] git log -p -m: Document, honor --first-parent
,
Junio C Hamano
Re: [PATCH] git log -p -m: Document, honor --first-parent
,
Petr Baudis
Re: [PATCH] git log -p -m: Document, honor --first-parent
,
Junio C Hamano
Re: What should I do to display the diff of even a simple merge commit?
,
Christian MICHON
[Announce] bup 0.09: git-based backup system for really huge datasets
,
Avery Pennarun
Re: [Announce] bup 0.09: git-based backup system for really huge datasets
,
Jakub Narebski
Re: [Announce] bup 0.09: git-based backup system for really huge datasets
,
Avery Pennarun
Re: [Announce] bup 0.09: git-based backup system for really huge datasets
,
Stephen R. van den Berg
Re: [Announce] bup 0.09: git-based backup system for really huge datasets
,
Avery Pennarun
git-svn: Cannot lock the ref 'refs/remotes/tags/autotag_for_.'.
,
Tzafrir Cohen
Re: git-svn: Cannot lock the ref 'refs/remotes/tags/autotag_for_.'.
,
Tzafrir Cohen
Re: git-svn: Cannot lock the ref 'refs/remotes/tags/autotag_for_.'.
,
Tay Ray Chuan
Re: git-svn: Cannot lock the ref 'refs/remotes/tags/autotag_for_.'.
,
Tzafrir Cohen
[RFD] Notes are independent: proposal for new notes implementation
,
Jakub Narebski
Re: [RFD] Notes are independent: proposal for new notes implementation
,
Avery Pennarun
Re: [RFD] Notes are independent: proposal for new notes implementation
,
Jakub Narebski
Re: [RFD] Notes are independent: proposal for new notes implementation
,
Avery Pennarun
Re: [RFD] Notes are independent: proposal for new notes implementation
,
Jeff King
[PATCH 1/4] make_absolute_path(): Do not append redundant slash
,
Nguyễn Thái Ngọc Duy
[PATCH 2/4] rev-parse: make --git-dir return /.git instead of //.git
,
Nguyễn Thái Ngọc Duy
Re: [PATCH 2/4] rev-parse: make --git-dir return /.git instead of //.git
,
Johannes Sixt
Re: [PATCH 2/4] rev-parse: make --git-dir return /.git instead of //.git
,
Nguyen Thai Ngoc Duy
[PATCH 3/4] Support working directory located at root
,
Nguyễn Thái Ngọc Duy
Re: [PATCH 3/4] Support working directory located at root
,
Johannes Sixt
Re: [PATCH 3/4] Support working directory located at root
,
Nguyen Thai Ngoc Duy
[PATCH 4/4] Add test for using Git at root of file system
,
Nguyễn Thái Ngọc Duy
Re: [PATCH 4/4] Add test for using Git at root of file system
,
João Carlos Mendes Luís
Re: [PATCH 4/4] Add test for using Git at root of file system
,
Nguyen Thai Ngoc Duy
Re: [PATCH 1/4] make_absolute_path(): Do not append redundant slash
,
Johannes Sixt
Re: [PATCH 1/4] make_absolute_path(): Do not append redundant slash
,
Nguyen Thai Ngoc Duy
git + davfs2, is it safe?
,
Gábor Farkas
Re: git + davfs2, is it safe?
,
Shawn O. Pearce
[Announce] gitolite 1.0
,
Sitaram Chamarty
git diff-index with relative git-dir does not work
,
Yasushi SHOJI
Re: git diff-index with relative git-dir does not work
,
Nguyen Thai Ngoc Duy
Re: git diff-index with relative git-dir does not work
,
Yasushi SHOJI
Re: git diff-index with relative git-dir does not work
,
Nguyen Thai Ngoc Duy
[RFC PATCHv2 00/10] gitweb: Simple file based output caching
,
Jakub Narebski
[RFC PATCHv2 01/10] gitweb: href(..., -path_info => 0|1)
,
Jakub Narebski
[RFC PATCHv2 02/10] gitweb/cache.pm - Very simple file based caching
,
Jakub Narebski
[RFC PATCHv2 03/10] gitweb/cache.pm - Stat-based cache expiration
,
Jakub Narebski
[RFC PATCHv2 04/10] gitweb: Use Cache::Cache compatibile (get, set) output caching
,
Jakub Narebski
Re: [RFC PATCHv2 04/10] gitweb: Use Cache::Cache compatibile (get, set) output caching
,
Jakub Narebski
Re: [RFC PATCHv2 04/10] gitweb: Use Cache::Cache compatibile (get, set) output caching
,
Petr Baudis
Re: [RFC PATCHv2 04/10] gitweb: Use Cache::Cache compatibile (get, set) output caching
,
Jakub Narebski
Re: [RFC PATCHv2 04/10] gitweb: Use Cache::Cache compatibile (get, set) output caching
,
Petr Baudis
Re: [RFC PATCHv2 04/10] gitweb: Use Cache::Cache compatibile (get, set) output caching
,
Jakub Narebski
Re: [RFC PATCHv2 04/10] gitweb: Use Cache::Cache compatibile (get, set) output caching
,
Jakub Narebski
[RFC PATCHv2 10/10] gitweb: Show appropriate "Generating..." page when regenerating cache
,
Jakub Narebski
[RFC PATCHv2 05/10] gitweb/cache.pm - Adaptive cache expiration time
,
Jakub Narebski
[RFC PATCHv2 08/10] gitweb/cache.pm - Serve stale data when waiting for filling cache
,
Jakub Narebski
[RFC PATCHv2 09/10] gitweb/cache.pm - Regenerate (refresh) cache in background
,
Jakub Narebski
Re: [RFC PATCHv2 09/10] gitweb/cache.pm - Regenerate (refresh) cache in background
,
Jakub Narebski
[RFC PATCHv2 06/10] gitweb: Use CHI compatibile (compute method) caching
,
Jakub Narebski
[RFC PATCHv2 07/10] gitweb/cache.pm - Use locking to avoid 'cache miss stampede' problem
,
Jakub Narebski
Repository corrupt after push
,
Jeroen Michiel
<Possible follow-ups>
Repository corrupt after push
,
Jeroen Michiel
What's in git.git (Feb 2010, #01; Mon, 08)
,
Junio C Hamano
Re: [PATCH] Support working directory located at root
,
Johannes Sixt
Re: [PATCH] Support working directory located at root
,
Nguyen Thai Ngoc Duy
[ANNOUNCE] TortoiseGit 1.3.6.0 Release
,
Frank Li
[PATCH] blame: prevent a segv when -L given start > EOF
,
Jay Soffian
Re: [PATCH] blame: prevent a segv when -L given start > EOF
,
Jay Soffian
Re: [PATCH] blame: prevent a segv when -L given start > EOF
,
Junio C Hamano
Re: [PATCH] blame: prevent a segv when -L given start > EOF
,
Jay Soffian
Re: [PATCH] blame: prevent a segv when -L given start > EOF
,
Jay Soffian
Re: [PATCH] blame: prevent a segv when -L given start > EOF
,
Jay Soffian
Re: [PATCH] blame: prevent a segv when -L given start > EOF
,
Junio C Hamano
Re: [PATCH] blame: prevent a segv when -L given start > EOF
,
Johannes Sixt
Re: [PATCH] blame: prevent a segv when -L given start > EOF
,
Jay Soffian
Re: [PATCH] blame: prevent a segv when -L given start > EOF
,
Junio C Hamano
[PATCH v2] blame: prevent a segv when -L given start > EOF
,
Jay Soffian
OS X Unicode Normalization Hits Again
,
Brian Gernhardt
Re: OS X Unicode Normalization Hits Again
,
Junio C Hamano
[PATCH] t9302: Protect against OS X normalization
,
Brian Gernhardt
Re: [PATCH] t9302: Protect against OS X normalization
,
Jeff King
Re: [PATCH] t9302: Protect against OS X normalization
,
Jeff King
Re: [PATCH] t9302: Protect against OS X normalization
,
Junio C Hamano
Re: [PATCH] t9302: Protect against OS X normalization
,
Jeff King
Re: [PATCH] t9302: Protect against OS X normalization
,
Junio C Hamano
blame -L questions
,
Jay Soffian
Re: blame -L questions
,
Junio C Hamano
[PATCH] Generate a warning message if we find an unrecognized option.
,
Jeremy White
Re: [PATCH] Generate a warning message if we find an unrecognized option.
,
Jeff King
Re: [PATCH] Generate a warning message if we find an unrecognized option.
,
Junio C Hamano
Re: [PATCH] Generate a warning message if we find an unrecognized option.
,
Jeff King
Re: [PATCH] Generate a warning message if we find an unrecognized option.
,
David Aguilar
Re: [PATCH] Generate a warning message if we find an unrecognized option.
,
Jeff King
A Visual Git Reference
,
Mark Lodato
Re: A Visual Git Reference
,
Peter Baumann
Re: A Visual Git Reference
,
Mark Lodato
Re: A Visual Git Reference
,
Jon Seymour
Re: A Visual Git Reference
,
Mark Lodato
Re: A Visual Git Reference
,
Johannes Schindelin
Re: A Visual Git Reference
,
Daniel Barkalow
Re: A Visual Git Reference
,
Mark Lodato
Re: A Visual Git Reference
,
John J. Franey
Re: A Visual Git Reference
,
Jeff King
Re: A Visual Git Reference
,
Scott R. Godin
Re: A Visual Git Reference
,
Dilip M
Re: A Visual Git Reference
,
Michael Witten
Re: A Visual Git Reference
,
Jeff King
Re: A Visual Git Reference
,
Mark Lodato
Re: A Visual Git Reference
,
Michael Witten
Re: A Visual Git Reference
,
Tor Arvid Lund
Re: A Visual Git Reference
,
Tay Ray Chuan
git add -u nonexistent-file
,
SZEDER Gábor
Re: git add -u nonexistent-file
,
Chris Packham
Re: git add -u nonexistent-file
,
Jeff King
Re: git add -u nonexistent-file
,
Chris Packham
[PATCH] test for add with non-existent pathspec
,
Chris Packham
Re: git add -u nonexistent-file
,
Junio C Hamano
Re: git add -u nonexistent-file
,
Chris Packham
Re: git add -u nonexistent-file
,
Chris Packham
[PATCH 1/3] test for add with non-existent pathspec
,
Chris Packham
[PATCH 2/3] git add -u: give an error if pathspec unmatched
,
Chris Packham
[PATCH 3/3] t2200-add-update.sh: change expected fail to success
,
Chris Packham
Re: git add -u nonexistent-file
,
Junio C Hamano
Re: git add -u nonexistent-file
,
Jeff King
[PATCH] Documentation: git-add: correct first example
,
Greg Bacon
Re: [PATCH] Documentation: git-add: correct first example
,
Junio C Hamano
Re: [PATCH] Documentation: git-add: correct first example
,
Junio C Hamano
error: packfile size changed
,
Erik Faye-Lund
Re: error: packfile size changed
,
Erik Faye-Lund
[RFC PATCH] ls-tree: dump full tree if it was named as such
,
Thomas Rast
Message not available
Re: [RFC PATCH] ls-tree: dump full tree if it was named as such
,
Thomas Rast
Re: [RFC PATCH] ls-tree: dump full tree if it was named as such
,
Junio C Hamano
[PATCH] Revert "pack-objects: fix pack generation when using pack_size_limit"
,
Nicolas Pitre
Re: [PATCH] Revert "pack-objects: fix pack generation when using pack_size_limit"
,
Junio C Hamano
Re: [PATCH] Revert "pack-objects: fix pack generation when using pack_size_limit"
,
Nicolas Pitre
[PATCH] Support working directory located at root
,
Nguyễn Thái Ngọc Duy
Re: [PATCH] Support working directory located at root
,
Junio C Hamano
Re: [PATCH] Support working directory located at root
,
Nguyen Thai Ngoc Duy
Re: [PATCH] Support working directory located at root
,
Nguyen Thai Ngoc Duy
Re: [PATCH] Support working directory located at root
,
Johannes Sixt
[stgit] Documentation build error in proposed branch
,
Gustav Hållberg
Re: [stgit] Documentation build error in proposed branch
,
Catalin Marinas
[PATCH] filter-branch: Fix error message for --prune-empty --commit-filter
,
Jacob Helwig
[PATCH] filter-branch: Fix error message for --prune-empty --commit-filter
,
Jacob Helwig
Re: [PATCH] filter-branch: Fix error message for --prune-empty --commit-filter
,
Michael J Gruber
[PATCH] filter-branch: Fix error message for --prune-empty --commit-filter
,
Jacob Helwig
What's cooking in git.git (Feb 2010, #02; Sun, 07)
,
Junio C Hamano
Re: What's cooking in git.git (Feb 2010, #02; Sun, 07)
,
Johannes Sixt
[ANNOUNCE] Git 1.7.0.rc2
,
Junio C Hamano
Re: [ANNOUNCE] Git 1.7.0.rc2
,
Erik Faye-Lund
Unix root dir as a work tree
,
João Carlos Mendes Luís
Re: Unix root dir as a work tree
,
Nguyen Thai Ngoc Duy
Re: Unix root dir as a work tree
,
João Carlos Mendes Luís
Re: Unix root dir as a work tree
,
Nguyen Thai Ngoc Duy
[PATCH] git-gui: check whether systems nice command works or disable it
,
Heiko Voigt
Re: [PATCH] git-gui: check whether systems nice command works or disable it
,
Junio C Hamano
Re: [PATCH] git-gui: check whether systems nice command works or disable it
,
Shawn O. Pearce
[PATCH 0/2] gitweb: Improve escaping
,
Jakub Narebski
[PATCH 1/2] gitweb: esc_html (short) error message in die_error
,
Jakub Narebski
Re: [PATCH 1/2] gitweb: esc_html (short) error message in die_error
,
Jakub Narebski
[PATCH 2/2] gitweb: Protect escaping functions against calling on undef
,
Jakub Narebski
Re: [PATCH 2/2] gitweb: Protect escaping functions against calling on undef
,
Jakub Narebski
[PATCH] Documentation/SubmittingPatches: fix Gmail workaround advice
,
Aaron Crane
Re: [PATCH] Documentation/SubmittingPatches: fix Gmail workaround advice
,
Jay Soffian
Re: [PATCH] Documentation/SubmittingPatches: fix Gmail workaround advice
,
Junio C Hamano
Re: [PATCH] Documentation/SubmittingPatches: fix Gmail workaround advice
,
Aaron Crane
Re: [PATCH] Documentation/SubmittingPatches: fix Gmail workaround advice
,
Jonathan Nieder
Re: [PATCH] Documentation/SubmittingPatches: fix Gmail workaround advice
,
Jonathan Nieder
Re: [PATCH] Documentation/SubmittingPatches: fix Gmail workaround advice
,
Junio C Hamano
notes metadata?
,
Giuseppe Bilotta
Re: notes metadata?
,
Jon Seymour
Re: notes metadata?
,
Johan Herland
Re: notes metadata?
,
Giuseppe Bilotta
[PATCH] gitweb: Die if there are parsing errors in config file
,
Jakub Narebski
Re: [PATCH] gitweb: Die if there are parsing errors in config file
,
J.H.
Re: [PATCH] gitweb: Die if there are parsing errors in config file
,
Jakub Narebski
Re: [PATCH] gitweb: Die if there are parsing errors in config file
,
Jakub Narebski
Re: [PATCH] gitweb: Die if there are parsing errors in config file
,
Junio C Hamano
Re: [PATCH] gitweb: Die if there are parsing errors in config file
,
Jakub Narebski
[PATCH] Add a test for a problem in "rebase --whitespace=fix"
,
Björn Gustavsson
Re: [PATCH] Add a test for a problem in "rebase --whitespace=fix"
,
Junio C Hamano
Re: [PATCH] Add a test for a problem in "rebase --whitespace=fix"
,
Björn Gustavsson
Re: [PATCH] Add a test for a problem in "rebase --whitespace=fix"
,
Junio C Hamano
Re: [PATCH] Add a test for a problem in "rebase --whitespace=fix"
,
Björn Gustavsson
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]