summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cache.h; fix a couple of prototypesChris Wedgwood2007-01-161-2/+2
* Document where configuration files are in config.txtJunio C Hamano2007-01-161-1/+6
* Use merge-recursive in git-checkout -m (branch switching)Junio C Hamano2007-01-162-10/+36
* git-commit documentation: remove comment on unfixed git-rmJunio C Hamano2007-01-161-5/+0
* tutorial: shorthand for remotes but show distributed nature of gitJunio C Hamano2007-01-161-19/+24
* tutorial: Use only separate layoutSanti BĂ©jar2007-01-161-13/+13
* Fix spurious compile errorJohannes Schindelin2007-01-161-0/+4
* git-rm documentation: remove broken behaviour from the example.Junio C Hamano2007-01-162-9/+5
* git-push documentation: remaining bitsJunio C Hamano2007-01-161-1/+13
* document --exec for git-pushUwe Kleine-K,Av(Bnig2007-01-161-1/+7
* git-svn: print and flush authentication prompts to STDERREric Wong2007-01-151-15/+22
* Solaris 5.8 returns ENOTDIR for inappropriate renames.Jason Riedy2007-01-151-1/+6
* Replace "echo -n" with printf in shell scripts.Jason Riedy2007-01-156-7/+7
* Set _ALL_SOURCE for AIX, but avoid its struct list.Jason Riedy2007-01-151-2/+5
* Start all test scripts with /bin/sh.Jason Riedy2007-01-153-1/+3
* git-pull: disallow implicit merging to detached HEADJeff King2007-01-152-2/+15
* Fix git-fetch while on detached HEAD not to give needlessly alarming errorsJunio C Hamano2007-01-153-8/+40
* git reflog expire: document --stale-fix option.Junio C Hamano2007-01-152-2/+2
* Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2007-01-141-1/+2
|\
| * [PATCH] Make gitk work when launched in a subdirectoryPeter Baumann2007-01-131-1/+1
| * [PATCH] gitk: add current directory to main window titleDoug Maxey2007-01-131-0/+1
* | Use nice names in conflict markers during cherry-pick/revert.Shawn O. Pearce2007-01-141-0/+6
* | Use merge-recursive in git-revert/git-cherry-pickJunio C Hamano2007-01-142-17/+74
* | Documentation: merge-output is not too verbose now.Junio C Hamano2007-01-142-11/+2
* | Remove hash in git-describe in favor of util slot.Shawn O. Pearce2007-01-141-64/+12
* | Correct priority of lightweight tags in git-describe.Shawn O. Pearce2007-01-141-12/+25
* | 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