summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix deleting reflog entries from HEAD reflogJunio C Hamano2008-08-102-3/+3
* reflog test: add more tests for 'reflog delete'Pieter de Bie2008-08-101-4/+18
* Documentation: rev-list-options: Fix -g paragraph formattingThomas Rast2008-08-101-2/+2
* asciidoc markup fixesJunio C Hamano2008-08-073-5/+5
* Merge branch 'lt/config-fsync' into maintJunio C Hamano2008-08-075-21/+74
|\
| * Add config option to enable 'fsync()' of object filesLinus Torvalds2008-06-185-1/+17
| * Split up default "i18n" and "branch" config parsing into helper routinesLinus Torvalds2008-06-181-11/+29
| * Split up default "user" config parsing into helper routineLinus Torvalds2008-06-181-4/+13
| * Split up default "core" config parsing into helper routineLinus Torvalds2008-06-181-16/+26
* | Merge branch 'jc/reflog-expire' into maintJunio C Hamano2008-08-071-19/+137
|\ \
| * | Make default expiration period of reflog used for stash infiniteJunio C Hamano2008-06-281-0/+11
| * | Per-ref reflog expiry configurationJunio C Hamano2008-06-281-19/+126
* | | Merge branch 'ag/rewrite_one' into maintJunio C Hamano2008-08-071-6/+24
|\ \ \
| * | | Fix quadratic performance in rewrite_one.Alexander N. Gavrilov2008-07-131-6/+24
* | | | Fail properly when cloning from invalid HTTP URLPetr Baudis2008-08-071-8/+5
* | | | 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