aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* -u is now default for 'git-applymbox'Junio C Hamano2007-01-09
* git-am: should work when "--no-utf8 --utf8" is givenJunio C Hamano2007-01-09
* Don't die in git-http-fetch when fetching packs.Shawn O. Pearce2007-01-09
* Update git-svn manpage to remove the implication that SVN::* is optional.Steven Grimm2007-01-09
* Replacing the system call pread() with lseek()/xread()/lseek() sequence.Stefan-W. Hahn2007-01-09
* gitweb: Fix git_patchset_body not closing <div class="patch">Jakub Narebski2007-01-09
* git.el: Define the propertize function if needed, for XEmacs compatibility.Alexandre Julliard2007-01-09
* git-clone: Make sure the master branch exists before running cat on it.Alexandre Julliard2007-01-09
* git-apply: Remove directories that have become empty after deleting a file.Alexandre Julliard2007-01-09
* get_tree_entry: map blank requested entry to tree rootJeff King2007-01-09
* builtin-archive: do not free a tree held by the object layer.Junio C Hamano2007-01-09
* Merge branch 'maint'Junio C Hamano2007-01-09
|\
| * Fix "Do not ignore a detected patchfile brokenness."Junio C Hamano2007-01-09
| * Do not ignore a detected patchfile brokenness.Junio C Hamano2007-01-09
* | merge-base: do not leak commit listJunio C Hamano2007-01-08
* | Auto-quote config values in config.c:store_write_pair()Brian Gernhardt2007-01-08
* | Ignore git-init and git-remoteBrian Gernhardt2007-01-08
* | rm git-rerere.perl -- it is now a built-in.Junio C Hamano2007-01-08
* | cvsserver: fix revision number during file addsMartin Langhoff2007-01-08
* | cvsserver: detect early of we are up to date and avoid costly rev-listMartin Langhoff2007-01-08
* | Documentation: add git-remote man pageJ. Bruce Fields2007-01-08
* | Merge branch 'jc/reflog'Junio C Hamano2007-01-08
|\ \
| * | reflog --fix-stale: do not check the same trees and commits repeatedly.Junio C Hamano2007-01-06
| * | reflog expire --fix-staleJunio C Hamano2007-01-06
| * | Move traversal of reachable objects into a separate library.Junio C Hamano2007-01-06
| * | builtin-prune: separate ref walking from reflog walking.Junio C Hamano2007-01-06
| * | builtin-prune: make file-scope static struct to an argument.Junio C Hamano2007-01-06
* | | short i/o: fix config updates to use write_in_fullAndy Whitcroft2007-01-08
* | | short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-08
* | | short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-08
* | | short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft2007-01-08
* | | --prune is now default for 'pack-refs'Junio C Hamano2007-01-08
* | | --utf8 is now default for 'git-am'Junio C Hamano2007-01-08
* | | git-commit: do not fail to print the diffstat even if there is a file named HEADMichael Loeffler2007-01-08
* | | ssh-upload: prevent buffer overrunAndy Whitcroft2007-01-08
* | | cvsimport: cleanup temporary cvsps fileMartin Langhoff2007-01-08
* | | cvsimport: document -S and -L optionsMartin Langhoff2007-01-08
* | | cvsimport: skip commits that are too recent (option and documentation)Martin Langhoff2007-01-08
* | | git-svn: pass an unambiguous ref to rev-list when grafting-branchesEric Wong2007-01-07
* | | git-svn: add --prefix= option to multi-initEric Wong2007-01-07
* | | Documentation: clarify definition of "reachable"J. Bruce Fields2007-01-07
* | | git-svnimport: fix edge revisions double importingSasha Khapyorsky2007-01-07
* | | cvsimport: skip commits that are too recentMartin Langhoff2007-01-07
* | | gitweb: Remove superfluous "|" in "commit" viewJakub Narebski2007-01-07
* | | Remove unnecessary git-rm --cached reference from status outputJürgen Rühle2007-01-07
* | | "init-db" can really be just "init"Nicolas Pitre2007-01-07
* | | Merge branch 'sp/mmap'Junio C Hamano2007-01-07
|\ \ \
| * | | Spell default packedgitlimit slightly differentlyJunio C Hamano2007-01-07
| * | | Increase packedGit{Limit,WindowSize} on 64 bit systems.Shawn O. Pearce2007-01-06
| * | | Update packedGit config option documentation.Shawn O. Pearce2006-12-30