summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GIT 1.5.6.5v1.5.6.5Junio C Hamano2008-08-063-11/+10
* Files given on the command line are relative to $cwdJunio C Hamano2008-08-066-5/+72
* fix diff-tree --stdin documentationJunio C Hamano2008-08-051-3/+3
* RelNotes 1.5.6.5 updatesJunio C Hamano2008-08-051-0/+13
* diff.renamelimit is a basic diff configurationLinus Torvalds2008-08-051-4/+5
* git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.Jim Meyering2008-08-051-1/+1
* Documentation: typos / spelling fixes in older RelNotesMike Ralphson2008-08-054-6/+6
* git-name-rev: don't use printf without formatRené Scharfe2008-08-031-7/+5
* git-name-rev: allow --name-only in combination with --stdinPieter de Bie2008-08-022-4/+8
* builtin-name-rev.c: split deeply nested part from the main functionJunio C Hamano2008-08-021-37/+41
* Start 1.5.6.5 RelNotes to describe accumulated fixesJunio C Hamano2008-08-012-1/+20
* Make git-add -i accept ranges like 7-Ciaran McCreesh2008-08-012-5/+6
* Update my e-mail addressJunio C Hamano2008-08-0143-43/+43
* git-diff(1): "--c" -> "--cc" typo fixJonathan Nieder2008-08-011-1/+1
* git-submodule: move ill placed shift.Pierre Habouzit2008-08-011-1/+1
* t/t4202-log.sh: add newline at end of fileBrandon Casey2008-08-011-1/+2
* sort_in_topological_order(): avoid setting a commit flagJohannes Schindelin2008-08-013-8/+65
* Documentation: clarify diff --ccJunio C Hamano2008-08-012-8/+8
* Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam2008-08-012-0/+30
* Documentation: fix diff.external exampleAnders Melchiorsen2008-08-012-5/+7
* make sure parsed wildcard refspec ends with slashJunio C Hamano2008-08-012-18/+64
* init: handle empty "template" parameterJeff King2008-08-012-0/+28
* builtin-revert.c: typofixStephan Beyer2008-08-011-1/+1
* Makefile: fix shell quotingJunio C Hamano2008-07-252-7/+10
* tests: propagate $(TAR) down from the toplevel MakefileJunio C Hamano2008-07-252-1/+1
* index-pack.c: correctly initialize appended objectsBjörn Steinbrink2008-07-251-0/+4
* send-email: find body-encoding correctlyPeter Valdemar Mørch2008-07-251-1/+1
* git-checkout: fix command line parsing.Pierre Habouzit2008-07-231-1/+2
* fix usage string for git grepJonathan Nieder2008-07-201-1/+1
* refresh-index: fix bitmask assignmentJunio C Hamano2008-07-202-1/+90
* GIT 1.5.6.4v1.5.6.4Junio C Hamano2008-07-191-6/+10
* builtin-rm: fix index lock file pathOlivier Marin2008-07-192-5/+17
* Merge branch 'sp/maint-index-pack' into maintJunio C Hamano2008-07-181-29/+113
|\
| * index-pack: Honor core.deltaBaseCacheLimit when resolving deltasShawn O. Pearce2008-07-151-2/+46
| * index-pack: Track the object_entry that creates each base_dataShawn O. Pearce2008-07-151-6/+12
| * index-pack: Chain the struct base_data on the stack for traversalShawn O. Pearce2008-07-151-3/+31
| * index-pack: Refactor base arguments of resolve_delta into a structShawn O. Pearce2008-07-151-27/+33
* | http-fetch: do not SEGV after fetching a bad pack idx fileJunio C Hamano2008-07-181-0/+2
* | rev-list: honor --quiet optionJunio C Hamano2008-07-171-4/+1
* | api-run-command.txt: typofixStephan Beyer2008-07-171-1/+1
* | Start preparing 1.5.6.4 release notesJunio C Hamano2008-07-162-1/+44
* | git fetch-pack: do not complain about "no common commits" in an empty repoJohannes Schindelin2008-07-161-1/+2
* | Merge branch 'js/maint-pretty-mailmap' into maintJunio C Hamano2008-07-162-2/+27
|\ \
| * | Add pretty format %aN which gives the author name, respecting .mailmapJohannes Schindelin2008-07-112-2/+27
* | | Merge branch 'sp/maint-bash-completion-optim' into maintJunio C Hamano2008-07-161-18/+50
|\ \ \
| * | | bash completion: Resolve git show ref:path<tab> losing ref: portionShawn O. Pearce2008-07-141-2/+25
| * | | bash completion: Append space after file names have been completedShawn O. Pearce2008-07-131-1/+9
| * | | bash completion: Don't offer "a.." as a completion for "a."Shawn O. Pearce2008-07-131-3/+0
| * | | bash completion: Improve responsiveness of git-log completionShawn O. Pearce2008-07-131-12/+16
| |/ /
* | | Merge branch 'sp/maint-pack-memuse' into maintJunio C Hamano2008-07-161-0/+1
|\ \ \