summaryrefslogtreecommitdiffstats
path: root/git-repack.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2007-08-21git clone: do not issue warning while cloning locally across filesystemsJunio C Hamano1-1/+4
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
2007-08-19Make trailing LF following fast-import `data` commands optionalShawn O. Pearce3-5/+39
2007-08-19Teach fast-import to ignore lines starting with '#'Shawn O. Pearce3-2/+69
2007-08-19Use handy ALLOC_GROW macro in fast-import when possibleShawn O. Pearce1-6/+1
2007-08-19Actually allow TAG_FIXUP branches in fast-importShawn O. Pearce2-1/+52
2007-08-19Fix whitespace in "Format of STDIN stream" of fast-importAlex Riesen1-11/+11
2007-08-19git-completion.bash - add support for git-bundleMark Levedahl1-0/+32
2007-08-18Clarify commit-tree documentationMike Hommey1-9/+6
2007-08-18Minor clarifications to git-filter-branch usage and docBrian Gernhardt2-2/+2
2007-08-18Fix small typo in git send-email man page.Sean Estabrooks1-1/+1
2007-08-17git-submodule: re-enable 'status' as the default subcommandLars Hjemli1-1/+1
2007-08-17Clean-up read-tree error condition.Junio C Hamano1-6/+3
2007-08-17Clarify actual behavior of 'git add' and ignored filesBrian Downing1-4/+6
2007-08-17t1301-shared-repo.sh: fix 'stat' portability issueArjen Laarhoven1-1/+10
2007-08-16Documentation/git-rebase: fix an exampleJunio C Hamano1-1/+1
2007-08-16git-clone: allow --bare cloneJunio C Hamano2-2/+10
2007-08-16pack-objects: remove bogus arguments to delta_cacheable()Nicolas Pitre1-4/+3
2007-08-16git-apply: apply submodule changesSven Verdoolaege3-25/+117
2007-08-16Update documentation links for older releases.Junio C Hamano1-1/+2
2007-08-16Fix read-tree merging more than 3 trees using 3-way mergeJunio C Hamano1-2/+6
2007-08-16GIT 1.5.2.5v1.5.2.5Junio C Hamano3-2/+32
2007-08-15git-add -u paths... now works from subdirectorySalikh Zakirov2-4/+18
2007-08-15Fix "git add -u" data corruption.Junio C Hamano2-16/+44
2007-08-15path-list.c: always free strdup'ed pathsRené Scharfe2-7/+9
2007-08-15git-svn: fix log with single revision against a non-HEAD branchEric Wong2-9/+63
2007-08-15GIT 1.5.3-rc5v1.5.3-rc5Junio C Hamano1-19/+62
2007-08-15attr.c: read .gitattributes from index as well.Junio C Hamano3-11/+150
2007-08-15attr.c: refactoringJunio C Hamano1-26/+41
2007-08-15Add read_cache to builtin-check-attrBrian Downing1-0/+5
2007-08-15diff: squelch empty diffs even moreRené Scharfe3-3/+9
2007-08-15Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino6-17/+7
2007-08-15Introduces xmkstemp()Luiz Fernando N. Capitulino1-0/+10
2007-08-15Avoid ambiguous error message if pack.idx header is wrongLuiz Fernando N. Capitulino1-2/+2
2007-08-15merge-recursive: do not rudely die on binary mergeJunio C Hamano2-23/+95
2007-08-15[PATCH] gitk: Make the date/time display configurableArjen Laarhoven1-2/+5
2007-08-15[PATCH] gitk: Let user easily specify lines of context in diff viewSteffen Prohaska1-2/+32
2007-08-15gitk: Fix warning when removing a branchPaul Mackerras1-2/+2