summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-25GIT v0.99.7dv0.99.7dJunio C Hamano2-1/+7
2005-09-25Merge branch 'fixes'Junio C Hamano2-2/+15
2005-09-24show-branch: fix commit naming breakage.Junio C Hamano1-1/+14
2005-09-24git-grep: fix 'git grep -e $pattern' handlingJunio C Hamano1-1/+1
2005-09-24GIT 0.99.7cv0.99.7cJunio C Hamano2-1/+7
2005-09-24Really ignore generated distribution material.Junio C Hamano1-4/+5
2005-09-23Merge 'fixes' branchJunio C Hamano7-40/+62
2005-09-23Further clarify licensing status of compat/subprocess.py.Junio C Hamano1-20/+4
2005-09-23[PATCH] rsh.c unterminated stringH. Peter Anvin1-5/+5
2005-09-23[PATCH] git-local-fetch: Avoid confusing error messages on packed repositoriesSergey Vlasov1-5/+12
2005-09-23[PATCH] Fix "git-local-fetch -s" with packed source repositorySergey Vlasov1-3/+11
2005-09-23[PATCH] git-local-fetch: Avoid calling close(-1)Sergey Vlasov1-2/+4
2005-09-23[PATCH] git-local-fetch: Fix error checking and leak in setup_indices()Sergey Vlasov1-0/+3
2005-09-23[PATCH] fetch.c: Plug memory leak in process_tree()Sergey Vlasov1-0/+1
2005-09-23[PATCH] fetch.c: Do not build object ref listsSergey Vlasov1-0/+1
2005-09-23[PATCH] document command to show diff of a commitRobert Watson1-1/+4
2005-09-23Ignore a bit more generated files.Junio C Hamano1-0/+4
2005-09-23Make 'git diff --cached' synonymous to 'git diff --cached HEAD'.Junio C Hamano1-1/+13
2005-09-22GIT 0.99.7bv0.99.7bJunio C Hamano2-1/+7
2005-09-22Merge branch 'fixes'Junio C Hamano5-41/+53
2005-09-22[PATCH] fetch.c: Remove call to parse_object() from process()Sergey Vlasov1-1/+0
2005-09-22[PATCH] fetch.c: Clean up object flag definitionsSergey Vlasov1-3/+3
2005-09-22[PATCH] fetch.c: Remove redundant test of TO_SCAN in process()Sergey Vlasov1-2/+0
2005-09-22[PATCH] fetch.c: Remove some duplicated code in process()Sergey Vlasov1-8/+5
2005-09-22[PATCH] fetch.c: Remove redundant TO_FETCH flagSergey Vlasov1-3/+1
2005-09-22[PATCH] fetch.c: Remove redundant SCANNED flagSergey Vlasov1-6/+1
2005-09-22[PATCH] fetch.c: Make process() look at each object only onceSergey Vlasov1-0/+5
2005-09-22[PATCH] fetch.c: Remove useless lookup_object_type() call in process()Sergey Vlasov1-13/+10
2005-09-22Do not give alarming error message from rsync in fetch and clone.Junio C Hamano2-3/+5
2005-09-21Fix documentation dependency.Junio C Hamano1-3/+5
2005-09-21Make object creation in http fetch a bit safer.Junio C Hamano1-5/+24
2005-09-21Clarify dual license status of subprocess.py file.v0.99.7aJunio C Hamano1-0/+3
2005-09-21Merge branch 'fixes'Junio C Hamano1-7/+5
2005-09-20Fix extended short SHA1 name completionLinus Torvalds1-7/+5
2005-09-19GIT 0.99.7aJunio C Hamano2-1/+7
2005-09-19Ship our own copy of subprocess.pyJunio C Hamano4-9/+1176
2005-09-19show-branch: Be nicer when running in a corrupt repository.Junio C Hamano1-2/+5
2005-09-19[PATCH] Fix git-init-db creating crap directories.Petr Baudis1-0/+1
2005-09-19[PATCH] Do not install compatibility symlink for what we do not installPatrick Mauritz1-0/+2
2005-09-19[PATCH] Remove total confusion from "git checkout"Linus Torvalds1-1/+1
2005-09-19[PATCH] strcasestr compatibility replacementLinus Torvalds2-0/+29
2005-09-18GIT 0.99.7v0.99.7Junio C Hamano2-1/+7
2005-09-18Arrgh -- another asciidoc caret workaround.Junio C Hamano1-1/+2
2005-09-18[PATCH] Improve git-update-index error reportingPetr Baudis1-11/+25
2005-09-18[PATCH] Improved "git add"Linus Torvalds1-1/+31
2005-09-18[PATCH] Add "--git-dir" flag to git-rev-parseLinus Torvalds1-0/+16
2005-09-18[PATCH] Support alternates and http-alternates in http-fetchDaniel Barkalow1-7/+38
2005-09-18Document extended SHA1 used by git-rev-parse.Junio C Hamano1-0/+34
2005-09-18fetch() assumes we do not have the object.Junio C Hamano1-1/+1
2005-09-18Merge branch 'master' of .Junio C Hamano49-781/+640
2005-09-18Improve the safety check used in fetch.cJunio C Hamano1-32/+44
2005-09-17Archive-destroying "git repack -a -d" bug.Junio C Hamano1-1/+9
2005-09-17Do not fail after calling bisect_auto_next()Junio C Hamano1-1/+1
2005-09-17[PATCH] Add support for alternates in HTTPDaniel Barkalow1-35/+134
2005-09-17Fix typo in test comment.Junio C Hamano1-1/+1
2005-09-17[PATCH] getdomainname should be usable on SunOS with -lnslJunio C Hamano3-4/+6
2005-09-17[PATCH] Make "git shortlog" understand raw logsLinus Torvalds1-1/+1
2005-09-17[PATCH] Fix "git-rev-list" revision range parsingLinus Torvalds1-1/+3
2005-09-17Add git-send-email to .gitignoreJunio C Hamano1-0/+1
2005-09-17Teach rsync transport about alternates.Junio C Hamano3-5/+68
2005-09-16[PATCH] Avoid building object ref lists when not neededLinus Torvalds3-3/+12
2005-09-16[PATCH] Improve git-rev-list memory usage furtherLinus Torvalds1-2/+10
2005-09-16[PATCH] fetch.c: cleanupsJunio C Hamano1-11/+8
2005-09-16[PATCH] Debian: build-depend on "bc"Matthias Urlichs2-2/+2
2005-09-16[PATCH] Make git-checkout failure message more friendly.Junio C Hamano1-1/+2
2005-09-16[PATCH] Update git-core.spec.inChris Wright1-6/+20
2005-09-16[PATCH] PATCH Documentation/git-rev-list.txt typo fixPeter Hagervall1-2/+5
2005-09-15Recommend 'less' for Debian.Junio C Hamano1-1/+1
2005-09-15[PATCH] Require less in RPM specHorst von Brand1-1/+4
2005-09-15Revert breakage introduced by c80522e30fdc190f8c8c7fc983bbe040a1b03e93.Junio C Hamano1-1/+1
2005-09-15[PATCH] Documentation/git-rev-list.txt typo fixjdl@freescale.com1-2/+2
2005-09-15[PATCH] Re-organize "git-rev-list --objects" logicLinus Torvalds1-25/+15
2005-09-15Plug diff leaks.Junio C Hamano3-25/+37
2005-09-15Avoid wasting memory while keeping track of what we have during fetch.Junio C Hamano1-0/+1
2005-09-15[PATCH] Avoid wasting memory in git-rev-listLinus Torvalds3-1/+6
2005-09-15Be more backward compatible with git-ssh-{push,pull}.Junio C Hamano7-6/+46
2005-09-15[PATCH] rsh.c env and quoting cleanup, take 2H. Peter Anvin1-16/+89
2005-09-15[PATCH] Fix fetch completeness assumptionsDaniel Barkalow1-2/+26
2005-09-15[PATCH] Document git-fetch optionsSergey Vlasov2-0/+17
2005-09-15Unoptimize info/refs creation.Junio C Hamano1-26/+0
2005-09-15Retire info/rev-cacheJunio C Hamano12-558/+4
2005-09-15[PATCH] Use '-d' as the first flag to 'install'Peter Eriksen2-3/+3
2005-09-15[PATCH] git-http-fetch: Allow caching of retrieved objects by proxy serversSergey Vlasov1-0/+8
2005-09-15git-branch -d <branch>: delete unused branch.Junio C Hamano1-6/+54
2005-09-14Revert "[PATCH] plug memory leak in diff.c::diff_free_filepair()"Junio C Hamano3-7/+8
2005-09-14[PATCH] Fix alloc_filespec() initializationLinus Torvalds1-7/+3
2005-09-13Make merge comment git-pull makes for an octopus a bit prettier.Junio C Hamano1-3/+5
2005-09-13Merge branch 'master' of . Junio C Hamano11-80/+133
2005-09-13read-tree: fix bogus debugging statement.Junio C Hamano1-6/+9
2005-09-13git-merge-recursive: Trivial RE fixes.Junio C Hamano1-2/+2
2005-09-13[PATCH] Use the 'die' function where it is appropriate.Fredrik Kuivinen1-14/+13
2005-09-13[PATCH] Use a temporary index file when we merge the common ancestors.Fredrik Kuivinen1-5/+18
2005-09-13[PATCH] Adjust git-merge-recursive.py for the new tool names.Fredrik Kuivinen1-4/+4
2005-09-13[PATCH] Don't output 'Automatic merge failed, ...'Fredrik Kuivinen1-1/+0
2005-09-13[PATCH] Be more like the 'resolve' strategy.Fredrik Kuivinen1-35/+33
2005-09-13[PATCH] Define relative .git/objects/info/alternates semantics.Junio C Hamano1-6/+22
2005-09-13Detect ls-remote failure properly.Junio C Hamano1-3/+12
2005-09-13[PATCH] Rename the 'fredrik' merge strategy to 'recursive'.Fredrik Kuivinen4-4/+4
2005-09-12Fix off-by-one error in git-mergeJunio C Hamano1-1/+1
2005-09-12Propagate errors from fetch-pack correctly to git-fetch.Junio C Hamano1-2/+9
2005-09-12Fix CDPATH problem.Junio C Hamano2-0/+9
2005-09-12Merge branch 'master' of . Junio C Hamano12-40/+181
2005-09-12Document git-grep and link it from the main git(7) page.Junio C Hamano3-3/+54
2005-09-12[PATCH] Make 'git checkout' a bit more forgiving when switching branches.Junio C Hamano1-0/+1
2005-09-12[PATCH] Omit patches that have already been merged from format-patch output.Junio C Hamano1-11/+27
2005-09-12[PATCH] There are several undocumented dependenciesHorst von Brand2-3/+12
2005-09-12Improve "git grep" flags handlingLinus Torvalds1-23/+41
2005-09-12[PATCH] Make the ProgramError class printable.Fredrik Kuivinen1-0/+3
2005-09-12[PATCH] Make sure we die if we don't get enough arguments.Fredrik Kuivinen1-0/+3
2005-09-12[PATCH] Introduce a 'die' function.Fredrik Kuivinen2-14/+13
2005-09-12[PATCH] Exit with status code 2 if we get an exception.Fredrik Kuivinen1-7/+12
2005-09-12[PATCH] Fix assertion failure when merging common ancestors.Fredrik Kuivinen1-1/+1
2005-09-12Allow finding things that begin with a dash in 'git grep'Junio C Hamano1-1/+6
2005-09-12[PATCH] Add "git grep" helperLinus Torvalds2-1/+21
2005-09-12[PATCH] Add note about IANA confirmationLinus Torvalds1-0/+11
2005-09-11Merge branch 'master' of . Junio C Hamano9-68/+116
2005-09-11Use int instead of socklen_tJunio C Hamano1-4/+4
2005-09-11[PATCH] Apply N -> A status change in diff-helperHerbert Xu1-1/+1
2005-09-11[PATCH] archimport - better handling of temp dirsmartin@catalyst.net.nz1-5/+5
2005-09-11[PATCH] archimport - use GIT_DIR instead of hardcoded ".git"martin@catalyst.net.nz1-20/+22
2005-09-11[PATCH] archimport - update in-script doco, options tidyupmartin@catalyst.net.nz1-17/+16
2005-09-11[PATCH] archimport documentation tidyupmartin@catalyst.net.nz1-4/+5
2005-09-11[PATCH] archimport documentation updatemartin@catalyst.net.nz1-10/+49
2005-09-11[PATCH] Escape asciidoc's built-in em-dash replacementYasushi SHOJI4-12/+12
2005-09-11[PATCH] Fix buffer overflow in ce_flush().Qingning Huo1-0/+7
2005-09-10Prepare 0.99.7 release candidate branch.Junio C Hamano2-1/+7
2005-09-10Add a new merge strategy by Fredrik Kuivinen.Junio C Hamano9-7/+741
2005-09-10'git-merge': Documentation.Junio C Hamano2-0/+55
2005-09-10Use Daniel's read-tree in the merge strategy 'resolve'.Junio C Hamano4-39/+88
2005-09-10Multi-backend merge driver.Junio C Hamano5-2/+381
2005-09-10Plug leak in Daniel's read-tree.Junio C Hamano1-0/+1
2005-09-10[PATCH] Add debugging help for case #16 to read-tree.cJunio C Hamano2-8/+44
2005-09-10[PATCH] Disable debugging from read-tree.Junio C Hamano1-3/+10
2005-09-10[PATCH] Document the trivial merge rules for 3(+more ancestors)-way merges.Daniel Barkalow1-0/+92
2005-09-10[PATCH] Rewrite read-treeDaniel Barkalow2-804/+421
2005-09-10[PATCH] Add function to append to an object_list.Daniel Barkalow2-0/+14
2005-09-10[PATCH] Add a function for getting a struct tree for an ent.Daniel Barkalow2-0/+24
2005-09-10Fix 'git-show-branch --list <head>'Junio C Hamano1-1/+1
2005-09-10Add 'git bisect replay/log' documentation.Junio C Hamano1-1/+11
2005-09-10Keep bisection log so that it can be replayed later.Junio C Hamano1-3/+47
2005-09-10Fix copy marking from diffcore-rename.Junio C Hamano2-5/+39
2005-09-10[PATCH] archimport - add merge detectionmartin@catalyst.net.nz1-4/+180
2005-09-10Make sure we have leading directories under refs/{heads,tags}Junio C Hamano1-0/+1
2005-09-10[PATCH] Documentation/repository-layout.txt typoSven Verdoolaege1-1/+1
2005-09-09show-branch: --list and --independentJunio C Hamano2-17/+73
2005-09-09Retire support for old environment variables.Junio C Hamano13-318/+16
2005-09-09Adjust .gitignore for big rename.Junio C Hamano1-1/+45
2005-09-09[PATCH] remove duplicate git-send-email-script.perl target in MakefileMarco Roeland1-1/+1
2005-09-09[PATCH] fix tutorial typojdl@freescale.com1-1/+1
2005-09-09[PATCH] Fix tutorial reference to git-*-scripts.jdl@freescale.com1-5/+5
2005-09-09Ignore datestamp-only changes when installing webdoc.Junio C Hamano1-1/+1
2005-09-08Squelch `removal' message from 'git reset --hard'.Junio C Hamano1-1/+1
2005-09-08'build' scripts before installing.Junio C Hamano5-25/+33
2005-09-08Show all merge-base candidates from show-branch --merge-baseJunio C Hamano2-5/+7
2005-09-07Documentation updates.Junio C Hamano4-28/+74
2005-09-07[PATCH] git-daemon --inetdlars.doelle@on-line.de1-1/+3
2005-09-07git --version tells which version of git you have.Junio C Hamano2-2/+13
2005-09-07[PATCH] Do not create bogus branch from flag to git branchAmos Waterland2-0/+43
2005-09-07[PATCH] Portability fix for Solaris 10/x86Patrick Mauritz3-3/+19
2005-09-07Big tool rename.Junio C Hamano160-915/+1023
2005-09-07GIT 0.99.6v0.99.6Junio C Hamano2-1/+7
2005-09-07[PATCH] Simplify git scriptDavid_Kågedal1-3/+1
2005-09-07Documentation updates.Junio C Hamano1-12/+12
2005-09-07[PATCH] Docs for git-build-rev-cache.A Large Angry SCM1-10/+10
2005-09-07[PATCH] Docs for git-show-rev-cache.A Large Angry SCM1-10/+9
2005-09-07[PATCH] Docs for git-reset-script.A Large Angry SCM1-9/+16
2005-09-07[PATCH] Docs for git-checkout-script.A Large Angry SCM1-9/+14
2005-09-07Documentation updates.Junio C Hamano4-18/+167
2005-09-07Flatten tools/ directory to make build procedure simpler.Junio C Hamano7-40/+36
2005-09-06mailinfo: barf and exist upon nested multipart.Junio C Hamano1-0/+4
2005-09-06Merge branch 'master' of . Junio C Hamano8-30/+58
2005-09-06[PATCH] Update documentation for git-get-tar-commit-idRene Scharfe3-15/+16
2005-09-06[PATCH] git-cvsimport-script: handling of tagsH. Peter Anvin2-11/+39
2005-09-06Format fix for asciidoc documentation titles.Junio C Hamano3-4/+3
2005-09-05Merge branch 'master' of . Junio C Hamano7-111/+134
2005-09-05Retire git-clone-dumb-http.Junio C Hamano5-102/+43
2005-09-04[PATCH] Update documentation of --compose to git-send-email-script.txtRyan Anderson1-4/+9
2005-09-04[PATCH] Make git-send-email-script ignore some unnecessary options when opera...Ryan Anderson1-5/+81
2005-09-04Install archimport-script.Junio C Hamano1-0/+1
2005-09-04Merge branch 'master' of . Junio C Hamano16-35/+374
2005-09-04Add copy/rename check for git-apply.Junio C Hamano1-0/+148
2005-09-04Add a link from update-server-info documentation to repository layout.Junio C Hamano1-2/+21
2005-09-04[PATCH] Make git-apply understand incomplete lines in non-C localesFredrik Kuivinen1-3/+7
2005-09-04git-applymbox: fix '-c'.Junio C Hamano1-1/+2
2005-09-04[PATCH] archimport: avoid committing on an Arch tagMartin Langhoff1-0/+8
2005-09-04[PATCH] archimport autodetects import status, supports incremental importsMartin Langhoff1-17/+20
2005-09-04[PATCH] NUL terminate the object data in patch_delta()Sergey Vlasov1-1/+2
2005-09-04[PATCH] Possible cleanups for local-pull.cPeter Hagervall3-7/+7
2005-09-04[PATCH] Doc: replace read-cache with git-read-tree.Paolo 'Blaisorblade' Giarrusso1-2/+2
2005-09-02Document hooks.Junio C Hamano6-2/+157
2005-09-02Merge branch 'master' of . Junio C Hamano10-44/+208
2005-09-02Mention post-update when we first talk about publishing a repository.Junio C Hamano1-0/+6
2005-09-02scripts: equality test '==' is not portable.Junio C Hamano3-9/+15
2005-09-02git-checkout-script: Remove unnecessary variable.Junio C Hamano1-1/+0
2005-09-02Fix automerge message.Junio C Hamano1-18/+33
2005-09-01[PATCH] Explain what went wrong on update-cache of new fileAmos Waterland1-2/+6
2005-09-01Add repository-layout document.Junio C Hamano4-14/+148
2005-09-01Merge refs/heads/master from . Junio C Hamano4-31/+61
2005-08-31Use 'git status' now it can handle initial commit.Junio C Hamano1-25/+20
2005-08-31Fix git-status when HEAD is invalid.Junio C Hamano1-4/+16