aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Merge branch 'mg/maint-remote-fix' into maintShawn O. Pearce2008-09-29
|\ \
| * | make "git remote" report multiple URLsMichael J Gruber2008-09-22
| |/
* | Clarify commit error message for unmerged filesRafael Garcia-Suarez2008-09-29
* | Use strchrnul() instead of strchr() plus manual workaroundJohan Herland2008-09-29
* | Use remove_path from dir.c instead of own implementationAlex Riesen2008-09-29
* | Add remove_path: a function to remove as much as possible of a pathAlex Riesen2008-09-29
* | git-submodule: Fix "Unable to checkout" for the initial 'update'Ping Yin2008-09-29
* | Clarify how the user can satisfy stash's 'dirty state' check.Stephen Haberman2008-09-29
* | Remove empty directories in recursive mergeAlex Riesen2008-09-26
* | Documentation: clarify the details of overriding LESS via core.pagerChris Frey2008-09-26
* | Update release notes for 1.6.0.3Shawn O. Pearce2008-09-25
* | checkout: Do not show local changes when in quiet modeJonas Fonseca2008-09-25
* | for-each-ref: Fix --format=%(subject) for log message without newlinesJohan Herland2008-09-24
* | git-stash.sh: don't default to refs/stash if invalid ref suppliedBrandon Casey2008-09-24
* | maint: check return of split_cmdline to avoid bad config stringsDeskin Miller2008-09-24
* | builtin-prune.c: prune temporary packs in <object_dir>/pack directoryBrandon Casey2008-09-23
* | Do not perform cross-directory renames when creating packsPetr Baudis2008-09-22
* | Use dashless git commands in setgitperms.perlTodd Zullinger2008-09-22
* | git-remote: do not use user input in a printf format stringJohannes Sixt2008-09-22
* | Start draft release notes for 1.6.0.3Junio C Hamano2008-09-19
* | git-repack uses --no-repack-object, not --no-repack-delta.Mikael Magnusson2008-09-19
* | Typo "bogos" in format-patch error message.Mikael Magnusson2008-09-19
* | builtin-clone: fix typoFabrizio Chiarello2008-09-19
* | Bust the ghost of long-defunct diffcore-pathspec.Yann Dirson2008-09-19
* | completion: git commit should list --interactiveEric Raible2008-09-19
* | Merge branch 'dp/maint-rebase-fix' into maintJunio C Hamano2008-09-18
|\ \
| * | git-rebase--interactive: auto amend only edited commitDmitry Potapov2008-09-09
| * | git-rebase-interactive: do not squash commits on abortDmitry Potapov2008-09-09
* | | Merge branch 'jc/maint-checkout-keep-remove' into maintJunio C Hamano2008-09-18
|\ \ \
| * | | checkout: do not lose staged removalJunio C Hamano2008-09-09
| |/ /
* | | Merge branch 'jc/maint-diff-quiet' into maintJunio C Hamano2008-09-18
|\ \ \
| * | | diff --quiet: make it synonym to --exit-code >/dev/nullJunio C Hamano2008-09-06
| * | | diff Porcelain: do not disable auto index refreshing on -C -CJunio C Hamano2008-09-06
* | | | Merge branch 'jc/maint-name-hash-clear' into maintJunio C Hamano2008-09-18
|\ \ \ \
| * | | | discard_cache: reset lazy name_hash bitJunio C Hamano2008-08-23
* | | | | Merge branch 'jc/maint-template-permbits' into maintJunio C Hamano2008-09-18
|\ \ \ \ \
| * | | | | Fix permission bits on sources checked out with an overtight umaskJunio C Hamano2008-09-09
| | |_|/ / | |/| | |
* | | | | Merge branch 'mh/maint-honor-no-ssl-verify' into maintJunio C Hamano2008-09-18
|\ \ \ \ \
| * | | | | Don't verify host name in SSL certs when GIT_SSL_NO_VERIFY is setJunio C Hamano2008-09-07
| |/ / / /
* | | | | sha1_file: link() returns -1 on failure, not errnoThomas Rast2008-09-18
* | | | | Make git archive respect core.autocrlf when creating zip format archivesCharles Bailey2008-09-18
* | | | | Add new test to demonstrate git archive core.autocrlf inconsistencyCharles Bailey2008-09-18
* | | | | gitweb: avoid warnings for commits without bodyJoey Hess2008-09-18
* | | | | Clarified gitattributes documentation regarding custom hunk header.Garry Dolley2008-09-18
* | | | | git-svn: fix handling of even funkier branch namesEric Wong2008-09-18
* | | | | git-svn: Always create a new RA when calling do_switch for svn://Alec Berryman2008-09-18
* | | | | git-svn: factor out svnserve test code for later useAlec Berryman2008-09-18
* | | | | diff/diff-files: do not use --cc too aggressivelyJunio C Hamano2008-09-18
| |_|_|/ |/| | |
* | | | Cosmetical command name fixHeikki Orsila2008-09-15
* | | | Start conforming code to "git subcmd" style part 3Heikki Orsila2008-09-15