summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the version tags from the manpagesJunio C Hamano2005-10-1064-64/+0
* Make rsh.c use sq_quote_buf()H. Peter Anvin2005-10-101-41/+5
* Trivial optimizationH. Peter Anvin2005-10-101-2/+1
* Enhanced sq_quote()H. Peter Anvin2005-10-102-24/+43
* Deal with $(bindir) and friends with whitespaces.Junio C Hamano2005-10-104-18/+36
* Merge branch 'fixes'Junio C Hamano2005-10-097-10/+23
|\
| * git-tag: update usage string and documentation.Junio C Hamano2005-10-092-4/+2
| * ignore new git-diff index header when computing patch idsKai Ruemmler2005-10-091-0/+4
| * Fix git-verify-tag for light-weight tagsPaolo 'Blaisorblade' Giarrusso2005-10-091-2/+6
| * Make sure 'make install' does not have to rebuild templates.Junio C Hamano2005-10-091-3/+6
| * Give proper prototype to gitstrcasestr.Junio C Hamano2005-10-082-1/+5
* | Write .editmsg in GIT_DIR to avoid being in git-status.Santi_Béjar2005-10-091-12/+16
* | Makefile: avoid error message from 'uname -o'Junio C Hamano2005-10-091-7/+15
* | make $prefix available for sub-makefilesKai Ruemmler2005-10-082-3/+3
* | Yank writing-back support from gitfakemmap.Junio C Hamano2005-10-081-69/+6
* | [PATCH] If NO_MMAP is defined, fake mmap() and munmap()Johannes Schindelin2005-10-084-1/+135
* | Also use 'track_object_refs = 0' in update-server-info.Junio C Hamano2005-10-081-0/+3
* | Reduce memory usage in git-update-server-info.robfitz@273k.net2005-10-081-0/+10
* | Create object subdirectories on demandLinus Torvalds2005-10-087-44/+88
* | Merge branch 'fixes'Junio C Hamano2005-10-074-30/+211
|\ \ | |/
| * teach git-status about spaces in filenamesKai Ruemmler2005-10-071-3/+21
| * Fix wrong filename listing bug in git-ls-tree.robfitz@273k.net2005-10-072-26/+189
| * s/checkout-cache/checkout-index/g for Documentation/git-ls-files.txtKai Ruemmler2005-10-071-1/+1
* | Add git-am, applymbox replacement.Junio C Hamano2005-10-072-1/+338
* | update-index: read --show-index-info output from standard input.Junio C Hamano2005-10-071-0/+53
* | git-apply: parse index informationJunio C Hamano2005-10-071-1/+76
* | Show original and resulting blob object info in diff output.Junio C Hamano2005-10-078-55/+114
* | 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