summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do a better job at guessing unknown character setsLinus Torvalds2007-07-181-4/+29
* Document "git stash message..."しらいしななこ2007-07-181-4/+7
* unpack-trees.c: assume submodules are clean during check-outSven Verdoolaege2007-07-182-25/+59
* Merge branch 'maint'Junio C Hamano2007-07-182-7/+36
|\
| * Force listingblocks to be monospaced in manpagesJulian Phillips2007-07-181-0/+6
| * Do not expect unlink(2) to fail on a directory.Junio C Hamano2007-07-181-7/+30
* | Update INSTALLJunio C Hamano2007-07-171-4/+3
* | Fix git-branch documentation when using remote refsFrancis Moreau2007-07-161-2/+2
* | git-svn: fix commiting renames over DAV with funky file namesEric Wong2007-07-154-0/+194
* | contrib/emacs/Makefile: Also install .el files.David Kastrup2007-07-151-1/+1
* | GIT v1.5.3-rc2v1.5.3-rc2Junio C Hamano2007-07-151-1/+15
* | Demote git-p4import to contrib status.Sean2007-07-153-0/+1
* | Remove p4 rpm from git.spec.in.Sean2007-07-151-20/+9
* | Remove "WITH_P4IMPORT" knob from the MakefileSean2007-07-151-26/+0
* | git-cvsserver: detect/diagnose write failure, etc.Jim Meyering2007-07-141-17/+33
* | Use $(RM) in Makefiles instead of 'rm -f'Emil Medve2007-07-145-43/+48
* | Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano2007-07-144-10/+200
|\ \
| * | Teach fast-import to recursively copy files/directoriesShawn O. Pearce2007-07-153-9/+195
| * | Fix git-p4 on Windows to not use the Posix sysconf function.Marius Storm-Olsen2007-07-141-1/+5
| * | Correct trivial typo in fast-import documentationShawn O. Pearce2007-07-101-1/+1
* | | Documentation/git-commit-tree: remove description of a nonexistent limitationJunio C Hamano2007-07-141-1/+1
* | | Make every builtin-*.c file #include "builtin.h"Peter Hagervall2007-07-1412-5/+17
* | | git-svn: remove leading slashes from fetch lines in the generate configEric Wong2007-07-141-1/+4
* | | Update .mailmapJunio C Hamano2007-07-141-0/+3
* | | Add contrib/stats/mailmap.pl scriptJunio C Hamano2007-07-141-0/+38
* | | Remove useless uses of cat, and replace with filename argumentsJosh Triplett2007-07-144-7/+8
* | | More permissive "git-rm --cached" behavior without -f.Matthieu Moy2007-07-133-7/+62
* | | Document new --date=<format>Junio C Hamano2007-07-131-2/+9
* | | Wire new date formats to --date=<format> parser.Junio C Hamano2007-07-131-0/+8
* | | Make show_rfc2822_date() just another date output format.Junio C Hamano2007-07-135-24/+21
* | | Support output ISO 8601 format datesRobin Rosenberg2007-07-134-2/+15
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2007-07-131-3/+3
|\ \ \
| * | | gitk: Fix bug introduced by previous commitPaul Mackerras2007-07-131-3/+3
* | | | Fix git-rebase -i to allow squashing of fast-forwardable commitsAlex Riesen2007-07-131-2/+3
* | | | lockfile.c: schedule remove_lock_file only once.Sven Verdoolaege2007-07-131-4/+4
* | | | send-email: discard blank around address in extract_valid_address as well.Stephen Rothwell2007-07-131-1/+1
* | | | make git-send-email.perl handle email addresses with no names when Email::Val...Greg KH2007-07-121-0/+1
* | | | Document git commit --untracked-files and --verboseJakub Narebski2007-07-121-1/+14
* | | | Document long options '--message=<msg>' and '--no-commit'Jakub Narebski2007-07-122-1/+2
* | | | Update git-merge documentation.Jakub Narebski2007-07-123-0/+21
* | | | Pack-objects: properly initialize the depth valueNicolas Pitre2007-07-121-0/+1
* | | | GIT v1.5.3-rc1v1.5.3-rc1Junio C Hamano2007-07-122-2/+10
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2007-07-121-190/+253
|\ \ \ \ | |/ / /
| * | | gitk: Improve handling of -- and ambiguous argumentsPaul Mackerras2007-07-121-20/+29
| * | | gitk: Use git log and add support for --left-rightPaul Mackerras2007-07-091-12/+34
| * | | gitk: Fix bug causing "can't read commitrow(0,n)" errorPaul Mackerras2007-07-091-2/+2
| * | | [PATCH] gitk: Fix for tree view ending in nested directoriesBrian Downing2007-07-091-0/+3
| * | | gitk: Remove the unused stopfindproc functionPaul Mackerras2007-07-041-19/+0
| * | | gitk: Fix bug in the anc_or_desc routinePaul Mackerras2007-07-041-1/+2
| * | | gitk: Fix the find and highlight functionsPaul Mackerras2007-07-041-138/+185