aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Merge branch 'fixes'Junio C Hamano2005-10-10
|\ \ | |/
| * t5400-send-pack relies on a working cpioJohannes Schindelin2005-10-10
| * git.sh: quote all pathsJonas Fonseca2005-10-10
| * Teach git-status about spaces in file names also on MacOSXJohannes Schindelin2005-10-10
| * OpenBSD needs the strcasestr replacement.Junio C Hamano2005-10-10
| * Also force LC_ALL in test scripts.Junio C Hamano2005-10-09
* | The synopsis of the manpages should use the hyphenated versionChristian Meder2005-10-10
* | Convert usage of GIT and Git into gitChristian Meder2005-10-10
* | Remove the version tags from the manpagesJunio C Hamano2005-10-10
* | Make rsh.c use sq_quote_buf()H. Peter Anvin2005-10-10
* | Trivial optimizationH. Peter Anvin2005-10-10
* | Enhanced sq_quote()H. Peter Anvin2005-10-10
* | Deal with $(bindir) and friends with whitespaces.Junio C Hamano2005-10-10
* | Merge branch 'fixes'Junio C Hamano2005-10-09
|\ \ | |/
| * git-tag: update usage string and documentation.Junio C Hamano2005-10-09
| * ignore new git-diff index header when computing patch idsKai Ruemmler2005-10-09
| * Fix git-verify-tag for light-weight tagsPaolo 'Blaisorblade' Giarrusso2005-10-09
| * Make sure 'make install' does not have to rebuild templates.Junio C Hamano2005-10-09
| * Give proper prototype to gitstrcasestr.Junio C Hamano2005-10-08
* | Write .editmsg in GIT_DIR to avoid being in git-status.Santi_Béjar2005-10-09
* | Makefile: avoid error message from 'uname -o'Junio C Hamano2005-10-09
* | make $prefix available for sub-makefilesKai Ruemmler2005-10-08
* | Yank writing-back support from gitfakemmap.Junio C Hamano2005-10-08
* | [PATCH] If NO_MMAP is defined, fake mmap() and munmap()Johannes Schindelin2005-10-08
* | Also use 'track_object_refs = 0' in update-server-info.Junio C Hamano2005-10-08
* | Reduce memory usage in git-update-server-info.robfitz@273k.net2005-10-08
* | Create object subdirectories on demandLinus Torvalds2005-10-08
* | Merge branch 'fixes'Junio C Hamano2005-10-07
|\ \ | |/
| * teach git-status about spaces in filenamesKai Ruemmler2005-10-07
| * Fix wrong filename listing bug in git-ls-tree.robfitz@273k.net2005-10-07
| * s/checkout-cache/checkout-index/g for Documentation/git-ls-files.txtKai Ruemmler2005-10-07
* | Add git-am, applymbox replacement.Junio C Hamano2005-10-07
* | update-index: read --show-index-info output from standard input.Junio C Hamano2005-10-07
* | git-apply: parse index informationJunio C Hamano2005-10-07
* | Show original and resulting blob object info in diff output.Junio C Hamano2005-10-07
* | mailsplit: allow feeding mbox from standard input.Junio C Hamano2005-10-06
* | Describe new options to git-format-patch and git-mailsplit.Junio C Hamano2005-10-06
* | mailsplit: -d<prec>Junio C Hamano2005-10-06
* | git-format-patch: --stdout option.Junio C Hamano2005-10-06
* | Clean mail files after dealing with them.Junio C Hamano2005-10-06
* | Fall back to three-way merge when applying a patch.Junio C Hamano2005-10-06
* | Allow "-u" flag to tag signingLinus Torvalds2005-10-06
* | Do not require ls-remote to be run inside a git repository.Alex Riesen2005-10-06
* | git-shortlog: make the mailmap configurable.Junio C Hamano2005-10-06
* | Merge branch 'fixes'Junio C Hamano2005-10-05
|\ \ | |/
| * Fix usage of carets in git-rev-parse(1)Jonas Fonseca2005-10-05
| * clone-pack: use create_symref() instead of raw symlink.Junio C Hamano2005-10-05
| * Some typos and light editing of various manpagesChristian Meder2005-10-05
| * upload-pack: Do not choke on too many heads request.Junio C Hamano2005-10-05
| * [PATCH] Quote the missing GIT_DIR.Santi_Béjar2005-10-05