summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-10-10Remove the version tags from the manpagesJunio C Hamano
2005-10-10Make rsh.c use sq_quote_buf()H. Peter Anvin
2005-10-10Trivial optimizationH. Peter Anvin
2005-10-10Enhanced sq_quote()H. Peter Anvin
2005-10-10Deal with $(bindir) and friends with whitespaces.Junio C Hamano
2005-10-10Merge branch 'fixes'Junio C Hamano
2005-10-10git-tag: update usage string and documentation.Junio C Hamano
2005-10-10Write .editmsg in GIT_DIR to avoid being in git-status.Santi_Béjar
2005-10-09ignore new git-diff index header when computing patch idsKai Ruemmler
2005-10-09Fix git-verify-tag for light-weight tagsPaolo 'Blaisorblade' Giarrusso
2005-10-09Makefile: avoid error message from 'uname -o'Junio C Hamano
2005-10-09Make sure 'make install' does not have to rebuild templates.Junio C Hamano
2005-10-08make $prefix available for sub-makefilesKai Ruemmler
2005-10-08Yank writing-back support from gitfakemmap.Junio C Hamano
2005-10-08[PATCH] If NO_MMAP is defined, fake mmap() and munmap()Johannes Schindelin
2005-10-08Also use 'track_object_refs = 0' in update-server-info.Junio C Hamano
2005-10-08Reduce memory usage in git-update-server-info.robfitz@273k.net
2005-10-08Create object subdirectories on demandLinus Torvalds
2005-10-08Give proper prototype to gitstrcasestr.Junio C Hamano
2005-10-08Merge branch 'fixes'Junio C Hamano
2005-10-07teach git-status about spaces in filenamesKai Ruemmler
2005-10-07Fix wrong filename listing bug in git-ls-tree.robfitz@273k.net
2005-10-07s/checkout-cache/checkout-index/g for Documentation/git-ls-files.txtKai Ruemmler
2005-10-07Add git-am, applymbox replacement.Junio C Hamano
2005-10-07update-index: read --show-index-info output from standard input.Junio C Hamano
2005-10-07git-apply: parse index informationJunio C Hamano
2005-10-07Show original and resulting blob object info in diff output.Junio C Hamano
2005-10-06mailsplit: allow feeding mbox from standard input.Junio C Hamano
2005-10-06Describe new options to git-format-patch and git-mailsplit.Junio C Hamano
2005-10-06mailsplit: -d<prec>Junio C Hamano
2005-10-06git-format-patch: --stdout option.Junio C Hamano
2005-10-06Clean mail files after dealing with them.Junio C Hamano
2005-10-06Fall back to three-way merge when applying a patch.Junio C Hamano
2005-10-06Allow "-u" flag to tag signingLinus Torvalds
2005-10-06Do not require ls-remote to be run inside a git repository.Alex Riesen
2005-10-06git-shortlog: make the mailmap configurable.Junio C Hamano
2005-10-05Merge branch 'fixes'Junio C Hamano
2005-10-05Fix usage of carets in git-rev-parse(1)Jonas Fonseca
2005-10-05clone-pack: use create_symref() instead of raw symlink.Junio C Hamano
2005-10-05Some typos and light editing of various manpagesChristian Meder
2005-10-05upload-pack: Do not choke on too many heads request.Junio C Hamano
2005-10-05[PATCH] Quote the missing GIT_DIR.Santi_Béjar
2005-10-05[PATCH] Fix symbolic ref validationJonas Fonseca
2005-10-05[PATCH] hold_index_file_for_update should not unlink failed to open .lock fil...Alex Riesen
2005-10-05Fix diff-filter All-Or-None mark.Junio C Hamano
2005-10-05Record which tree the patch applies to.Junio C Hamano
2005-10-05git-applypatch: cleanup.Junio C Hamano
2005-10-05git-apply: retire unused/unimplemented --no-merge flag.Junio C Hamano
2005-10-05git-apply: allow operating in sparsely populated working tree.Junio C Hamano
2005-10-05Return error when not checking out an entry due to dirtiness.Junio C Hamano