summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add describe test.Junio C Hamano2007-01-141-0/+97
* Improve git-describe performance by reducing revision listing.Shawn O. Pearce2007-01-142-49/+106
* Use binary searching on large buckets in git-describe.Shawn O. Pearce2007-01-141-8/+21
* Hash tags by commit SHA1 in git-describe.Shawn O. Pearce2007-01-141-12/+17
* Always perfer annotated tags in git-describe.Shawn O. Pearce2007-01-141-11/+13
* some doc updatesNicolas Pitre2007-01-145-49/+29
* git log documentation: teach -<n> form.Junio C Hamano2007-01-141-1/+1
* Convert output messages in merge-recursive to past tense.Shawn O. Pearce2007-01-141-18/+18
* Display a progress meter during merge-recursive.Shawn O. Pearce2007-01-141-7/+66
* Enable output buffering in merge-recursive.Shawn O. Pearce2007-01-141-1/+39
* Allow the user to control the verbosity of merge-recursive.Shawn O. Pearce2007-01-142-38/+69
* Remove unnecessary call_depth parameter in merge-recursive.Shawn O. Pearce2007-01-141-9/+7
* Merge branch 'jc/int'Junio C Hamano2007-01-146-33/+333
|\
| * More tests in t3901.Junio C Hamano2007-01-131-36/+137
| * Consistent message encoding while reusing log from an existing commit.Junio C Hamano2007-01-132-6/+15
| * t3901: test "format-patch | am" pipe with i18nJunio C Hamano2007-01-133-0/+162
| * Use log output encoding in --pretty=email headers.Junio C Hamano2007-01-131-27/+55
* | Merge branch 'sp/merge' (early part)Junio C Hamano2007-01-141-17/+23
|\ \
| * | Improve merge performance by avoiding in-index merges.Shawn O. Pearce2007-01-101-17/+23
* | | Merge branch 'jc/subdir'Junio C Hamano2007-01-149-31/+34
|\ \ \
| * | | Allow whole-tree operations to be started from a subdirectoryJunio C Hamano2007-01-124-2/+12
| * | | Use cd_to_toplevel in scripts that implement it by hand.Junio C Hamano2007-01-124-29/+11
| * | | Define cd_to_toplevel shell function in git-sh-setupJunio C Hamano2007-01-121-0/+11
* | | | Remove read_or_die in favor of better error messages.Shawn O. Pearce2007-01-143-15/+4
* | | | Hide output about SVN::Core not being found during tests.Shawn O. Pearce2007-01-141-1/+1
* | | | simplify the "no changes added to commit" messageNicolas Pitre2007-01-131-1/+1
* | | | git-commit documentation: -a adds and also removesJunio C Hamano2007-01-131-1/+2
| |_|/ |/| |
* | | git-remote: no longer silent on unknown commands.Quy Tonthat2007-01-131-1/+6
* | | git-svn: fix tests to work with older svnEric Wong2007-01-132-2/+4
|/ /
* | Make git-prune-packed a bit more chatty.Junio C Hamano2007-01-123-9/+22
* | glossary typofixJunio C Hamano2007-01-121-1/+1
* | use 'init' instead of 'init-db' for shipped docs and toolsNicolas Pitre2007-01-1229-45/+42
* | Explain "Not a git repository: '.git'".Junio C Hamano2007-01-121-1/+5
* | merge-recursive: do not report the resulting tree object nameJunio C Hamano2007-01-121-6/+3
* | git-revert: Fix die before git-sh-setup defines it.Bob Proulx2007-01-121-1/+2
* | fix documentation for git-commit --no-verifyMichael S. Tsirkin2007-01-121-6/+2
* | Fix up totally buggered read_or_die()Linus Torvalds2007-01-111-14/+8
* | Clean up write_in_full() usersLinus Torvalds2007-01-112-36/+4
* | reflog-expire: brown paper bag fix.Junio C Hamano2007-01-111-6/+12
* | GIT v1.5.0-rc1v1.5.0-rc1Junio C Hamano2007-01-111-1/+1
* | plug a few leaks in revision walking used in describe.Junio C Hamano2007-01-112-3/+6
* | Chose better tag names in git-describe after merges.Shawn O. Pearce2007-01-111-11/+67
* | Merge branch 'jc/bare'Junio C Hamano2007-01-1117-15/+62
|\ \
| * | Disallow working directory commands in a bare repository.Shawn O. Pearce2007-01-1011-4/+25
| * | git-fetch: allow updating the current branch in a bare repository.Junio C Hamano2007-01-072-4/+13
| * | Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano2007-01-075-6/+21
| * | Move initialization of log_all_ref_updatesJunio C Hamano2007-01-072-3/+5
* | | Merge branch 'ar/merge-recursive'Junio C Hamano2007-01-111-126/+46
|\ \ \
| * | | merge-recursive: do not use on-file index when not needed.Junio C Hamano2007-01-101-123/+46
| * | | Speed-up recursive by flushing index only once for all entriesAlex Riesen2007-01-101-5/+2
| | |/ | |/|