summaryrefslogtreecommitdiffstats
path: root/mktree.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-03-19unpack_delta_entry(): reduce memory footprint.Junio C Hamano1-8/+10
2006-03-19git.el: Added a function to diff against the other heads in a merge.Alexandre Julliard1-0/+11
2006-03-19git.el: Get the default user name and email from the repository config.Alexandre Julliard1-2/+9
2006-03-19git.el: More robust handling of subprocess errors when returning strings.Alexandre Julliard1-16/+13
2006-03-18Makefile: Add TAGS and tags targetsFredrik Kuivinen1-2/+9
2006-03-18ls-files: Don't require exclude files to end with a newline.Alexandre Julliard1-1/+2
2006-03-18git-pull: run repo-config with dash form.Junio C Hamano1-2/+2
2006-03-183% tighter packs for freeNicolas Pitre1-1/+16
2006-03-18Rewrite synopsis to clarify the two primary uses of git-checkout.Jon Loeliger1-10/+13
2006-03-18Fix minor typo.Jon Loeliger1-1/+1
2006-03-18Reference git-commit-tree for env vars.Jon Loeliger1-0/+4
2006-03-18Clarify git-rebase example commands.Jon Loeliger1-3/+3
2006-03-18Document the default source of template files.Jon Loeliger1-5/+13
2006-03-18Call out the two different uses of git-branch and fix a typo.Jon Loeliger1-3/+7
2006-03-18Add git-show referenceJon Loeliger1-0/+3
2006-03-17blame: Fix git-blame <directory>Fredrik Kuivinen1-0/+6
2006-03-17blame: Nicer outputFredrik Kuivinen1-5/+30
2006-03-16fix imap-send for OSXRandal L. Schwartz1-2/+2
2006-03-16Let merge set the default strategy.Mark Hollomon1-7/+3
2006-03-15Fix broken slot reuse when fetching alternatesNick Hengeveld1-0/+4
2006-03-13revision traversal: --remove-empty fix (take #2).Junio C Hamano1-5/+9
2006-03-12revision traversal: --remove-empty fix.Junio C Hamano1-3/+8
2006-03-12annotate-tests: override VISUAL when running tests.Mark Wooding1-1/+1
2006-03-12imap-send: Add missing #include for macosxJohannes Schindelin1-0/+1
2006-03-12git-diff: -p disables rename detection.Junio C Hamano1-2/+2
2006-03-11imap-send: cleanup execl() call to use NULL sentinel instead of 0Marco Roeland1-1/+1
2006-03-11annotate.perl triggers rpm bugsean1-1/+1
2006-03-11http-push: cleanupNick Hengeveld1-24/+33
2006-03-11http-push: support for updating remote info/refsNick Hengeveld1-11/+536
2006-03-11http-push: improve remote lock managementNick Hengeveld1-73/+76
2006-03-11http-push: refactor remote file/directory processingNick Hengeveld1-137/+106
2006-03-11HTTP slot reuse fixesNick Hengeveld3-20/+49
2006-03-11http-push: fix revision walkNick Hengeveld1-8/+5
2006-03-11blame: Rename detection (take 2)Fredrik Kuivinen1-40/+199
2006-03-11rev-lib: Make it easy to do rename tracking (take 2)Fredrik Kuivinen3-47/+75
2006-03-11Make it possible to not clobber object.util in sort_in_topological_order (tak...Fredrik Kuivinen2-12/+44
2006-03-11Add git-imap-send, derived from isync 1.0.1.Mike McCormack3-1/+1362
2006-03-11repack: prune loose objects when -d is givenJunio C Hamano1-0/+1
2006-03-11try_to_simplify_commit(): do not skip inspecting tree change at boundary.Junio C Hamano1-6/+14
2006-03-10Fix t1200 test for breakage caused by removal of full-stop at the end of fast...Junio C Hamano1-1/+1
2006-03-10Describe how to add extra mail header lines in mail generated by git-format-p...Mike McCormack1-0/+9
2006-03-10Document the --attach flag.Mike McCormack1-1/+4
2006-03-10allow double click on current HEAD id after git-pullOlaf Hering2-2/+2
2006-03-09fsck-objects: Remove --standaloneJunio C Hamano2-26/+9
2006-03-09refs.c::do_for_each_ref(): Finish error message lines with "\n"Junio C Hamano1-3/+3
2006-03-09Nicer output from 'git'Fredrik Kuivinen5-18/+96
2006-03-09Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano5-7/+5
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen53-53/+53
2006-03-09Fix some inconsistencies in the docsFredrik Kuivinen3-3/+3
2006-03-09contrib/git-svn: fix a harmless warning on rebuild (with old repos)Eric Wong1-1/+1