summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Implement --recover for git-*-fetchDaniel Barkalow2005-09-275-1/+13
* [PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege2005-09-274-7/+10
* [PATCH] Make the test more shell generic and fix missing Solaris find optionPeter Eriksen2005-09-273-3/+4
* Really require tk 8.4 (RPM)Junio C Hamano2005-09-271-1/+1
* Require tk 8.4 (RPM)Junio C Hamano2005-09-261-1/+1
* Merge http://www.kernel.org/pub/scm/gitk/gitkJunio C Hamano2005-09-261-1/+9
|\
| * Use "$@" rather than "${1+$@}" when invoking wish.Paul Mackerras2005-09-271-1/+1
| * Change wish8.4 back to wishPaul Mackerras2005-09-261-1/+1
| * [PATCH] Add new keybindingsRobert Suetterlin2005-09-221-1/+9
* | git-fetch: send informational output to >&2 consistently.Junio C Hamano2005-09-261-1/+1
* | Give default merge message after failed automerge.Junio C Hamano2005-09-262-4/+13
* | Do not require clean tree when reverting and cherry-picking.Junio C Hamano2005-09-262-12/+4
* | Fix overzealous cleanliness check in git-mergeJunio C Hamano2005-09-261-18/+50
* | git-clone: check out "master" by default.Junio C Hamano2005-09-261-6/+15
* | Plug a small race in update-ref.c.Junio C Hamano2005-09-251-4/+22
* | [PATCH] Add "git-update-ref" to update the HEAD (or other) refLinus Torvalds2005-09-252-0/+112
* | [PATCH] More descriptive messages for conflict cases in mergesFredrik Kuivinen2005-09-251-3/+4
* | [PATCH] recursive-merge: Don't print a stack trace when read-tree fails.Fredrik Kuivinen2005-09-251-3/+9
* | Diff: --name-status output format.Junio C Hamano2005-09-243-11/+17
* | Diff: -l<num> to limit rename/copy detection.Junio C Hamano2005-09-245-20/+34
* | Diff clean-up.Junio C Hamano2005-09-2411-366/+252
* | Merge branch 'fixes'Junio C Hamano2005-09-242-2/+15
|\ \
| * | show-branch: fix commit naming breakage.Junio C Hamano2005-09-241-1/+14
| * | git-grep: fix 'git grep -e $pattern' handlingJunio C Hamano2005-09-241-1/+1
* | | Clean generated files a bit more.Junio C Hamano2005-09-241-2/+2
* | | Stop installing the backward compatible symlinks.Junio C Hamano2005-09-242-4/+6
* | | [PATCH] Finish documenting trivial merge rulesDaniel Barkalow2005-09-241-10/+39
* | | Remove use of 'xargs -0' from git-reset.Junio C Hamano2005-09-241-2/+4
* | | Use 0.99.7.GIT as version between 0.99.7 and 0.99.8Junio C Hamano2005-09-241-1/+1
* | | Solaris: give a bit more built-in defaults.Junio C Hamano2005-09-243-22/+34
* | | [PATCH] CURLDIR in MakefilePatrick Mauritz2005-09-241-1/+11
* | | [PATCH] Rename daemon.c's lognotice() to loginfo()Petr Baudis2005-09-241-3/+3
* | | [PATCH] git-daemon --syslog to log through syslogPetr Baudis2005-09-242-8/+32
* | | [PATCH] Update git-daemon documentation wrt. the --verbose parameterPetr Baudis2005-09-241-1/+4
* | | Really ignore generated distribution material.Junio C Hamano2005-09-241-4/+5
* | | daemon.c: pid_t is not int.Junio C Hamano2005-09-231-1/+1
* | | Merge 'fixes' branch.Junio C Hamano2005-09-236-39/+49
|\ \ \ | |/ /
| * | Further clarify licensing status of compat/subprocess.py.Junio C Hamano2005-09-231-20/+4
| * | [PATCH] rsh.c unterminated stringH. Peter Anvin2005-09-231-5/+5
| * | [PATCH] git-local-fetch: Avoid confusing error messages on packed repositoriesSergey Vlasov2005-09-231-5/+12
| * | [PATCH] Fix "git-local-fetch -s" with packed source repositorySergey Vlasov2005-09-231-3/+11
| * | [PATCH] git-local-fetch: Avoid calling close(-1)Sergey Vlasov2005-09-231-2/+4
| * | [PATCH] git-local-fetch: Fix error checking and leak in setup_indices()Sergey Vlasov2005-09-231-0/+3
| * | [PATCH] fetch.c: Plug memory leak in process_tree()Sergey Vlasov2005-09-231-0/+1
| * | [PATCH] fetch.c: Do not build object ref listsSergey Vlasov2005-09-231-0/+1
| * | [PATCH] document command to show diff of a commitRobert Watson2005-09-231-1/+4
| * | Ignore a bit more generated files.Junio C Hamano2005-09-231-0/+4
* | | Merge branch 'fixes'Junio C Hamano2005-09-231-1/+13
|\ \ \ | |/ /
| * | Make 'git diff --cached' synonymous to 'git diff --cached HEAD'.Junio C Hamano2005-09-231-1/+13
| * | [PATCH] fetch.c: Remove call to parse_object() from process()Sergey Vlasov2005-09-221-1/+0