Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-16GIT v1.5.3-rc2v1.5.3-rc2Junio C Hamano
2007-07-16Demote git-p4import to contrib status.Sean
2007-07-16Remove p4 rpm from git.spec.in.Sean
2007-07-16Remove "WITH_P4IMPORT" knob from the MakefileSean
2007-07-15git-cvsserver: detect/diagnose write failure, etc.Jim Meyering
2007-07-15Use $(RM) in Makefiles instead of 'rm -f'Emil Medve
2007-07-15Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-07-15Documentation/git-commit-tree: remove description of a nonexistent limitationJunio C Hamano
2007-07-15Make every builtin-*.c file #include "builtin.h"Peter Hagervall
2007-07-15Teach fast-import to recursively copy files/directoriesShawn O. Pearce
2007-07-15Fix git-p4 on Windows to not use the Posix sysconf function.Marius Storm-Olsen
2007-07-15git-svn: remove leading slashes from fetch lines in the generate configEric Wong
2007-07-15Update .mailmapJunio C Hamano
2007-07-15Add contrib/stats/mailmap.pl scriptJunio C Hamano
2007-07-14Remove useless uses of cat, and replace with filename argumentsJosh Triplett
2007-07-14More permissive "git-rm --cached" behavior without -f.Matthieu Moy
2007-07-14Document new --date=<format>Junio C Hamano
2007-07-14Wire new date formats to --date=<format> parser.Junio C Hamano
2007-07-14Make show_rfc2822_date() just another date output format.Junio C Hamano
2007-07-14Support output ISO 8601 format datesRobin Rosenberg
2007-07-14Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2007-07-14Fix git-rebase -i to allow squashing of fast-forwardable commitsAlex Riesen
2007-07-13lockfile.c: schedule remove_lock_file only once.Sven Verdoolaege
2007-07-13send-email: discard blank around address in extract_valid_address as well.Stephen Rothwell
2007-07-13make git-send-email.perl handle email addresses with no names when Email::Val...Greg KH
2007-07-13gitk: Fix bug introduced by previous commitPaul Mackerras
2007-07-13Document git commit --untracked-files and --verboseJakub Narebski
2007-07-13Document long options '--message=<msg>' and '--no-commit'Jakub Narebski
2007-07-13Update git-merge documentation.Jakub Narebski
2007-07-13Pack-objects: properly initialize the depth valueNicolas Pitre
2007-07-13GIT v1.5.3-rc1v1.5.3-rc1Junio C Hamano
2007-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2007-07-13gitweb: new cgi parameter: optMiklos Vajna
2007-07-13Add missing functions to contrib/emacs/vc-git.elDavid Kastrup
2007-07-13Documentation for git-log --followSteven Walter
2007-07-13reduce git-pack-objects memory usage a little moreNicolas Pitre
2007-07-13Add documentation for --window-memory, pack.windowMemoryBrian Downing
2007-07-13Add --window-memory option to git-repackBrian Downing
2007-07-13Add pack-objects window memory usage limitBrian Downing
2007-07-13Add functions for parsing integers with size suffixesBrian Downing
2007-07-13Support fetching the memory usage of a delta indexBrian Downing
2007-07-13Don't try to delta if target is much smaller than sourceBrian Downing
2007-07-13Correct shebang line for contrib/stats/packinfo.plBrian Downing
2007-07-13script to display a distribution of longest common hash prefixesNicolas Pitre
2007-07-13apply delta depth bias to already deltified objectsNicolas Pitre
2007-07-13Update list of older git docsJunio C Hamano
2007-07-13Merge commit 'git-gui/master'Junio C Hamano
2007-07-13Merge branch 'maint'Junio C Hamano
2007-07-12GIT 1.5.2.4v1.5.2.4Junio C Hamano
2007-07-12gitk: Improve handling of -- and ambiguous argumentsPaul Mackerras