summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-18Reference git-commit-tree for env vars.Jon Loeliger
2006-03-18Clarify git-rebase example commands.Jon Loeliger
2006-03-18Document the default source of template files.Jon Loeliger
2006-03-18Call out the two different uses of git-branch and fix a typo.Jon Loeliger
2006-03-18Add git-show referenceJon Loeliger
2006-03-17blame: Fix git-blame <directory>Fredrik Kuivinen
2006-03-17blame: Nicer outputFredrik Kuivinen
2006-03-16fix imap-send for OSXRandal L. Schwartz
2006-03-16Let merge set the default strategy.Mark Hollomon
2006-03-15Fix broken slot reuse when fetching alternatesNick Hengeveld
2006-03-13Merge branch 'jc/pack'Junio C Hamano
2006-03-13Merge branch 'jc/fsck'Junio C Hamano
2006-03-13Merge branch 'nh/http'Junio C Hamano
2006-03-13Merge branch 'fk/blame'Junio C Hamano
2006-03-12annotate-tests: override VISUAL when running tests.Mark Wooding
2006-03-12imap-send: Add missing #include for macosxJohannes Schindelin
2006-03-12git-diff: -p disables rename detection.Junio C Hamano
2006-03-11imap-send: cleanup execl() call to use NULL sentinel instead of 0Marco Roeland
2006-03-11annotate.perl triggers rpm bugsean
2006-03-11http-push: cleanupNick Hengeveld
2006-03-11http-push: support for updating remote info/refsNick Hengeveld
2006-03-11http-push: improve remote lock managementNick Hengeveld
2006-03-11http-push: refactor remote file/directory processingNick Hengeveld
2006-03-11HTTP slot reuse fixesNick Hengeveld
2006-03-11http-push: fix revision walkNick Hengeveld
2006-03-11blame: Rename detection (take 2)Fredrik Kuivinen
2006-03-11rev-lib: Make it easy to do rename tracking (take 2)Fredrik Kuivinen
2006-03-11Make it possible to not clobber object.util in sort_in_topological_order (tak...Fredrik Kuivinen
2006-03-11Add git-imap-send, derived from isync 1.0.1.Mike McCormack
2006-03-11repack: prune loose objects when -d is givenJunio C Hamano
2006-03-11try_to_simplify_commit(): do not skip inspecting tree change at boundary.Junio C Hamano
2006-03-10Fix t1200 test for breakage caused by removal of full-stop at the end of fast...Junio C Hamano
2006-03-10Describe how to add extra mail header lines in mail generated by git-format-p...Mike McCormack
2006-03-10Document the --attach flag.Mike McCormack
2006-03-10allow double click on current HEAD id after git-pullOlaf Hering
2006-03-09fsck-objects: Remove --standaloneJunio C Hamano
2006-03-09refs.c::do_for_each_ref(): Finish error message lines with "\n"Junio C Hamano
2006-03-09Nicer output from 'git'Fredrik Kuivinen
2006-03-09Use #define ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0]))Junio C Hamano
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen
2006-03-09Fix some inconsistencies in the docsFredrik Kuivinen
2006-03-09contrib/git-svn: fix a harmless warning on rebuild (with old repos)Eric Wong
2006-03-09contrib/git-svn: remove the --no-stop-on-copy flagEric Wong
2006-03-09contrib/git-svn: fix svn compat and fetch argsEric Wong
2006-03-09Don't recurse into parents marked uninteresting.Matthias Urlichs
2006-03-09diff-delta: bound hash list length to avoid O(m*n) behaviorNicolas Pitre
2006-03-09test-delta needs zlib to compileNicolas Pitre
2006-03-09git-fmt-merge-msg cleanupLinus Torvalds
2006-03-08repo-config: give value_ a sane default so regexec won't segfaultJonas Fonseca
2006-03-08Update http-push functionalityNick Hengeveld