aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Give default merge message after failed automerge.Junio C Hamano2005-09-26
* Do not require clean tree when reverting and cherry-picking.Junio C Hamano2005-09-26
* Fix overzealous cleanliness check in git-mergeJunio C Hamano2005-09-26
* git-clone: check out "master" by default.Junio C Hamano2005-09-26
* Plug a small race in update-ref.c.Junio C Hamano2005-09-25
* [PATCH] Add "git-update-ref" to update the HEAD (or other) refLinus Torvalds2005-09-25
* [PATCH] More descriptive messages for conflict cases in mergesFredrik Kuivinen2005-09-25
* [PATCH] recursive-merge: Don't print a stack trace when read-tree fails.Fredrik Kuivinen2005-09-25
* Diff: --name-status output format.Junio C Hamano2005-09-24
* Diff: -l<num> to limit rename/copy detection.Junio C Hamano2005-09-24
* Diff clean-up.Junio C Hamano2005-09-24
* Merge branch 'fixes'Junio C Hamano2005-09-24
|\
| * show-branch: fix commit naming breakage.Junio C Hamano2005-09-24
| * git-grep: fix 'git grep -e $pattern' handlingJunio C Hamano2005-09-24
* | Clean generated files a bit more.Junio C Hamano2005-09-24
* | Stop installing the backward compatible symlinks.Junio C Hamano2005-09-24
* | [PATCH] Finish documenting trivial merge rulesDaniel Barkalow2005-09-24
* | Remove use of 'xargs -0' from git-reset.Junio C Hamano2005-09-24
* | Use 0.99.7.GIT as version between 0.99.7 and 0.99.8Junio C Hamano2005-09-24
* | Solaris: give a bit more built-in defaults.Junio C Hamano2005-09-24
* | [PATCH] CURLDIR in MakefilePatrick Mauritz2005-09-24
* | [PATCH] Rename daemon.c's lognotice() to loginfo()Petr Baudis2005-09-24
* | [PATCH] git-daemon --syslog to log through syslogPetr Baudis2005-09-24
* | [PATCH] Update git-daemon documentation wrt. the --verbose parameterPetr Baudis2005-09-24
* | Really ignore generated distribution material.Junio C Hamano2005-09-24
* | daemon.c: pid_t is not int.Junio C Hamano2005-09-23
* | Merge 'fixes' branch.Junio C Hamano2005-09-23
|\ \ | |/
| * Further clarify licensing status of compat/subprocess.py.Junio C Hamano2005-09-23
| * [PATCH] rsh.c unterminated stringH. Peter Anvin2005-09-23
| * [PATCH] git-local-fetch: Avoid confusing error messages on packed repositoriesSergey Vlasov2005-09-23
| * [PATCH] Fix "git-local-fetch -s" with packed source repositorySergey Vlasov2005-09-23
| * [PATCH] git-local-fetch: Avoid calling close(-1)Sergey Vlasov2005-09-23
| * [PATCH] git-local-fetch: Fix error checking and leak in setup_indices()Sergey Vlasov2005-09-23
| * [PATCH] fetch.c: Plug memory leak in process_tree()Sergey Vlasov2005-09-23
| * [PATCH] fetch.c: Do not build object ref listsSergey Vlasov2005-09-23
| * [PATCH] document command to show diff of a commitRobert Watson2005-09-23
| * Ignore a bit more generated files.Junio C Hamano2005-09-23
* | Merge branch 'fixes'Junio C Hamano2005-09-23
|\ \ | |/
| * Make 'git diff --cached' synonymous to 'git diff --cached HEAD'.Junio C Hamano2005-09-23
| * [PATCH] fetch.c: Remove call to parse_object() from process()Sergey Vlasov2005-09-22
| * [PATCH] fetch.c: Clean up object flag definitionsSergey Vlasov2005-09-22
| * [PATCH] fetch.c: Remove redundant test of TO_SCAN in process()Sergey Vlasov2005-09-22
| * [PATCH] fetch.c: Remove some duplicated code in process()Sergey Vlasov2005-09-22
| * [PATCH] fetch.c: Remove redundant TO_FETCH flagSergey Vlasov2005-09-22
| * [PATCH] fetch.c: Remove redundant SCANNED flagSergey Vlasov2005-09-22
| * [PATCH] fetch.c: Make process() look at each object only onceSergey Vlasov2005-09-22
| * [PATCH] fetch.c: Remove useless lookup_object_type() call in process()Sergey Vlasov2005-09-22
| * Do not give alarming error message from rsync in fetch and clone.Junio C Hamano2005-09-22
* | [PATCH] Retitle 'inspecting what happened' section.Jon Loeliger2005-09-22
* | Prettyprint octopus merge message.Junio C Hamano2005-09-22