summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-07Documentation update: use git branch -d foo where applicableKai Ruemmler
2005-11-07Recover dropped +x bit from git-pull.sh by accident.Junio C Hamano
2005-11-07Documentation: talk about guts of merge in tutorial.Junio C Hamano
2005-11-07Refactored merge options into separate merge-options.txt.Jon Loeliger
2005-11-07http-fetch: do not use curl_message after releasing itJohannes Schindelin
2005-11-07Allow GIT_DIR to be an absolute pathJohannes Schindelin
2005-11-07http-push.c: include with angle bracket, not dq.Paul Collins
2005-11-07Set up remotes/origin to track all remote branches.Junio C Hamano
2005-11-07git-status: do not mark unmerged paths as committable.Junio C Hamano
2005-11-07ls-files: --others should not say unmerged paths are unknown.Junio C Hamano
2005-11-06Use fink/darwinport paths for OSXRandal L. Schwartz
2005-11-06Refactor merge strategies into separate includable file.Jon Loeliger
2005-11-06Document expat dependency when using http-push.Junio C Hamano
2005-11-06Merge in http-push first stage.Junio C Hamano
2005-11-06Refresh the remote lock if it is about to expireNick Hengeveld
2005-11-06Improve lock handlingNick Hengeveld
2005-11-06Support remote references with slashes in their namesNick Hengeveld
2005-11-06Verify remote packs, speed up pending request queueNick Hengeveld
2005-11-06Add support for pushing to a remote repository using HTTP/DAVNick Hengeveld
2005-11-06Debian: test build.Junio C Hamano
2005-11-06Further Debian split fixes.Junio C Hamano
2005-11-06Install asciidoc sources as well.Junio C Hamano
2005-11-06Package split: Debian.Junio C Hamano
2005-11-06Simplify CFLAGS/DEFINES in MakefileJunio C Hamano
2005-11-06git-fetch: fail if specified refspec does not match remote.Junio C Hamano
2005-11-06Documentation: pull/clone ref mapping clarification.Junio C Hamano
2005-11-06git-format-patch: silly typo fix.Junio C Hamano
2005-11-05test: t4102-apply-rename fails with strict umask.Junio C Hamano
2005-11-05git-clone: fix local cloneJunio C Hamano
2005-11-05init-db::copy_file() - use copy_fd()Junio C Hamano
2005-11-05copy.c::copy_fd() - do not leak file descriptor on error return.Junio C Hamano
2005-11-05Documentation: format-patchJunio C Hamano
2005-11-05format-patch: "rev1.." should mean "rev1..HEAD"Junio C Hamano
2005-11-05Documentation: git-fetch/pull updates.Junio C Hamano
2005-11-05Added a few examples to git-pull man page.Jon Loeliger
2005-11-05Document the --no-commit flag betterJunio C Hamano
2005-11-04Documentation: -merge and -pull: describe merge strategies.Junio C Hamano
2005-11-04Documentation: git-add -- do not say "cache", add examples.Junio C Hamano
2005-11-04git-tag: Do not assume the working tree root is writable.Junio C Hamano
2005-11-04Remove the temp file if it is empty after the request has failedNick Hengeveld
2005-11-03Illustration: "Commit DAG Revision Naming"Junio C Hamano
2005-11-03Illustration: "Git Diff Types"Junio C Hamano
2005-11-03Illustration: "Fundamental Git Index Operations"Junio C Hamano
2005-11-03git-merge-ours: make sure our index matches HEADJunio C Hamano
2005-11-03Add 'ours' merge strategy.Junio C Hamano
2005-11-03Add --no-commit to git-merge/git-pull.Junio C Hamano
2005-11-03Document --since and --until options to rev-parse.Junio C Hamano
2005-11-03Be careful when dereferencing tags.Junio C Hamano
2005-11-03[PATCH] Clean up the SunOS Makefile rulePeter Eriksen
2005-11-03Ignore '\r' at the end of line in $GIT_DIR/configJunio C Hamano