summaryrefslogtreecommitdiffstats
path: root/git-cvsimport.perl (unfollow)
Commit message (Expand)AuthorFilesLines
2005-10-10Make rsh.c use sq_quote_buf()H. Peter Anvin1-41/+5
2005-10-10Trivial optimizationH. Peter Anvin1-2/+1
2005-10-10Enhanced sq_quote()H. Peter Anvin2-24/+43
2005-10-10Deal with $(bindir) and friends with whitespaces.Junio C Hamano4-18/+36
2005-10-10git-tag: update usage string and documentation.Junio C Hamano2-4/+2
2005-10-10Write .editmsg in GIT_DIR to avoid being in git-status.Santi_Béjar1-12/+16
2005-10-10ignore new git-diff index header when computing patch idsKai Ruemmler1-0/+4
2005-10-10Fix git-verify-tag for light-weight tagsPaolo 'Blaisorblade' Giarrusso1-2/+6
2005-10-09Makefile: avoid error message from 'uname -o'Junio C Hamano1-7/+15
2005-10-09Make sure 'make install' does not have to rebuild templates.Junio C Hamano1-3/+6
2005-10-09make $prefix available for sub-makefilesKai Ruemmler2-3/+3
2005-10-09Yank writing-back support from gitfakemmap.Junio C Hamano1-69/+6
2005-10-09[PATCH] If NO_MMAP is defined, fake mmap() and munmap()Johannes Schindelin4-1/+135
2005-10-09Also use 'track_object_refs = 0' in update-server-info.Junio C Hamano1-0/+3
2005-10-09Reduce memory usage in git-update-server-info.robfitz@273k.net1-0/+10
2005-10-09Create object subdirectories on demandLinus Torvalds7-44/+88
2005-10-08Give proper prototype to gitstrcasestr.Junio C Hamano2-1/+5
2005-10-08teach git-status about spaces in filenamesKai Ruemmler1-3/+21
2005-10-08Fix wrong filename listing bug in git-ls-tree.robfitz@273k.net2-26/+189
2005-10-07s/checkout-cache/checkout-index/g for Documentation/git-ls-files.txtKai Ruemmler1-1/+1
2005-10-07Add git-am, applymbox replacement.Junio C Hamano2-1/+338
2005-10-07update-index: read --show-index-info output from standard input.Junio C Hamano1-0/+53
2005-10-07git-apply: parse index informationJunio C Hamano1-1/+76
2005-10-07Show original and resulting blob object info in diff output.Junio C Hamano8-55/+114
2005-10-07mailsplit: allow feeding mbox from standard input.Junio C Hamano2-86/+96
2005-10-06Describe new options to git-format-patch and git-mailsplit.Junio C Hamano2-2/+12
2005-10-06mailsplit: -d<prec>Junio C Hamano2-4/+12
2005-10-06git-format-patch: --stdout option.Junio C Hamano1-30/+42
2005-10-06Clean mail files after dealing with them.Junio C Hamano1-1/+5
2005-10-06Fall back to three-way merge when applying a patch.Junio C Hamano3-5/+86
2005-10-06Allow "-u" flag to tag signingLinus Torvalds2-11/+29
2005-10-06Do not require ls-remote to be run inside a git repository.Alex Riesen2-2/+2
2005-10-06git-shortlog: make the mailmap configurable.Junio C Hamano1-60/+83
2005-10-06Fix usage of carets in git-rev-parse(1)Jonas Fonseca2-11/+17
2005-10-06clone-pack: use create_symref() instead of raw symlink.Junio C Hamano1-8/+16
2005-10-06Some typos and light editing of various manpagesChristian Meder14-38/+39
2005-10-05upload-pack: Do not choke on too many heads request.Junio C Hamano3-16/+56
2005-10-05[PATCH] Quote the missing GIT_DIR.Santi_Béjar2-4/+4
2005-10-05[PATCH] Fix symbolic ref validationJonas Fonseca1-1/+1
2005-10-05[PATCH] hold_index_file_for_update should not unlink failed to open .lock fil...Alex Riesen1-4/+6
2005-10-05Fix diff-filter All-Or-None mark.Junio C Hamano1-1/+1
2005-10-05Record which tree the patch applies to.Junio C Hamano2-3/+11
2005-10-05git-applypatch: cleanup.Junio C Hamano1-7/+14
2005-10-05git-apply: retire unused/unimplemented --no-merge flag.Junio C Hamano2-22/+2
2005-10-05git-apply: allow operating in sparsely populated working tree.Junio C Hamano1-5/+30
2005-10-05Return error when not checking out an entry due to dirtiness.Junio C Hamano2-3/+8
2005-10-05Add missing documentation.Junio C Hamano2-0/+110
2005-10-04Remove useless use of sed in git-format-patch.Junio C Hamano1-5/+1
2005-10-04Leave an empty line between log and sign-off.Junio C Hamano1-4/+7
2005-10-04Remove unused external-diff script.Junio C Hamano1-67/+0