summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-29define die() for scripts that use it.Junio C Hamano
2005-11-29verify-tag: make it operable from a subdirectory.Junio C Hamano
2005-11-29tag: make it operable from a subdirectory.Junio C Hamano
2005-11-29lost-found: make it operable from a subdirectory.Junio C Hamano
2005-11-29branch: make it operable from a subdirectory.Junio C Hamano
2005-11-29ls-remote: define die() now we do not use git-sh-setupJunio C Hamano
2005-11-29count-objects: make it operable from a subdirectory.Junio C Hamano
2005-11-29Make the rest of commands work from a subdirectory.Junio C Hamano
2005-11-29Make networking commands to work from a subdirectory.Junio C Hamano
2005-11-29ls-tree: work from subdirectory.Junio C Hamano
2005-11-29hash-object: work within subdirectory.Junio C Hamano
2005-11-29checkout-index: work from subdirectory.Junio C Hamano
2005-11-29fsck-objects: work from subdirectory.Junio C Hamano
2005-11-29peek-remote: honor proxy config even from subdirectory.Junio C Hamano
2005-11-29git-apply: work from subdirectory.Junio C Hamano
2005-11-29working from subdirectory: preparationJunio C Hamano
2005-11-29write_name_quoted(): make one of the path a counted string.Junio C Hamano
2005-11-29Documentation: Describe merge operation a bit better.Junio C Hamano
2005-11-29Fix typo in http-push.cJan Andres
2005-11-29name-rev: fix parent counting.Junio C Hamano
2005-11-28rebase: one safety net, one bugfix and one optimization.Junio C Hamano
2005-11-28Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2005-11-28git-mv: quote $src in regexp properly.Junio C Hamano
2005-11-28[PATCH] gitk: Use i18n.commitencoding configuration item.Junio C Hamano
2005-11-28config.c: constness tightening to avoid compilation warning.Junio C Hamano
2005-11-28gitk: Fix diff this->selected and selected->this functionsPaul Mackerras
2005-11-28mailinfo: Do not use -u=<encoding>; say --encoding=<encoding>Junio C Hamano
2005-11-28mailinfo: Use i18n.commitencodingJunio C Hamano
2005-11-28mailinfo: allow -u to fall back on latin1 to utf8 conversion.Junio C Hamano
2005-11-28Introduce i18n.commitencoding.Junio C Hamano
2005-11-27Fix gitk this->selected diffsYann Dirson
2005-11-27Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2005-11-27git-mv: follow -k request even on failing renamesJosef Weidendorfer
2005-11-27Small fixes in Documentation/git-mv.txtJosef Weidendorfer
2005-11-27git-mv: fully detect 'directory moved into itself'Josef Weidendorfer
2005-11-27git-mv: keep git index consistent with file system on failed renameJosef Weidendorfer
2005-11-27git-mv: shrink usage, no usage on errorJosef Weidendorfer
2005-11-27setup_git_directory(): check repository format version.Junio C Hamano
2005-11-27init-db: check template and repository format.Junio C Hamano
2005-11-27Check repository format version in enter_repo().Junio C Hamano
2005-11-27Repository format version check.Junio C Hamano
2005-11-26format-patch: output filename reported to stdout verbatim.Junio C Hamano
2005-11-26name-rev: fix off-by-one error in --stdin.Junio C Hamano
2005-11-26git-mv is not able to handle big directoriesAlexander Litvinov
2005-11-26shell.c: complain on insufficient arguments.Junio C Hamano
2005-11-25git-sh-setup: move the repository check to a core program.Junio C Hamano
2005-11-25setup_git_directory: make sure GIT_DIR is a valid repository.Junio C Hamano
2005-11-25git-var: make it work in subdirectory.Junio C Hamano
2005-11-25git-sh-setup: die if outside git repository.Junio C Hamano
2005-11-25parse-remote and ls-remote clean-up.Junio C Hamano