aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* git-cvsimport.perl: Print "UNKNOWN LINE..." on stderr, not stdout.Jim Meyering2008-08-05
* Documentation: typos / spelling fixes in older RelNotesMike Ralphson2008-08-05
* git-name-rev: don't use printf without formatRené Scharfe2008-08-03
* git-name-rev: allow --name-only in combination with --stdinPieter de Bie2008-08-02
* builtin-name-rev.c: split deeply nested part from the main functionJunio C Hamano2008-08-02
* Start 1.5.6.5 RelNotes to describe accumulated fixesJunio C Hamano2008-08-01
* Make git-add -i accept ranges like 7-Ciaran McCreesh2008-08-01
* Update my e-mail addressJunio C Hamano2008-08-01
* git-diff(1): "--c" -> "--cc" typo fixJonathan Nieder2008-08-01
* git-submodule: move ill placed shift.Pierre Habouzit2008-08-01
* t/t4202-log.sh: add newline at end of fileBrandon Casey2008-08-01
* sort_in_topological_order(): avoid setting a commit flagJohannes Schindelin2008-08-01
* Documentation: clarify diff --ccJunio C Hamano2008-08-01
* Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam2008-08-01
* Documentation: fix diff.external exampleAnders Melchiorsen2008-08-01
* make sure parsed wildcard refspec ends with slashJunio C Hamano2008-08-01
* init: handle empty "template" parameterJeff King2008-08-01
* builtin-revert.c: typofixStephan Beyer2008-08-01
* Makefile: fix shell quotingJunio C Hamano2008-07-25
* tests: propagate $(TAR) down from the toplevel MakefileJunio C Hamano2008-07-25
* index-pack.c: correctly initialize appended objectsBjörn Steinbrink2008-07-25
* send-email: find body-encoding correctlyPeter Valdemar Mørch2008-07-25
* git-checkout: fix command line parsing.Pierre Habouzit2008-07-23
* fix usage string for git grepJonathan Nieder2008-07-20
* refresh-index: fix bitmask assignmentJunio C Hamano2008-07-20
* GIT 1.5.6.4v1.5.6.4Junio C Hamano2008-07-19
* builtin-rm: fix index lock file pathOlivier Marin2008-07-19
* Merge branch 'sp/maint-index-pack' into maintJunio C Hamano2008-07-18
|\
| * index-pack: Honor core.deltaBaseCacheLimit when resolving deltasShawn O. Pearce2008-07-15
| * index-pack: Track the object_entry that creates each base_dataShawn O. Pearce2008-07-15
| * index-pack: Chain the struct base_data on the stack for traversalShawn O. Pearce2008-07-15
| * index-pack: Refactor base arguments of resolve_delta into a structShawn O. Pearce2008-07-15
* | http-fetch: do not SEGV after fetching a bad pack idx fileJunio C Hamano2008-07-18
* | rev-list: honor --quiet optionJunio C Hamano2008-07-17
* | api-run-command.txt: typofixStephan Beyer2008-07-17
* | Start preparing 1.5.6.4 release notesJunio C Hamano2008-07-16
* | git fetch-pack: do not complain about "no common commits" in an empty repoJohannes Schindelin2008-07-16
* | Merge branch 'js/maint-pretty-mailmap' into maintJunio C Hamano2008-07-16
|\ \
| * | Add pretty format %aN which gives the author name, respecting .mailmapJohannes Schindelin2008-07-11
* | | Merge branch 'sp/maint-bash-completion-optim' into maintJunio C Hamano2008-07-16
|\ \ \
| * | | bash completion: Resolve git show ref:path<tab> losing ref: portionShawn O. Pearce2008-07-14
| * | | bash completion: Append space after file names have been completedShawn O. Pearce2008-07-13
| * | | bash completion: Don't offer "a.." as a completion for "a."Shawn O. Pearce2008-07-13
| * | | bash completion: Improve responsiveness of git-log completionShawn O. Pearce2008-07-13
| |/ /
* | | Merge branch 'sp/maint-pack-memuse' into maintJunio C Hamano2008-07-16
|\ \ \
| * | | Correct pack memory leak causing git gc to try to exceed ulimitShawn O. Pearce2008-07-09
| |/ /
* | | Merge branch 'ls/maint-mailinfo-patch-label' into maintJunio C Hamano2008-07-16
|\ \ \
| * | | git-mailinfo: Fix getting the subject from the in-body [PATCH] lineLukas Sandström2008-07-13
* | | | Merge branch 'js/maint-daemon-syslog' into maintJunio C Hamano2008-07-16
|\ \ \ \
| * | | | git daemon: avoid calling syslog() from a signal handlerJohannes Schindelin2008-07-06