summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid using va_copy in fast-import: it seems to be unportable.Alex Riesen2007-08-211-7/+6
* git clone: do not issue warning while cloning locally across filesystemsJunio C Hamano2007-08-211-1/+4
* Fix misspelling of 'suppress' in docsDave Watson2007-08-202-2/+2
* Document what the stage numbers in the :$n:path syntax mean.Steven Grimm2007-08-201-1/+4
* Don't allow combination of -g and --reverse as it doesn't workShawn O. Pearce2007-08-203-0/+7
* Add the word reflog to Documentation/config.txt:core.logAllRefUpdatesLukas Sandström2007-08-201-1/+1
* Add and document a global --no-pager option for git.Matthieu Moy2007-08-192-2/+10
* Take binary diffs into account for "git rebase"Linus Torvalds2007-08-191-4/+0
* Make thin-pack generation subproject aware.Linus Torvalds2007-08-192-0/+54
* Correct documentation of 'reflog show' to explain it shows HEADShawn O. Pearce2007-08-191-1/+2
* Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-08-191-1/+6
|\
| * git-gui: Added support for OS X right clickgitgui-0.8.1Väinö Järvelä2007-08-041-0/+3
| * git-gui: Avoid Tcl error in popup menu on diff viewerShawn O. Pearce2007-08-031-1/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2007-08-191-6/+39
|\ \
| * | [PATCH] gitk: Make the date/time display configurableArjen Laarhoven2007-08-151-2/+5
| * | [PATCH] gitk: Let user easily specify lines of context in diff viewSteffen Prohaska2007-08-151-2/+32
| * | gitk: Fix warning when removing a branchPaul Mackerras2007-08-151-2/+2
* | | fast-import pull requestJunio C Hamano2007-08-191-3/+5
* | | Include recent command history in fast-import crash reportsShawn O. Pearce2007-08-191-4/+58
* | | Generate crash reports on die in fast-importShawn O. Pearce2007-08-191-0/+93
* | | Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce2007-08-193-0/+84
* | | Make trailing LF optional for all fast-import commandsShawn O. Pearce2007-08-193-17/+74
* | | Make trailing LF following fast-import `data` commands optionalShawn O. Pearce2007-08-193-5/+39
* | | Teach fast-import to ignore lines starting with '#'Shawn O. Pearce2007-08-193-2/+69
* | | Use handy ALLOC_GROW macro in fast-import when possibleShawn O. Pearce2007-08-191-6/+1
* | | Actually allow TAG_FIXUP branches in fast-importShawn O. Pearce2007-08-192-1/+52
* | | Fix whitespace in "Format of STDIN stream" of fast-importAlex Riesen2007-08-191-11/+11
* | | git-completion.bash - add support for git-bundleMark Levedahl2007-08-191-0/+32
* | | Clarify commit-tree documentationMike Hommey2007-08-181-9/+6
* | | Minor clarifications to git-filter-branch usage and docBrian Gernhardt2007-08-182-2/+2
* | | Fix small typo in git send-email man page.Sean Estabrooks2007-08-181-1/+1
* | | git-submodule: re-enable 'status' as the default subcommandLars Hjemli2007-08-171-1/+1
* | | Clean-up read-tree error condition.Junio C Hamano2007-08-171-6/+3
* | | Clarify actual behavior of 'git add' and ignored filesBrian Downing2007-08-171-4/+6
* | | t1301-shared-repo.sh: fix 'stat' portability issueArjen Laarhoven2007-08-171-1/+10
* | | Documentation/git-rebase: fix an exampleJunio C Hamano2007-08-161-1/+1
* | | git-clone: allow --bare cloneJunio C Hamano2007-08-162-2/+10
* | | pack-objects: remove bogus arguments to delta_cacheable()Nicolas Pitre2007-08-161-4/+3
* | | git-apply: apply submodule changesSven Verdoolaege2007-08-163-25/+117
* | | Update documentation links for older releases.Junio C Hamano2007-08-161-1/+2
* | | Merge branch 'maint' to sync with 1.5.2.5Junio C Hamano2007-08-163-20/+92
|\ \ \
| * | | GIT 1.5.2.5v1.5.2.5Junio C Hamano2007-08-163-2/+32
| * | | git-add -u paths... now works from subdirectorySalikh Zakirov2007-08-152-4/+18
| * | | Fix "git add -u" data corruption.Junio C Hamano2007-08-152-16/+44
* | | | Fix read-tree merging more than 3 trees using 3-way mergeJunio C Hamano2007-08-161-2/+6
* | | | path-list.c: always free strdup'ed pathsRené Scharfe2007-08-152-7/+9
* | | | git-svn: fix log with single revision against a non-HEAD branchEric Wong2007-08-152-9/+63
* | | | GIT 1.5.3-rc5v1.5.3-rc5Junio C Hamano2007-08-151-19/+62
* | | | attr.c: read .gitattributes from index as well.Junio C Hamano2007-08-153-11/+150
* | | | attr.c: refactoringJunio C Hamano2007-08-151-26/+41