summaryrefslogtreecommitdiffstats
path: root/t/t6025-merge-symlinks.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-26user-manual: fix incorrect header levelJ. Bruce Fields1-1/+1
2007-08-26user-manual: use pithier example commitJ. Bruce Fields1-25/+20
2007-08-26user-manual: introduce the word "commit" earlierJ. Bruce Fields1-5/+5
2007-08-26user-manual: minor editing for concisenessJ. Bruce Fields1-7/+3
2007-08-26user-manual: edit "ignoring files" for concisenessJ. Bruce Fields1-45/+18
2007-08-26Documentation/user-manual.txt: fix a few omissions of gitlink commands.David Kastrup1-9/+11
2007-08-26Make usage documentation for git-add consistent.Brian Hetro2-3/+5
2007-08-26Make usage documentation for git-am consistent.Brian Hetro1-2/+4
2007-08-25Don't segfault if we failed to inflate a packed deltaShawn O. Pearce1-0/+4
2007-08-25pack-objects: check return value from read_sha1_file()Junio C Hamano1-0/+6
2007-08-25blame: check return value from read_sha1_file()Junio C Hamano1-0/+11
2007-08-25git-p4: Fix warnings about non-existant refs/remotes/p4/HEAD ref when running...Simon Hausmann1-1/+1
2007-08-25git-p4: Make 'git-p4 branches' work after an initial clone with git clone fro...Simon Hausmann1-49/+55
2007-08-25Documentation: Correct various misspellings and typos.Brian Hetro19-40/+40
2007-08-25Documentation: For consistency, use CVS instead of cvs.Brian Hetro3-4/+4
2007-08-25Fix racy-git handling in git-write-tree.Linus Torvalds2-0/+45
2007-08-23rebase -i: fix squashing corner caseJohannes Schindelin2-2/+24
2007-08-23Install man3 manpages to $PREFIX/share/man/man3 even for site installsmartin f. krafft1-0/+1
2007-08-23git-svn init/clone --stdlayout option to default-init trunk/tags/branchesmartin f. krafft2-3/+15
2007-08-23diff-delta.c: Fix broken skip calculation.David Kastrup1-1/+1
2007-08-23git-svn: dcommit prints out the URL to be committed toEric Wong1-0/+1
2007-08-23Teach bash about git-submodule and its subcommandsShawn O. Pearce1-0/+27
2007-08-23Teach bash to complete ref arguments to git-describeShawn O. Pearce1-0/+8
2007-08-23Update bash completion with new 1.5.3 command line optionsShawn O. Pearce1-6/+26
2007-08-23git-svn: update documentation with CAVEATS sectionEric Wong1-0/+32
2007-08-23Reset terminal attributes when terminating git send-emailSean Estabrooks1-0/+3
2007-08-23Document -u option in git-svnimport man pageStefan Sperling1-0/+3
2007-08-23Fix breakage in git-rev-list.txtQuy Tonthat1-3/+3
2007-08-23git.el: Avoid a lisp error when there's no current branch (detached HEAD).Alexandre Julliard1-3/+5
2007-08-23Fix git-remote for ActiveState PerlAlex Riesen1-1/+7
2007-08-23Documentation: update tar.umask defaultRené Scharfe3-27/+17
2007-08-23Suggest unsetting core.bare when using new-workdir on a bare repositoryShawn O. Pearce1-0/+8
2007-08-23Fix new-workdir (again) to work on bare repositoriesShawn O. Pearce1-3/+7
2007-08-21GIT 1.5.3-rc6v1.5.3-rc6Junio C Hamano1-2/+5
2007-08-21Avoid using va_copy in fast-import: it seems to be unportable.Alex Riesen1-7/+6
2007-08-21git clone: do not issue warning while cloning locally across filesystemsJunio C Hamano1-1/+4
2007-08-20gitk: Add a window to list branches, tags and other referencesPaul Mackerras1-2/+210
2007-08-20Fix misspelling of 'suppress' in docsDave Watson2-2/+2
2007-08-20Document what the stage numbers in the :$n:path syntax mean.Steven Grimm1-1/+4
2007-08-20Don't allow combination of -g and --reverse as it doesn't workShawn O. Pearce3-0/+7
2007-08-20Add the word reflog to Documentation/config.txt:core.logAllRefUpdatesLukas Sandström1-1/+1
2007-08-19Add and document a global --no-pager option for git.Matthieu Moy2-2/+10
2007-08-19Take binary diffs into account for "git rebase"Linus Torvalds1-4/+0
2007-08-19Make thin-pack generation subproject aware.Linus Torvalds2-0/+54
2007-08-19Correct documentation of 'reflog show' to explain it shows HEADShawn O. Pearce1-1/+2
2007-08-19fast-import pull requestJunio C Hamano1-3/+5
2007-08-19Include recent command history in fast-import crash reportsShawn O. Pearce1-4/+58
2007-08-19Generate crash reports on die in fast-importShawn O. Pearce1-0/+93
2007-08-19Allow frontends to bidirectionally communicate with fast-importShawn O. Pearce3-0/+84
2007-08-19Make trailing LF optional for all fast-import commandsShawn O. Pearce3-17/+74