summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Improve git-update-index error reportingPetr Baudis2005-09-181-11/+25
* [PATCH] Improved "git add"Linus Torvalds2005-09-181-1/+31
* [PATCH] Add "--git-dir" flag to git-rev-parseLinus Torvalds2005-09-181-0/+16
* [PATCH] Support alternates and http-alternates in http-fetchDaniel Barkalow2005-09-181-7/+38
* Document extended SHA1 used by git-rev-parse.Junio C Hamano2005-09-181-0/+34
* fetch() assumes we do not have the object.Junio C Hamano2005-09-181-1/+1
* Improve the safety check used in fetch.cJunio C Hamano2005-09-181-32/+44
* Archive-destroying "git repack -a -d" bug.Junio C Hamano2005-09-171-1/+9
* Do not fail after calling bisect_auto_next()Junio C Hamano2005-09-171-1/+1
* [PATCH] Add support for alternates in HTTPDaniel Barkalow2005-09-171-35/+134
* Fix typo in test comment.Junio C Hamano2005-09-171-1/+1
* [PATCH] getdomainname should be usable on SunOS with -lnslJunio C Hamano2005-09-173-4/+6
* [PATCH] Make "git shortlog" understand raw logsLinus Torvalds2005-09-171-1/+1
* [PATCH] Fix "git-rev-list" revision range parsingLinus Torvalds2005-09-171-1/+3
* Add git-send-email to .gitignoreJunio C Hamano2005-09-171-0/+1
* Teach rsync transport about alternates.Junio C Hamano2005-09-173-5/+68
* [PATCH] Avoid building object ref lists when not neededLinus Torvalds2005-09-163-3/+12
* [PATCH] Improve git-rev-list memory usage furtherLinus Torvalds2005-09-161-2/+10
* [PATCH] fetch.c: cleanupsJunio C Hamano2005-09-161-11/+8
* [PATCH] Debian: build-depend on "bc"Matthias Urlichs2005-09-162-2/+2
* [PATCH] Make git-checkout failure message more friendly.Junio C Hamano2005-09-161-1/+2
* [PATCH] Update git-core.spec.inChris Wright2005-09-161-6/+20
* [PATCH] PATCH Documentation/git-rev-list.txt typo fixPeter Hagervall2005-09-161-2/+5
* Recommend 'less' for Debian.Junio C Hamano2005-09-151-1/+1
* [PATCH] Require less in RPM specHorst von Brand2005-09-151-1/+4
* Revert breakage introduced by c80522e30fdc190f8c8c7fc983bbe040a1b03e93.Junio C Hamano2005-09-151-1/+1
* [PATCH] Documentation/git-rev-list.txt typo fixjdl@freescale.com2005-09-151-2/+2
* [PATCH] Re-organize "git-rev-list --objects" logicLinus Torvalds2005-09-151-25/+15
* Plug diff leaks.Junio C Hamano2005-09-153-25/+37
* Avoid wasting memory while keeping track of what we have during fetch.Junio C Hamano2005-09-151-0/+1
* [PATCH] Avoid wasting memory in git-rev-listLinus Torvalds2005-09-153-1/+6
* Be more backward compatible with git-ssh-{push,pull}.Junio C Hamano2005-09-157-6/+46
* [PATCH] rsh.c env and quoting cleanup, take 2H. Peter Anvin2005-09-151-16/+89
* [PATCH] Fix fetch completeness assumptionsDaniel Barkalow2005-09-151-2/+26
* [PATCH] Document git-fetch optionsSergey Vlasov2005-09-152-0/+17
* Unoptimize info/refs creation.Junio C Hamano2005-09-151-26/+0
* Retire info/rev-cacheJunio C Hamano2005-09-1512-558/+4
* [PATCH] Use '-d' as the first flag to 'install'Peter Eriksen2005-09-152-3/+3
* [PATCH] git-http-fetch: Allow caching of retrieved objects by proxy serversSergey Vlasov2005-09-151-0/+8
* git-branch -d <branch>: delete unused branch.Junio C Hamano2005-09-151-6/+54
* Revert "[PATCH] plug memory leak in diff.c::diff_free_filepair()"Junio C Hamano2005-09-143-7/+8
* [PATCH] Fix alloc_filespec() initializationLinus Torvalds2005-09-141-7/+3
* Make merge comment git-pull makes for an octopus a bit prettier.Junio C Hamano2005-09-131-3/+5
* read-tree: fix bogus debugging statement.Junio C Hamano2005-09-131-6/+9
* git-merge-recursive: Trivial RE fixes.Junio C Hamano2005-09-131-2/+2
* [PATCH] Use the 'die' function where it is appropriate.Fredrik Kuivinen2005-09-131-14/+13
* [PATCH] Use a temporary index file when we merge the common ancestors.Fredrik Kuivinen2005-09-131-5/+18
* [PATCH] Adjust git-merge-recursive.py for the new tool names.Fredrik Kuivinen2005-09-131-4/+4
* [PATCH] Don't output 'Automatic merge failed, ...'Fredrik Kuivinen2005-09-131-1/+0
* [PATCH] Be more like the 'resolve' strategy.Fredrik Kuivinen2005-09-131-35/+33