summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-10-17GIT 0.99.8ev0.99.8eJunio C Hamano4-4/+10
2005-10-17Merge branch 'fixes'Junio C Hamano2-61/+68
2005-10-17git-checkout-index: documentation updates.Junio C Hamano1-13/+7
2005-10-17make checkout-index '-a' flag saner.Linus Torvalds1-48/+61
2005-10-17Do not quote SP.Junio C Hamano1-2/+2
2005-10-16Merge branch 'fixes'Junio C Hamano1-0/+7
2005-10-16Update git-apply to use C-style quoting for funny pathnames.Junio C Hamano1-39/+169
2005-10-16Functions to quote and unquote pathnames in C-style.Junio C Hamano2-1/+172
2005-10-15whatchanged: document -m option from git-diff-tree.Junio C Hamano1-0/+7
2005-10-15GIT v0.99.8dv0.99.8dJunio C Hamano5-3/+18
2005-10-15Introduce notation "ref^{type}".Junio C Hamano1-0/+83
2005-10-15Ignore funny refname sent from remoteJunio C Hamano6-6/+12
2005-10-15Refuse to create funny refs in clone-pack, git-fetch and receive-pack.Junio C Hamano3-0/+16
2005-10-15git-check-ref-format: reject funny ref names.Junio C Hamano6-38/+103
2005-10-15Revert "Adapt tutorial to cygwin and add test case"Junio C Hamano2-212/+19
2005-10-15Revert "tutorial: update the initial commit example."Junio C Hamano1-8/+6
2005-10-15Merge branch 'fixes'Junio C Hamano3-23/+218
2005-10-13tutorial: update the initial commit example.Junio C Hamano1-6/+8
2005-10-13Adapt tutorial to cygwin and add test caseJohannes Schindelin2-19/+212
2005-10-13rsh.c: typo fixRalf Baechle1-1/+1
2005-10-11Merge branch 'fixes'Junio C Hamano1-1/+4
2005-10-11[PATCH] cvsimport: don't pass --cvs-direct if user options contradict usMartin Langhoff1-1/+4
2005-10-10Merge branch 'fixes'Junio C Hamano5-7/+12
2005-10-10t5400-send-pack relies on a working cpioJohannes Schindelin1-0/+3
2005-10-10git.sh: quote all pathsJonas Fonseca1-2/+2
2005-10-10Teach git-status about spaces in file names also on MacOSXJohannes Schindelin1-4/+4
2005-10-10OpenBSD needs the strcasestr replacement.Junio C Hamano1-0/+1
2005-10-09Also force LC_ALL in test scripts.Junio C Hamano1-1/+2
2005-10-09GIT 0.99.8cv0.99.8cJunio C Hamano2-1/+7
2005-10-09Merge branch 'fixes'Junio C Hamano7-10/+23
2005-10-09git-tag: update usage string and documentation.Junio C Hamano2-4/+2
2005-10-09ignore new git-diff index header when computing patch idsKai Ruemmler1-0/+4
2005-10-09Fix git-verify-tag for light-weight tagsPaolo 'Blaisorblade' Giarrusso1-2/+6
2005-10-09Make sure 'make install' does not have to rebuild templates.Junio C Hamano1-3/+6
2005-10-08Give proper prototype to gitstrcasestr.Junio C Hamano2-1/+5
2005-10-07Merge branch 'fixes'Junio C Hamano6-41/+228
2005-10-07teach git-status about spaces in filenamesKai Ruemmler1-3/+21
2005-10-07Fix wrong filename listing bug in git-ls-tree.robfitz@273k.net2-26/+189
2005-10-07s/checkout-cache/checkout-index/g for Documentation/git-ls-files.txtKai Ruemmler1-1/+1
2005-10-05Fix usage of carets in git-rev-parse(1)Jonas Fonseca2-11/+17
2005-10-05GIT 0.99.8bv0.99.8bJunio C Hamano2-1/+7
2005-10-05Merge branch 'fixes'Junio C Hamano27-148/+241
2005-10-05clone-pack: use create_symref() instead of raw symlink.Junio C Hamano1-8/+16
2005-10-05Some typos and light editing of various manpagesChristian Meder14-38/+39
2005-10-05upload-pack: Do not choke on too many heads request.Junio C Hamano3-16/+56
2005-10-05[PATCH] Quote the missing GIT_DIR.Santi_BĂ©jar2-4/+4
2005-10-05[PATCH] Fix symbolic ref validationJonas Fonseca1-1/+1
2005-10-05[PATCH] hold_index_file_for_update should not unlink failed to open .lock fil...Alex Riesen1-4/+6
2005-10-04Fix diff-filter All-Or-None mark.Junio C Hamano1-1/+1
2005-10-04Add missing documentation.Junio C Hamano2-0/+110
2005-10-04Remove useless use of sed in git-format-patch.Junio C Hamano1-5/+1
2005-10-03Leave an empty line between log and sign-off.Junio C Hamano1-4/+7
2005-10-03Remove unused external-diff script.Junio C Hamano1-67/+0
2005-10-03Merge branch 'fixes'Junio C Hamano4-9/+45
2005-10-03[PATCH] Limit the number of requests outstanding in ssh-fetch.Daniel Barkalow1-1/+27
2005-10-03Avoid compiler warning.Junio C Hamano1-1/+1
2005-10-03Make sure get_sha1 does not accept ambiguous sha1 prefix (again).Junio C Hamano1-6/+15
2005-10-03GIT 0.99.8av0.99.8aJunio C Hamano2-1/+7
2005-10-03git-pull: do not barf on -a flag meant for git-fetch.Junio C Hamano1-1/+2
2005-10-03[PATCH] Random documentation fixesJonas Fonseca26-192/+209
2005-10-03Error message from get_sha1() on ambiguous short SHA1.Junio C Hamano1-1/+1
2005-10-03[PATCH] Enable and fix support for base less merges.Fredrik Kuivinen3-3/+9
2005-10-02Make sure get_sha1 does not accept ambiguous sha1 prefix.Junio C Hamano1-21/+68
2005-10-02Fix minor DOS in rev-list.Junio C Hamano1-1/+11
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