summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-10-02GIT 0.99.8v0.99.8Junio C Hamano2-1/+7
2005-10-02[PATCH] Update git-clone documentationEric W. Biederman1-1/+14
2005-10-02Handle really trivial case inside git-merge.Junio C Hamano1-1/+21
2005-10-02read-tree: --trivialLinus Torvalds1-0/+12
2005-10-02[PATCH] Teach git-ls-files about '--' to denote end of options.Fredrik Kuivinen3-2/+82
2005-10-02[PATCH] Teach the recursive merge strategy about renames.Fredrik Kuivinen1-185/+601
2005-10-02read-tree: remove --head option.Junio C Hamano1-8/+2
2005-10-02Customize git command for installations that lack certain commands.Junio C Hamano2-12/+50
2005-10-02[PATCH] git on OpenBSDHan Boetes1-0/+4
2005-10-01[PATCH] Re-instate index file write optimizationLinus Torvalds1-3/+5
2005-10-01[PATCH] Better error reporting for "git status"Linus Torvalds4-12/+24
2005-10-01More portability.Junio C Hamano4-22/+34
2005-10-01Add git-symbolic-refJunio C Hamano16-57/+176
2005-10-01Use resolve_ref() to implement read_ref().Junio C Hamano3-88/+64
2005-10-01[PATCH] Allow reading "symbolic refs" that point to other refsLinus Torvalds3-49/+42
2005-10-01Teach update-ref about a symbolic ref stored in a textfile.Junio C Hamano1-1/+14
2005-10-01[PATCH] git fetch --tagsLinus Torvalds1-1/+24
2005-10-01[PATCH] HTTP partial transfer support fix.Nick Hengeveld1-1/+0
2005-10-01Update partial HTTP transfers.Junio C Hamano1-4/+11
2005-10-01[PATCH] HTTP partial transfer support for object, pack, and index transfersNick Hengeveld1-23/+161
2005-10-01Pass CVSps generated A U Thor <author@domain.xz> intact.Junio C Hamano1-7/+11
2005-10-01[PATCH] archimport: Actually cope with merges from "remote" repositories. Plu...Martin Langhoff1-1/+7
2005-10-01Honor extractor's umask in git-tar-tree.Junio C Hamano1-0/+2
2005-10-01Honor user's umask.Junio C Hamano2-2/+2
2005-09-30[PATCH] Flag empty patches as errorsLinus Torvalds1-0/+13
2005-09-30Consolidate null_sha1[].Junio C Hamano4-3/+4
2005-09-30Still installing the old command names.Junio C Hamano2-11/+6
2005-09-30Tell which packfile is corrupt when we die.Junio C Hamano1-3/+5
2005-09-29[PATCH] Make logerror() and loginfo() staticPavel Roskin1-2/+2
2005-09-29[PATCH] Old curl does not know about CURLOPT_SSLKEYJohannes Schindelin1-0/+2
2005-09-29Use git-merge in git-pull (second try).Junio C Hamano1-4/+44
2005-09-28Use git-update-ref in scripts.Junio C Hamano9-32/+39
2005-09-28[PATCH] Make some needlessly global stuff staticPeter Hagervall3-5/+5
2005-09-28[PATCH] Support for more CURL SSL settings via environment variablesNick Hengeveld1-0/+19
2005-09-28[PATCH] Add new programs to .gitignore.Tom Prince1-0/+2
2005-09-28Fastpath the normal case by not checking that index matches HEAD.Junio C Hamano1-7/+4
2005-09-28Fix default pull not to do an unintended Octopus.Junio C Hamano4-8/+43
2005-09-28Update the case table in t/t1000.Junio C Hamano1-31/+12
2005-09-27Merge master.kernel.org:/home/hpa/git/daemonJunio C Hamano2-6/+74
2005-09-27git-commit: use update-index --stdin, instead of xargs.Junio C Hamano1-2/+2
2005-09-27update-index: document --stdin and -zJunio C Hamano1-1/+10
2005-09-27update-index: --stdin and -zJunio C Hamano1-13/+41
2005-09-27COPTS -> CFLAGSH. Peter Anvin1-1/+2
2005-09-27Parallelize the buildH. Peter Anvin1-2/+5
2005-09-27Merge with git+ssh://master.kernel.org/pub/scm/git/git.gitH. Peter Anvin8-39/+89
2005-09-27Restore chdir(".git")H. Peter Anvin1-0/+2
2005-09-27[PATCH] Return CURL error message when object transfer failsNick Hengeveld1-8/+16
2005-09-27[PATCH] Implement --recover for git-*-fetchDaniel Barkalow5-1/+13
2005-09-27[PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege4-7/+10
2005-09-27[PATCH] Make the test more shell generic and fix missing Solaris find optionPeter Eriksen3-3/+4
2005-09-27Really require tk 8.4 (RPM)Junio C Hamano1-1/+1
2005-09-26Support a modicum of path validation, and allow an export all trees option.H. Peter Anvin1-5/+67
2005-09-26Require tk 8.4 (RPM)Junio C Hamano1-1/+1
2005-09-26Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-1/+9
2005-09-26git-fetch: send informational output to >&2 consistently.Junio C Hamano1-1/+1
2005-09-26Give default merge message after failed automerge.Junio C Hamano2-4/+13
2005-09-26Do not require clean tree when reverting and cherry-picking.Junio C Hamano2-12/+4
2005-09-26Fix overzealous cleanliness check in git-mergeJunio C Hamano1-18/+50
2005-09-26git-clone: check out "master" by default.Junio C Hamano1-6/+15
2005-09-27Use "$@" rather than "${1+$@}" when invoking wish.Paul Mackerras1-1/+1
2005-09-25Plug a small race in update-ref.c.Junio C Hamano1-4/+22
2005-09-26Change wish8.4 back to wishPaul Mackerras1-1/+1
2005-09-25[PATCH] Add "git-update-ref" to update the HEAD (or other) refLinus Torvalds2-0/+112
2005-09-25[PATCH] More descriptive messages for conflict cases in mergesFredrik Kuivinen1-3/+4
2005-09-25[PATCH] recursive-merge: Don't print a stack trace when read-tree fails.Fredrik Kuivinen1-3/+9
2005-09-24Diff: --name-status output format.Junio C Hamano3-11/+17
2005-09-24Diff: -l<num> to limit rename/copy detection.Junio C Hamano5-20/+34
2005-09-24Diff clean-up.Junio C Hamano11-366/+252
2005-09-24Merge branch 'fixes'Junio C Hamano2-2/+15
2005-09-24Clean generated files a bit more.Junio C Hamano1-2/+2
2005-09-24Stop installing the backward compatible symlinks.Junio C Hamano2-4/+6
2005-09-24show-branch: fix commit naming breakage.Junio C Hamano1-1/+14
2005-09-24[PATCH] Finish documenting trivial merge rulesDaniel Barkalow1-10/+39
2005-09-24git-grep: fix 'git grep -e $pattern' handlingJunio C Hamano1-1/+1
2005-09-24Remove use of 'xargs -0' from git-reset.Junio C Hamano1-2/+4
2005-09-24Use 0.99.7.GIT as version between 0.99.7 and 0.99.8Junio C Hamano1-1/+1
2005-09-24Solaris: give a bit more built-in defaults.Junio C Hamano3-22/+34
2005-09-24[PATCH] CURLDIR in MakefilePatrick Mauritz1-1/+11
2005-09-24[PATCH] Rename daemon.c's lognotice() to loginfo()Petr Baudis1-3/+3
2005-09-24[PATCH] git-daemon --syslog to log through syslogPetr Baudis2-8/+32
2005-09-24[PATCH] Update git-daemon documentation wrt. the --verbose parameterPetr Baudis1-1/+4
2005-09-24Really ignore generated distribution material.Junio C Hamano1-4/+5
2005-09-23daemon.c: pid_t is not int.Junio C Hamano1-1/+1
2005-09-23Merge 'fixes' branch.Junio C Hamano6-39/+49
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-23Merge branch 'fixes'Junio C Hamano1-1/+13
2005-09-23Make 'git diff --cached' synonymous to 'git diff --cached HEAD'.Junio C Hamano1-1/+13
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-22[PATCH] Retitle 'inspecting what happened' section.Jon Loeliger1-2/+2
2005-09-22Prettyprint octopus merge message.Junio C Hamano4-24/+99
2005-09-22[PATCH] Verbose git-daemon loggingPetr Baudis1-4/+90
2005-09-22Retire diff-helper.Junio C Hamano11-415/+2
2005-09-22Retire rev-tree.Junio C Hamano6-235/+3
2005-09-22Retire git-export.Junio C Hamano5-117/+1
2005-09-22[PATCH] Fix strange timezone handlingLinus Torvalds1-10/+14
2005-09-22[PATCH] Add new keybindingsRobert Suetterlin1-1/+9
2005-09-21Revert "Use git-merge instead of git-resolve in git-pull."Junio C Hamano1-33/+7
2005-09-21Revert "Make Octopus merge message a bit nicer."Junio C Hamano2-86/+11
2005-09-21[PATCH] fetch.c: Remove call to parse_object() from process()Sergey Vlasov1-1/+0
2005-09-21[PATCH] fetch.c: Clean up object flag definitionsSergey Vlasov1-3/+3
2005-09-21[PATCH] fetch.c: Remove redundant test of TO_SCAN in process()Sergey Vlasov1-2/+0
2005-09-21[PATCH] fetch.c: Remove some duplicated code in process()Sergey Vlasov1-8/+5
2005-09-21[PATCH] fetch.c: Remove redundant TO_FETCH flagSergey Vlasov1-3/+1
2005-09-21[PATCH] fetch.c: Remove redundant SCANNED flagSergey Vlasov1-6/+1
2005-09-21[PATCH] fetch.c: Make process() look at each object only onceSergey Vlasov1-0/+5
2005-09-21[PATCH] fetch.c: Remove useless lookup_object_type() call in process()Sergey Vlasov1-13/+10
2005-09-21Merge branch 'fixes'Junio C Hamano2-8/+29
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.Junio C Hamano1-0/+3
2005-09-21Update tutorial with Octopus usage.Junio C Hamano1-1/+103
2005-09-20Make Octopus merge message a bit nicer.Junio C Hamano2-11/+86
2005-09-20Use git-merge instead of git-resolve in git-pull.Junio C Hamano1-7/+33
2005-09-20Make time-based commit filtering work with topological ordering.Linus Torvalds1-1/+7
2005-09-20[PATCH] Teach "git-rev-parse" about date-based cut-offsLinus Torvalds1-0/+41
2005-09-20[PATCH] ARM optimized SHA1 implementationNicolas Pitre4-12/+308
2005-09-20[PATCH] Make the git-fsck-objects diagnostics more usefulPetr Baudis1-34/+48
2005-09-20Do not give alarming error message from rsync in fetch and clone.Junio C Hamano2-3/+5
2005-09-20[PATCH] Return proper error valud from "parse_date()"Linus Torvalds2-4/+4
2005-09-20Show modified files in git-ls-filesJunio C Hamano6-78/+140
2005-09-20Fast-path 'update-index --refresh' a bit.Junio C Hamano1-0/+7
2005-09-20Use GECOS field a bit better to produce default human readable name.Junio C Hamano1-4/+35
2005-09-20Document -i flag to git-read-treeJunio C Hamano2-2/+12
2005-09-20[PATCH] Documentation: Update all files to use the new gitlink: macroSergey Vlasov95-213/+213
2005-09-20[PATCH] Documentation: Add asciidoc.conf file and gitlink: macroSergey Vlasov2-2/+23
2005-09-20Fix extended short SHA1 name completionLinus Torvalds1-7/+5
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