summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-13The Makefile is now aware of Documentation/ include directivesDavid Greaves
2005-05-13[PATCH 3/3] Add git-ls-files -k.Junio C Hamano
2005-05-13[PATCH 2/3] Support symlinks in git-ls-files --others.Junio C Hamano
2005-05-12[PATCH] checkout-cache fixJunio C Hamano
2005-05-11Fixed a leak in read-treePetr Baudis
2005-05-11[patch] git: cleanup in ls-tree.cIngo Molnar
2005-05-11[patch] git: fix memory leak #2 in checkout-cache.cIngo Molnar
2005-05-11rev-tree now handles commit problems betterPetr Baudis
2005-05-11[PATCH] read_tree_recursive(): Fix leaksJonas Fonseca
2005-05-11Stick a comment to update-cache.c:refresh_cache() that you can'tPetr Baudis
2005-05-11[patch] git: fix overflow in update-cache.cIngo Molnar
2005-05-11Make update-cache be explicit about failed open() when doingPetr Baudis
2005-05-11Adjust quoting styles for some environment variables in the documentation.Junio C Hamano
2005-05-11Document git-merge-cache -oPetr Baudis
2005-05-11git-merge-cache -o does all the automerges in a single shotPetr Baudis
2005-05-11More README spelling fixesPetr Baudis
2005-05-11Spelling fixes in README.Zack Brown
2005-05-11[PATCH] Misc fixes for git-paskyPavel Roskin
2005-05-11Merge with http://members.cox.net/junkio/git-jc.gitPetr Baudis
2005-05-10Mark the variable declarations in .h files as externPetr Baudis
2005-05-10[PATCH 4/4] split core-git.txt and updateDavid Greaves
2005-05-10[PATCH 3/4] split core-git.txt and updateDavid Greaves
2005-05-10[PATCH 2/4] split core-git.txt and updateDavid Greaves
2005-05-10[PATCH 1/4] split core-git.txt and updateDavid Greaves
2005-05-10Link with -lcrypto instead of -lssl when using openssl libraries.Junio C Hamano
2005-05-10Do not report size of the object that cannot be written in local-pull.cJunio C Hamano
2005-05-10Introduce GIT_DIR environment variable.Junio C Hamano
2005-05-10Rename environment variables.Junio C Hamano
2005-05-09Add copyright notice of Rene Scharfe to tar-tree.cPetr Baudis
2005-05-08Fix git-update-cache --cacheinfo error message.Junio C Hamano
2005-05-08[PATCH 2/2] core-git documentation updateDavid Greaves
2005-05-08A stylistic fix to read-cache.cJunio C Hamano
2005-05-08Stylistic fixes to sha1_file.cJunio C Hamano
2005-05-08[PATCH 1/2] core-git documentation updateDavid Greaves
2005-05-08[PATCH] Really *do* nothing in while loopThomas Glanzmann
2005-05-08write-tree is now willing to write empty treePetr Baudis
2005-05-08Allow removal of "path" when "path/file" exists.Junio C Hamano
2005-05-08Add git-update-cache --replace option.Junio C Hamano
2005-05-08git-update-cache refuses to add a file where a directory is registed.Junio C Hamano
2005-05-08Build and install git-get-tar-commit-idJunio C Hamano
2005-05-07Notice tree objects with duplicate entries.Junio C Hamano
2005-05-07[PATCH] make INSTALL binary in Makefile configurable via make variableThomas Glanzmann
2005-05-07[PATCH] Add #include <limits.h> so that git compiles under SolarisThomas Glanzmann
2005-05-07Use backticks in git-merge-one-file-script instead of $(command).Junio C Hamano
2005-05-07Notice index that has path and path/file and refuse to write such a tree.Junio C Hamano
2005-05-07Make merge-cache not fail immediatelly when the merge programPetr Baudis
2005-05-07Date: Thu Apr 14 08:26:38 2005 +0200Ingo Molnar
2005-05-07Free compressed buffer after write_sha1_file() is done.Junio C Hamano
2005-05-07Fix usage string of git-diff-cache and add documentation of -m flag.Junio C Hamano
2005-05-07Fix thinko in the logic to refuse unmerged path fed to git-apply-patch-script.Junio C Hamano