summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mailsplit: allow feeding mbox from standard input.Junio C Hamano2005-10-062-86/+96
* Describe new options to git-format-patch and git-mailsplit.Junio C Hamano2005-10-062-2/+12
* mailsplit: -d<prec>Junio C Hamano2005-10-062-4/+12
* git-format-patch: --stdout option.Junio C Hamano2005-10-061-30/+42
* Clean mail files after dealing with them.Junio C Hamano2005-10-061-1/+5
* Fall back to three-way merge when applying a patch.Junio C Hamano2005-10-063-5/+86
* Allow "-u" flag to tag signingLinus Torvalds2005-10-062-11/+29
* Do not require ls-remote to be run inside a git repository.Alex Riesen2005-10-062-2/+2
* git-shortlog: make the mailmap configurable.Junio C Hamano2005-10-061-60/+83
* Merge branch 'fixes'Junio C Hamano2005-10-0525-83/+140
|\
| * Fix usage of carets in git-rev-parse(1)Jonas Fonseca2005-10-052-11/+17
| * clone-pack: use create_symref() instead of raw symlink.Junio C Hamano2005-10-051-8/+16
| * Some typos and light editing of various manpagesChristian Meder2005-10-0514-38/+39
| * upload-pack: Do not choke on too many heads request.Junio C Hamano2005-10-053-16/+56
| * [PATCH] Quote the missing GIT_DIR.Santi_BĂ©jar2005-10-052-4/+4
| * [PATCH] Fix symbolic ref validationJonas Fonseca2005-10-051-1/+1
| * [PATCH] hold_index_file_for_update should not unlink failed to open .lock fil...Alex Riesen2005-10-051-4/+6
| * Fix diff-filter All-Or-None mark.Junio C Hamano2005-10-041-1/+1
* | Record which tree the patch applies to.Junio C Hamano2005-10-042-3/+11
* | git-applypatch: cleanup.Junio C Hamano2005-10-041-7/+14
* | git-apply: retire unused/unimplemented --no-merge flag.Junio C Hamano2005-10-042-22/+2
* | git-apply: allow operating in sparsely populated working tree.Junio C Hamano2005-10-041-5/+30
* | Return error when not checking out an entry due to dirtiness.Junio C Hamano2005-10-042-3/+8
* | Merge branch 'fixes'Junio C Hamano2005-10-046-77/+145
|\ \ | |/
| * Add missing documentation.Junio C Hamano2005-10-042-0/+110
| * Remove useless use of sed in git-format-patch.Junio C Hamano2005-10-041-5/+1
| * Leave an empty line between log and sign-off.Junio C Hamano2005-10-031-4/+7
| * Remove unused external-diff script.Junio C Hamano2005-10-031-67/+0
| * [PATCH] Limit the number of requests outstanding in ssh-fetch.Daniel Barkalow2005-10-031-1/+27
* | On Cygwin, use symbolic ref, not a symbolic link, to express .git/HEADJunio C Hamano2005-10-031-0/+1
* | Merge branch 'fixes'Junio C Hamano2005-10-032-7/+16
|\ \ | |/
| * Avoid compiler warning.Junio C Hamano2005-10-031-1/+1
| * Make sure get_sha1 does not accept ambiguous sha1 prefix (again).Junio C Hamano2005-10-031-6/+15
* | Merge with master.kernel.org:/pub/scm/git/git.gitPeter Anvin2005-10-0332-218/+299
|\ \
| * \ Merge branch 'fixes'Junio C Hamano2005-10-0332-218/+299
| |\ \ | | |/
| | * git-pull: do not barf on -a flag meant for git-fetch.Junio C Hamano2005-10-031-1/+2
| | * [PATCH] Random documentation fixesJonas Fonseca2005-10-0326-192/+209
| | * Error message from get_sha1() on ambiguous short SHA1.Junio C Hamano2005-10-031-1/+1
| | * [PATCH] Enable and fix support for base less merges.Fredrik Kuivinen2005-10-033-3/+9
| | * Make sure get_sha1 does not accept ambiguous sha1 prefix.Junio C Hamano2005-10-021-21/+68
| | * Fix minor DOS in rev-list.Junio C Hamano2005-10-021-1/+11
* | | [PATCH] Merging the Cygwin changesJunio C Hamano2005-10-031-5/+1
* | | Merge with master.kernel.org:/pub/scm/git/git.gitPeter Anvin2005-10-0344-451/+1360
|\ \ \ | |/ /
| * | Post 0.99.8 master branchJunio C Hamano2005-10-021-1/+1
| |/
| * GIT 0.99.8v0.99.8Junio C Hamano2005-10-022-1/+7
| * [PATCH] Update git-clone documentationEric W. Biederman2005-10-021-1/+14
| * Handle really trivial case inside git-merge.Junio C Hamano2005-10-021-1/+21
| * read-tree: --trivialLinus Torvalds2005-10-021-0/+12
| * [PATCH] Teach git-ls-files about '--' to denote end of options.Fredrik Kuivinen2005-10-023-2/+82
| * [PATCH] Teach the recursive merge strategy about renames.Fredrik Kuivinen2005-10-021-185/+601