summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-27[PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege
2005-09-27[PATCH] Make the test more shell generic and fix missing Solaris find optionPeter Eriksen
2005-09-27Really require tk 8.4 (RPM)Junio C Hamano
2005-09-27Require tk 8.4 (RPM)Junio C Hamano
2005-09-27Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2005-09-27git-fetch: send informational output to >&2 consistently.Junio C Hamano
2005-09-27Give default merge message after failed automerge.Junio C Hamano
2005-09-27Do not require clean tree when reverting and cherry-picking.Junio C Hamano
2005-09-27Fix overzealous cleanliness check in git-mergeJunio C Hamano
2005-09-27git-clone: check out "master" by default.Junio C Hamano
2005-09-27Use "$@" rather than "${1+$@}" when invoking wish.Paul Mackerras
2005-09-26Plug a small race in update-ref.c.Junio C Hamano
2005-09-26Change wish8.4 back to wishPaul Mackerras
2005-09-25[PATCH] Add "git-update-ref" to update the HEAD (or other) refLinus Torvalds
2005-09-25[PATCH] More descriptive messages for conflict cases in mergesFredrik Kuivinen
2005-09-25[PATCH] recursive-merge: Don't print a stack trace when read-tree fails.Fredrik Kuivinen
2005-09-25Diff: --name-status output format.Junio C Hamano
2005-09-25Diff: -l<num> to limit rename/copy detection.Junio C Hamano
2005-09-25Diff clean-up.Junio C Hamano
2005-09-25Merge branch 'fixes'Junio C Hamano
2005-09-25Clean generated files a bit more.Junio C Hamano
2005-09-25Stop installing the backward compatible symlinks.Junio C Hamano
2005-09-25show-branch: fix commit naming breakage.Junio C Hamano
2005-09-25[PATCH] Finish documenting trivial merge rulesDaniel Barkalow
2005-09-24git-grep: fix 'git grep -e $pattern' handlingJunio C Hamano
2005-09-24Remove use of 'xargs -0' from git-reset.Junio C Hamano
2005-09-24Use 0.99.7.GIT as version between 0.99.7 and 0.99.8Junio C Hamano
2005-09-24Solaris: give a bit more built-in defaults.Junio C Hamano
2005-09-24[PATCH] CURLDIR in MakefilePatrick Mauritz
2005-09-24[PATCH] Rename daemon.c's lognotice() to loginfo()Petr Baudis
2005-09-24[PATCH] git-daemon --syslog to log through syslogPetr Baudis
2005-09-24[PATCH] Update git-daemon documentation wrt. the --verbose parameterPetr Baudis
2005-09-24Really ignore generated distribution material.Junio C Hamano
2005-09-24daemon.c: pid_t is not int.Junio C Hamano
2005-09-24Merge 'fixes' branch.Junio C Hamano
2005-09-24Further clarify licensing status of compat/subprocess.py.Junio C Hamano
2005-09-24[PATCH] rsh.c unterminated stringH. Peter Anvin
2005-09-23[PATCH] git-local-fetch: Avoid confusing error messages on packed repositoriesSergey Vlasov
2005-09-23[PATCH] Fix "git-local-fetch -s" with packed source repositorySergey Vlasov
2005-09-23[PATCH] git-local-fetch: Avoid calling close(-1)Sergey Vlasov
2005-09-23[PATCH] git-local-fetch: Fix error checking and leak in setup_indices()Sergey Vlasov
2005-09-23[PATCH] fetch.c: Plug memory leak in process_tree()Sergey Vlasov
2005-09-23[PATCH] fetch.c: Do not build object ref listsSergey Vlasov
2005-09-23[PATCH] document command to show diff of a commitRobert Watson
2005-09-23Ignore a bit more generated files.Junio C Hamano
2005-09-23Merge branch 'fixes'Junio C Hamano
2005-09-23Make 'git diff --cached' synonymous to 'git diff --cached HEAD'.Junio C Hamano
2005-09-23[PATCH] fetch.c: Remove call to parse_object() from process()Sergey Vlasov
2005-09-23[PATCH] fetch.c: Clean up object flag definitionsSergey Vlasov
2005-09-23[PATCH] fetch.c: Remove redundant test of TO_SCAN in process()Sergey Vlasov