summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* checkout: Do not show local changes when in quiet modeJonas Fonseca2008-09-251-1/+1
* for-each-ref: Fix --format=%(subject) for log message without newlinesJohan Herland2008-09-241-2/+2
* git-stash.sh: don't default to refs/stash if invalid ref suppliedBrandon Casey2008-09-241-2/+15
* maint: check return of split_cmdline to avoid bad config stringsDeskin Miller2008-09-243-0/+14
* builtin-prune.c: prune temporary packs in <object_dir>/pack directoryBrandon Casey2008-09-231-10/+12
* Do not perform cross-directory renames when creating packsPetr Baudis2008-09-224-5/+5
* Use dashless git commands in setgitperms.perlTodd Zullinger2008-09-221-2/+2
* git-remote: do not use user input in a printf format stringJohannes Sixt2008-09-221-10/+8
* Start draft release notes for 1.6.0.3Junio C Hamano2008-09-192-1/+30
* git-repack uses --no-repack-object, not --no-repack-delta.Mikael Magnusson2008-09-192-2/+2
* Typo "bogos" in format-patch error message.Mikael Magnusson2008-09-191-1/+1
* builtin-clone: fix typoFabrizio Chiarello2008-09-191-1/+1
* Bust the ghost of long-defunct diffcore-pathspec.Yann Dirson2008-09-192-34/+22
* completion: git commit should list --interactiveEric Raible2008-09-191-1/+1
* Merge branch 'dp/maint-rebase-fix' into maintJunio C Hamano2008-09-181-3/+11
|\
| * git-rebase--interactive: auto amend only edited commitDmitry Potapov2008-09-091-1/+5
| * git-rebase-interactive: do not squash commits on abortDmitry Potapov2008-09-091-2/+6
* | Merge branch 'jc/maint-checkout-keep-remove' into maintJunio C Hamano2008-09-185-2/+24
|\ \
| * | checkout: do not lose staged removalJunio C Hamano2008-09-095-2/+24
| |/
* | Merge branch 'jc/maint-diff-quiet' into maintJunio C Hamano2008-09-181-11/+1
|\ \
| * | diff --quiet: make it synonym to --exit-code >/dev/nullJunio C Hamano2008-09-061-10/+0
| * | diff Porcelain: do not disable auto index refreshing on -C -CJunio C Hamano2008-09-061-1/+1
* | | Merge branch 'jc/maint-name-hash-clear' into maintJunio C Hamano2008-09-181-0/+1
|\ \ \
| * | | discard_cache: reset lazy name_hash bitJunio C Hamano2008-08-231-0/+1
* | | | Merge branch 'jc/maint-template-permbits' into maintJunio C Hamano2008-09-181-5/+7
|\ \ \ \
| * | | | Fix permission bits on sources checked out with an overtight umaskJunio C Hamano2008-09-091-5/+7
| | |_|/ | |/| |
* | | | Merge branch 'mh/maint-honor-no-ssl-verify' into maintJunio C Hamano2008-09-181-1/+10
|\ \ \ \
| * | | | Don't verify host name in SSL certs when GIT_SSL_NO_VERIFY is setJunio C Hamano2008-09-071-1/+10
| |/ / /
* | | | sha1_file: link() returns -1 on failure, not errnoThomas Rast2008-09-181-1/+3
* | | | Make git archive respect core.autocrlf when creating zip format archivesCharles Bailey2008-09-182-1/+3
* | | | Add new test to demonstrate git archive core.autocrlf inconsistencyCharles Bailey2008-09-181-0/+46
* | | | gitweb: avoid warnings for commits without bodyJoey Hess2008-09-181-1/+1
* | | | Clarified gitattributes documentation regarding custom hunk header.Garry Dolley2008-09-181-9/+9
* | | | git-svn: fix handling of even funkier branch namesEric Wong2008-09-182-0/+17
* | | | git-svn: Always create a new RA when calling do_switch for svn://Alec Berryman2008-09-183-13/+235
* | | | git-svn: factor out svnserve test code for later useAlec Berryman2008-09-182-13/+18
* | | | diff/diff-files: do not use --cc too aggressivelyJunio C Hamano2008-09-182-2/+13
* | | | Cosmetical command name fixHeikki Orsila2008-09-151-1/+1
* | | | Start conforming code to "git subcmd" style part 3Heikki Orsila2008-09-159-19/+19
* | | | t9700/test.pl: remove File::Temp requirementBrandon Casey2008-09-151-10/+13
* | | | t9700/test.pl: avoid bareword 'STDERR' in 3-argument open()Brandon Casey2008-09-151-1/+1
* | | | GIT 1.6.0.2v1.6.0.2Junio C Hamano2008-09-122-2/+4
* | | | Merge branch 'ho/maint-dashless' into maintJunio C Hamano2008-09-125-14/+14
|\ \ \ \
| * | | | Start conforming code to "git subcmd" style part 2Heikki Orsila2008-09-095-14/+14
* | | | | Fix some manual typos.Ralf Wildenhues2008-09-123-3/+3
* | | | | Use compatibility regex library also on FreeBSDJeff King2008-09-111-0/+2
* | | | | Use compatibility regex library also on AIXJohannes Sixt2008-09-111-0/+2
* | | | | Update draft release notes for 1.6.0.2Junio C Hamano2008-09-101-2/+22
* | | | | Use compatibility regex library for OSX/DarwinArjen Laarhoven2008-09-106-2/+10
* | | | | git-svn: Fixes my() parameter list syntax error in pre-5.8 PerlMarcus Griep2008-09-101-1/+1